body{
    overflow-x:hidden;
	color:#FFF;
	background-color:#020711;
}
body.light-mode{
	color:#060613;
}
body.light-mode{
	background-color:#FFFF;
}
body.admin-bar{
	position:relative;
	margin-top:0px;
}

.header-bg{
	background: #E2D9FE12;
	backdrop-filter: blur(4px)
}
body.light-mode .header-bg{
	background: #FFFFFFCC;
}

.header-bg .pp-advanced-menu a{
	color:#FFFFFF;
}
body.light-mode .header-bg .pp-advanced-menu a{
	color:#060613;
}

.elementor-button {
	background: linear-gradient(90deg, #8479CF -8.92%, #FFCF27 77.56%, #59D7FA 106.39%);
	box-shadow: -1px 1px 4px 0px #00000040 inset;
	border-radius:50px;
	padding:15px 20px;
	color:#000080;
	max-width:270px;
	width:100%;
}

.light-dark-action{
	background-color:#FFFFFF38;
	backdrop-filter: blur(5px);
	border-radius:50px;
}
.light-dark-action .pp-buttons-group{
	display:flex;
}
.light-dark-action .pp-buttons-group .pp-button{
	padding:2px !important;
	background:transparent !important;
	width:28px; 
	height:28px; 
	border-radius:50%;
	cursor:pointer;
    min-width: auto !important;
}
.light-dark-action .pp-button.active{
	background: #15154B!important;
}
.light-mode .color-blue{
	color:#000080;
}

.pp-advanced-menu-main-wrapper a:hover{
	color:#ffcf27 !important;
}
.cpel-switcher--layout-dropdown .cpel-switcher__toggle--on+.cpel-switcher__list{
	
    transition: max-height .2s ease-in !important;
}
/*======================================
 * Light action banner 
 * =====================================*/
.dark-display, .light-display{
	display:none;
}
.light-mode .light-display{
	display:block;
}
.dark-mode .dark-display{
	display:block;
}
.light-mode .light-overlay:before{
	opacity:1 !important;
}
.light-mode .color-white{
	color:#FFF;
}


.light-mode .icon-blue svg path{
	fill:#000080 !important;	
}

.light-mode .icon-white svg path{
	fill:#FFFFFF !important;	
}
.light-mode .icon-white stop {
	stop-color:#FFFFFF !important;
}


.who-alamutx li{
	background: #FFFFFF0F;   
    border-radius: 60px;
    padding: 10px !important;
	box-shadow: 0px 5px 1.5px -4px #FFFFFF40;
	box-shadow: 2px 4px 16px 0px #F8F8F80F inset;
}
.who-alamutx li .pp-icon-wrapper{
    background: #F8F8F80D;
    mix-blend-mode: luminosity;
    border-radius: 50%;
	box-shadow: 0px 16px 16px 0px #0000001F;
	backdrop-filter: blur(24px);
}
.light-mode .who-alamutx li{
	background: #F2F4F7;
}
.light-mode .who-alamutx li .pp-icon-wrapper{
	background-color:#B5CBFF;
    mix-blend-mode: unset;
	box-shadow:unset;
}
.light-mode .who-alamutx li .pp-icon-wrapper svg path{
	fill:#0E07FA !important;
}

.production-form .elementor-form-fields-wrapper{
	flex-wrap: nowrap !important;
    background: #FFFFFF29;
    border: 1px solid #FFFFFF1A;
    backdrop-filter: blur(12px);
    padding: 10px 10px 0px 10px;
    border-radius: 50px;
}
.light-mode .production-form .elementor-form-fields-wrapper{
	background: #FFFFFFB2;
}
.light-mode .production-form .elementor-form-fields-wrapper input{
	color:#000 !important;
}
.production-form .elementor-field-type-email{
    width: calc(100% - 220px);
}
.production-form .elementor-field-type-submit {
	width:218px;
}
.production-form .elementor-button{
	width:100%;
	background: linear-gradient(90deg, #8479CF -8.92%, #FFCF27 77.56%, #59D7FA 106.39%);
	box-shadow: -1px 1px 4px 0px #00000040 inset;
	border-radius:50px;
	padding:15px 20px;
	color:#000;
	min-width:auto;
	
}
.five-reasons-items .pp-info-box-content{
    padding-top: 20px;
    border-top: 1px solid #97979752;
    margin-top: 20px;
}
.light-mode .grid-style{
	background-color:#FFF!important;
}
.grid-style:before{
	mix-blend-mode: Overlay;
	opacity:.5 !important;
}

.grid-style .box-icon:before{
	mix-blend-mode: Overlay;
	opacity:1 !important;
}

.display-grid ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:20px;
  align-items: self-start;
}
.light-mode .means-security li .pp-icon-wrapper svg path{
	fill:#000080 !important;
}
.alamutx-footer ul, .alamutx-footer ul a{
	color:#FFFFFFCC;
}
.alamutx-footer ul a:hover, .alamutx-footer ul li:hover{
	color:#ffcf27 !important
	cursor:pointer;
}
.light-mode .alamutx-footer ul li:hover, .light-mode .alamutx-footer ul a:hover{
	color:#000080 !important;
	cursor:pointer;
}
.alamutx-footer .elementor-social-icons-wrapper  svg path{
	fill:#FFFFFFCC !important
}
	
.light-mode .alamutx-footer ul, .light-mode .alamutx-footer ul a{
	color:#344054 !important;
}
.light-mode .alamutx-footer .elementor-social-icons-wrapper  svg path{
	fill:#101828 !important;
}
.light-mode .alamutx-footer .elementor-social-icon {
    background-color: #FFFFFF!important;
}
.light-mode .security-in-silence:before{
	background: #000080 !important;
    backdrop-filter: blur(100px);
    box-shadow: 2px 4px 16px 0px #F8F8F80F inset;
    opacity: .6;
}
.find-member .pp-info-box{
	transition:.3s ease-in-out;	
	margin-bottom:70px;
}
.find-member .pp-info-box-content{
    background: #FFFFFF29;
    backdrop-filter: blur(3px);
    padding: 10px 20px;
	border-radius:6px;
	opacity:0;
	text-align:center !important;
	position:absolute;
    left: -34px;
}
.light-mode  .find-member .pp-info-box-content{
	background: #69727d38;
}
.find-member .pp-info-box-content h4{
	margin-top:0px !important;
}
.find-member .pp-info-box-icon {
    background:transparent;
    padding: 4px;
    border-radius: 50%; 
	position:relative;
	margin-bottom:15px;
}
.find-member .pp-info-box-icon:before{
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background: #8a8aef;
    transform: rotate(45deg);
    bottom: -7px;
    left: 50%;
    margin-left: -7px;
    z-index: -1;
	opacity:0;
}
.find-member .pp-info-box-content h5{
	margin:0px;
}
.find-member .pp-info-box:hover .pp-info-box-icon{
	  background:linear-gradient(180deg, #000080 0%, #9090F3 100%);
}
 .find-member .pp-info-box:hover .pp-info-box-content,  .find-member .pp-info-box:hover  .pp-info-box-icon:before{
	opacity:1;
}


.cpel-switcher--layout-dropdown .cpel-switcher__lang a {
	display: flex;
    align-items: center;
    padding: 7px 10px 6px 10px;
    color: #FFF;
    background-color: transparent !important;
}
.light-mode .cpel-switcher--layout-dropdown .cpel-switcher__lang a{
	color:#000;
}
.light-mode .pp-hamburger .pp-hamburger-box .pp-hamburger-inner, .light-mode .pp-hamburger-box .pp-hamburger-inner:before, .light-mode .pp-hamburger-box .pp-hamburger-inner:after{
    background-color: #000000 !important;
}
.cpel-switcher__list {
    background-color: #ffffff2e;
    backdrop-filter: blur(5px);
    border-radius: 5px;
    text-align: left;
}

.language-switch{
	position:relative;
}
.checkswitch {
  opacity: 0;
  position: absolute;
}

.language-label {
	background: #FFFFFF38;
    width: 72px;
    height: 36px;
    border-radius: 50px;
    position: relative;
    padding: 9px 11px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(5px);
}

.language-label .ball {
    background-color: #15154B;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 5px;
    top: 4px;
    border-radius: 50%;
    transition: transform 0.2s linear;
}
.light-mode .language-label .ball{
	background-color:#1B21A3;
}
.language-label i{
    z-index: 9;
    font-size: 16px;
	color:#FFF;
}

.light-mode .language-label i.fa-moon, .dark-mode .language-label i.fa-sun{
	color:#98A2B3;
}

.checkswitch:checked + .language-label .ball {
  transform: translateX(36px);
}
.pp-advanced-menu--dropdown{
	background-color:transparent !important;
}
.pp-advanced-menu--dropdown .pp-advanced-menu{
    width: 97%;
    background: #6E71CF;
    border-radius: 10px;
    padding: 20px 20px 20px 20px !important;
	backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
}

.pp-advanced-menu--dropdown a{
	padding:10px 0px !important;
	border-bottom:1px solid #FFFFFF33 !important;
	color:#FFF !important;
}
.language-switch.mobile{
    display: flex;
    justify-content: space-between;
    align-items: center;
	order:1;
	border-bottom:1px solid #FFFFFF33 !important;
	padding-bottom: 10px;
}
.language-switch.mobile .swithc-label{
	font-size:16px !important;
	color:#FFF !important;
}
.pp-advanced-menu--dropdown li{
	order:2;
}