body {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
body.fadein {
    opacity: 1 !important;
}
p {
	margin:0 !important;
	border: none !important;
    padding-bottom: 0 !important;
}
a:focus{
	outline:none;
}
a {
    text-decoration: none !important;
}
ul{
	margin:0 !important;
	padding:0 !important;
	list-style:none;
}
/* Header CSS */
.inner_menu li{
	padding: 0 12px !important;
}
.inner_menu ul li.menu-item .menu-link:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 4px;
    background-color: #EE4536 !important;
    bottom: -5px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .5s ease-in-out;
}
.inner_menu ul li.menu-item:hover .menu-link:after, .inner_menu ul li.menu-item.current_page_item .menu-link:after {
    transform-origin: left;
    transform: scaleX(1);
}
.btn_warrow a {
    background: linear-gradient(271.65deg, #EE4536 0.77%, #C31B0C 77.5%);
    font-family: DM Sans !important;
    font-size: 14px;
    font-weight: 300 !important;
}
.btn_common a {
    background: linear-gradient(271.65deg, #EE4536 0.77%, #C31B0C 77.5%);
    font-family: DM Sans !important;
    font-size: 14px;
    font-weight: 300 !important;
}
/* Our Fund CSS Start */
.umf_ofsec1 {
        background: #050505;
        display: flex;
        align-items: center;
        min-height: 581px;
    }

    .umf_oflft, .umf_ofrgt {
        width: 50%;
    }

    .umf_ofrgt img.mnht {
        max-width: 100%;
        width: 100%; 
        min-height: 581px;
        height: auto;
        object-fit: cover;
    }

    .umf_ofrgtsec {
        position: relative;
        min-height: 581px;
        width: 100%;
        overflow: hidden;
    }

    .umf_ofrgtsec .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(218, 158, 4, 0.3);
        mix-blend-mode: multiply;
        pointer-events: none;    
        z-index: 2;
    }

    .playbtn {
        border: 0.61px solid #FFFFFF34;
        background: #4C4C4C40;
        backdrop-filter: blur(21.9px);
        border-radius: 38.86px;
        padding: 6px 23px;
        font-family: "DM Sans", serif;
        font-size: 14.57px;
        font-weight: 600;
        line-height: 21.86px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        gap: 6px;
        position: absolute;
        bottom: 81px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        transition: opacity 0.5s ease; 
    }

    #strategy_video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.umf_cntpos {
    position: absolute;
    width: 944px;
    left: 50%;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.max-w {
    max-width: 305px;
    display: block;
}
.sm_hd h5 {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.27em;
    color: #EE4536;
    margin: 0;
    padding-bottom: 8px;
}
.umf_hd h1 {
    font-family: DM Sans;
    font-size: 38px;
    font-weight: 700;
    line-height: 49.48px;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.umf_cpy p {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.83px;
    color: #FFFFFF;
}
.umf_cpy{
padding-bottom:40px;
}
.comm_btn, .btn_hdmob a {
	background: linear-gradient(271.65deg, #EE4536 0.77%, #C31B0C 77.5%);
	font-family: 'DM Sans', sans-serif !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 20.83px;
	text-align: center;
	color: #FFFFFF;
	padding: 12px 46px;
	border-radius: 8px;
	outline: none;
	text-decoration: none !important;
	transition: all 0.8s ease-in-out !important;
}

.comm_btn:hover, .btn_hdmob a:hover {
	background: linear-gradient(271.65deg, #DA3128 0.77%, #9B1414 77.5%);
	transition: all 0.5s ease-in-out !important;
	color:#FFFFFF;
}
.btn_hdmob a {
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.62px;
    padding: 3px 10px;
    border-radius: 4px;
}
.line-icon p{
	position:relative;
}
.line-icon p:before{
	content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: url(http://umf.arriving.website/wp-content/uploads/2024/10/grow-left.svg);
    left: -20px;
    top: 0;
}
.umf_fs {
    margin: 0 auto;
    background: #FFFFFF;
	padding:50px 0;
}
.umf_fundsec.resp-vtabs {
	background: #F5F5F5;
    display: flex !important;
	margin: 0 auto !important;
	align-items: stretch;
    border-radius: 12px;
	height:564px; 
	/* height:610px; */
}
.umf_fleft {
    width: 28%;
	padding: 24px;
    border-right: 1px solid #DDDDDD;
}
.umf_fright {
    width: 72%;
	/* padding: 32px 24px 32px 24px; */
	padding: 24px;
}
.umf_flist {
    list-style: none;
    background: #ECECEC;
    border-radius: 56px;
    display: flex;
	align-items: center;
    padding: 4px !important;
    width: 158px;
    margin: 0 auto !important;
    gap: 8px;
}
.umf_flist li {
    background: transparent;
    color: #555555;
	padding: 4px 16px;
    border-radius: 30px;
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    width: 50%;
	cursor:pointer;
}
.umf_flist li.active {
    background: #050505;
    color: #FFFFFF;
}
.umf_dsec {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px;
	padding-bottom:0;
}
.today_value .inr {
    font-family: Arial;
}
.today_value {
    font-family: DM Sans;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #050505;
}
.inc_value {
    display: flex;
    align-items: center;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #050505;
}
.umf_ddate {
    display: flex;
    justify-content: center;
}
.umf_ddate span {
    font-family: DM Sans;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
	color:#555555;
}
.umf_dbm{
    font-family: DM Sans;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    color: #050505;
    display: flex;
    align-items: center;
    justify-content: center;
/*     width: 60%; */
    margin: 0 auto;
    text-align: center;
    padding: 12px 0 0 0;
}
.umf_dbm .smfw{
	font-weight:400;
	display: block;
	color:#555555;
}
.umf_dskn{
	font-family: DM Sans;
	font-size: 11px;
	font-weight: 400;
	line-height: 16px;
	color:#555555;
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 24px 0px 0 0px;
}
.umf_dskn .fwb{
	font-weight: 600;
	display: block;
    text-align: center;color:#050505;
}
.comm_btn {
    background: linear-gradient(271.65deg, #EE4536 0.77%, #C31B0C 77.5%);
    font-family: 'DM Sans', sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.83px;
    text-align: center;
    color: #FFFFFF;
    padding: 12px 46px;
    border-radius: 8px;
    outline: none;
    text-decoration: none !important;
    transition: all 0.8s ease-in-out !important;
}
.inv_btn {
    display: flex;
    align-items: center;
    justify-content: center;
	padding:24px 0;
	border-bottom: 1px solid rgb(85 85 85 / 12%);
}
.inv_btn .comm_btn{
	width:100%;
}
.resp-tabs-list {
    padding-top: 24px;
}
li.resp-tab-item:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    background: url(https://umf.arriving.website/wp-content/uploads/2024/10/tab-arrow.svg);
    width: 16px;
    height: 16px;
    transition: all 0.5s ease-in-out;
}
li.resp-tab-item.resp-tab-active:after, .resp-vtabs li.resp-tab-item:hover:after {
    background: url(http://umf.arriving.website/wp-content/uploads/2024/10/tab-active.svg);
    transition: all 0.5s ease-in-out;
}
.hd_date{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:40px;
	padding-bottom: 16px;
}
.hd_date h2{
	font-family: DM Sans;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	color:#555555;
	margin:0;
}

.hd_date span{
	font-family: DM Sans;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
	color:#555555;
	float:right;
}
.umf_pmlist {
    display: flex;
    gap: 8px;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    padding-bottom: 16px !important;
}
.umf_pmlist li {
	font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    padding: 8px 16px;
    border-radius: 50px;
    background: #9D9D9D1A;
    color: #555555;
	transition: all 0.5s ease-in-out;
	cursor:pointer;
}
.umf_pmlist li.active, .umf_pmlist li:hover{
    background: #EE4536;
    color: #FFFFFF;transition: all 0.5s ease-in-out;
}
.umf_pmlist li.active{
	font-weight: 700;
}
.umf_pmtbinscl{
    background: #050505;
    border-radius: 16px;
    padding: 24px 0 10px 16px;
    height: 420px;
}
/* .umf_pmitem:nth-child(2){
padding:24px 16px;
} */
.umf_pd20>p {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.23px;
    color: #555555;
    padding-bottom: 4px;
}
.tab_sec:nth-child(4) .hd_date {
    padding-bottom: 4px;
}
ul.umf_fflist.umf_ffhdsm {
    padding-left: 8px !important;
}
.umf_pmtb h3 {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.83px;
    text-align: left;
    margin: 0;
    color: #FFFFFF;
    padding-bottom: 16px;
}
.umf_pmtable{
	border-radius:8px;overflow: hidden;border: 1px solid #FFFFFF66;
}
.umf_pmtable table {
    width: 100%;border-collapse: collapse;border:none;    margin-bottom: 0;
}
.umf_pmtable th, .umf_pmtable td {
   font-family: DM Sans;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.62px;
    text-align: center;
    color: #FFFFFF;
}
.umf_pmtable td{
	font-weight:400;
	text-align:center;	
}
.umf_pmtable td, .umf_pmtable th {
     border-bottom: 1px solid #FFFFFF66;
	 border-right: 1px solid #FFFFFF66;
/*     padding: 16px 12px; */
	padding: 16px 10px;
}
.umf_pmtable tr:last-child td {
    border-bottom:none;
}
.umf_pmtable tr td:last-child, .umf_pmtable tr th:last-child {
     border-right:none;
}
/* .umf_pmtable table tr:nth-child(2) td{
	color:rgb(255 255 255 / 70%);
} */
.umf_pmtable table tr:nth-child(2) td, .umf_pmtable table tr td:first-child{
	color:rgb(255 255 255 / 70%);
}
.umf_pmtable table tr:last-child td{
	font-weight:700;
text-align: center;	
}
.umf_pmtable table tr td:first-child{
text-align: left;	
}
.umf_nts {
	padding-top:20px;
}
.umf_nts p {
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.62px;
    text-align: left;
    color: #FFFFFF;
    padding-bottom: 15px !important;
}
.umf_ffsrl>p {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.23px;
    color: #555555;
	padding-bottom:16px;
}
.umf_fflist {
    margin: 0;
    list-style: none;
    padding: 16px 0 !important;
    border-bottom: 1px solid rgb(25 25 25 / 10%);
}
.umf_fflist li {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.23px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 12px;
	color: #555555;
}
/* .umf_fflist li:last-child{
	padding-bottom:0;
} */
span.sun-cpy {
    display: flex;
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.62px;
    color: rgb(85 85 85 / 70%);
	padding-top: 1px;
}
.umf_sbhd {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.23px;
    padding-top: 16px; color: #555555;
}
.umf_fflist.umf_ffhdsm li span:first-child {
    font-weight: 400;
    color: #555555;
}
.umf_fflist.umf_ffhdsm li span:first-child .sun-cpy  {
	padding-top:4px;
}
.umf_sbhd.font16 {
    font-size: 16px;
    line-height: 20.83px;
	padding-bottom: 8px;
}
p.levels {
    font-size: 16px;
    color: #050505;
}
/* .umf_ff2cols {
    display: flex;
    align-items: center;
    gap: 30px;
	padding-top: 24px;
	padding-bottom: 30px;
	justify-content: center;
} */
.umf_ff2cols {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 16px;
    padding-bottom: 0;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
}
.umf_name {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
	color:#050505;
	padding-bottom:8px;
}

.umf_ff2cols ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 10px;
}
.umf_ffright .umf_name{
	color:#050505;
}
.umf_fmd {
    padding-top: 8px;
}
.umf_fmlist {
    display: flex;
    align-items: flex-start;
    gap: 12px;
	flex-direction: column;
}
.umf_fmitem {
    background: #050505;
    padding: 16px;
    border-radius: 8px;
	display: flex;
    align-items: flex-start;
	gap: 10px;
/* 	width: 50%; */
}
.umf_fmimg img {
    width: 56px;
}
.umf_fmimg {
	width:10%;
}
.umf_fm{
width:90%;	
}
.umf_fm h5 {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #FFFFFF;
    margin: 0;
    padding: 8px 0;
}
.umf_fm p {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.23px;
    color: #FFFFFF;
}
.umf_fsps .pt0{
	padding-top:0 !important;
}
.umf_fflist li span:last-child {
    display: flex;
    gap: 5px;
}
ul.umf_fflist.pt0 li span:last-child {
    color: #050505;
}
.umf_showtble {
    cursor: pointer;
/*     transition: all 0.3s ease-in-out; */
}
.umf_fdsp-right{
    position: relative;	
}
.umf_showtble {
    position: absolute;
/*     top: 30px; */
	bottom:30px;
    right: 0;
    background: #FFFFFF;
    width: 450px;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0px 0px 48px 0px #0000000A;
    box-shadow: 0px 8px 24px 0px #00000014;
    z-index: 9;
}
.umf_showtble:after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 15px;
/*     top: -3px; */
	bottom: -3px;
    background: #ffffff;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    transform: rotate(46.68deg);
}
.umf_fdsp ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
li.umf_fdsp-Item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
	padding-bottom: 16px;
}
li.umf_fdsp-Item:last-child {
	padding-bottom: 0;
}
.umf_fdsp {
    padding-top: 16px;
}
.umf_fdsp-left {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.23px;
    color: #555555;
}
.umf_cktble {
    font-family: DM Sans;
   font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 16px !important;
    color: #EE4536;
	cursor:pointer;
}
.umf_stbr{
	border: 1px solid #0000001A;
	    border-radius: 12px;
}
.umf_stbr tr th, .umf_stbr tr td {
	font-family: DM Sans;
	font-size: 12px;
	font-weight: 400;
	line-height: 15.62px;
	text-align: left;
}
.umf_stbr table {
    width: 100%;
	border:none;
    border-collapse: collapse;
	margin-bottom:0;
}
.umf_stbr tr:first-child th:first-child {
	font-weight: 700;
}
.umf_stbr tr:first-child th span, .umf_stbr tr td span {
	 font-weight: 700;
	 display:block;
}
.umf_stbr td, .umf_stbr th {
    border-bottom: 1px solid #0000001A;
    border-right: 1px solid #0000001A;
    padding: 4px 8px;
}
.umf_stbr tr:last-child td {
    border-bottom: none;
}
.umf_stbr tr td:last-child, .umf_stbr tr th:last-child {
    border-right: none;
}
.umf_stbr  tr:nth-child(even) {
    background: #F8F8F8;
}
.umf_stbr tr:last-child td:nth-child(2) {
    background: #DDDDDD;
}
.umf_stbr tr:last-child td:first-child {
    border-radius: 0 0 0 11px;
}
.umf_stbr tr:last-child td:last-child {
    border-radius: 0 0 11px 0;
}
/* 06112024 */
 .umf_hld .tab_menulist {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
.umf_hld .tab_menulist .tab_menu_item a {
    background: #9D9D9D1A;
    padding: 8px 16px;
    border-radius: 30px;transition: all 0.5s ease-in-out;   cursor:pointer;
}

.umf_hld .tab_menulist .tab_menu_item.active a, .umf_hld .tab_menulist .tab_menu_item:hover a{
	 background: #EE4536;
	 color:#FFFFFF;
	 transition: all 0.5s ease-in-out;
}
.umf_hld .tab_menulist .tab_menu_item.active a, .umf_hld .tab_menulist .tab_menu_item:hover a{
	 color:#FFFFFF !important;
	 transition: all 0.5s ease-in-out;
}

.umf_hld .tab_menulist .tab_menu_item:last-child a, .umf_hld .tab_menulist .tab_menu_item:last-child:hover a{
	background:transparent;
	cursor:auto;
	color: #555555 !important;
    padding-left: 0;
}
 .umf_hld .tab_menulist .tab_menu_item:last-child:hover a{
	color:#555555 !important;
}

.umf_tbcnt {
    padding-top: 16px;
}
.umf_hlddb{
	display:none;
}
.umf_hlddb.active{
	display:block;
}
.umf_hlddb-list {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.umf_hlddb-Item a {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    position: relative;
	cursor:pointer;
    color: #050505;transition: all 0.5s ease-in-out;
}
.umf_hlddb-Item.active a:after, .umf_hlddb-Item:hover a:after {
    content: "";
    position: absolute;
    bottom: -8px;
    background: #EE4536;
    width: 100%;
    height: 2px;
    left: 0;transition: all 0.5s ease-in-out;
}
.umf_tbdb-box {
    padding-top: 24px;
}
.umf_tdsItem {
    background: #050505;
    border-radius: 8px;
    padding: 24px;
	height:365px;
	position:relative;
}
.umf_tdsItem h4 {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #FFFFFF;
    margin: 0;
	padding-bottom:16px
}
.umf_tdsItem ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.umf_tdsItem ul li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
	padding-bottom:12px;
}
.umf_tdsItem ul li:last-child {
	padding-bottom:0;
}
.umf_tdsItem ul li span {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    color: #FFFFFF;
}
.umf_tdsItem ul li span:first-child{
	color:rgb(255 255 255 / 80%)
}
.umf_tdsItem ul li span:last-child {
    font-weight: 700;
}

.umf_dmtsec ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.umf_dmfs li a, .umf_dmpdf li a {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.83px;
    color: #555555;
    text-decoration: none !important;
	position:relative;
	padding-left:30px;
    display: block;
}
.umf_dmfs li a:before {
	content:"";
	position:absolute;
	top:2px;
	left:0;
	background:url(http://umf.arriving.website/wp-content/uploads/2024/10/factsheets.svg);
	width:17px;
	height:17px;
}
.umf_dmfs li a:after, .umf_hfsheet li a:after {
	content:"";
	position:absolute;
	top:2px;
	right:0;
	background:url(http://umf.arriving.website/wp-content/uploads/2024/10/download-icon.svg);
	width:14px;
	height:14px;
}
.umf_hfsheet a:before, .umf_hfsheet>a:after {
	display:none;
}
ul.umf_dmfs {
    padding-bottom: 16px !important;
    border-bottom: 1px solid #05050533;
}
.umf_dmpdf-item {
    padding: 16px 0;
}
.umf_dmpdf-item a:before {
	content:"";
	position:absolute;
	top:2px;
	left:0;
	background:url(http://umf.arriving.website/wp-content/uploads/2024/10/factsheets.svg);
	width:17px;
	height:17px;
}
.umf_dmpdf-item:first-child a:before {
	background:url(http://umf.arriving.website/wp-content/uploads/2024/10/Product-presentations.svg);
}
.umf_dmpdf-item:nth-child(2) a:before, .umf_dmpdf-item:nth-child(3) a:before {
	background:url(http://umf.arriving.website/wp-content/uploads/2024/10/document.svg);
}
.umf_dmpdf-item:nth-child(4) a:before, .umf_dmpdf-item:nth-child(5) a:before {
	background:url(http://umf.arriving.website/wp-content/uploads/2024/10/app-doc.svg);
}
.umf_dmpdf-item a:after {
	content:"";
	position:absolute;
	top:2px;
	right:0;
	background:url(http://umf.arriving.website/wp-content/uploads/2024/10/download-icon.svg);
	width:14px;
	height:14px;
}
.umf_hfsheet a {
    font-size: 14px !important;
    text-decoration: underline !important;
}
.umf_kfp{
	margin: 0 auto !important;
	width: 944px !important;
	padding-bottom:500px;
}
.umf_kfpbox-list {
    padding: 0;
margin: 0 !important;
list-style: none;
/* display: grid;
grid-template-columns: repeat(2, 50%);
grid-template-rows: repeat(2, 50%); */
width: 944px;
height: 376px;
position: relative;
}
.umf_kfpbox-Item, .box {
    background: #F6F6F6;
    border-radius: 8px;
    padding: 24px;
	cursor: pointer;
	position: absolute;
	width: 464px;
	height:176px;
	overflow: hidden;
	z-index: 1;
	/* transition: all 0.4s linear;  */
}
.umf_kfpbox-Item:last-child, .box:last-child {

	/* transition: all 0.5s;  */
}
.umf_kfpbox-Item { 
    box-sizing: border-box; 
}
.clickexpand {
    position: absolute;
    right: 12px;
    bottom: 12px;
    transition: all 0.5s ease-in-out;
}
.clickexpand.active {
/*     transform: rotate(45deg); */
    transition: all 0.5s ease-in-out;
}
.umf_kfpboxhd h4 {
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    padding-bottom: 10px;
    margin: 0;
    color: #555555;
}.umf_kfpbox-Item.expanded .morecontent {
    display: inline;
}
li.umf_kfpbox-Item p {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #555555;
    padding-bottom: 20px;
    padding-right: 30px;
}
.morecontent {
    display: none;
}
#box1 {
top: 0;
left: 0;
/*  transform-origin: top left;  */
	}
#box2 {
top: 0;
left: 480px;
/*  transform-origin: top right; */
}
#box3 {
top: 200px;
left: 0;
/*  transform-origin: bottom left; */
}
#box4 {
top: 200px;
left: 480px;
/*  transform-origin: bottom right; */
}
.umf_pmitem{
	display:none;
}
.umf_pmitem.active{
	display:block;
}
.umf_pmitem img {
    max-width: 100%;
}
.resp-tabs-list li:last-child{
	padding-bottom:0;
}
.umf_pmtbinscl .mCSB_scrollTools, .minscroll_ff .mCSB_scrollTools {
    width: 3px;
    right: 5px;
}
.umf_pmtbinscl .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .minscroll_ff .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #EE4536 !important;
    width: 3px;
}
.umf_pmtbinscl .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .minscroll_ff .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 3px;
}	
.umf_pmtbinscl .mCSB_inside>.mCSB_container, .minscroll_ff .mCSB_inside>.mCSB_container {
    margin-right: 16px;
}
.minscroll_ff .mCSB_draggerContainer {
    left: 5px;
}
.minscroll_ff{
	height:465px;
}
.umf_kfpsec h2 {
    font-family: DM Sans;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #EE4536;
    margin: 0;
    padding-bottom: 48px;
}
.umf__cr {
    display: flex;
    align-items: center;
    gap: 8px;
	padding-bottom:28px;
}
.umf__cr span {
    font-family: DM Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
}
/* .umf__crdp .dropdown-selected {
	    background: #555555;
    color: #FFFFFF;
    padding: 8px 32px 8px 16px;
    font-family: DM Sans;
    font-size: 24px;
    font-weight: 700;
	line-height: 32px; 
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    width: 150px;
    transition: all 0.5s ease-in-out;
} */
.umf__crdp .dropdown-selected {
    background: #FFFFFF;
    color: #555555;
    padding: 8px 32px 8px 16px;
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    cursor: pointer;
    width:176px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #555555;
    border-radius: 8px;
}
.dropdown-selected:after {
   content: "";
    position: absolute;
    right: 10px;
    top: 18px;
    background: url(http://umf.arriving.website/wp-content/uploads/2024/11/dd-arrow.svg);
    width: 11px;
    height: 6px;
    transition: all 0.5s ease-in-out;
}

.umf__crdp{
	transition:all 0.5s ease-in-out;
}
.umf__crdp .dropdown-selected.active:after{
	transform: rotate(180deg);
	transition:all 0.5s ease-in-out;
}
.umf__crop p {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.83px;
    text-align: left;
    padding-bottom: 15px !important;
}
.umf__crop p:last-child {
	    padding-bottom: 0;
}
ul.dropdown-options {
	position: absolute;
	background: #191919;
	top: 47px;
	padding: 16px 10px !important;
	list-style: none;
	border-radius: 8px;
}
ul.dropdown-options:after {
	content: '';
    position: absolute;
    z-index: 99;
    left: 15px;
    top: -3px;
    background: #191919;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    transform: rotate(46.68deg);
}
.umf__crdp li{
    transition: all 0.5s ease-in-out;
    padding: 8px 16px;
    cursor: pointer;
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.44px;
    color: #555555;
}
.umf__crdp li:last-child{
	border-bottom: none;
}
.umf__crdp li:hover, .umf__crdp li.active{
	color:#EE4536;
	transition:all 0.5s ease-in-out;
}

p.pos_btm {
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #FFFFFF;
    position: absolute;
    bottom: 15px;
}
.umf_hfsheet>a {
    font-family: DM Sans;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 18.23px;
	color:#555555;
	padding-left: 30px;
}
.umf_hfsheet ul {
    padding-left: 15px !important;
	padding-top:10px !important;
}
.umf_hfsheet ul li {
    padding-bottom: 10px !important;
}
.umf_hfsheet ul li:last-child{
    padding-bottom: 0 !important;
}
.upload_date {
    background: #050505;
    color: #FFFFFF;
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.62px;
    text-align: center;
    border-radius: 4px;
    padding: 2px 4px;
    margin-left: 10px;
    text-transform: uppercase;
}
.umf_syye {
    padding-top: 60px;
}
.umf_syyetab ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.umf_syyetab ul li a {
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    color: rgb(255 255 255 / 70%);
	position:relative;
	padding: 10px 50px 24px 50px;
	display:block;
}
.umf_syyetab ul li.active a, .umf_syyetab ul li:hover a {
    color: #FFFFFF;
}
.umf_syyetab ul li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #EE4536 !important;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .5s ease-in-out;
    opacity: 1 !important;
}

.umf_syyetab ul li:hover a:after, .umf_syyetab ul li.active a:after {
    transform-origin: left;
    transform: scaleX(1);
}
.umf_syyetab {
    padding-bottom: 60px;
}
.umf_syyeItem {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.umf_syyeItemL {
    width: 45%;
}
.umf_syyeItemR{
	 width: 55%;
}
.umf_syyeItemL ul{
	padding-left:20px !important;
}
.umf_syyeItemL .umf_syyehd {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    color: #FFFFFF;
    position: relative;
	display: block;
	cursor:pointer;
}
.umf_syye_cpy {
	padding-top: 16px;
	display:none;
	max-width: 97%;
}
.umf_syye_cpy p {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #FFFFFF;
}
.umf_syyehd:before {
    content: "";
    position: absolute;
    top: 3px;
    left: -20px;
    width: 11px;
    height: 11px;transition:all 0.5s ease-in-out;
    background: url(http://umf.arriving.website/wp-content/uploads/2024/11/dots.svg);
}
.umf_syyeItemL ul li {
    position: relative;
    padding-bottom: 32px;transition:all 0.5s ease-in-out;
}

.umf_syyeItemL ul li:before {
    content: "";
    position: absolute;
    top: 19px;
    left: -15px;
    width: 1px;
    height: 30px;
    background: #FFFFFF;transition:all 0.5s ease-in-out;
}
.umf_syyeItemL ul li.active:before{
    height: 82%;transition:all 0.5s ease-in-out;
}
.umf_syyeItemL ul li:last-child:before {
    display:none;
}
.umf_syyeItemL ul li.active .umf_syyehd{
	color:#EE4536;
}
.umf_syyeItemL ul li.active .umf_syyehd:before{
	background: url(http://umf.arriving.website/wp-content/uploads/2024/11/active-dot.svg);
}
/* Our Fund CSS End */
/* All page Tab Menu CSS Start */
.tab_menu {
    position: relative;
    overflow-y: hidden;
    scroll-behavior: smooth;
}

.tab_menu ul {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.tab_menu ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    list-style: none;
    text-align: center;
    white-space: nowrap;
}
.tab_menu li:first-child {
    margin-left: 0;
}
/* .tab_menu li {
    margin: 0 4px;
} */
.tbmenu ul.tab_menulist, .umf_team.gp8 ul.tab_menulist {
    gap: 8px;
}
.tab_menu li a {
    font-size: 16px;
    font-family: DM Sans;
    font-weight: 500;
    color: #555555;
    padding: 15px 20px;
    border-radius: 50px;
    transition: all 0.5s ease;
    display: block;
    text-align: center;
    line-height: 18px;
	background: #9D9D9D1A;
    cursor: pointer;
}
.umf_hld .tab_menu li a {font-size: 14px;}
.tab_menu li a.active, .tab_menu li a:hover {
    background: #EE4536;
    transition: all 0.5s ease;
    color: #FFFFFF !important;
}
/*  All page Tab Menu CSS End */
/* Footer Part */
.form_list {
    display: flex;
    align-items: center;
	gap:24px;
	margin: 0 !important;
}
span.wpcf7-spinner {
    position: absolute;
	    left: 0;
}
.form_item input {
    height: 41px;
    background: transparent;
    border: none;
    border-bottom: 0.5px solid rgb(255 255 255 / 75%);
    border-radius: inherit;
    padding: 0 !important;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.8px;
    color: #FFFFFF !important;
}
.form_list .form_item input.btn_common{
	background: linear-gradient(271.65deg, #EE4536 0.77%, #C31B0C 77.5%);
	padding:10px 24px !important;
	border-radius:8px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20.8px;
	color: #FFFFFF;
	border-bottom: none; transition: all 0.5s ease;
}
.form_list .form_item input.btn_common:hover{
	background: linear-gradient(271.65deg, #DA3128 0.77%, #9B1414 77.5%);
 transition: all 0.5s ease;
}
.form_item input:focus{
	background:none;
	outline: none;
	border: none !important;
	color: #FFFFFF;
	border-bottom:0.5px solid rgb(255 255 255 / 90%) !important;
}
.form_item:last-child input:focus{
	border: none !important;
}
.bdr-lft .elementor-icon-list-items {
    position: relative;
}
.bdr-lft .elementor-icon-list-items:after {
   content:"";
	position:absolute;
	left:-30px;
	top:0;
	width:1px;
	height:100%;
	background:#E94132;
}
.foot_inv {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
    border-top: 1px solid rgb(255 255 255 / 15%);
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    padding: 18px 0;
}
.foot_inv span {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #696969;
}
.foot_enq {
    display: flex;
    align-items: center;
    gap: 8px;
}
.foot_enq ul {
   padding:0;
	margin:0;
	list-style:none; display: flex;
    align-items: center;
    gap: 8px;
}
.foot_enq li a{
	font-family: DM Sans;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #696969;
	position:relative;
	padding-left:30px;
}
.foot_enq li:first-child a:before{
	content: "";
    position: absolute;
    left: 3px;
    width: 20px;
    height: 20px;
    background: url(http://umf.arriving.website/wp-content/uploads/2024/10/call-umf.svg);
    top: -2px;
}
.foot_enq li:nth-child(2) a:before{
	content:"";
	position:absolute;
 	left: 3px;
	width:20px;
	height:20px; top: -2px;
	background:url(http://umf.arriving.website/wp-content/uploads/2024/10/umf-sms.svg);
}
#playbtn, #strategy_video{
		display:flex;
	}
#playbtn_mob, #vmobile {
    display: none;
}
.videoverlay_mob{
	display:none;
}
.deskshow{
	display:block
}
.mobshow{
	display:none
}
/* Popup  CSS */
.popup, .officetour {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(5, 5, 5, 0.70);
    z-index: 999;
	backdrop-filter: blur(10px);
}

.popup-grid {
    max-width: 850px;
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 8px 8px 0 0;
}

.popup-inner {
    padding: 15px;
    position: relative;
}

.popup-inner:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #EE4536;
    border-radius: 0 0 8px 8px;
}

.popup-close {
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: ease 0.25s all;
    transform: translate(50%, -50%);
}

.popup-close img {
    vertical-align: top;
}

.popup-details {
    display: table;
}

/* Popup CSs End */
	.mob_cnt{
		display:none;
	}
.umf_syyeRI{
	display:none;
}
p.clr{
	display:none;
}
/* Inner Header CSS */
.umf_dklist {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    justify-content: center;
}
.umf_dkItem .mnav {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
    display: block;
	position:relative;
}
.umf_dkItem .mnav:after, .umf_dksmItem .sbnav:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 4px;
    background-color: #EE4536 !important;
    bottom: -5px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .5s ease-in-out;
}
.umf_dkItem:hover .mnav:after, .umf_dkItem .mnav.active:after, .umf_dksmItem:hover .sbnav:after, .umf_dksmItem.active .sbnav:after {
    transform-origin: left;
    transform: scaleX(1);
}
.umf_dk-vMenu {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    background: #050505;
    padding: 8px 20px;
    top: 52px;
	z-index:99;
}
.umf_dk-vMenu ul{
	 display: flex;
    align-items: flex-start;
    gap: 28px;
    justify-content: center;
}
.umf_dksmItem .sbnav {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
	padding:5px 0;
    color: rgb(255 255 255 / 80%);
	position:relative;
}
.umf_dk-hMenu {
    position: absolute;
    top: 26px;
/*     background: #191919; */
    width: 200px;
/*     border-radius: 8px;
    padding: 16px 10px; */
/* 	padding-top:16px; */
    z-index: 9;
  left: 50%;
    transform: translateX(-50%);
}
.umf_dk-hMenu.slideshow {
    visibility: hidden;transition:all 0.8s ease-in-out;
}
.umf_dk-hMenu.slideshow.visible {
    visibility: visible;
}
.umf_dkItem:nth-child(1) .umf_dk-hMenu {
	width: 210px;
}

.umf_dkItem:nth-child(2) .umf_dk-hMenu {
	width: 220px;
}
.umf_dk-hMenu .umf_dksmh:after {
    content: '';
    position: absolute;
    z-index: 99;
/*     left: 15px; */
    top: -3px;
    background: #191919;
    width: 18px;
    height: 18px;
    border-radius: 2px;
/*     transform: rotate(46.68deg); */
	left: 50%; 
	transform: translateX(-50%) rotate(46.68deg);
	z-index:-1;
}
.umf_dksmhItem{
	padding:4px 0;transition:all 0.5s ease-in-out;
}
.over_ef{
	position:relative;
}
.umf_dksmhItem .asbnav {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
    padding: 8px 40px 8px 12px;
    display: block;
    position: relative;transition:all 0.5s ease-in-out;
}
.umf_dksmhItem .asbnav:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 10px;
    width: 17px;
    height: 18px;
    background: url(http://umf.arriving.website/wp-content/uploads/2024/10/menu-arrowright.svg);
	transition:all 0.5s ease-in-out;
}
.umf_dksmhItem .asbnav.active:after, .umf_dksmhItem .asbnav:hover:after{
	transform: rotate(45deg);
    transition: all 0.5s ease-in-out;
	background: url(http://umf.arriving.website/wp-content/uploads/2024/10/menu-arrowright-active.svg);	
}
.umf_dksmhItem .asbnav.active, .umf_dksmhItem .asbnav:hover {
    color: #EE4536;
	 transition: all 0.5s ease-in-out;
}
.umf_dksmhItem:hover .asbnav:after {
       transform: rotate(45deg);transition:all 0.5s ease-in-out;
}
li.umf_dkItem:nth-child(1) .mnav, li.umf_dkItem:nth-child(2) .mnav, li.umf_dkItem:nth-child(3) .mnav {
	position:relative;
}
/* li.umf_dkItem:nth-child(1):after, li.umf_dkItem:nth-child(2):after, li.umf_dkItem:nth-child(3):after {
	 content: "";
    position: absolute;
    right: 4px;
    top: 10px;
    width: 9px;
    height: 6px;
    background: url(https://umf.arriving.website/wp-content/uploads/2024/10/abt-arrow.svg);
	transition:all 0.5s ease-in-out;
} */
li.umf_dkItem:nth-child(1) .mnav:before, li.umf_dkItem:nth-child(2) .mnav:before, li.umf_dkItem:nth-child(3) .mnav:before {
	 content: "";
    position: absolute;
    right: 4px;
    top: 10px;
    width: 9px;
    height: 6px;
    background: url(https://umf.arriving.website/wp-content/uploads/2024/10/abt-arrow.svg);
	transition:all 0.5s ease-in-out;
}
li.umf_dkItem:nth-child(1):hover .mnav:before, li.umf_dkItem:nth-child(2):hover .mnav:before, li.umf_dkItem:nth-child(3):hover .mnav:before, li.umf_dkItem:nth-child(1) .mnav.active:before, li.umf_dkItem:nth-child(2) .mnav.active:before, li.umf_dkItem:nth-child(3) .mnav.active:before {
	 background: url(http://umf.arriving.website/wp-content/uploads/2024/10/menu-hover_act.svg);
	 transform: rotate(180deg);transition:all 0.5s ease-in-out;
}
li.umf_dkItem:nth-child(1) .mnav, li.umf_dkItem:nth-child(2) .mnav, li.umf_dkItem:nth-child(3) .mnav {
    padding-right: 20px;
}
li.umf_dkItem.active:nth-child(3):after, li.umf_dkItem.hover:nth-child(3):after{
	transform:rotate(180deg);transition:all 0.5s ease-in-out;
}
/* .umf_dk-vMenu,
.umf_dk-hMenu {
    display: none; 
}
.umf_dkItem.active > .umf_dk-vMenu,
.umf_dkItem.active > .umf_dk-hMenu {
    display: block; 
} */
/* Initial state */
.umf_dk-hMenu {
	   overflow: hidden; 
}
.arrow_tp{
	padding-top:16px;overflow: hidden; 
}
.umf_dksmh {
    opacity: 0;
    height: 0;
    transform: translateY(-100%);
    transition: opacity 0.3s ease, height 0.3s ease, transform 0.5s ease;

}

/* Visible state */
.umf_dk-hMenu.visible .umf_dksmh {
    opacity: 1;
    height: auto;
    transform: translateY(0);
}
ul.umf_dksmh {
    background: #191919;
    padding: 16px 10px !important;
    border-radius: 0 0 8px 8px;
	box-shadow: 0px 0px 48px 0px #0000000A;
    box-shadow: 0px 8px 24px 0px #00000014;
}

li.umf_dkItem.hover.active, li.umf_dkItem.hover, li.umf_dkItem {
    position: relative;
}
.umf_hdrgt {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
}
.user_icon{
	cursor:pointer;
}
.umf_hdrgtLF {
    position: relative;
}
.umf_hdrgtLFlist {
/* 	display:none; */
    position: absolute;
    top: 43px;
    background: #191919;
    width: 180px;
    border-radius: 8px;
    padding: 16px 10px;
    box-shadow: 0px 0px 48px 0px #0000000A;
    box-shadow: 0px 8px 24px 0px #00000014;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}
.umf_hdrgtLFlist.umf_inhd{
	border-radius: 0 0 8px 8px;
/* 	padding: 16px 13px; */
/* 	padding: 13px; */
	padding: 13px 30px;
}
/* .umf_hdrgtLFlist {
    transition: all 0.3s ease-in-out; 
} */
.umf_hdrgtLFlist:after {
    content: '';
    position: absolute;
    z-index: 99;
    left: 50%;
    top: -3px;
    background: #191919;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    transform: translateX(-50%) rotate(46.68deg);
}
li.umf_hdrgtLFItem a {
	font-family: DM Sans;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	color: #FFFFFF;
	padding: 8px 30px 8px 12px;
	display: block;
	position: relative;
	transition: all 0.5s ease-in-out;
}
.umf_hdrgtLFlist.hm_login li.umf_hdrgtLFItem a {
	font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #1E1E1E;
    padding: 8px 30px 8px 12px;
    display: block;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.umf_hdrgtLFlist.hm_login li.umf_hdrgtLFItem:hover a{
	 color: #EE4536;
}
.umf_hdrgtLFItem a:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 10px;
    width: 17px;
    height: 18px;
    background: url(http://umf.arriving.website/wp-content/uploads/2024/12/icon-arrow.svg);
    transition: all 0.5s ease-in-out;
}
.umf_hdrgtLFlist.hm_login .umf_hdrgtLFItem a:after {
	 content: "";
    position: absolute;
    right: 12px;
    top: 10px;
    width: 17px;
    height: 18px;
    background: url(https://umf.arriving.website/wp-content/uploads/2024/10/gray-arrowright.svg);
	transition: all 0.5s ease-in-out;
}
.umf_hdrgtLFlist.hm_login .umf_hdrgtLFItem:hover a:after {
	background: url(https://umf.arriving.website/wp-content/uploads/2024/10/menu-arrowright-active.svg);
}
.umf_hdrgtLFItem:hover a:after {
       transform: rotate(45deg);transition:all 0.5s ease-in-out;
	
}
.umf_hdrgtRT a {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.23px;
    background: linear-gradient(271.65deg, #EE4536 0.77%, #C31B0C 77.5%);
    padding: 11px 10px 11px 14px;
    color: #FFFFFF;
    border-radius: 8px;
	width: 122px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}
.umf_hdrgtRT a:hover {
background: linear-gradient(271.65deg, #DA3128 0.77%, #9B1414 77.5%);
    transition: all 0.5s ease-in-out;
}
.umf_hdrgtRT a span img {
    transition: all 0.5s ease-in-out;
}
.umf_hdrgtRT a:hover span img {
    transform: rotate(45deg);
    transition: all 0.5s ease-in-out;
}
.scrollsize img, .scrollsize {
   transition: all 0.5s ease-in-out;
}
.scrollsize img  {
	height:37px !important;
   transition: all 0.5s ease-in-out;
}

.elementor-43 .elementor-element.elementor-element-9834c20.desktphd > .elementor-container {
 transition: all 0.5s ease-in-out;
}
.umf_hdrgtRT a {
transition: all 0.5s ease-in-out;
}

header.is-sticky .scrollsize img {
    height: 30px !important; transition: all 0.5s ease-in-out;
}

header.is-sticky.elementor-43 .elementor-element.elementor-element-9834c20.desktphd > .elementor-container {
    min-height: 50px;transition: all 0.5s ease-in-out;
}
header.is-sticky .umf_hdrgtRT a {
    padding: 6px 14px;transition: all 0.5s ease-in-out;
}
header.is-sticky .umf_dk-vMenu {
    top: 21px;
}
header.is-sticky .umf_dk-hMenu {
	top: 21px;
}
header.is-sticky .umf_hdrgtLFlist {
    top: 38px;
}
/* .umf_dkItem:nth-child(1):before, .umf_dkItem:nth-child(2):before, .umf_dkItem:nth-child(3):before {
    content: "";
    position: absolute;
    background: transparent;
    width: 100%;
    height: 50px; 
} */
.umf_nts span {
    padding-bottom: 10px;
    display: block;
}
.schemedisc{
	font-family: DM Sans;
	font-size: 14px;
	font-weight: 400;
	line-height: 18.23px;
	color:#EE4536;
	text-decoration:none;
}
.schemedisc:hover{
	color:#EE4536;
	border-bottom:1px solid #EE4536;
}
/* Inner Header CSS */
/* New changes From Client*/
.umf_kfpbox-Item.box.expanded {
    background: #050505 !important;
}
.umf_kfpbox-Item.box.expanded .umf_kfpboxhd h4{
color:#FFFFFF;
}
.umf_kfpbox-Item.box.expanded ul{
	    list-style: disc;
	padding-left: 20px !important;
}
.umf_kfpbox-Item.box.expanded p, .umf_kfpbox-Item.box.expanded li{
	color:#FFFFFF;
	font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.umf_kfpbox-Item.box.expanded li{
	padding-bottom:5px;
}

/* New changes  Client*/
/* Founder Speaks */
.video-player {
    display: table;
    width: 100%;
}
.video-player__playing {
    width: 66%;
}
.video-player__playing, .video-player__thumbs {
    display: table-cell;
    vertical-align: top;
}
.video-player__playing {
    margin-bottom: 1em;
}
.video-player__thumbs {
    width: 34%;
}
.video-player__thumbs {
    overflow: hidden;
}
.video-player__thumbs ul {
    padding-left: 16px !important;
}
.video-thumb {
    display: block;
    width: 100%;
    position: relative;
    cursor: pointer;
    padding: 15px 0;
    border-bottom: 1px solid #E6E6E6;
    vertical-align: middle;
    line-height: 1;
}
li.video-thumb:before {
    content: "";
    background: url(http://umf.arriving.website/wp-content/uploads/2024/11/play-icon-1.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 14px;
}
.video-thumb:first-child {
    padding-top: 0;
}
span.icon__sec, .video-player__thumbs li p {
    display: inline-block;
}
.video-player__thumbs li p {
	padding-left: 30px;
	font-family: DM Sans;
	font-size: 14px;
	font-weight: 500;
	line-height: 18.23px;
	text-align: left;
}

span.duration {
	position: absolute;
	right: 0;
	font-family: DM Sans;
	font-size: 12px;
	font-weight: 400;
	line-height: 15.62px;
	top: 17px;
}

li.video-thumb.active p {
    font-weight: 700;
    color: #EE4536;
}
.video-thumb:last-child {
    border-bottom: none
}

.video-thumb.active {
    cursor: default
}

.video-thumb img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}
.loading-bars {
    display: none;
    position: absolute;
    left: 0;
}.loading-bars.active {
    display: block;
    top: 20px;
}
.hidden {
    display: none
}

.video-thumb1.active {
    display: none
}

.video-thumb1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: url(http://umf.arriving.website/wp-content/uploads/2024/11/video-thumbnill.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center center
}

.loading-bars .bar {
    height: 7px;
    width: 1px;
    background: #EE4536;
    display: inline-block;
    animation: pulse 1.2s infinite ease-out;
    float: left;
    margin-left: 2px
}
li.video-thumb.active:before {
    display: none
}
.loading-bars .bar:nth-of-type(0n+1) {
    animation-delay: 0s
}

.loading-bars .bar:nth-of-type(0n+2) {
    animation-delay: 0.2s
}

.loading-bars .bar:nth-of-type(0n+3) {
    animation-delay: 0.4s
}

.loading-bars .bar:nth-of-type(0n+4) {
    animation-delay: 0.6s
}

.loading-bars .bar:nth-of-type(0n+5) {
    animation-delay: 0.8s
}

@keyframes pulse {
    0%,75% {
        transform: scale(1,1)
    }

    25% {
        transform: scale(1,3)
    }
}
.video-thumb:first-child span.duration {
    top: 4px;
}
.video-thumb:first-child::before {
    top: 3px;
}
.video-thumb:first-child .loading-bars.active {
    top: 12px;
}
span.icon__sec,.video-player__thumbs li p {
    display: inline-block
}
.embed-container {
    position: relative;
 padding-bottom: 67.25%; 
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Founder Speaks End */
/* State of Economy */
.communique_container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.communique-box {
    display: inline-block;
    vertical-align: top;
    position: relative;
/*     width: 224px; */
}
.communiquenav {
    padding-bottom: 40px;
}
.communique-box:first-child {
    margin-left: 0;
}
.communique-box:last-child {
    margin-right: 0;
}
.communique_img {
    overflow: hidden;
    border-radius: 13px;
    transition: all 0.5s ease-in-out;
}
.communique_img img {
    transition: all 0.5s ease-in-out;
}
.communique-pdf {
    position: absolute;
    top: 10px;
    right: 10px;
	transition: all 0.5s ease-in-out;
}
.communique-box:hover .communique-pdf {
    top: 20px;
    transition: all 0.5s ease-in-out;
}
.communique_img:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}
/* State of Economy */
/* Investing in India’s Fundamentals */
.ufaccordion li {
    margin-bottom: 20px;
    background: #FFF;
    border-radius: 12px;
}
.ufaccordion--headline {
	padding: 20px 30px;
	transition: 0.3s ease;
	position: relative;
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 600;
	line-height: 20.83px;
	color: #000000;
}
.ufaccordion--content {
    height: 0;
    overflow: hidden;
    background-color: #fff;
    padding: 0 30px;
    border-top: 0;
    border-radius: 0 0 8px 8px;
	transition:all 0.5s;
}
.ufaccordion--content>p {
	color: #050505;
	padding-bottom: 10px !important;
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.slider-nav .slide-btn.slick-slide.slick-current.slick-active {
    font-weight: 700;
    color: #050505;
    font-size: 15px;
    transition: all 0.1s ease;
}
.slide-container {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.inversmentbox {
    padding: 15px;
    background: #191919;
    display: flex;
    width: 100%;
    position: relative;
    border-radius: 10px;
}
.inversmentbox__shortcode {
    width: 55%;
    position: relative;
}
.inversmentbox__shortcode, .inversmentbox__cnt {
    display: inline-block;
    vertical-align: top;
}
.inversmentbox__cnt {
    width: 45%;
    background: #070707;
    padding: 20px 0 20px 30px;
    height: 360px;
    overflow-y: scroll;
}
.chart-heading {
    position: static;
    color: #969696;
    font-family: DM Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    z-index: 99;
    top: 0;
    left: 30px;
}
.chart-yaxis {
    position: absolute;
    color: #969696;
    font-family: "Mulish", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    z-index: 99;
    top: 30px;
    left: 30px;
}
.chartssec {
    padding: 0;
}
.countries-list {
    line-height: 1;
}
.legenditem {
   display: inline-block;
    padding: 0 8px;
    font-family: DM Sans;
    font-size: 11px;
    font-weight: 400;
    line-height: 14.18px;
    color: #969696;
}
span.line {
    width: 10px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
.inversmentbox__cnt .mCSB_inside > .mCSB_container {
    margin-right: 0;
}
.inversmentbox__cnt p {
    color: #BCBCBC;
    padding-bottom: 15px;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
	padding-bottom: 15px !important;
}
.inversmentbox__source {
    display: block;
}
.inversmentbox__cnt p:last-child {
    padding-bottom: 0;
}
.inversmentbox__source p {
    color: #5C5C5C;
    font-size: 10px;
    line-height: 16px;
    font-family: "Mulish", Sans-serif;
}
.ufaccordion--headline.active {
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #EE4536;
}
.inversmentbox__cnt .mCustomScrollBox {
    padding-right: 30px;
}
.inversmentbox__cnt .mCSB_inside > .mCSB_container {
    margin-right: 0;
}
.inversmentbox__cnt .mCSB_scrollTools {
    width: 3px;
    right: 0;
}
.inversmentbox__cnt .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #EE4536 !important;
    width: 3px;
}
.inversmentbox__cnt .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 3px;
}
.inversmentbox__cnt::-webkit-scrollbar {
    display: none !important;
}
.mCSB_scrollTools {
	opacity:1 !important;
}
/* Investing in India’s Fundamentals */
/* About us  */
.minhtbx {
    min-height: 290px !important;
}
.history {
    padding-bottom: 50px;
}
.popup.umf_hstry {
    background: #FFFFFF80;
    backdrop-filter: blur(10px);
}
.popup.umf_hstry .popup-grid {
    background: #050505;
    max-width: 1136px;
    border-radius: 16px;
    padding: 50px 96px;
}
.popup.umf_hstry .popup-grid .popup-inner{
	padding:0;
}
.popup.umf_hstry .popup-grid .popup-inner:after{
	display:none;
}
.history h1 {
    font-family: DM Sans;
    font-size: 40px;
    font-weight: 700;
    line-height: 52.08px;
    margin: 0;
    color: #EE4536;
    padding-bottom: 16px;
}
.history p {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
    max-width: 58%;
}
.umf_fx {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
}
.text-container h2{
	font-family: DM Sans;
	font-size: 62px;
	font-weight: 400;
	line-height: 80.72px;
	color: #FFFFFF;
}
.text-container p{
	font-family: DM Sans;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #FFFFFF;
	max-width:275px;
}
.progress-bar {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      margin-top: 50px;
    }

    .progress-segment {
      flex: 2;
      height: 5px;
      background: #D9D9D9;
      border-radius: 5px;
      overflow: hidden;
    }

    .progress-segment span {
      display: block;
      height: 100%;
      width: 0%;
      background: #EE4536;
      transition: width 0.8s linear;
    }
.popup.umf_hstry .popup-grid .popup-close {
    width: 46px;
    height: 46px;
    top: 30px;
    right: 30px;
}

.tab_tcnt {
    display: none;
	padding-top:40px;
}
.tab_tcnt.active {
    display: block;
}
 .umf_causes .tab_menu_item {
/*     padding-right: 40px; */
    margin: 0;
	 text-align: left;
}
.umf_causes .tab_menu li a {
    background: transparent;
    padding: 2px 0 !important;
    font-family: DM Sans;
    line-height: 32px !important;
    color: #050505 !important;
	position:relative;
	display: inline;
}
.umf_causes .tab_menu_item.active a:after, .umf_causes .tab_menu_item:hover a:after  {
    content: "";
    position: absolute;
    bottom: 0;
    background: #EE4536;
    width: 100%;
    height: 2px;
    left: 0;
}
.umf_team .ourteam__flex {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px 16px;
    margin: 0 auto;
}
.umf_team .ourteam__title h3 {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    margin: 0;
    padding-top: 16px;
    padding-bottom: 4px;
	color:#3C3C3C;
}
.umf_team .ourteam__position h5 {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    color: #000000;
    margin: 0;
	min-height:36px;
}
.umf_team a.popupopen {
	display: flex;
    justify-content: center;
	align-items: center;
	flex-direction:column;
}
.umf_team .ourteam__rm {
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.62px;
    text-align: center;
    color: #EE4536;
    margin: 0 auto;
    display: flex;
    padding-top: 16px;
    justify-content: center;
	align-items: center;
    gap: 4px;
}
.umf_team .ourteam__img {
    position: relative;
}
.ourteam__position.hgauto h5 {
    min-height: auto;
}
.ourteam__title.minhtt {
    min-height: 56px;
}
.ourteam__flex .ourteam__box:nth-child(2) .ourteam__title.minhtt h3 {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
}
.umf_team .ourteam__img img {
    border-radius: 8px;
}
.ourteam__img {
    overflow: hidden;
    transition: all 0.5s ease-in-out;
	border-radius: 8px;
}
.ourteam__box, .ourteam__box img{
	transition: all 0.5s ease-in-out;
}
.ourteam__img:hover img, .ourteam__box:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}
.umf_team .designation {
    position: absolute;
    bottom: 8px;
    right: 8px;
    border-radius: 16px;
    background: #3C3C3C;
    color: #FFFFFF;
    font-family: DM Sans;
    font-size: 10px;
    font-weight: 500;
    line-height: 13.02px;
    padding: 4px 12px;
	display:none;
}
.umf_team .popup-grid {
    max-width: 944px;
}
.umf_team .popup-details {
    display: flex;
    align-items: center;
	    gap: 25px;
}
.umf_team .popup-details_left {
    width: 43%;
}
.umf_team .popup-details_right {
    width: 57%;
}
.umf_team .popup-details_right .ourteam__title h3 {
	font-size: 20px;
	line-height: 18px;
	color: #EE4536;
	padding-top: 0;
	text-align: left;
}
.umf_team .popup-details_right .ourteam__position h5 {
    font-size: 16px;
    text-align: left;
    color: #343434;
    padding-top: 7px;
}
.popup-description p {
    font-family: DM Sans;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    padding-top: 20px;
}
.checkbox-group span.wpcf7-list-item {
    margin: 0 !important;
    margin-right: 10px !important;
}
.umf_fdsp-right span {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.23px;
}
/* About us */
.inactive{
	display:block;
}
.clickexpand .active {
    display: none;
}
.clickexpand.active .active {
    display: block;
}
.clickexpand.active .inactive {
    display: none;
}
/* Distributor Hub */
.umf_fundsec.d_hub.resp-vtabs {
    background: transparent;
    border-radius: 0;
    height: auto;
    align-items: flex-start;
}
.d_hub .umf_fleft {
    border: none;
    background: #F5F5F5;
    box-shadow: 0px 14px 44px 0px #00000026;
    border-radius: 10px;
	padding: 28px 24px;
	width: 29%;
}
.d_hub .umf_fright {
	width: 71%;
	padding-left: 40px;
	padding-top: 0;
	padding-right:0;
}
.d_hub .inv_btn {
    border: none;
    padding: 28px 0 12px 0;
}
.d_hub .resp-tabs-list li {
	color: rgb(85 85 85 / 70%);
	padding: 12px 0;
}
.d_hub.resp-vtabs li.resp-tab-active, .d_hub.resp-vtabs li.resp-tab-item:hover{
	color:#EE4536;
}
.umf_overp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
}
.umf_overphoto {
	width: 38%;
	padding-left: 16px;
	position: relative;
}
.umf_overcopy {
    width: 62%;
}
.pcopy p {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #050505;
    max-width: 90%;
    position: relative;
}
.pcopy p:before {
    content: "";
    position: absolute;
    top: -24px;
    left: -14px;
    background: url(https://umf.arriving.website/wp-content/uploads/2024/12/double-quates.svg);
    width: 49px;
    height: 40px;
    z-index: -1;
}
.p_name {
    font-family: 'DM Sans';
    font-size: 12.64px;
    font-weight: 700;
    line-height: 14.22px;
    color: #EE4536;
    padding-top: 16px;
}
.p_designation {
    font-family: 'DM Sans';
    font-size: 10.27px;
    font-weight: 500;
    line-height: 14.22px;
    color: #343434;
}
.umf_overphoto:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #CC0000;
}
.videopopup{
	cursor:pointer;
}
.btn_common.bookslot a {
    padding: 10px 30px;
    font-family: DM Sans;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
	border-radius: 8px !important;
}
.officetour .popup-inner, .popup.pastevent .popup-inner {
    padding: 0;
}
.officetour .popup-grid, .popup.pastevent .popup-grid {
    background: transparent;
    max-width: 944px;
}
.officetour .popup-inner:after, .popup.pastevent .popup-inner:after{
	display:none;
}
iframe#officetour {
    height: 500px;
	border-radius: 8px;
}
.popup.pastevent iframe#videoFrame{
	border-radius: 8px;
}
.officetour .popup-close, .popup.pastevent .popup-close {
    width: 46px;
    height: 46px;
}
.umf_cchd h3 {
    font-family: DM Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #555555;
    margin: 0;
    padding-bottom: 16px;
}
.umf_cctabs ul {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
}
.umf_cctabs li a {
    background: #9D9D9D1A;
    border-radius: 30px;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    padding: 8px 16px;
    color: #555555;
	display: block;
	text-align:center;
}
.tab_item {
    display: none;
}
.tab_item.active {
    display: block;
}

.umf_cctabs .active a, .umf_cctabs li a:hover, .umf_empnt li.active a, .umf_contact .tab_menu_item.active a, .umf_kit .tab_menu_item.active a, .umf_webe .tab_menu_item.active a {
    background: #EE4536;
    color: #FFFFFF !important;
}

.umf_cctabs .active a, .umf_empnt li.active a, .umf_contact .tab_menu_item.active a, .umf_kit .tab_menu_item.active a {
    font-weight:700;
}
.umf_cctabs {
    padding-bottom: 24px;
}
.tab_disc p {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.83px;
    color: #555555;
    padding-bottom: 24px !important;
}
.tab_hd h4 {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.83px;
    color: #050505;
	margin: 0;
    padding-bottom: 16px;
}
.tab_calendar {
    padding: 24px;
    background: #050505;
    border-radius: 8px;
}
.tab_ctop {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
	padding-bottom: 32px;
}
.tab_ctopl h5 {
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.59px;
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 12px;
}
.umf_edate {
    position: relative;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #EE4536;
    padding-left: 20px;
}
.umf_edate:before {
   content:"";
	position:absolute;
	top: 4px;
	left:0;
	width:12px;
	height:12px;
	background:url(http://umf.arriving.website/wp-content/uploads/2024/12/calendar-icon.svg);
}
.tab_ctopr a {
	background: #FFFFFF;
	padding: 8px 16px 8px 20px;
	border-radius: 8px;
	display: block;
	font-family: DM Sans;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color:#050505;
}
.tab_ctopr a span {
    position: relative;
    top: -1px;
    right: 4px;
}
.tab_cagenta h6 {
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    padding-bottom: 10px;
    color: #FFFFFF;
}
.tab_cagenta ul {
    padding-left:20px !important;
}
.tab_cagenta li {
    list-style: disc;
    color: rgb(255 255 255 / 90%);
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.tab_cform {
    padding-top: 32px;
}
.tab_cform h5 {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #EE4536;
    position: relative;
    margin: 0;
}
.tab_cform h5:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 8px;
    background: url(http://umf.arriving.website/wp-content/uploads/2024/12/form-arrow.svg);
    right: 0;
    top: 6px;
	transform: rotate(-180deg);
	transition:all 0.5s;
}
.tab_cform h5.active:after {
    transform: rotate(0deg);
	transition:all 0.5s;
}
.formshotcode {
    padding-top: 24px;
	display:none;
}
.formshotcode .wpcf7 form>div, .formshotcode .wpcf7 form>p{
	padding-bottom:24px;
	margin:0 !important;
}
.formshotcode textarea {
    height: 40px;
    resize: none;
	overflow:hidden;
}
button#submitt {
    margin: 0 auto;
    text-align: center;
    display: block;
    background: linear-gradient(271.65deg, #EE4536 0.77%, #C31B0C 77.5%);
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #FFFFFF;
    padding: 10px 32px;
    border-radius: 8px;transition:all 0.5s;
}
button#submitt:hover{
	background: linear-gradient(271.65deg, #DA3128 0.77%, #9B1414 77.5%);
transition:all 0.5s;
}
.input_group.full-width.padb0 {
    padding-bottom: 0;
}
/* Distributor Hub */
.inves_wid{
	max-width:770px!important;
}
.arrowCom {
    position: absolute;
    right: 24px;
    top: 28px;
	transition:all 0.5s;
}
.sld-wrp {
    padding-top: 10px;
}
.umf_causes.umf_team .ourteam__title h3{
	text-align:left;
}
.umf_causes.umf_team a.popupopen{
	justify-content: flex-start;
    padding-top: 10px;
}
.clr_555 {
    color: #555555;
    font-weight: 400;
}
p#min_txt {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.23px;
    color: #555555;
	padding-top: 16px !important;
}
.padl10 {
    padding-left: 8px !important;
}
.umf_fmlist.umf_fmlistdt {
    display: block;
}
.umf_fmlist.umf_fmlistdt .umf_fmitem {
	width:100%;
}
.umf_fmlist.umf_fmlistdt .umf_fmitem {
    width: 100%;
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    align-items: flex-start;
}
.umf_fmlist.umf_fmlistdt .umf_fmitem .umf_fmimg {
    width: 10%;
}
.umf_fmlist.umf_fmlistdt .umf_fmitem .umf_fm {
    width: 90%;
}
.umf_fmlist.umf_fmlistdt .umf_fmitem .umf_fm h5{
	padding-top:0 !important;
	padding-bottom:6px;
}
.umf_fmlist.umf_fmlistdt .umf_fmitem .umf_fm p {
    color: rgb(255 255 255 / 90%);
	max-width: 95%;
}
.umf_fdsp .umf_fdsp-left {
    font-weight: 600;
}
.padl8{
	padding-left:8px !important;
}
p.pos_btm {
    color: rgb(255 255 255 / 80%);
}
.dropdown-selected.active {
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid rgb(85 85 85 / 27%);
}
ul.dropdown-options:after{
	opacity:0;
}
ul.dropdown-options {
    position: absolute;
    background: #FFFFFF;
    top: 30px;
    padding: 16px 0 !important;
    list-style: none;
    border-radius: 8px;
    max-width: 176px;
}
ul.dropdown-options {
   top: 32px;
    width: 176px;
    border: 1px solid #555555;
    border-top: none;
	    border-radius: 0 0 8px 8px;
	z-index:2;
}
/* Horizontal Video Section */
.video-section {
    display: flex;
    justify-content: flex-start;
    gap: 20px;  
}
.umf_videoItemSec {
    position: relative;
}
.video-container {
    position: relative;
    width: 300px;
    cursor: pointer;
}
.video-container img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}
.popup-details {
    display: flex;
}
.umf_videoItemSec .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-icon img {
    width: 100%;
    height: 100%;
}
 .watch-video {
	margin-top: 5px;
	font-size: 16px;
	color: #EE4536;
	font-weight: 500;
	cursor: pointer;
}
 .video-title {
	margin-top: 10px;
	font-size: 16px;
	color:#050505;
	line-height: 1.4;
}
.popup-details iframe {
    width: 100%;
    height: 450px;
}
.umf_vd .popup-grid {
    max-width: 944px;
	    background: #050505;
}
.umf_vd .popup-close {
    width: 46px;
    height: 46px;
}
.umf_team.umf_causes .ourteam__title {
    min-height: 60px;
}
.umf_team.umf_causes .popup-grid .ourteam__title{
    min-height: 100%;
}
.umf_uilcnt h4 {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.83px;
    padding-bottom: 10px;
    margin: 0;
	color:#050505;
	min-height: 55px;
	padding-top:16px;
}
.umf_author, .umf_date, .umf_address {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.83px;
    color: #000000;
	max-width: 60%;
    padding-bottom: 8px;
}
.umf_date{
	padding-bottom: 3px;
}
.umf_uilcnt a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.62px;
    color: #EE4536;
    padding-top: 10px;
}
/* Home */
.home_animation {
    display: flex;
    width: 100%;
}
.home_nav .elementor.elementor-5725 {
    position: absolute;
    top: 75px;
    overflow: hidden;
}
.home-menu ul#menu-1-5c3840e .menu-item {
    display: block;
    width: 100%;
}
.home__agsec, .home_nav {
    position: relative;
}
.home_heading {
    width: 70%;
    margin: 0 auto;
}
.home__agsec {
    width: 30%;
}
.rgt_border {
    position: absolute;
    top: 80px;
    background: #EE4536;
    left: 0;
    width: 3px;
    height: 194px;
    z-index: 1;
}
.home-menu ul#menu-1-5c3840e .sub-menu.elementor-nav-menu--dropdown {
    position: static;
    display: block !important;
    width: 100%;
	background-color: transparent;
}
.home-menu ul#menu-1-5c3840e .menu-item {
    display: block;
    width: 100%;
}
.home-menu ul#menu-1-5c3840e .sub-menu.elementor-nav-menu--dropdown li a {
    display: inline-block !important;
    color: #000000;
    font-weight: 500;
    padding: 7px 20px 7px 30px !important;
    border: none !important;
	font-family: "DM Sans", Sans-serif;
}
.home-menu ul#menu-1-5c3840e .sub-menu.elementor-nav-menu--dropdown li a:hover {
    background: none !important;
    color: #CC0000 !important;
    cursor:pointer;
}
.home_nav ul.sub-menu li a:after {
    content: "";
    position: absolute;
    top: 15px;
    background: url(http://umf.arriving.website/wp-content/uploads/2024/12/hm-arrow.svg) no-repeat;
    width: 10px;
    height: 10px;
    right: 0;
    opacity: 1;
    transition: transform 0.5s ease;
}

.home_nav ul.sub-menu li a:hover:after {
    transform: rotate(45deg);
    transition: transform 0.5s ease;
}
.home-menu ul#menu-1-5c3840e > .menu-item:first-child a:hover {
    color: #000000 !important;
    cursor: auto;
}
.home-menu ul#menu-1-5c3840e .sub-menu.elementor-nav-menu--dropdown li a:focus {
    background: none;
    outline: none;
}
.home_heading h1 {
    font-family: DM Sans;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    color: #303030;
}
.home_heading h1 span {
	position:relative;
}
.home_heading h1 span#getWidthHome {
	font-weight: 400;
}
.home_heading h1 span#getWidthHome:after {
	content:none;
}
/* .home_heading h1 span:after {
    content: "";
    background: #EE4536;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
	bottom:0;
} */
.home_heading h1 span:after {
    content: "";
    background: #EE4536;
    width: 0; 
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
/*     transition: width 1.5s ease-in-out; 
    animation: growLine 1.5s ease-in-out 2.5s forwards;  */
	 transition: width 1s ease-in-out; 
    animation: growLine 1s ease-in-out 1s forwards; 
}

@keyframes growLine {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
.umf_hmfnd {
    display: flex;
    align-items: flex-start;
    gap: 200px;
}
.umf_hmItem {
    width: 50%;
	margin:0 auto;
	text-align:center;
}
.umf_hmItem:last-child {
    position: relative;
}
.umf_hmItem:last-child:before {
    content:"";
	position:absolute;
	left:-104px;
	background:#B7B7B7;
	top:0;
	width:1px;
	height:100%;
}
.umf_hmItem h2 {
    font-family: DM Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #EE4536;
    text-transform: uppercase;
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 15px;
}
.umf_hmItem:last-child h2 {
    max-width: 40%;
}
.umf_hmV {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.umf_hmspn span {
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: #505050;
}
.umf_hmspn span:last-child{
	font-weight: 400;
}
.umf_hmspn {
    display: flex;
    gap: 8px;
    border-bottom: 1px solid rgb(5 5 5 / 40%);
    padding-right: 50px;
	padding-bottom:12px;
}
.umf_hmspn:last-child{
	padding-right:0;
}
.umf_hmItem p {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    padding: 16px 0;
}
.active_cta {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.23px;
    color: #050505;
    border: 1px solid #000000;
    padding: 13px 28px;
    border-radius: 8px; transition: all 0.5s ease-in-out;
}
.active_cta:hover{
	border: 1px solid #EE4536; transition: all 0.5s ease-in-out;
	color: #EE4536;
}
.umf_hmcta {
    display: flex;
    justify-content: center;
    gap: 8px;
}
.umf_cta {
	font-family: DM Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.23px;
    color: #FFFFFF;
/* 	border: 1px solid #EE4536; */
 	background: linear-gradient(271.65deg, #EE4536 0.77%, #C31B0C 77.5%);
    padding: 13px 28px;
    border-radius: 8px;	
	 transition: all 0.5s ease-in-out;
}
.umf_cta:hover, .umf_cta:focus {
	background: linear-gradient(271.65deg, #DA3128 0.77%, #9B1414 77.5%);
	 transition: all 0.5s ease-in-out;
	color: #FFFFFF;
}
.umf_hmnotes {
    color: #9A9A9A;
    font-family: DM Sans;
    font-size: 10px;
    font-style: italic;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    padding-top: 24px;
}
.icon_arrow a, .icon_arrow a .elementor-button-icon, .pos_remob a, .pos_remob a .elementor-button-icon{
    transition: all 0.5s ease-in-out;
}
.icon_arrow a:hover .elementor-button-icon, .pos_remob a:hover .elementor-button-icon {
    transform: rotate(45deg);
	 transition: all 0.5s ease-in-out;
}
.umf_team .popupopen span{
	padding-top: 3px;
	transition: all 0.5s ease-in-out;
}
.umf_team .popupopen:hover span{
	transform:rotate(45deg);
	transition: all 0.5s ease-in-out;
}
.umf_causes .ourteam__img img {
    border-radius: 12px;
}
.audio_Sec {
    padding-top: 32px;
}
.audio_Sec h4{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.83px;
}
.audio-player {
   display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    background: #FFFFFF;
    box-shadow: 0px 14px 36.5px 0px #0000001F;
    border-radius: 8px;
    padding: 16px 24px 16px 16px;
}
.audio_Listlft {
    width: 26%;
    background: #191919;
    padding: 24px 14px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0;
}
.audio_Listlft h5 {
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 700;
	line-height: 23.44px;
	color:#FFFFFF;
	margin: 0;
}
.audio_Listrgt {
    width: 84%;
}
.audio_Listrgt .controls button {
    background: none;
    padding: 0;outline: none; box-shadow: none !important;
}
.audio-player input[type="range"] {
  width: 100%;
  height: 4px;
  background-color: #ddd !important;;
  border-radius: 16px;
  -webkit-appearance: none !important;
	appearance: none !important;
  margin: 0 !important;
	outline:none !important;
	box-shadow:none !important;
	border:none !important;
}
.audio-player input[type="range"]::-moz-range-track{
		box-shadow:none !important;
}
.audio-player input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #050505; 
  cursor: pointer;
}



.audio-player input[type="range"]:focus {
  outline: none !important;
}
.audio-player input[type="range"]:focus {
  outline: none;
}
.audio-player input[type="range"]::-webkit-slider-runnable-track {
  box-shadow: none;
  background: transparent;
  border-radius: 0;
	outline:none !important;
}
.audio-player input[type="range"]::-moz-focus-outer {
  border: none;
}
.audio-player input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  background: #050505; /* Thumb color */
  height: 10px; /* Thumb height */
  width: 10px; /* Thumb width */
  border-radius: 50%; /* Circular thumb */
  cursor: pointer;position: relative;
  top: 5px; /* Adjust for vertical alignment */
  cursor: pointer;
}

.audio-player input[type="range"]::-moz-range-thumb {
  background: #050505; /* Thumb color */
  height: 10px; /* Thumb height */
  width: 10px; /* Thumb width */
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.audio-player input[type="range"]::-ms-thumb {
  background: #050505; /* Thumb color */
  height: 10px; /* Thumb height */
  width: 10px; /* Thumb width */
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.current-time, .total-time {
    font-family: DM Sans;
    font-size: 10px;
    font-weight: 400;
    line-height: 13.02px;
    color: #000000;
}
.time-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.umf_webe .tab_menu li a {
/*     background: transparent;*/
	font-size: 14px;
    padding: 8px 16px !important; 
    font-family: DM Sans;
    line-height: 18px !important;
    position: relative;
}

.umf_webe .tab_menu_item.active a:after, .umf_webe .tab_menu_item:hover a:after {
/*     content: ""; */
    position: absolute;
    bottom: 0;
    background: #EE4536;
    width: 100%;
    height: 2px;
    left: 0;
}
.umf_webe h3 {
    font-family: DM Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #555555;
    margin: 0;
    padding-bottom: 24px;
}
.umf_webetb .tab_tcnt {
    padding-top: 32px;
}
.umf_web_iteam {
    border: 1px solid #EAEAEA;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
	margin-bottom:16px;
}
.umf_web_lft {
    width: 60%;
}
.umf_web_rgt{
	display: flex;
    width: 40%;
    justify-content: end;
}
.cate_cta {
    background: #050505;
    display: inline-block;
    border-radius: 16px;
    padding: 4px 12px;
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.62px;
    color: #FFFFFF;
    margin-bottom: 14px;
}
.umf_author {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.83px;
    color: #000000;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.umf_web_title h3 {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #050505;
    margin: 0;
    padding-bottom: 10px;
}
.umf_enttime {
    display: flex;
    align-items: center;
    gap: 16px;
}
.date, .times, .address {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #555555;
    padding-left: 15px;
    position: relative;
}
.address {
	margin-top:10px;
}
.date:before, .times:before, .address:before{
	content:"";
	position:absolute;
	left:0;
	top:3px;
	background:url(http://umf.arriving.website/wp-content/uploads/2024/12/calendar.svg);
	width:12px;
	height:12px;
}
.times:before{
	background:url(http://umf.arriving.website/wp-content/uploads/2024/12/clock.svg);
}
.address:before{
	background:url(http://umf.arriving.website/wp-content/uploads/2024/12/add_location.svg);
}
.umf_pstevtimg {
    position: relative;
}
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.umf_psttitle {
    padding-top: 12px;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.23px;
    color:#050505;
}
.umf_pstevtList .watch-video {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.23px;
    color: #EE4536;
}
.umf_pstevtItem {
    margin: 0 5px;
}
/* .umf_pstevtItem:first-child {
    margin-left: 0;
}
.umf_pstevtItem:last-child {
    margin-right: 0;
} */
.umf_pstevtimg img {
    border-radius: 6px;
}
.umf_pstevtList .slick-list {
  margin: 0px -5px 0px -5px;
}
.umf_pstevt h4 {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.83px;
    color: #050505;
    padding-top: 10px;
}
.umf_webe .tab_menu li {
    margin: 0 4px;
}
.umf_webe .tab_menu li:first-child {
    margin-left: 0;
}

a.umf_app {
	padding: 12px 24px;
	border-radius: 8px;
	font-family: DM Sans;
	font-size: 14px;
	font-weight: 700;
	line-height: 18.23px;
	color: #EE4536;
	background: linear-gradient(white, white) padding-box,
		linear-gradient(271.65deg, #EE4536 0.77%, #C31B0C 77.5%) border-box;
	border-radius: 8px;
	border: 1px solid transparent;
}
a.umf_app:hover {
    border: 1px solid #000000;
    color: #050505;
}
.cate_cta:empty {
    display: none;
}
.tab_tbcnt, .tab_emtb, .tab_citem, .tab_Kitem{
	display:none;
}
.tab_tbcnt.active, .tab_emtb.active, .tab_citem.active, .tab_Kitem.active {
    display: block;
}
.audio_Listrgt .play-icon {
	position: static;
    transform: none;
}
.umf_empnt h3 {
    font-family: DM Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color:#555555;
}
.umf_empnttb {
    padding-top: 20px;
}
.umf_reqd h6 {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.83px;
    color: #050505;
	margin: 0;
    padding-bottom: 8px;
}
.umf_reqd li {
    position: relative;
    padding-left: 30px;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.83px;
    color: #000000;
    padding-bottom: 12px;
}
.umf_reqd li:before, .tab_emtb:nth-child(2) > ul li ul li:before, .umf_faq_acccnt ul li:before  {
    content: "";
    position: absolute;
    top: 3px;
    left: 16px;
    background: url(http://umf.arriving.website/wp-content/uploads/2024/11/list-icon.svg) !important;
    width: 4px;
    height: 8px;
}
.empanel_cta {
	padding-top: 24px;
    padding-left: 30px;
}
.empanel_cta a {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.83px;
    color: #FFFFFF;
    padding: 12px 24px;
    background: linear-gradient(271.65deg, #EE4536 0.77%, #C31B0C 77.5%);
    border-radius: 8px; transition: all 0.5s ease-in-out;
}
.empanel_cta a:hover{
	background: linear-gradient(271.65deg, #DA3128 0.77%, #9B1414 77.5%);
 transition: all 0.5s ease-in-out;
}
.tab_emtb:nth-child(2) {
    padding-top: 24px;
}
.tab_emtb:nth-child(2) ul{
   padding-left:44px !important;
	position:relative;
}
.tab_emtb:nth-child(2) ul li{
	position:relative;
	padding-bottom: 20px;
}
.tab_emtb:nth-child(2) ul li:last-child{
	padding-bottom: 0;
}
.tab_emtb:nth-child(2) ul li h5 {
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 600;
	line-height: 20.83px;
	color:#050505;
	margin-bottom:10px;
}
.tab_emtb:nth-child(2) > ul li:before{
	content:"";
	position:absolute;
	left:-32px;
	background:url(https://umf.arriving.website/wp-content/uploads/2024/12/num1.svg);
	width:20px;
	height:21px;
}
.tab_emtb:nth-child(2) > ul li:nth-child(2):before{
	background:url(https://umf.arriving.website/wp-content/uploads/2024/12/num2.svg);
}
.tab_emtb:nth-child(2) > ul li:nth-child(3):before{
	background:url(https://umf.arriving.website/wp-content/uploads/2024/12/num3.svg);
}
.tab_emtb:nth-child(2) > ul li:after {
    content: "";
    position: absolute;
    top: 23px;
    left: -22px;
    width: 1px;
    height: 96%;
    background: rgb(204 204 204 / 60%);
    transition: all 0.5s ease-in-out;
}
.tab_emtb:nth-child(2) > ul li ul li:after{
	content:none;
}
.tab_emtb:nth-child(2) ul ul{
	padding-left:20px !important;
}
.tab_emtb:nth-child(2) > ul li ul li:before{
	left:-16px !important;
}
.tab_emtb:nth-child(2) > ul li ul li{
	    position: relative;
    padding-left: 0;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.83px;
    color: #000000;
    padding-bottom: 12px;
}
.umf_emfmlist a {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.23px;
    color: #D72F20;
    position: relative;
}
.umf_emfmlist a:after, .tab_crlft a:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    background: url(http://umf.arriving.website/wp-content/uploads/2024/12/down_form.svg);
    width: 16px;
    height: 17px;
}
.tab_emtb:nth-child(2) > ul li:nth-child(3) .umf_emfmlist a:after, .tab_crlft a:after{
	background: url(http://umf.arriving.website/wp-content/uploads/2024/12/45d-arrow-right.svg);
    width: 17px;
    height: 17px;
	transition: all 0.5s;
}
.tab_emtb:nth-child(2) > ul li:nth-child(3) .umf_emfmlist a:hover:after, .tab_crlft a:hover:after{
	transform:rotate(45deg);
	transition: all 0.5s;
}
.umf_cnthd h3 {
    font-family: DM Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #555555;
    margin: 0;
    padding-bottom: 24px;
}
.tab_menu li a.active, .umf_empnt li.active a,  .umf_empnt li.active a.active, .umf_contact .tab_menu_item.active a, .umf_kit .tab_menu_item.active a, .umf_kit .tab_menu_item.active a.active, .umf_webe .tab_menu_item.active a{
	font-weight:700 !important;
}
.tab_citem {
    padding-top: 32px;
}
.tab_chd h5 {
    margin: 0;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.83px;
    color: #050505;
	padding-bottom:12px;
}
.tab_clinks a, .tab_crlft a {
    position: relative;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.23px;
    color: #D72F20;
    display: inline-block;
    padding-bottom: 12px;
}
.tab_clinks a{
	padding-left:12px;
}
/* .tab_clinks a:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    background: url(http://umf.arriving.website/wp-content/uploads/2024/12/45d-arrow-right.svg);
    width: 16px;
    height: 17px;
} */
.tab_crlft a:after{
	transition: all 0.5s;
}
.tab_clinks, .tab_creachme {
    margin-bottom: 40px;
}
.tab_creachme {
    background: #F6F6F6;
    border-radius: 10px;
    padding: 16px;
    margin-left: 12px;
    display: flex;
    gap: 32px;
}
.tab_creachme h6 {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.23px;
    color: #050505;
    margin: 0;
    padding-bottom:12px;
}
.tab_crrgt {
	position:relative;
}
.tab_crrgt:before {
	content:"";
	position:absolute;
	left:-16px;
	top:0;
	width:1px;
	height:100%;
	background:rgb(0 0 0 / 15%);
}
.tab_crrgt ul {
    padding-left: 30px !important;
}
.tab_crrgt ul li {
    position: relative;
/* 	margin-bottom:6px; */
}
.tab_crrgt ul li:last-child{
	margin-bottom:0;
}
.tab_crrgt ul li a {
	font-family: DM Sans;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color:#555555;
}
.tab_crrgt ul li a:hover{
	color:#D72F20;
}
.tab_crrgt ul li:before {
     content: "";
    position: absolute;
    left: -30px;
    top: 4px;
    background: url(http://umf.arriving.website/wp-content/uploads/2024/12/contact-call.svg);
    width: 20px;
    height: 21px;
}
.tab_crrgt ul li:nth-child(2):before {
    background: url(http://umf.arriving.website/wp-content/uploads/2024/12/contact-sms.svg);
}
.dis_cpy {
	font-family: DM Sans;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	color:#555555;
	padding-bottom: 15px !important;
}
.tab_citem:nth-child(2) .tab_cqform {
    margin-left: 0;
}
/* General Form Styles */
.tab_cqform {
  background-color: #F6F6F6;
  padding: 24px;
border-radius: 8px;
  margin: 0 auto;
  font-family:DM sans;
  box-shadow: none;
	margin-left: 12px;
}

.tab_cqform .input_group {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.tab_cqform .input_half {
  flex: 1;
}

.tab_cqform .input_group.full-width .input_half {
  flex-basis: 100%;
}

.tab_cqform .input_half p label {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  color: rgb(5 5 5 / 50%) !important;
	left:0 !important;
}

/* Input Fields with Bottom Border (No Border Radius) */
.tab_cqform input[type="text"],
.tab_cqform input[type="email"],
.tab_cqform input[type="tel"],
.tab_cqform textarea,
.tab_cqform select {
  width: 100%;
  padding: 25px 14px  25px 0 !important;
  border: none;
  border-bottom: 1px solid rgb(85 85 85 / 30%);
  font-size: 14px;
  font-weight: 400;
  color: #050505;
  outline: none;
  background: transparent;
  border-radius: 0;
      box-shadow: none;/* Remove border radius */
}

/* Removed focus styles (no focus border) */
.tab_cqform input[type="text"]:focus,
.tab_cqform input[type="email"]:focus,
.tab_cqform input[type="tel"]:focus,
.tab_cqform textarea:focus,
.tab_cqform select:focus {
  border-bottom: 1px solid #5555554D; /* Keep the same color as non-focus */
  
}
.wpcf7 input.wpcf7-form-control:not([type=submit]):focus, .wpcf7 select.wpcf7-form-control:focus, .wpcf7 textarea.wpcf7-form-control:focus {
    border-style: solid;
    border-color: #050505;
    border-width: 0px 0px 1px 0px;
    /* border-bottom: 1px; */
    box-shadow: none;
    outline: none;
    color: var(--ast-form-input-focus-text, #475569);
}

.tab_cqform textarea {
  resize: none;
  height: 100px;
}

/* Submit Button Centered */
.tab_cqform .input_group.full-width.padb0 {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.tab_cqform button#submitt {
 background: linear-gradient(271.65deg, #EE4536 0.77%, #C31B0C 77.5%);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 32px; /* Set padding as requested */
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s ease;
}

.tab_cqform button#submitt:hover {
  background: linear-gradient(271.65deg, #DA3128 0.77%, #9B1414 77.5%);
}

.tab_cqform button#submitt:active {
  transform: scale(0.98);
}
.selectbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px;
    background-image: url('http://umf.arriving.website/wp-content/uploads/2024/11/arrow.svg')!important;
    background-repeat: no-repeat!important;
    background-position: right 10px center!important;
    background-size: 16px 16px !important;
    font-size: 14px;
    padding: 10px;
}

.selectbox:focus option {
    background-color: #ffffff !important;
    color: #050505 !important;
}

/* Label for custom select */
label[for="select-486"] {
    font-weight: bold;
}

/* Select dropdown styling */
.tab_cqform select[name="select-486"] option {
    background-color: #f0f8ff;
    border: 1px solid #007bff;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.tab_cqform .input_group.full-width.padb0 {
    margin-top: 32px;
    margin-bottom: 0;
}
/* Styling for mobile screens */
@media (max-width: 768px) {
  .tab_cqform .input_group {
    flex-direction: column;
    gap: 8px;
  }
}
.umf_hdrgtRT a span {
    float: right;
}
.icon-indicator{
	position:fixed;
	left:50%;
	transform:translatex(-50%);
	bottom:50px;
	width:26px;
	height:13px;
	animation: scrollBounce 1.5s infinite ease-in-out;
	transition:all 0.5s;
}
@keyframes scrollBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
.icon-indicator.hide{
	opacity:0;
	transition:all 0.5s;
}
.umf_empnt .tab_menu li a, .umf_contact .tab_menu li a, .umf_kit .tab_menu li a {
    padding: 8px 16px;
}
.tab_Kitem{
	padding-top:30px;
}
.umf_dmfs li label, .umf_dmpdf-item label {
    display: flex;
    gap: 20px;
}
.umf_dmfs li label input, .umf_dmpdf-item label input{
width:2%;
}
.umf_dmfs li label a, .umf_dmpdf-item label a {
width:98%;
}
/*  input[type="radio"]:checked, input[type=reset], input[type="checkbox"]:checked, input[type="checkbox"]:hover:checked, input[type="checkbox"]:focus:checked, input[type=range]::-webkit-slider-thumb{
	border-color: #DB3223 !important;
    background-color: #DB3223 !important;
}
 .umf_dmpdf-item input[type="checkbox"]:checked,  .umf_dmfs input[type="checkbox"]:checked {
    border-color: #DB3223 !important;
    background-color: #DB3223 !important;
  } */
.pdf-checkbox:checked {
    background-color: #DB3223; /* Change background color */
    accent-color: #DB3223; /* Applies to supported browsers */
}
.download-zip {
    background: linear-gradient(271.65deg, #EE4536 0.77%, #C31B0C 77.5%);
    padding: 10px 32px;
    border-radius: 8px;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #FFFFFF;
    vertical-align: middle;
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 auto;
    margin-top: 20px;transition:all 0.5s;
}
.download-zip:hover {
	background: linear-gradient(271.65deg, #DA3128 0.77%, #9B1414 77.5%);
	transition:all 0.5s;
}
.download-zip span {
    position:relative;
	top:4px;
}
.download-zip span img {
    vertical-align: top;
}
.disnone{
    display: none !important;
}
.kyc_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.kyc_flex p {
    font-family: DM Sans;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 18.23px;
    color: rgb(255 255 255 / 70%);
}
.kyc_flex a {
    position: absolute;
    right: 30px;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.23px;
    color: rgb(255 255 255 / 70%);
}
.kyc_flex a:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 3px;
    background: url(http://umf.arriving.website/wp-content/uploads/2024/12/knowmore.svg);
    width: 16px;
    height: 16px;
}
.popup.kycpopup .popup-grid {
    padding: 0;
    border-radius: 0;
    max-width: 944px;
}
.popup.kycpopup .popup-inner{
	padding:0;
}
.popup.kycpopup .popup-inner:after{
	content:none;
}
.popup.kycpopup .popup-close {
    width: 46px;
    height: 46px;
    top: -10px;
    right: -25px;
}
/* Resources Page */
.umf_rs li.tab_menu_item {
    min-width: 216px;
}
.tab_rsitem{
	display:none;
}
.tab_rsitem.active{
	display:block;
}
/* New feedbcks */
/* .box_maxw li.tab_menu_item {
    min-width: 202px;
} */
.box_maxw li.tab_menu_item:first-child a {
    min-width: 220px;
}
.box_maxw li.tab_menu_item:nth-child(2) a {
    min-width: 192px;
}
.box_maxw li.tab_menu_item:nth-child(3) a {
    min-width: 208px;
}
.box_maxw li.tab_menu_item:last-child a {
    min-width: 300px;
}
.tab_menu li:last-child {
    margin-right: 0;
}
.team_boxw li.tab_menu_item:first-child a {
    min-width: 180px;
}
.team_boxw li.tab_menu_item:nth-child(2) a {
    min-width: 185px;
}
.team_boxw li.tab_menu_item:last-child a {
    min-width: 200px;
}
.umf_cctabs li:first-child a {
    min-width: 176px;
}
.umf_cctabs li:nth-child(2) a {
    min-width: 96px;
}
.umf_cctabs li:last-child a {
    min-width: 176px;
}
.umf_empnt .tab_menu_item a {
    min-width: 99px;
}
.umf_contact .tab_menu_item:first-child a {
    min-width: 160px;
}
.umf_contact .tab_menu_item:nth-child(2) a {
    min-width: 196px;
}
.umf_contact .tab_menu_item:last-child a {
    min-width: 140px;
}
.umf_kit .tab_menu_item:first-child a {
    min-width: 194px;
}
.umf_kit .tab_menu_item:nth-child(2) a {
    min-width: 106px;
}
.umf_kit .tab_menu_item:last-child a {
    min-width: 176px;
}
.popup.pastevent{
	background: #FFFFFF80;
}
.umf_hdrgtLFlist.umf_inhd .umf_hdrgtLFItem a:after{
	content:none;
}
.umf_hdrgtLFlist.umf_inhd{
	width:220px;
}
.umf_hdrgtLFlist.umf_inhd ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
	flex-direction: column;
}
.umf_hdrgtLFlist.umf_inhd li.umf_hdrgtLFItem a {
    color: #FFFFFF;
    display: block;
    position: relative;
    transition: all 0.5s ease-in-out;
    border: 1px solid #D93122;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.23px;
    border-radius: 8px;
    padding: 6px 14px;
    text-align: center;	transition:all 0.5s ease-in-out;
}
.umf_hdrgtLFlist.umf_inhd p {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.62px;
    color: rgb(255 255 255 / 70%);
    padding-bottom: 18px !important;    text-align: center;
}
.umf_hdrgtLFlist.umf_inhd li.umf_hdrgtLFItem {
	width:100%;
	    z-index: 9999;
}
.umf_hdrgtLFlist.umf_inhd li.umf_hdrgtLFItem a:hover{
	background: linear-gradient(271.65deg, #EE4536 0.77%, #C31B0C 77.5%);
	transition:all 0.5s ease-in-out;
}
.tab_chd h5.padb {
    padding-bottom: 0;
}
p.tab_para {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #555555;
    padding-bottom: 24px !important;
}
.selected {
    position:relative;
	border-bottom: 1px solid #5555554D;
    padding: 10px 0px;
}
.selected:after {
   content:"";
	position:absolute;
	right:0;
	top:15px;
	background:url(https://umf.arriving.website/wp-content/uploads/2024/11/arrow.svg);
	width:15px;
	height:9px;transition:all 0.5s ease-in-out;
}
.custom-dropdown.active .selected:after {
	transform:rotate(180deg);
	transition:all 0.5s ease-in-out;
}

.selected p {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.8px;
    color: rgb(5 5 5 / 50%);
}
.selected{
	font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.8px;
    color: #050505;
}
.custom-dropdown{
	position:relative;
}
.custom-dropdown ul.options {
	display:none;
    position: absolute;
    top: 41px;
    width: 100%;
    background: #FFFFFF;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #0505051A;
    border-radius: 0 0 8px 8px;
    z-index: 2;
	padding: 8px 0 !important;
}
.custom-dropdown ul.options li{
	padding:4px 16px;transition:all 0.5s ease-in-out;
	margin-bottom:12px;
	font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.8px;
    color: #050505;
	cursor:pointer;
}
.custom-dropdown ul.options li:hover{
	background:#F6F6F6;transition:all 0.5s ease-in-out;
}
.umf_empnt .tab_menulist, .umf_contact .tab_menulist, .umf_kit .tab_menulist {
    gap: 8px;
}
.umf_ourFItem a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-radius: 8px;
		background: #F6F6F6;
		margin-bottom: 12px;
		padding: 16px;
		gap:90px;
	}
	.menu-main li .umf_ourFItem:nth-child(2) a {
		margin-top: 16px;
	}
	.umf_ourFItemL h4 {
		font-family: DM Sans;
		font-size: 16px;
		font-weight: 600;
		line-height: 20.83px;
		color: #000000;
		padding-bottom: 8px;
	}
	.umf_ourFItemL p {
		font-family: DM Sans;
		font-size: 10px;
		font-weight: 500;
		line-height: 13px;
		color: #505050;
	}
	.umf_dkItem .umf_dksmh li:nth-child(2) .umf_ourFItem, .umf_dkItem .umf_dksmh li:nth-child(2) .umf_ourFItem a{
		margin-bottom: 0;
		
	}
.umf_dkItem:nth-child(1) .umf_dk-hMenu {
    width: 293px;
}
.umf_dkItem .umf_ourFItem a {
    padding: 12px 16px;
    gap: 10px;
}
.umf_dkItem .umf_ourFItemL {
    width: 70%;
}
.umf_dkItem .umf_ourFItemR {
    width: 30%;
}
.umf_hdrgtLF.click-section.Click .umf_hdrgtLFlist .umf_hdrgtLFItem{
	visibility:visible;
}
.umf_hdrgtLF.click-section .umf_hdrgtLFlist.hm_login{
	opacity:1;
	z-index: 1;
}
.arrow_tp .umf_ourFItem a.active h4, .arrow_tp .umf_ourFItem a:hover h4{
	color: #EE4536;
    transition: all 0.5sease-in-out;
}
/* TER Start */
.umf_ter .scheme-frm-block form, .date_short, .short_btn {
    display: flex;
    gap: 16px;
    align-items: center;
}
.umf_ter .scheme-frm-block form{
	margin-bottom:30px;
}
.date_short{
    width: 70%;
}
.short_btn {
    width: 30%;
}

.date_short input{
	font-family: "DM Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	color:#050505;
}
.ter_content {
	max-width: 964px;
	overflow-x: scroll;
}
.ter_content table {
	width: 1200px;
	    border-collapse: collapse;
}
/* Width and height of the scrollbar */
.ter_content {
    overflow: auto; /* Ensure scrolling */
}

.ter_content::-webkit-scrollbar, .umf__checklist::-webkit-scrollbar {
    width: 3px; 
    height: 3px; 
}

/* Track (background) */
.ter_content::-webkit-scrollbar-track, .umf__checklist::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle (the draggable part) */
.ter_content::-webkit-scrollbar-thumb, .umf__checklist::-webkit-scrollbar-thumb {
    background: #EE4536; 
    border-radius: 10px;
}

/* Handle on hover */
.ter_content::-webkit-scrollbar-thumb:hover, .umf__checklist::-webkit-scrollbar-thumb:hover {
    background: #EE4536;
}
.ter_content table th, .ter_content table td, .ter_content table th a{
	font-family: "DM Sans", Sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 15.62px;
	color:#050505;
}
.ter_content table th, .ter_content table th a{
	font-weight:500;
	color:#FFFFFF;
}

.ter_content table th{
	background:#050505;
}
.ter_content table th:nth-child(1),
.ter_content table td:nth-child(1) {
    min-width: 250px;
    max-width: 250px;
}
.ter_content table tr:nth-child(2) th:nth-child(1),
.ter_content table tr:nth-child(2) td:nth-child(1) {
    min-width: auto;
    max-width: auto;
}
.ter_content table th:nth-child(3),
.ter_content table td:nth-child(3) {
    min-width: 100px;
    max-width: 100px;
}
input[type="date"] {
    font-family: "DM Sans", Sans-serif;
    font-size: 14px;
    color: #050505;
}

/* TER End */
.listdots li.elementor-icon-list-item {
    position: relative;
    padding-left: 20px;
	margin:0 !important;
}
.listdots .elementor-icon-list-items{
	position:relative;
}
.listdots .elementor-icon-list-items:before {
    content: "";
    position: absolute;
    left: 5px;
    background: rgb(85 85 85 / 56%);
    width: 1px;
    height: 85%;
    top: 10px;
}
.listdots li.elementor-icon-list-item:after {
    content: "";
    position: absolute;
    top: 8px;
    width: 11px;
    height: 11px;
    background: #ee4536;
    border-radius: 50%;
}
.cws_sc .umf_causes .tab_menu li:nth-child(1) {
    min-width: 120px;
}
.cws_sc .umf_causes .tab_menu li:nth-child(2) {
    min-width: 95px;
}
.cws_sc .umf_causes .tab_menu li:nth-child(3) {
    min-width: 70px;
}
.cws_sc .umf_causes .tab_menu li:nth-child(4) {
    min-width: 170px;
}
.cws_sc .umf_causes .tab_menu li:nth-child(5) {
    min-width: 145px;
}
.cws_sc .umf_causes .tab_menu li:nth-child(6) {
    min-width: 95px;
}
.umf_webe .tab_menu li:nth-child(1) {
    min-width: 175px;
}
.umf_webe .tab_menu li:nth-child(2) {
    min-width: 140px;
}
.umf_hfsheet {
    padding-top: 20px;
}
.dsk_sign {
	display:block;
}
.mon_sign {
	display:none;
}
.umf_faq_acccnt{
	display:none;
}
.faq_sec h5 {
    font-family: DM Sans;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color:#555555;
	padding-bottom:10px;
	margin:0;
}
li.umf_faqItem {
    border-bottom: 1px solid #ECECEC;
}
li.umf_faqItem:last-child {
    border-bottom: none;
}
li.umf_faqItem h3 {
	font-family: DM Sans;
	font-weight: 600;
	font-size: 14px;
	line-height: 20.83px;
	margin:0;
	margin: 16px 0;
	cursor:pointer;
	color: #050505;
}
li.umf_faqItem:first-child h3 {
	margin-top: 0;
}
.umf_faq_acccnt {
    padding-bottom: 16px;
}
.umf_faq_acccnt p {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 14px;
    color: #555555;
    padding-bottom: 15px !important;
}
.umf_faq_acccnt ul li{
	position:relative;
	padding-left:20px;
	font-family: DM Sans;
    font-weight: 400;
    font-size: 14px;
    color: #555555;
}
.umf_faq_acccnt ul li:before{
	left:0;
	top: 5px;
	padding-bottom: 5px;
}
.umf_faq_acccnt h5 {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 14px;
    line-height: 20.83px;
    margin: 0;
    padding-bottom: 20px;
}
li.umf_faqItem p .pad20 {
    padding-top: 25px;
    display: block;
} 
li.umf_faqItem a{
	color:#ee4536;
}
.umf_faq_hd{
	position:relative;
}
.umf_faq_hd:after{
	content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 24px;
    height: 24px;
    background: url(http://umf.arriving.website/wp-content/uploads/fund-sheets/faq-add.svg);
    transition: 0.5s ease-in-out;	
}
.umf_faq_hd.active:after{
    background: url(http://umf.arriving.website/wp-content/uploads/fund-sheets/faq-mins.svg);	
}
.umf__checklist p:last-child {
    padding-bottom: 20px !important;
}
.ourteam__img img, .umf_overphoto img {
    filter: grayscale(1);
}
.poptb{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.23px;
    color: #D72F20;
    position: relative;
	cursor:pointer;
}
.poptb:hover{
    color: #D72F20;
}
.poptb:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
   background: url(http://umf.arriving.website/wp-content/uploads/2024/12/45d-arrow-right.svg);
    width: 17px;
    height: 17px;
    transition: all 0.5s;
}
.poptb:hover:after{
	    transform: rotate(45deg);
    transition: all 0.5s;
}
.popuptable a.popup-close {
    width: 45px;
    height: 46px;
    top: -10px;
    right: -20px;
}
/* Media CSS */

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

}
@media only screen and (max-width: 1280px) {
	.umf_oflft {
		width: 40%;
	}
	.umf_ofrgt {
		width: 60%;
	}
}
@media only screen and (max-width: 1200px) {
	.umf_ofsec1 {
		min-height: 480px;
	}
	.umf_ofrgtsec {
		min-height: 480px;
	}
}
@media only screen and (max-width: 1180px) {
	.umf_dkItem .mnav {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1024px) {
	.inner_menu nav.elementor-nav-menu--dropdown {
		position: fixed;
		width: 100%;
		background-color: #050505;
		left: 0;
		top: 0;
		height: 100vh;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 999;
		margin: 0;
	}
	.inner_menu.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
		transform: translate(-100%);
		max-height: inherit !important;
		overflow: inherit !important;transition: all 0.5s ease;
	}
	.inner_menu.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
		transform: translate(0%) !important;
		max-height: inherit !important;
		animation: inherit !important;transition: all 0.5s ease;
	}
	.inner_menu  .elementor-menu-toggle{
		z-index:9999;
		background: none;
		padding:0;
		padding-top: 4px;
	}
	.inner_menu ul {
		padding-top: 60px !important;
	}
	.inner_menu ul li a{
		color:#FFFFFF;
	}
	.inner_menu ul li.menu-item .menu-link:after{
		display:none;
	}
	.elementor-menu-toggle .e-font-icon-svg {
		fill: #ffffff !important;
		height: 26px !important;
		width: 26px !important;
	}
	.inner_menu li {
		padding: 0 !important;
	}
	.deskshow{
		display:none;
	}
	.mobshow{
		display:block;
	}
/* 	.umf_kfpbox-list {
		width: 100%;
		height: 100%;
		display: flex;
		 flex-wrap: wrap;
 		 gap: 16px; 
	} */
/* 		.umf_kfpbox-Item, .box {
			position: relative;
			width: 100%;
			height: 100%;
			z-index: auto;
			flex: 0 0 calc(50% - 8px);
	} */
	
	.umf_kfpsec h2 {
		font-size: 26px;
		line-height: 30px;
		padding-bottom: 30px;
	}
	.umf_kfpboxhd h4 {
		font-size: 18px;
		line-height: 28px;
	}
	.inves_wid{
		max-width:100% !important;
	}
	.video-player__playing, .video-player__thumbs {
        display: block;
        width: 100%;
    }
	.embed-container {
		padding-bottom: 50.25%;
	}
	.video-player__thumbs ul {
		padding-left: 0px !important;
	}
	  .slide-btn.slick-slide.slick-current.slick-center {
        opacity: 1;
    }
	    .slide-btn {
        opacity: .5;
    }
	.slider-nav .slick-next {
		right: 0;
		z-index: 99;
		background: none !important;
	}
	.slick-prev {
    	z-index: 99;
		left: 0;
		background: none !important;
	}
	.slider-nav .slick-prev:before, .slider-nav .slick-next:before {
		content: "";
		width: 12px;
		height: 8px;
		position: absolute;
		top: 3px;
		right: 1px;
		opacity: 1;
		transform: scale(1.5);
	}
	.slider-nav .slick-next:before {
		background: url(http://umf.arriving.website/wp-content/uploads/2024/12/slider-next.svg);
	}
	.slider-nav .slick-prev:before {
		background: url(http://umf.arriving.website/wp-content/uploads/2024/12/slider-prev.svg);
	}
	button.slick-prev.slick-arrow:after {
		content: "";
		background: url(http://umf.arriving.website/wp-content/uploads/2024/12/shadow-prev.svg);
		background-repeat: no-repeat;
		width: 100px;
		height: 20px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	button.slick-next.slick-arrow:after {
		content: "";
		background: url(http://umf.arriving.website/wp-content/uploads/2024/12/shadow-next.svg);
		background-repeat: no-repeat;
		width: 100px;
		height: 20px;
		position: absolute;
		top: 0;
		z-index: -1;
		left: -75px;
	}
	.slide-btn.slick-slide.slick-current:after, .slide-btn.slick-slide:hover:after{
		content:none;
	}
	 .slide-btn.slick-slide.slick-current.slick-center {
        font-weight: 600;
        font-size: 16px;
    }
	.slider-for .slick-prev:before, .slider-for .slick-next:before{
		content:none;
	}
	.home_heading h1 {
		font-size: 32px;
		line-height: 42px;
	}
	.home_heading {
		width: 60%;
	}
	.home__agsec {
		width: 40%;
	}
	.umf_team .ourteam__flex {
	  grid-template-columns: repeat(3, 1fr);
	}	
	#communiquenav .slide-btn.slick-slide.slick-current:after, #communiquenav .slide-btn.slick-slide:hover:after{
		content:"";
	}
}
@media only screen and (max-width: 1007px) {
	.umf_cntpos {
		width: 100%;
		left: 0;
		transform: translate(0%, -50%);
		padding-left: 20px;
	}
	.umf_syye {
		padding-top: 30px;
	}
/* 	.umf_kfpbox-list{
		width: 100%;
	} */
	.umf_fundsec.resp-vtabs {
		height: 100%;
		 background: #FFFFFF;
		flex-direction: column;
	}
	.umf_fleft{
		width:100%;
		border:none;
		padding:0 20px 24px 20px;
	}
	.umf_fright {
		width: 100%;
		padding:0;
	}
	.inv_btn .comm_btn {
		width: 30%;
	}
	.mob_cnt{
		display:block;
		padding-top: 24px;
	}
	.mobhide{
		display:none !important;
	}
	.inv_btn {
		padding: 24px 0 0 0;
		border-bottom: none;
	}
	.hd_date h2{
		display:none;
	}
	.fullwidth> .elementor-container.elementor-column-gap-default {
		max-width: 100% !important;
	}
	.hd_date {
		padding: 0 20px 16px 20px;
	}
	.umf_pmtb, .umf_ffsrl, .umf_dmtsec, .mob-bgpd {
		padding: 20px;
		background: #F5F5F5;
	}
	.umf_pmitem img {
		width: 100%;
	}
	
	 .umf_ff .mCSB_inside>.mCSB_container{
		margin-right:0;	
	}
	.hd_date span{
		float:left;
	}
/* 	#box1, #box2, #box3, #box4{
		top:inherit !important;
		left:inherit !important;
	} */
	.umf_kfpbox-list{
		width: 800px;
		margin: 0 auto !important;
	}
	.umf_kfpbox-Item, .box {
		width: 392px;
		height: 176px;
	}
	#box2 {
		left: 408px;
	}
	#box4 {
		left: 408px;
	}
	.d_hub .umf_fleft {
		display: none;
	}
	.d_hub .umf_fright {
		width: 100%;
		padding-left: 0;
	}
	.umf_fundsec .umf_fright h2.resp-accordion {
		padding: 12px 20px;
		font-size: 14px;
		line-height: 18px;
	}
	
	.hidesecmb, .umf_cchd h3, .umf_webe h3, .umf_empnt h3, .umf_cnthd h3{
		display:none;
	}
	.umf_fundsec.d_hub.resp-vtabs .tab_sec{
		background:#F5F5F5;
		padding: 16px 20px;
		margin-bottom: 20px;
	}
	.umf_overphoto {
		width: 45%;
	}
	.umf_overp {
		gap: 20px;
/* 		flex-direction: column; */
    align-items: flex-start;
	}
	.umf_overcopy {
		width: 100%;
/* 		text-align: center; */
		padding-top: 40px;
	}
	.pcopy p {
		max-width: 100%;
	}
	.pcopy p:before {
		top: -40px;
/* 		left: 50%;
		transform: translateX(-50%); */
		left: 0px;
		z-index:1;
	}
	.req_form {
		background: #FFFFFF !important;
		padding: 16px !important;
	}
	.umf_web_iteam {
		border: 1px solid #FFFFFF;
		background: #FFFFFF;
	}
	.umf_pstevtItem{
		margin:0 8px;
	}
	.umf_fundsec.d_hub.resp-vtabs .tab_sec:nth-child(10) {
        padding: 16px 0;
    } 
	.umf_webetb .tab_tcnt{
		padding-left:0;
		padding-right:0;
	}
	.umf_webe .tab_menu li:first-child{
		margin-left:0;
	}
	.umf_webe_list {
		padding: 0 20px;
	}
	.umf_pstevt h4 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.umf_web_title h3{
		display:block;
	}
	.tab_clinks, .tab_creachme {
		margin-bottom: 20px;
	}
	.tab_clinks {
		display: flex;
		flex-direction: column;
		width: fit-content;
	}
	.tab_creachme, .tab_cqform {
		background: #FFFFFF;
		margin-left: 0;
	}
	.tab_cqform{
		padding:16px;
	}
	.dsk_sign {
		display:none;
	}
	.mon_sign {
		display:block;
	}
	.faq_sec h5{
		display:none;
	}
	.umf_faq_hd:after {
		width: 16px;
		height: 16px;
		background: url(http://umf.arriving.website/wp-content/uploads/2024/11/faq-up.svg);
		transform: rotate(180deg);
	}
	.umf_faq_hd.active:after {
		background: url(http://umf.arriving.website/wp-content/uploads/2024/11/faq-up.svg);
		transform: rotate(0deg);
	}
}
@media only screen and (max-width: 900px){
	.legenditem, .chart-heading {
        font-size: 10px;
        line-height: 13px;
        padding-top: 10px;
    }
	.inversmentbox__shortcode, .inversmentbox__cnt {
        width: 100%;
    }
	.countries-list {
        padding-bottom: 20px;
        padding-top: 0;
    }
	.inversmentbox__cnt {
        height: 130px;
    }
	.slider-nav .slick-prev:before, .slider-nav .slick-next:before {
        top: 6px;
    }
	.inversmentbox{
		padding:0;
	}
	.chartssec {
		padding: 0 10px;
	}
	.inversmentbox__cnt {
        padding: 20px 15px;
    }
	.inversmentbox__cnt {
        width: 100%;
        margin-bottom: 20px;
    }
	button.slick-next.slick-arrow.slick-disabled, button.slick-prev.slick-arrow.slick-disabled {
		display: none !important;
	}
	.umf_uilimg img{
		width:100%;
	}
	.home_heading h1 {
        font-size: 28px;
        line-height: 36px;
    }
	
}

@media only screen and (max-width: 849px) {
	.umf_hd h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.umf_ofsec1 {
		min-height: 400px;
	}
	.umf_ofrgtsec {
		min-height: 400px;
	}
	.foot_enq {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}
	.foot_inv {
		align-items: flex-start;
	}
	.umf_kfpbox-list{
		width: 700px;
	}
	.umf_kfpbox-Item, .box {
		width: 342px;
		height: 176px;
	}
	#box2 {
		left: 358px;
	}
	#box4 {
		left: 358px;
	}
}
@media only screen and (max-width: 780px){
	.umf_kfpbox-list{
		width: 700px;
	}
	.umf_kfpbox-Item, .box {
		width: 342px;
		height: 176px;
	}
	#box2 {
		left: 358px;
	}
	#box4 {
		left: 358px;
	}
}
@media only screen and (max-width: 780px){
	.foot_inv {
		gap: 15px;
		flex-direction: column;
	}
}
@media only screen and (max-width: 767px){
	.umf_ofsec1 {
        min-height: 100%;
        flex-direction: column;
    }
	.umf_cntpos {
        position: static;
		transform: translate(0%, 0%);
    }
	.umf_oflft, .umf_ofrgt {
		width: 100%;
	}
	.max-w {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.umf_cpy, .umf_link{
		display: none;
	}

	.umf_fleft {
    width: 100%;
    padding: 32px 24px;
    border-right: none;
}
	.umf_fright {
    width: 100%;
}
	#playbtn_mob, #vmobile {
		display: block;
	}
	#playbtn, #strategy_video{
		display:none;
	}
#vmobile::-webkit-media-controls {
        display: none !important;
    }
    #vmobile::-webkit-media-controls-overlay-play-button {
        display: none !important;
    }
    #vmobile::-webkit-media-controls-panel {
        display: none !important;
    }

    /* Toggle play and pause icons */
    .playbtn_mob .pause {
        display: none;
    }
    .playbtn_mob.playing .play {
        display: none;
    }
    .playbtn_mob.playing .pause {
        display: inline-block;
    }

    /* Optional style for playing video */
    #vmobile.videoplay {
        outline: 3px solid #ffa500; /* Highlight the playing video */
    }
	.listitems {
        display: none;
    }
	.acc_hd h5{
		cursor:pointer;
	}
	.acc_hd h5:after {
        width: 16px;
        height: 16px;
        position: absolute;
        right: 10px;
        content: " ";
        top: 5px;
	background:url(http://umf.arriving.website/wp-content/uploads/2024/10/umf-footarrow.svg);
        
        transition: all 0.5s ease-in-out;
    }
.acc_hd.active h5:after {
        transform: rotate(180deg);
        transition: all 0.5s ease-in-out;
    }
	.form_list {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
	}
	.form_item {
		width: 100%;
	}
	.form_list .form_item:last-child {
		display: flex;
		justify-content: end;
	}
	.form_list .form_item input.btn_common {
		padding: 5px 15px !important;
		height: 32px;
	}
	.umf_oflft {
		padding: 24px 0;
	}
	#playbtn_mob {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #EE4536;
		padding: 0;
		position: absolute;
		bottom: 50px;
		left: 50%;
		transform: translate(-50%, 0);
		z-index: 2;
	}
	#vmobile {
		filter: grayscale(1);
	}
	#vmobile.videoplay{
		filter: grayscale(0);
	}
	.videoverlay_mob {
		display:block;transition: all 0.5s ease-in-out;
	}
	.videoverlay_mob{
		display:block;
		background: linear-gradient(180deg, #050505 0%, rgba(0, 0, 0, 0) 22.9%), linear-gradient(180deg, rgba(0, 0, 0, 0.2) 71.12%, rgba(0, 0, 0, 0.2) 94.16%);
		position: absolute;
		top: 0;
		z-index: 1;
		width: 100%;
		height: 100%;transition: all 0.5s ease-in-out;
	}
	.videoverlay_mob.vpaly{
		background: none;transition: all 0.5s ease-in-out;	
	}
	.umf_hd h1 {
        font-size: 26px;
        line-height: 32px;
    }
	.umf_syyetab ul {
		gap: 22px;
	}
	.umf_syyetab ul li a {
		font-size: 12px;
		line-height: 20px;
		padding: 10px 22px 12px 22px;
	}
	.umf_syyetab {
		padding-bottom: 32px;
	}
	.umf_syyeItem {
		gap: 30px;
		flex-direction: column-reverse;
	}
	.umf_syyeItemL{
		width:100%;
	}
	.umf_syyeItemR {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.umf_syye {
        padding: 10px;
    }
	.umf_syyetab ul li a:after {
		height: 1px;
	}
	.umf_syyeItemL ul li:last-child{
		padding-bottom:10px
	}
	.umf_syyeItemL .umf_syyehd {
		font-size: 12px;
	}
	.umf_syye_cpy p {
		font-size: 12px;
		line-height: 18px;
	}
	.umf_kfpsec h2 {
		font-size: 16px;
		line-height: 28px;
		padding-bottom: 16px;
		text-align: left;
    }
	.umf_kfpbox-Item, .box {
        position: relative;
        flex: 100%;
    }
	.umf_kfpbox-Item, .box {
		padding: 16px;
	}
    .umf_kfpboxhd h4 {
        font-size: 14px;
        line-height: 22px;
    }
	li.umf_kfpbox-Item p {
		font-size: 12px;
		line-height: 18px;	
	}
	.popup-details  p{
		 padding-right: 0 !important;
	}
	.umf__cr span {
		font-size: 16px;
		line-height: 28px;
	}
	.umf__crdp .dropdown-selected {
		padding: 4px 10px 4px 10px;
		font-size: 16px;
        line-height: 28px;
		width: 150px;
	}
	.umf__crdp li {
		padding: 8px 10px;
	}
	.dropdown-selected:after {
		top: 16px;
		transform: scale(0.8);
	}
	.umf__crdp .dropdown-selected.active:after {
		transform:scale(0.8) rotate(180deg);
		transition: all 0.5s ease-in-out;
	}
	.umf__crop p {
		font-size: 12px;
		line-height: 20px;
	}
	.umf__cr {
		padding-bottom: 20px;
	}
	span.wpcf7-spinner {
		left: 0;
	}
	ul.dropdown-options {
		width: 150px;
	}
	.umf__crdp li {
		font-size: 14px;
		line-height: 18px;
	}
	.inv_btn .comm_btn {
		width: 100%;
	}
	.minscroll_ff, .umf_pmtbinscl {
		height: 100%;
	}
	.umf_dmpdf-item:last-child{
		padding-bottom:0;
	}
	.umf_dmpdf-item a {
		padding-right: 20px;
	}
	.umf_dmfs li a, .umf_dmpdf li a {
		font-size: 14px;
		line-height: 18px;
	}
	.umf_dmpdf-item {
		padding: 12px 0;
	}
	.upload_date {
		font-size: 11px;
		line-height: 15px;
	}
/* 	.umf_tdsItem ul li span {
		color: rgb(255 255 255 / 80%);
	} */
	.umf_tdsItem {
		padding: 16px;
	}
/* 	ul.umf_pmlist {
		display: none;
	} */
/*     .umf_pmtb{
        padding: 20px 0;
    } */
	.umf_pmitem.slick-slide, .umf_fmitem.slick-slide, .umf_tdsItem.slick-slide{
		margin: 0 6px;
	}
	.umf_pmitem {
/* 		display:block;
		height: 300px; */
		background: #050505;
        border-radius: 8px;
	}
	.umf_pmtbinscl {
		height: 300px;
	}
	.umf_pmitem img {
        width: 100%;
        border-radius: 8px !important;height: 100% !important;
    }
	.umf_pmtbinscl {
		border-radius: inherit;
		padding:16px 0 7px 16px;
	}
	.umf_pmitem.slick-slide:last-child, .umf_fmitem.slick-slide:last-child, .umf_tdsItem.slick-slide:last-child {
		margin-right: 0;
	}
	.umf_pmitem.slick-slide:first-child, .umf_fmitem.slick-slide:first-child, .umf_tdsItem.slick-slide:first-child {
		margin-left: 0;
	}
	.umf_pmtable {
		max-width: 944px;
		overflow-x: scroll;
	}
	.umf_fmlist{
		flex-direction: column;
		padding: 0 20px
	}
	.umf_fmitem{
		max-width:100%;
	}
	.umf_ffsrl{
		padding:20px 0;
	}
	.umf_pd20 {
		padding: 0 20px;
	}
	.umf_ffsrl.pd20 {
		padding: 20px;
	}
/* 	ul.umf_hlddb-list {
		display: none;
	} */
	.umf_tbdb-box {
		padding-top:15px;
	}
	.mob-bgpd {
		padding: 20px 0;
	}
/* 	.umf_tdsItem ul li span{
		width:50%;
	}
	.umf_tdsItem ul li span:last-child{
		text-align:right;
	} */
	.umf_tdsItem {
		height: 375px;
	}
	p.clr {
		display:block;
		color:#050505;
	}
	ul.dropdown-options {
		top: 35px;
	}
	.umf_tdsItem{
		position:inherit;
	}
	 .umf_kfpbox-list {
       height: 100%;
        width: 100%;
    }
	.umf_kfpbox-Item, .box {
        position: static;
		margin-bottom:16px;
    }
	.umf_kfpbox-Item:last-child {
        margin-bottom: 0;
    }
	header {
		box-shadow: 0px 4px 14px 0px #00000026;
	}
	.tab_menu ul {
		padding-left: 20px !important;
	}
/* 	.tab_menu li.tab_menu_item a{
		padding:8px 12px;
		font-size:12px !important;
	} */
	.tab_menu li.tab_menu_item a{
		padding:10px 15px;
		font-size:15px !important;
	} 
	.embed-container {
	 	padding-bottom: 67.25%; 
	}
	.communique-box {
        margin: 0;
        width: 100%;
    }
	.communique_container {
        columns: 2;
        column-gap: 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
	.communiquenav {
		padding-bottom: 32px;
	}
	.ufaccordion li {
		margin-bottom: 16px;
		border-radius: 0;
	}
	.ufaccordion--headline {
		padding: 15px 20px;
		font-size: 14px;
		line-height: 18.23px;
	}
	.arrowCom {
		right: 20px;
		top: 20px;
	}
	.ufaccordion--headline.active {
		font-size: 16px;;
		line-height: 22px;
	}
	.ufaccordion--content>p {
		font-size: 14px;
		line-height: 22px;
	}
	.ufaccordion--content{
		padding:0;
	}
	.ufaccordion--content>p {
		padding: 0 20px 10px 20px;
	}
	.slider-nav {
        padding-bottom: 0;
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }
	.ufaccordion .slider-for .slick-slide {
        margin: 0 6px;
    }
	    .slider-for .slick-dots {
        bottom: -10px !important;
    }
    .slider-for .slick-dots li {
        position: relative;
        display: inline-block;
        width: 6px;
        height: 3px;
        margin: 0 4px;
        padding: 0;
        cursor: pointer;
        transition: all 0.3s ease;
    }
	.slider-for .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 6px;
        height: 3px;
        padding: 0;
        cursor: pointer;
        color: transparent !important;
        border: 0;
        outline: none;
        background: #ADADAD !important;
        border-radius: 30px;
        transition: all 0.3s ease;
    }
	.slider-for .slick-dots .slick-active, .slider-for .slick-dots li.slick-active button, .slider-for .slick-dots li:hover button, .slider-for .slick-dots li:hover {
        background: #EE4536 !important;
        width: 10px;
        border-radius: 30px;
        transition: all 0.3s ease;
    }

	.slider-for .slick-dots li button:before {
        display: none
    }
/* 	.slide-container {
        margin-bottom: 30px;
    } */
	.inversmentbox__cnt p {
		font-size: 12px;
		line-height: 18px;
	}
 	.inversmentbox .countries-list {
		overflow: hidden;
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		list-style: none;
		text-align: center;
		white-space: nowrap;
		padding-left: 10px;
		padding-right: 10px;
		width:100%;
	}
	.countries-list {
        position: static;
        padding-bottom: 20px;
    }
	.inversmentbox {
        display: block;
    }
	.home_heading, .home__agsec {
        width: 100%;
    }
	.home_animation {
		flex-direction: column;
/* 		 padding-top: 50px; */
		 padding-top: 0px;
	}
	.umf_hmfnd {
		flex-direction: column;
	}
	.home_nav .elementor.elementor-5725 {
		position: relative;
		top: 0;
		overflow: hidden;
	}
	.home_heading h1 {
        font-size: 32px;
        line-height: 42px;
		max-width: 80%;
		padding-bottom: 50px;
		margin:0;
    }
    .home_heading .mobhide {
        display: none !important;
    }
	.home_heading h1 span:after {
		content: none;
	}
	.home_heading h1 span#getWidthHome{
		border:none;
	}
	.home_heading h1 span {
		border-bottom: 3px solid #EE4536;
	}
	.rgt_border {
/* 		top: 0; */
		top:5px;
	}
	.home-menu ul#menu-1-5c3840e .sub-menu.elementor-nav-menu--dropdown{
		background-color:transparent;
	}
	.umf_hmItem {
        width: 100%;
        padding-bottom: 30px;
        border-bottom: 1px solid #B7B7B7;
		padding-left: 20px;
        padding-right: 20px;
    }
	.umf_hmItem:last-child {
        padding-bottom: 0;
		padding-top:30px;
        border-bottom: none;
    }
	.umf_hmItem h2 {
		max-width: 80%;
		font-size: 20px;
	}
	.umf_hmspn {
		padding-right: 16px;
	}
	.umf_hmV {
		justify-content: center;
	}
	.umf_hmItem p {
		font-size: 14px;
	}
	.umf_hmfnd {
		gap: 0px;
	}
	.umf_hmnotes {
		font-size: 12px;
		padding-top: 32px;
	}
	.loginbuttons p {
		font-family: DM Sans;
		font-size: 14px;
		font-weight: 600;
		line-height: 18.23px;
		color: #050505;
	}
	.loginbuttons a span {
		padding-left: 8px;
	}
	.minhtbx {
		min-height: 100% !important;
	}
	.pos_remob {
		position: static !important;
		margin-top: 30px;
	}
	.popup.umf_hstry .popup-grid {
		padding: 32px 24px;
	}
	.history h1 {
		font-size: 24px;
		line-height: 32px;
	}
	.history p {
		max-width: 100%;
	}
	.umf_fx {
		align-items: flex-start;
		gap: 30px;
		justify-content: flex-start;
		flex-direction: column;
	}
	.text-container h2{
		font-size: 32px;
		line-height: 42px;
		padding-bottom:16px;
	}
	.text-container p{
		max-width:100%;
	}
	.image-container {
		text-align: center;
		margin: 0 auto;
	}
	.umf_team .ourteam__flex {
	  grid-template-columns: repeat(2, 1fr);
		gap: 24px 20px;
	}	
	.tab_tcnt {
		padding: 40px 20px 0 20px;
	}
	.umf_team .popup-details {
		align-items: flex-start;
		gap: 16px;
		flex-direction: column;
	}
	.umf_team .popup-inner {
		padding: 35px 16px;
	}
	.umf_team .popup-details_right .ourteam__title h3 {
		font-size: 16px;
	}
	.umf_team .popup-details_right .ourteam__position h5 {
		font-size: 14px;
		color: #050505;
	}
	.umf_team .popup-details_left{
		width: 50%;
	}
	.umf_team .popup-details_right {
		width: 100%;
	}
	.umf_team .popup-grid {
		width: 90%;
	}
	.umf_team .ourteam__title h3 {
		font-size: 14px;
	}
	.umf_team .ourteam__position h5 {
		font-size: 12px;
		line-height: 15.62px;
	}
	.umf_team.umf_causes .ourteam__title {
		min-height: auto;
	}
	.umf_uilcnt h4 {
		font-size: 14px;
	}
	.umf_author, .umf_date {
		font-size: 12px;
		line-height: 16px;
		max-width: 100%;
	}
	.umf_address {
		font-size: 12px;
		line-height: 16px;
	}
	.video-container {
		width: 100%;
	}
	.tab_ctop {
		flex-direction: column;
		gap: 16px;
	}
	.tab_ctopl h5 {
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 8px;
	}
	.umf_edate{
		font-size: 12px;
	}
	.tab_ctopr a {
		padding: 6px 16px 6px 20px;
		font-size: 12px;
	}
	.tab_cform h5 {
		font-size: 12px;
		line-height: 16px;
	}
	.audio-player {
        flex-direction: column;
        margin: 0 8px;
    }
	.audio_Listlft{
		width:100%;
		justify-content: center;
	}
	.audio_Listrgt {
		width: 100%;
		padding-top: 16px;
	}
	.audio_Listrgt .controls {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 16px;
	}
	.audio_Listlft h5 {
		max-width: 44%;
	}
	.tab_cform h5 {
		padding-right: 20px;
	}
/* 	.umf_cctabs ul {
		display: block;
		margin-right: 16px;
	}
	.umf_cctabs ul li {
		display: inline-block;
		margin-right: 8px;
		margin-bottom: 8px;
	} */
	.umf_fundsec.d_hub.resp-vtabs .tab_sec:nth-child(6) {
		padding: 16px 0;
	}
	.umf_ccall, .audio_Sec h4 {
		padding: 0 20px;
	}
	.audio-player {
		margin-bottom: 16px !important;
	}
	.umf_web_iteam {
		align-items: flex-start;
		flex-direction: column;
		justify-content: flex-start;
	}
	.umf_web_rgt {
		width: 100%;
		justify-content: flex-start;
	}
	.umf_web_lft{
		width: 100%;
	}
	.umf_web_title h3 {
		font-size: 14px;
	}
	a.umf_app {
		padding: 8px 24px;
	}
	.cntbold p{
		font-weight:700;
	}
	.umf_empnt .tab_menu ul{
		padding-left: 0 !important;
	}
	.umf_reqd h6 {
		font-size: 14px;
		line-height: 18px;
	}
	.umf_reqd li {
		font-size: 12px;
		line-height: 18px;
		padding-bottom: 10px;
		padding-left: 15px;
	}
	.umf_reqd li:before{
		left:0;
	}
	.empanel_cta {
		padding-top: 16px;
		padding-left: 0;
		display: flex;
		justify-content: center;
	}
	.empanel_cta a {
		font-size: 12px;
		line-height: 16px;
	}
	.tab_emtb:nth-child(2) ul li h5 {
		font-size: 14px;
		line-height: 18px;
	}
	.umf_emfmlist a {
		font-size: 12px;
		line-height: 16px;
	}
	.tab_emtb:nth-child(2) > ul li ul li {
		font-size: 12px;
		line-height: 16px;
	}
	.umf_emfmlist a:after, .tab_crlft a:after {
		right: -25px;
	}
	.tab_emtb:nth-child(2) ul {
		padding-left: 30px !important;
	}
	.umf_fundsec.d_hub.resp-vtabs .tab_sec:nth-child(16) {
		padding: 16px 0;
	}
	.tab_citem {
		padding: 24px 20px 0px 20px;
	}
	.tab_chd h5 {
		font-size: 14px;
		line-height: 16px;
	}
	.tab_clinks a {
		padding-right: 20px;
	}
	.tab_clinks a:after{
		right:0;
	}
	.tab_clinks a, .tab_crlft a {
		font-size: 12px;
		line-height: 16px;
	}
	.tab_creachme {
		flex-direction: column;
	}
	.tab_crrgt:before {
		left: 0;
		top: -16px;
		width: 100%;
		height: 1px;
	}
	.tab_crlft a{
		padding-bottom:0;
	}
	.tab_crrgt ul li {
		margin-bottom: 6px;
	}
	.tab_chd h5, .tab_creachme h6 {
		font-size: 12px;
	}
	.umf_fundsec.d_hub.resp-vtabs .tab_sec:nth-child(18) {
		padding: 16px 0;
	}
	.tab_Kitem {
		padding: 24px 20px 6px 20px;
	}
	.umf_dmfs li label input, .umf_dmpdf-item label input {
		width: 3%;
	}
	.umf_dmfs li label a, .umf_dmpdf-item label a {
		width: 97%;
	}
	.umf_dmpdf-item {
        padding: 20px 0;
        border-bottom: 1px solid rgb(0 0 0 / 10%);
    }
	.umf_dmpdf-item:last-child {
        border-bottom:none;
    }
	ul.umf_dmfs {
		border-bottom: 1px solid rgb(0 0 0 / 10%);
	}
	.download-zip {
		padding: 8px 32px;
		font-size: 12px;
	}
	.umf_hfsheet {
		padding-left: 35px;
	}
	.umf_enttime {
		align-items: flex-start;
		gap: 6px;
		flex-direction: column;
		padding-top: 5px;
	}
p.tab_para {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 16px !important;
}
	.vertical_line .elementor-icon-list-item:before {
		height: 9px;
		top: 9px;
	}
	#communiquenav button.slick-prev.slick-arrow:after, #communiquenav button.slick-next.slick-arrow:after{
		content:none;
	}
	#communiquenav .slick-next:before {
		background: url(http://umf.arriving.website/wp-content/uploads/2025/02/right-arrow.png);
	}
	#communiquenav .slick-prev:before {
		background: url(http://umf.arriving.website/wp-content/uploads/2025/02/left-arrow.png);
	}
	#communiquenav .slick-prev, #communiquenav .slick-next{
		    padding: 20px 0;
	}
	#communiquenav .slick-prev:before, #communiquenav .slick-next:before {
		content: "";
        width: 17px;
        height: 16px;
        position: absolute;
        top: 50%;
        right: 1px;
        opacity: 1;
        background-repeat: no-repeat;
        transform: translateY(-50%);
	}
	.communiquenav .slick-list .slick-track .slide-btn.slick-slide {
        margin-right: 0;
        padding-bottom: 10px;        opacity: 1;
    }
	    #communiquenav .slide-btn.slick-slide.slick-current:after, #communiquenav .slide-btn.slick-slide:hover:after {
        content: none;
    }
	    .communiquenav  {
        padding-bottom: 0;
        margin-bottom: 32px;
    }
	#communiquenav .slide-btn.slick-slide span {
    position: relative;
}
	#communiquenav .slide-btn.slick-slide.slick-current span:after,
#communiquenav .slide-btn.slick-slide span:hover:after {
    transition: all 0.1s ease;
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background: #EE4536;
}
.unifiscroll {
        position: fixed;
        bottom: 30px;
        margin: 0 auto;
        width: 9px;
        height: 50px;
        left: 0;
        right: 0;
        z-index: 99;
    }
	.unifiscroll.hide {
    opacity: 0;
    transition: all 0.5s;
}
	.listdots li.elementor-icon-list-item:after {
    top: 5px;
    width: 9px;
    height: 9px;
}
	.listdots .elementor-icon-list-items:before {
    left: 4px;
    top: 10px;
}
	.box_maxw li.tab_menu_item:first-child a {
		min-width: 200px;
	}
	.box_maxw li.tab_menu_item:nth-child(2) a {
		min-width: 160px;
	}
	.box_maxw li.tab_menu_item:nth-child(3) a {
		min-width: 190px;
	}
	.box_maxw li.tab_menu_item:last-child a {
		min-width: 275px;
	}
	.team_boxw li.tab_menu_item:first-child a {
		min-width: 160px;
	}
	.team_boxw li.tab_menu_item:nth-child(2) a {
		min-width: 140px;
	}
	.team_boxw li.tab_menu_item:last-child a {
		min-width: 140px;
	}
	.umf_webe .tab_menu li:nth-child(1) {
		min-width: 185px;
	}
	.umf_webe .tab_menu li:nth-child(2) {
		min-width: 150px;
	}
	.umf_ccall {
		padding:0 !important;
	}
	.umf_ccall .tab_container {
		padding: 0 20px !important;
	}
	.umf_cctabs li:first-child a {
		min-width: 185px;
	}
	.umf_cctabs li:nth-child(2) a {
		min-width: 100px;
	}
	.umf_cctabs li:last-child a {
		min-width: 180px;
	}
	.umf_dmfs li .umf_hfsheet a {
		padding-left: 0 ;
	}
	.popup.kycpopup .popup-grid {
		width:80%;
	}
	.umf_fmimg {
		width:16%;
	}
	.umf_fm{
		width:84%;	
	}
	.umf_hlddb-list {
    list-style: none;
    gap: 0;
    display: flex;
   flex-wrap: nowrap;
    overflow-x: auto;
    list-style: none;
    text-align: center;
    white-space: nowrap;
	padding-top:10px !important;
		padding-bottom: 5px !important;
}
	
	.umf_hlddb-list li:first-child{
		padding-left:20px;
	} 
	.umf_hlddb-list li{
		padding:0 8px;
	}
	.date_short {
		width: 50%;
	}
	.short_btn{
	width: 50%;	
	}
	
}
@media only screen and (max-width: 600px){
	.kyc_flex{
		flex-direction:column;
	}
	.kyc_flex a{
		position:relative;
		margin-top:15px;
	}
}
@media only screen and (max-width: 500px){
	.umf_pmtable table {
		width: 570px;
	}
	.umf_showtble {
		width: 320px;
	}
	.umf_stbr tr th, .umf_stbr tr td {
		font-size: 10px;
	}
	.home_heading h1 {
       font-size: 26px;
        line-height: 36px;
        max-width: 90%;
        padding-bottom: 40px;
    }
	.date_short {
		width: 100%;
	}
	.short_btn{
		width: 100%;
	}
	.umf_ter .scheme-frm-block form {
		flex-direction: column;
		display: flex;
	}
	.short_btn {
		justify-content:center;
	}
	
	.poptb:after {
		right: -30px;
        top: 25px;
	}
}
/* @media only screen and (max-width: 375px){
.home_heading h1 {
        font-size: 26px;
        line-height: 36px;
        max-width: 90%;
        padding-bottom: 40px;
    }
} */
#ast-scroll-top {
    display: none !important;
}
/* Mobile Menu CSS Start */
.mob_header{
	display: block;
	width: 100%;
	position: relative;
	z-index: 999999;
}
.mob_header .menu > ul > li > a{
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 600;
	line-height: 18.23px;
	color:#050505;
	position: relative;
	text-transform: capitalize;
	transition: color 0.3s ease;
	background: transparent;
	padding: 12px 0;
}
.mob_header .menu > ul > li:first-child > a{
	padding:0;
}
.mob_header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color:#050505;
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
}

@media(min-width: 992px){
.mob_header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
}
.mob_header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
    padding:10px 0;
    font-family: DM Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #555555;
   transition: all 0.5s ease;
    text-decoration: none;
	position:relative;
	background: transparent;
}
/* .mob_header .menu > ul > li .sub-menu > ul > li > a:after{
	content: "";
    background: url(https://unifiinvestment.com/wp-content/uploads/2023/12/mob-arrow.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 21px;
    position: absolute;
    top: 28px;
    right: -15px;
        transition: transform 0.5s ease;
    transform: rotate(315deg);
}
.mob_header .menu > ul > li .sub-menu > ul > li > a:hover:after {
    transform: rotate(360deg);
	    transition: transform 0.5s ease;
} */
.mob_header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
}
.mob_header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.mob_header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding:10px 0;
	display: inline-block;
	font-size: 15px;
	color:#555555;
	transition: color 0.3s ease;
}
.mob_header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.mob_header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.mob_header .menu > ul > li .sub-menu > ul > li > a:hover,
.mob_header .menu > ul > li:hover > a{
	color:#EE4536;
}
.login_sec {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;padding: 0 20px;
}
.login_sec ul {
    list-style: none;
   padding-top: 16px !important;
}
.login_sec ul li {
	display:inline-block
}
.login_sec ul li a {
   color: #828282;
    padding: 0 10px;
    position: relative;
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.62px;
}
.login_sec ul li a:hover{
	color:#EE4536;
}
.login_sec ul li:first-child a:after {
    content: "";
    background: #FFF;
    right: -4px;
    top: 0px;
    width: 1px;
    height: 13px;
    position: absolute;
}

/*responsive*/
@media(max-width: 1024px){

	.mob_header .mobile-menu-trigger{
		cursor: pointer;
	}
	.mob_header .mobile-menu-trigger span{
		display: block;
	    position: relative;
	}
/* 	.mob_header .mobile-menu-trigger span:before{
        content: '';
        position: absolute;
        background: url(http://umf.arriving.website/wp-content/uploads/2024/10/menu-mob.svg);
        width: 16px;
        height: 14px;
        left: 0;
	}
	.mob_header .mobile-menu-trigger span:before{
		top:-10px;
	} */

	.mob_header .menu{
		position: fixed;
		width: 100%;
		background-color:#FFFFFF;
		top:42px;
		height: 96%;
		height: 100%;
		overflow: hidden;
		transform: translateX(-100%);
		transition: transform 1s ease-in-out;
		z-index: 999999;
		padding:0 30px;
		left: 0;
	}
	.mob_header .menu.active{
	   transform: translateX(0%);
	   transition: transform 1.2s cubic-bezier(0.8, 0.4, 0.22, 1.21);
	}
	.mob_header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.mob_header .menu > ul > li:last-child {
    margin-bottom: 0;
}
.mob_header .menu > ul > li:first-child {
    margin-top: 0;
}
	.mob_header .menu > ul > li > a{
		display: block;
		font-family: DM Sans;

	}
	.mob_header .menu > ul > li > a i, .mob_header .menu .mobile-menu-head.active .go-back i{
	background: url(http://umf.arriving.website/wp-content/uploads/2024/10/menu-hdarrow.svg);
	 background-repeat: no-repeat;
    width: 8px;
    height: 14px;
    position: absolute;
	top: 10px;
	right: 0;
	transition: all 0.3s ease;
	}
 	.mob_header .menu .mobile-menu-head.active .go-back i{
		left: 0;
		top:8px;
		right:inherit;
		background: url(http://umf.arriving.website/wp-content/uploads/2024/10/menu-activearrow.svg);
	} 
	.mob_header .menu .mobile-menu-head{
		display: flex;
		height: 30px;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		top:24px;
		gap: 10px;
	}       
	.mob_header .menu .mobile-menu-head .go-back{
		height: 30px;
		width: 10px;
		cursor: pointer;
		color:#050505;
		font-family: DM Sans;
		font-size: 14px;
		font-weight: 600;
		display: none;
	}
	.mob_header .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.mob_header .menu .mobile-menu-head .current-menu-title{
		font-family: DM Sans;
		font-size: 18px;
		font-weight: 600;
		line-height: 22px;
		color:#050505;
	}
	.mob_header .menu .mobile-menu-close{
		height: 50px;
		width: 50px;
		cursor: pointer;
		line-height: 43px;
		text-align: center;
		color: #EE4536;
		font-size: 40px;
		position:fixed;
		right:0;
	}
	.mob_header .menu .menu-main{
/* 		overflow-x: hidden;
		overflow-y: auto; */
		padding:0;
		position: relative;
		top: 0;
/* 		transform: translate(0, -50%); */
	}
	.mob_header .menu > ul > li .sub-menu.mega-menu,
	.mob_header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:0;
		top:0;
		left:0;
		width: 100%;
		height: 68vh;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
		background-color:#FFFFFF;
	}
.mob_header .menu > ul > li .sub-menu.active{
	display: block;
}

	.menu-overlay{
		position: fixed;
		background-color: rgb(5 5 5 / 75%);
		left:0;
		top:40px;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}

@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}

@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
.sub-menu ul{
	padding:0;
	list-style:none;
}
.mob_header .menu > ul > li .sub-menu > ul > li:last-child a {
    border-bottom: none;
}
/* .mob_header .menu > ul > li > a i{
        top: 21px;
} */
	
	.menu-close {
		display: none;transition: all 0.5s ease;
	}
	.menu-close.visible {
		display: block;transition: all 0.5s ease;
	}
	body.menu-open {
		overflow: hidden;transition: all 0.5s ease;
	}
	.mobile-menu-trigger.active span {
		display: none;transition: all 0.5s ease;
	}
	.sub-menu.single-column-menu.active {
		padding-top: 25px !important;
	}
	.loginbuttons {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 16px;
	}
	.loginbuttons a {
		border: 1px solid #EE4536;
        padding: 10px 26px;
        border-radius: 8px;
        position: relative;
        font-family: DM Sans;
        font-size: 12px;
        font-weight: 400;
        line-height: 15.62px;
        color: #050505;
	}
/* 	.loginbuttons a:after {
        content: "";
        position: absolute;
        top: 14px;
        right: 32px;
        background: url(http://umf.arriving.website/wp-content/uploads/2024/11/cta-arrowmenu.svg);
        width: 6px;
        height: 8px;
    } */
	
}
@media only screen and (max-width: 500px) {
	.loginbuttons a {
		width:100%;
		 padding: 10px 16px;
	}
	.login_sec ul li a {
		padding: 0 8px;
	}
	.umf_overp {
        gap: 10px;
        flex-direction: column;
    }
	.umf__crdp .dropdown-selected {
        font-size: 14px;
        width: 140px;
    }
	.umf__cr span {
        font-size: 14px;
    }
	ul.dropdown-options {
        width: 140px;
		top: 28px;
    }
}
@media only screen and (max-width: 375px) {
	.umf_syyetab ul li a {
         padding: 10px 12px;
    }
	.umf__cr span {
        font-size: 12px;
        line-height: 26px;
    }
	.umf__crdp .dropdown-selected {
        font-size: 12px;
        width: 130px;
    }
	.umf__crdp li {
        font-size: 12px;
        line-height: 18px;
    }
	    ul.dropdown-options {
        width: 130px;
    }
}
@media only screen and (max-width: 350px) {
	.home_heading h1 {
              max-width: 100%;
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 20px;
    }
    .umf_hmspn {
        padding-right: 16px;
    }
	.umf_hmspn span {
		font-size: 10px;
	}
	.loginbuttons a {
        padding: 10px 8px;
    }
	.mob_header .menu > ul > li .sub-menu > ul > li > a {
		padding: 6px 0;
	}
	.mob_header .menu {
		padding: 0px 20px;
	}
	.umf__crdp .dropdown-selected {
        width: 110px;
    }
	ul.dropdown-options {
        width: 110px;
    }
	.foot_enq ul {
		flex-direction: column;
	}
	.foot_enq ul {
		align-items: flex-start;
	}
}
 header {
    position: fixed;
    width: 100%;
    z-index: 999;
	transition: all 0.5s ease;
}
header.is-sticky{
	box-shadow: 0px 4px 14px 0px #00000026;transition: all 0.5s ease;
	z-index:999;

}
p:empty {
	display:none;
}
a.umf_tplink {
    color: #EE4536;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
}
/* body{
	opacity:1 !important;
} */
.tooltip {
    cursor: pointer;
    position: relative;
    border-bottom: 1px dashed #000;
    display: inline-block;
    word-wrap: break-word
}

.tooltip span {
   font-family: DM Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.tooltip::before,.tooltip::after {
    left: 0;
    opacity: 0;
    position: absolute;
    z-index: -100;
    transform: translateY(20px);
    transition: all 0.5s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0,0,.51,1.43)
}

.tooltip:hover::before,.tooltip:focus::before,.tooltip:hover::after,.tooltip:focus::after,.tooltip.firsttooltip::before,.tooltip.firsttooltip::after {
    opacity: 1;
    transform: translateY(0);
    z-index: 100
}

.tooltip::before {
    border-style: solid;
    border-width: 11px 9px 0 9px;
    border-color: #E8E8E8 transparent transparent transparent;
    bottom: 25px;
    content: "";
    margin-left: -.5em;
    left: 40px
}

.tooltip::after {
    background: #E8E8E8;
    bottom: 35px;
    color: #383838;
    content: attr(data-tip);
    margin-left: 0;
    padding: 10px;
    width: 210px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    border-radius: 15px;
   font-family: DM Sans;
}

@media (max-width: 760px) {
    .tooltip::after {
        font-size:12px;
        line-height: 16px;
        margin-left: -5em;
        width: 10em
    }

    .tooltip::before,.tooltip::after {
        left: 50%
    }
}
