.FormStep
{
    display: none;
}
.FormStep.Active
{
    display: block;
}
.EGIModal
{
    background-color: #fff;
    box-shadow: 0 0 10px #e1e1e1;
    position: fixed;
    left: 50%;
    top: 0;
    transition: all 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
    border-radius: 20px;
    width: 600px;
    transform: translate(-50%, -50%);
    color:#333;
}
.EGIModal.Open
{
    opacity: 1;
    visibility: visible;
    /* transform: translate(-50%,0%); */
    /* transform-origin: 50% 50%; */
    top: 50%;
    /* margin-top: -10%; */
}
.EGIModalBk{
    z-index: 100000;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgb(255 255 255 / 61%);
    visibility: hidden;
    opacity: 0;
}
.EGIModalBk.Open
{
    opacity: 1;
    visibility: visible;
    transform:scale(1);
}

.EGIModal h1{
    padding: 20px 30px 0 20px;
    color: #04112b;
    margin: 0;
    font-size: 20px;
}
.EGIModal div.Close
{
    position:absolute;
    top: 17px;
    left: 16px;
    width:35px;
    height:35px;
    background:url(images/close.svg) 50% 50%/100% auto;
    opacity:.8;
    cursor:pointer;
    z-index: 10;
}
.EGIModal div.Close:hover{
    opacity:1;
}
.EGIModal .FormStep
{
    padding: 20px 30px 30px 30px;
}
.EGIModal h2{
    padding: 0 0 24px 0;
    margin:0;
    font-weight:normal;
    font-size:15px;
    color: #898989;
}
.EGIModal .Form{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.EGIModal .Form > div
{
    width: 100%;
    padding-bottom: 15px;
    display:flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-content: center;
}
.EGIModal .Form > div > span:first-child{
    width: 40%;
    display:block;
    padding:7px 0;
}
.EGIModal .Form > div > span:last-child{
    width: 60%;
    display:block;
}
.EGIModal .Form.P5050 > div > span
{
    width:50%;
}
.EGIModal .imgCaptcha
{
    display:inline-block;
    width: 170px;
    margin:0 auto;
}
.EGIModal .Form input[type=text],
.EGIModal .Form input[type=password],
.EGIModal .Form input[type=number],
.EGIModal .Form select
{
    border:0;
    background:#fff;
    border-radius: 7px;
    border: 1px solid #d4d4d4;
    padding:7px;
    font:inherit;
    width: 100%;
    margin:0;
    outline:none;
    direction:rtl;
    text-align:right;
    box-sizing: border-box;
}
.EGIModal .Form input.ltr
{
    direction:ltr;
    text-align:left;
}
.EGIModal a{
    color:#0f8ba7;
}
.EGIModal a:hover{
    color:#77a709;
}
.EGIModal .Form input[type=text]:focus,
.EGIModal .Form input[type=password]:focus,
.EGIModal .Form input[type=number]:focus,
.EGIModal .Form select:focus
{
    border: 1px solid #9ec5db;
}
.EGIModal .Form select
{
    appearance:none;
}
.EGIModal .Form select{
    color:#333;
}
.EGIModal a.bizagiForgotPass
{
    background:url(images/qs.svg) no-repeat 100% 50%/10px auto;
    padding:7px 15px;
    color: #333;
}
.EGIModal input[type=button]
{
    font:inherit;
    border:none;
    padding:8px;
    border-radius:10px;
    width:100%;
    margin-top:10px;
    background: #123864 url(images/btnNext.svg) no-repeat 12px 50%/auto 15px;
    color: #ffffff;
    cursor:pointer;
    border: 1px solid #123864;
}
.EGIModal input[type=button]:hover
{
    background-color: #35649b;
    border-color: #35649b;
}
.EGIModal input[type=button].green,
.EGIModal input[type=button].gray{
    border-color: #7e7e7e;
    background:#fff;
    color:#7e7e7e;
}
.EGIModal input[type=button].green:hover,
.EGIModal input[type=button].gray:hover{
    background-color: #7e7e7e;
    color:#fff;
}

.EGIModal .Message
{
    text-align:center;
}
.EGIModal .Message .Icon{
    background:red;
    width:100px;
    height:100px;
    margin:10px auto;
    background:url(images/success.svg) no-repeat 50% 50%/100% auto;
    color:#333;
}
.EGIModal .Message p{
    font-size:20px;
    color:#22a657;
    padding: 20px 0;
    margin: 0;
}
.EGIModal .MaskedMobile
{
    font-weight:bold;
    direction:ltr;
    padding:5px;
    color:#50a119;
    display: inline-block;
}
.EGIModal .TabButtons
{
    display:flex;
    margin-bottom:20px;
}
.EGIModal .TabButtons div
{
    width: 50%;
    text-align:center;
    padding: 60px 7px 10px;
    height: 33px;
    background: #e2e2e2 url(images/passG.svg) no-repeat 50% 10px/auto 40px;
    color: #3d3d3d;
    border-radius:0 10px 10px 0;
    cursor:pointer;
    transition:all ease .4s;
}
.EGIModal .TabButtons div:last-child
{
    border-radius:10px 0 0 10px;
    background-image:url(images/smsG.svg);
}
.EGIModal .TabButtons div.Selected:last-child
{
    background-image:url(images/sms.svg);
}
.EGIModal .TabButtons div.Selected
{
    background-image:url(images/pass.svg);
    background-color: #123864;
    color:#fff;
}
.hide
{
    display:none !important;
}
.EGIModal .ContCaptcha
{
    position:relative;
}
.EGIModal .ContCaptcha a
{
    position:absolute;
    top:17px;
    left:0;
    width:25px;
    height:25px;
    background:url(images/refresh.svg) no-repeat 50% 50%/auto 100%;
    opacity:.6;
}
.EGIModal .ContCaptcha a:hover{
    opacity:1;
}
#modalLogin 
{
    width: 800px;
}
#modalLogin .Bk{
    background:url(loginBk2.png) no-repeat right top/auto 100%;
    content:'';
    position:absolute;
    right:0;
    top:0;
    width:50%;
    height:100%;
    z-index:3;
    border-radius:0 20px 20px 0;
}
#modalLogin > h1{
    color:#fff;
    z-index:4;
    position:relative;
}
#modalLogin .FormStep{
    margin-right:50%;
}

#modalRegister
{
    width: 503px;
    max-height: 728px;
    overflow-y:auto;
}
#modalForgotPass
{
    width:430px;
}
.EGILoading
{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgb(255 255 255 / 74%) url(images/loading.gif) no-repeat 50% 50%/ auto 60px;
    transition: all 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
}
.EGILoading p{
    text-align:center;
    position:absolute;
    left:0;
    right:0;
    padding:10px;
    top:50%;
    color:#001d79;
    font-size:15px;
}
.EGILoading.Show{
    opacity: 1;
    visibility: visible;
}
.SendGainOTPCont
{
    display: none;
}



body{
    padding:0;
    margin:0;
}

.Header
{
    background: #217d7e;
    /* background-image: linear-gradient(to right, #448b25 0%, #347318 51%, #247800 100%); */
    height:60px;
    border-bottom: 1px solid #aeb7d1;
    z-index:150;
    position:relative;
}
.Header .Content
{
    background:url(top-logo.svg?v1) no-repeat right 15px center/auto 85%;
    background:url(logow.png?v1) no-repeat right 15px top/auto 96%;
    height:100%;
    color:#fff;
}
.Header a{
    color:#fff;
    display:block;
    background: rgb(2 94 95) url(images/loginIco.svg) no-repeat center right 7px / 30px auto;
    padding: 12px 46px 12px 23px;
    border-radius: 10px;
    float:left;
    margin: 8px;
    text-align:center;
}
.Header a.bizagiRegForm
{
    background-image:url(images/regIco.svg);
    background-color: #422563;
}
.Header a:hover{
    background-color:rgb(0 0 0 / 80%);
}
.Slider{
    /* height:300px; */
    z-index: 90;
    background:#9d9d9d;
    box-shadow:0 0 40px #c2c2c2;
}
.Slider .SlideItem
{
    max-height:390px;
    width:100%;
    text-align:center;
    background: #86b082;
    height:600px;
}
.Slider .SlideItem > img{
    /* position:absolute; */
    /* left:0; */
    /* right:0; */
    /* top:-150px; */
    margin:0 auto;
    height: 100%;
    width: auto;
}
.Content{
    margin:0 auto;
    width:95%;
    max-width:1100px;
}
.Services
{
    /* position:relative; */
    /* top:-70px; */
    /* z-index: 100; */
}
.Services .Content,
.ServiceInfo .Content{
    position:relative;
}
.Services .Content .List
{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    padding:10px 0;
    flex-direction: row;
}
.Services .Content > h2{
    color:#ffffff;
    text-shadow:1px 1px 2px #333;
    border-radius:20px;
    background:rgb(51 51 51 / 47%);
    padding:9px 15px;
    font-size:18px;
}
.Services .Content > h2 span{
    display:inline-block;
    padding:0px 10px 0px 24px;
    background:url(images/btnPrevW.svg?v2) no-repeat 0px 50%/15px auto;
    cursor:pointer;
}
.Services .Content > h2 span:last-child{
    background:none;
}
.Services .Content > h2:empty{
    display:none;
}
.Services .Content > a,
.ServiceInfo .Content > a{
    position:absolute;
    left:0;
    color:#ffffff;
    padding:12px 50px;
    border-radius:20px;
    background:#3F51B5 url(images/btnPrevW.svg?v2) no-repeat 12px 50%/30px auto;
}
.ServiceInfo .Content > a{
    top:15px;
    left:15px;
    background-color:#787878;
}
.Services .Content > a:hover,
.ServiceInfo .Content > a:hover{
    background-color:#5968be;
}
.Services .Content .List div
{
    width: 23%;
    text-align:center;
    border-radius: 11px;
    /* box-shadow: 0 5px 12px #c8c8c8; */
    height: 201px;
    margin: 0px 1% 10px 1%;
    font-size: 17px;
    color:#1d1d1d;
    background-color: #0c3069;
    /* background-image: linear-gradient(132deg, #47a6a7 0%, #025151 100%); */
    color:#fff;
}
.Services .Content .List div:hover
{
    background-color: #422563;
    background-image: linear-gradient(132deg, #9d84b9 0%, #422563 100%);
    cursor:pointer;
}
.Services .Content .List div p{
    background: url(images/defProc.svg) no-repeat 50% 40%/88px auto;
    padding-top: 136px;
}
.Bottom{
    background: #217d7e url(images/copyright.svg?v1) no-repeat center 10px/auto  40px;
    text-align: center;
    padding: 60px 0 20px 0;
    color: #fff;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 70%);
    box-shadow:0 0 20px #aeaeae;
}
.ServiceInfo .Content
{
    box-shadow:0 0 20px #c5c5c5;
    margin: 30px auto;
    padding:20px;
    border-radius:10px;
}
.ServiceInfo .Content h2{
    padding:0px;
    margin:0;
    color:#448b25;
    padding:0 0 15px 0;
    display:block;
    border-bottom:1px dashed #adadad;
    margin-bottom:20px;
}

.ServiceInfo .Content h2 span{
    display:inline-block;
    padding:0px 10px 0px 24px;
    background:url(images/btnPrev.svg?v2) no-repeat 0px 50%/15px auto;
}
.ServiceInfo .Content h2 span:last-child{
    background:none;
}

.ServiceInfo .bizagiStartService
{
    background-image: linear-gradient(to right, #233b9d 0%, #031943 51%, #1c42cc 100%);
    padding: 15px 45px;
    text-align: center;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    width:200px;
    margin:0 auto;
}
.ServiceInfo .bizagiStartService:hover{
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.cbody
{
    width: 95%;
    max-width: 1100px;
    margin:0 auto;
}


.Stat{
    /* background:#217d7e; */
    color: #217d7e;
    text-align:center;
    margin:20px 0;
    display:flex;
    justify-content: center;
}
.Stat .Item{
    background:url(images/stat-ico1.svg) no-repeat 50% 30px/90px auto;
    width:250px;
    display:inline-block;
    padding: 140px 0 30px;
}
.Stat .Item.B{
    background-image:url(images/stat-ico2.svg);
}
.Stat .Item.C{
    background-image:url(images/stat-ico3.svg);
}
.Stat .Item.D{
    background-image:url(images/stat-ico4.svg);
}
.Stat .Item i{
    font-size:40px;
    font-style:normal;
    display:block;
    font-weight:bold;
    padding-bottom: 7px;
}
.Stat .Item b
{
    font-size:18px;
}
.Stat .Item span{
    display:block;
    color: #8b8b8b;
    font-size:14px;
}
.footer
{
    background: #04112b no-repeat center 100% / 1700px auto;
    /* height: 500px; */
    color:#fff;
    position:relative;
    margin-top: 124px;
}
.footer #goTop
{
    position:absolute;
    top: -71px;
    left: 25px;
    width:50px;
    height:50px;
    border-radius:100px;
    background: #04112b url(images/go-Top.svg?v2) no-repeat center center / 23px auto;
    box-shadow:0 2px 5px #c9c9c9;
}
.footer #goTop:hover
{
    background-color:#0a459d;
}
.footer .cbody
{
    padding: 38px 0 30px 0;
    display:flex;
    flex-wrap: wrap;
}
.footer .cbody h3{
    color: #e3f3ff;
    font-size:20px;
    padding: 0 0 15px;
    margin:0;
}
.footer .address,
.footer .phone
{
    background:url(images/phone-ico.svg) no-repeat 100% 50%/ 28px auto;
    padding: 7px 45px 7px 50px;
}
.footer .phone
{
    font-size:22px;
}
.footer .address
{
    background-image:url(images/address-ico.svg);
}
.footer .cbody > div{
    width:50%;
}
.footer .cbody .copyright
{
    width:100%;
    color: #FFC107;
    padding: 35px 0 0 0;
    text-align: center;
}
.footer .links{
    list-style:none;
    padding:0;
    margin:0;
}
.footer .links li
{
    background:url(images/li-link.svg) no-repeat 100% 50%/ 10px auto;
    padding-right:17px;
}
.footer .links li a{
    color:#fff;
    padding:7px;
    display:inline-block;
}

.TopMain
{
    width:100%;
    /* display:flex; */
    background: #04112b;
    height: 660px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 100px #060a10;
}
.TopMain:after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:0px;
    height:100%;
    background:#333;
    z-index:1;
    box-shadow:#000000 px 300px;
}
.TopMain .Video
{
    width: 100%;
    position: absolute;
    overflow:hidden;
    text-align:center;
    display:flex;
    justify-content: center;
    z-index: 1;
    height: 100%;
    top: 0;
    align-items: flex-end;
}
.TopMain .Video video
{
    /* height:100%; */
    width: 100%;
}
.TopMain .Right{
    width: 43%;
    color:#fff;
    z-index: 2;
    position: relative;
}
.TopMain .Right .Logo
{
    height: 102px;
    padding-top: 129px;
}
.TopMain .Right .Welcome
{
    display:block;
    font-size:20px;
    padding:20px;
}
.TopMain .Right .Btns
{
    padding-top:20px;
    padding-bottom: 153px;
}
.TopMain .Right .Btns a{
    display:inline-block;
    border: none;
    padding: 10px 45px 10px 10px;
    border-radius: 10px;
    min-width: 150px;
    background: transparent url(images/loginIco.svg) no-repeat center right 7px / 30px auto;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid #ffffff;
    font-weight: bold;
    margin:0 5px;
    box-sizing:border-box;
}
.TopMain .Right .Btns a.bizagiRegForm{
    background-image:url(images/regIco.svg);
}
.TopMain .Right .Btns a:hover{
    color:#fff;
    background-color:#33aedc;
    border-color:#33aedc;
}
 .TopMain .menu
{
    position:absolute;
    top:20px;
    left: 25px;
    z-index: 100;
}
.TopMain .menu a{
    display:inline-block;
    padding:10px;
    font-weight:bold;
    color:#fff;
    text-shadow:1px 1px #333;
}
.TopMain .menu a:hover{
    color:#c1fcff;
}
.Content h1{
    font-size:23px;
    font-weight:bold;
    padding-bottom:4px;
    margin: 22px 0 14px 0 !important;
    color:#04112b;
}