@font-face {
    font-family: 'Fairuz';
    src: url(../fonts/Fairuz-Normal.eot), 
    url('../fonts/Fairuz-Normal.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/Fairuz-Normal.svg#Fairuz-Normal') format('svg'),
     url(../fonts/Fairuz-Normal.ttf) format('truetype'), url(../fonts/Fairuz-Normal.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.ttf')
}

:root {
    --primaryColor: #652c90;
    --primaryAlpha: 101, 44, 144;
    --secondaryColor: #00aeef;
    --secondaryAlpha: 0, 174, 239;
    --whiteColor:#fff;
    --blackColor:#1F1F1F;
}


body {
    direction: rtl;
    text-align: right;
    font-family: 'Fairuz';
    position: relative;
    overflow-x: hidden;
}

button:focus {
    outline: none;
}

a,
a:hover {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

button,
button:hover {
    transition: all 0.5s ease-in-out;
}

ul {
    list-style: none;
    padding-right: 0;
    margin-bottom: 0;
}
.site-btn{
    display: block;
    width: max-content;
    width: -moz-max-content;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 16px;
    margin: auto;
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    font-weight: bold;
}
.em-p{
    margin-top: 50px;
}
.site-btn:hover{
    background-color: var(--secondaryColor);
    color: var(--whiteColor);
}
.site-wbtn{
    background-color: var(--whiteColor);
    color: var(--primaryColor);
}
.site-wbtn:hover{
    background-color: var(--secondaryColor);
    color:var(--whiteColor);
    transition: all 0.5s ease-in-out;
}
/*header*/
header{
    overflow: hidden;
    position: relative;
}
header.user-drop{
    overflow: unset;
}
header .social{
    position: absolute;
    left: 0;
    top:40%;
    transform: translateY(-50%);
}
header .social a{
    padding: 10px 30px 15px 15px;
    color: #fff;
    display: block;
    font-size: 25px;
    border-radius: 0 30px 30px 0;
    transition: all 0.5s ease-in-out;
}
header .social li:first-of-type a:hover{
    background: #2d88ff;
}
header .social li:nth-of-type(2) a:hover{
    background: #2aa9e0;
}
header .social li:nth-of-type(3) a:hover{
    background: #ea4c89;
}
header .social li:nth-of-type(4) a:hover{
    background: #0077b5;
}

header nav , header nav ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header nav {
    padding: 15px 0;
}
header img.logo{
    width: 160px;
    height: 110px;
}
.baaner{
    padding-bottom: 90px;
}
.banner-capture h2 {
    color:var(--primaryColor);
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 30px;
    line-height: 55px;
}
.banner-capture{
    padding-inline-end: 20px;
}
.banner-capture p{
    color:var(--blackColor);
    line-height:40px;
}
header nav a{
    color:var(--primaryColor);
    font-weight: bold;
    transition: all 0.5s ease-in-out;
}
header nav ul:first-of-type{
    margin-inline-end: 90px;
}
.log-lang li:not(:last-of-type){
    margin-left:10px ;
}
.log-lang a{
    color:var(--whiteColor)
}
.log-lang li:last-of-type a{
    background: #fff;
    color:var(--primaryColor);
    display: block;
    padding:5px 15px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}
.log-lang li:last-of-type a:hover{
    background: var(--secondaryColor);
    transition: all 0.5s ease-in-out;
    color:var(--whiteColor);
}
.banner-img{
    position: relative;
}
.banner-img img{
    height: 530px;
    margin: auto;
    display: block;
}

.banner-img .shape{
    position: absolute;
    top: -332px;
    left: -1299px;
    width: 1983px;
    height: 550px;
    background: var(--primaryColor);
    border-radius: 540px;
    transform: rotate(30deg);
    z-index: -1;
}
.open-nav{
    display: none;
}
header nav ul:first-of-type li:not(:last-of-type) a{
    padding-inline-end: 20px;
}
header nav ul:first-of-type  a.active,
header nav ul li:hover a{
    color: var(--secondaryColor);
    transition: all 0.5s ease-in-out;
}
#preloader_6 {
    position: fixed;
    width: 100%;
    height: 100%;
    height: 100%;
    background: var(--primaryColor);
    z-index: 999999;
    animation: preloader_6 5s infinite linear;
    margin: auto;
    top: 0
}

.preloader-contant {
    width: 250px;
    margin: auto;
    height: 130px;
    position: relative;
    top: 50%;
    margin-top: -42px;
    animation: rotat 4s infinite linear
}

#preloader_6 img {
    position: absolute;
    left: 0;
    object-fit: contain;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    animation: preloader_4 1s infinite ease-in-out
}
@keyframes preloader_4 {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}
.over-nav{
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
}
/* about */
.about{
    padding: 70px 0 40px;
}
.about .about-img{
    position: relative;
    padding-left: 40px;
}
.about .about-img img:last-of-type{
    position: absolute;
    top: -40px;
    left: -10px;
    z-index: -1;
}
.about .about-img img:first-of-type{
    width: 100%;
    height: 600px;
}
.about .about-txt h2{
    color:var(--primaryColor);
    font-size: 30px;
    font-weight: bold;
}
.about .about-txt p{
    line-height: 40px;
}
/* send-suggest */
.send-suggest{
    background-color: var(--primaryColor);
    color:var(--whiteColor);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}
.send-suggest img{
    position: absolute;
    height: 178px;
    width: 239px;
    object-fit: cover;
}
.send-suggest img:first-of-type{
    top:0;
    right: 100px;
}
.send-suggest img:last-of-type{
    bottom:0;
    left: -100px;
}
.send-suggest h2{
    font-size: 35px;
    margin-bottom: 10px;
}
.send-suggest  a{
    margin-top: 40px;
}
/* contact */
.contact{
    background: url(../images/map.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 60px;
}
.contact .beside{
    display: flex;
    align-items: center;
}
.contact .beside div{
    width: 100%;
}
.contact .beside div:first-of-type{
    margin-inline-end: 15px;
}
.contact .form-control{
    background: #ffffff;
    border-color: #dadada;
    border-radius: 10px;
}
.contact input.form-control{
    height: 40px;
}
.contact .form-control:focus{
    box-shadow: none;
    outline-color: var(--primaryColor);
}
.contact h2{
    color:var(--primaryColor);
    font-size: 30px;
    margin: 20px 0 50px;
}
.contact .form-control:focus{
    box-shadow: none;
    outline-color: var(--primaryColor);
}
/* login-page */
.login-page{
    padding: 80px 0;
    overflow: hidden;
}
.form-div .form-group.border-foucs,
.form-div .form-control:focus  {
    border-color: var(--primaryColor);
}
.form-div{
    padding-inline-end: 30px;
}
.form-div img {
    margin: auto;
    display: block;
    width: 230px;
    height: 93px;
    margin-bottom: 50px;
}
.not-have{
    text-align: center;
    margin-top: 15px;
    color: var(--secondaryColor)!important;
}
.log-lang.pages a,
.user-drop .log-lang.pagesbutton,.user-drop .log-lang.pages  button:focus{
    color:var(--primaryColor)
}
.not-have span{
    color: var(--primaryColor)!important;
}
.form-div h2{
    color:var(--primaryColor);
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}
.form-div .form-group {
    position: relative;
    border: 2px solid #9d9d9d;
    color: var(--blackColor) !important;
    margin-bottom: 20px;
    border-radius: 5px;
}
.form-div a{
    color: var(--primaryColor);
    font-weight: bold;
    font-size: 14px;
    display: block;
}
.form-div .form-control {
    background: transparent;
    border: none;
    border-radius: 0;
    position: relative;
    height: 45px;
    z-index: 9;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
}
.form-div label {
    color: var(--blackColor);
    position: absolute;
    background-color: var(--whiteColor);
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    margin-bottom: 0;
    transition: all 0.5s ease-in-out;
    z-index: 9;
    padding: 0 10px;
}
.form-div textarea+label{
    top:15px;
    transform: unset;
}
.with-icon{
    position: relative;
}
.with-icon i{
    position: absolute;
    left: 10px;
    top:50%;
    transform: translateY(-50%);
}
.form-div .form-control:focus+label, .form-div label.top-label {
    -webkit-transform: scale(.75) translateY(-39px);
    transform: translateY(-39px);
    padding: 0 10px;
    font-weight: bold;
    transition: all 0.5s ease-in-out;
    background: var(--whiteColor);
    color: var(--primaryColor);
}
.ui-widget-header .ui-icon{
    background-image: url(../images/ui-icons_ffffff_256x240.png);
}
.form-div textarea.form-control:focus+label, .form-div textarea+label.top-label{
    transform: translateY(-30px);
}
.form-div button{
    border-color: var(--whiteColor);
    margin-top: 20px;
}
.contact.suggest{
    background: unset;
}
.contact h2{
    font-weight: bold;
}
.radio-groups{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: row;
}
.radio-groups .raido-item{
    position: relative;
    flex:1;
}
/* .form-group{
    position: relative;
}
.form-group::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background: var(--whiteColor);
    width: 100%;
    height: 100%;
} */
.radio-groups input{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99;
}
.q-groups ul{
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.q-groups ul li{
    flex: 45%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: space-between;
    margin-left: 15px;
}
.q-groups ul li a i{
    color:rgb(121, 8, 8);
}
.q-groups ul li span:not(:last-of-type){
    font-size: 14px;
    font-weight: bold;
    max-width: 60px;
    color: var(--primaryColor)zz;
}
.radio-groups label{
    border:1px solid #9d9d9d;
    color:#9d9d9d;
    position: relative;
    top: unset; 
    transform: unset;
    right: unset;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.radio-groups .radio-item:not(:last-of-type)
.radio-groups .radio-item:not(:last-of-type){
    margin-inline-end: 10px;
}
.radio-groups input:checked+label{
    background-color: var(--secondaryColor);
    color: var(--whiteColor);
    border-color: var(--secondaryColor);
}
/* footer */
footer{
    background: var(--primaryColor);
    padding: 70px 0 40px;
    overflow: hidden;
    position: relative;
}
footer> img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    position: absolute;
}
footer> img:first-of-type{
    top: 0;
    right: 230px;
    height: 90px;
}
footer> img:last-of-type{
    bottom: 0;
    left: -100px;
}
footer .circle{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    left: -120px;
    bottom: -150px;
    border: 20px solid rgba(0, 174, 239,0.5);
    z-index: 1;
}
footer .footer-item h4{
    color:var(--secondaryColor);
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 20px;
}
footer .footer-item a{
    color:var(--whiteColor);
    transition: all 0.5s ease-in-out;
}
footer .footer-item{
    color:var(--whiteColor);
    position: relative;
    z-index: 9;
}
footer .footer-item a:hover{
    transition: all 0.5s ease-in-out;
    color:var(--secondaryColor);
}
.fixed-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: var(--primaryColor);
    z-index: 99999;
    display: none;
    padding-bottom: 15px;
}
.fixed-footer>ul li a.active {
    color: var(--secondaryColor);
}
.fixed-footer>ul li a, .fixed-footer>ul li {
    position: relative;
    color: var(--whiteColor);
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 14px;
}
.fixed-footer>ul li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
}
.fixed-footer>ul li span {
    display: block;
    font-size: 13px;
}
.fixed-footer>ul {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-around;
    padding: 5px 0;
    margin-bottom: 0;
}
.user-drop .dropdown img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: 5px;
}
.user-drop .dropdown  button,
.user-drop .dropdown button:focus{
    background: transparent;
    border:none;
    color:var(--primaryColor);
    box-shadow: unset;
    font-size: 14px;
    font-weight: bold;
    padding:0;
}
.user-drop .dropdown button.ind-btn,
.user-drop .dropdown button.ind-btn:focus{
    color:var(--whiteColor);
}
.add-btn,.wait,
.send-modalbtn {
    margin:0 15px!important;
}
.wait{
    background: var(--blackColor);
    opacity: 0.7;
    display: none;
}
.send-modalbtn{
    background: var(--blackColor);
}
.user-drop .dropdown a{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: block;
}
.user-drop .dropdown hr{
    margin: 0 auto;
    width: 90%;
}
.user-drop .dropdown .dropdown-menu{
    border-radius: 13px;
}
.user-drop .dropdown .dropdown-toggle::after{
    display: none;
}
.account{
    background: none;
}
.title-remove{
    position: relative;
}
.title-remove i{
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    font-size: 18px;
    color:#b50018;
    cursor: pointer;
}

.account .acc-details{
    background: #F7F7FA;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center;
    justify-content: space-between;
    padding-inline-start: 70px;
}
.account .acc-details .info-content{
    display: flex;
    align-items: center;
}
.account .acc-details .img{
    padding: 6px;
    background-image: linear-gradient(to right bottom, #662d91, #5553b3, #3a73ce, #1391e2, #00aeef);
    border-radius: 15px;
    margin-inline-end: 45px;
    transform: scale(1.3);
    width: 200px;
    height: 200px;
}
.account .acc-details .img img{
    border-radius: 15px;
    width: 100%;
    height: 100%;
}
.account .acc-details .info p{
    margin-bottom: 5px;
    color:var(--blackColor);
}
.account .acc-details .info a{
    color:var(--primaryColor);
    font-weight: bold;
    text-decoration: underline;
}
.account .acc-details .info p.name{
    color:var(--secondaryColor);
    font-weight: bold;
}
.account .acc-details ul{
   flex-direction: column;
   border: none;
}
.account .acc-details ul li a{
    background: var(--blackColor);
    color:var(--whiteColor);
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
    font-size:14px;
    font-weight: bold;
    margin-inline-end: 15px;
}
.account .acc-details ul li:nth-of-type(2) a.active,
.account .acc-details ul li:nth-of-type(2) a{
    background: var(--secondaryColor);
    color:var(--whiteColor);
}
.account .acc-details ul li a.active,
.account .acc-details ul li a{
    background: var(--primaryColor);
    color:var(--whiteColor);
}
.account .acc-details ul li:last-of-type a.active,
.account .acc-details ul li:last-of-type a{
    background: var(--blackColor);
    color:var(--whiteColor);
    margin-bottom: 0;
}
.em-item{
    box-shadow: 0 0 10px rgb(118, 130, 183,0.18);
    margin-bottom: 30px;
}
/* #home1-tab{
    display: none;
} */
.em-content{
    padding: 15px 25px;
    clear: both;
}
.em-content h4,.c-title{
    color:var(--secondaryColor);
    font-weight: bold;
    font-size:25px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom:3px solid var(--secondaryColor);
    position: relative;
    display: block;
    width: max-content;
    width: -moz-max-content;
}
.em-content h4::after,.c-title::after{
    content: '';
    position: absolute;
    bottom: -3px;
    width: 20%;
    right: 20%;
    height: 3px;
    background: var(--whiteColor);
}
.em-content h4::before,.c-title::before{
    content: '';
    position: absolute;
    bottom: -3px;
    width: 20%;
    left: 9%;
    height: 3px;
    background: var(--whiteColor);
}
.complate-em{
    padding-top: 40px;
}
.em-content p{
    font-size: 15px;
}
.em-content .link ,
.steps-links .card-item .link{
    display: flex;
    justify-content: flex-end;
}
.em-content a,
.steps-links .card-item .link a{
    background: var(--secondaryColor);
    color:var(--whiteColor);
    display: flex;
    width: max-content;
    width: -moz-max-content;
    border:1px solid var(--secondaryColor);
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
}
.account .tab-content{
    margin-top: 20px;
}
.em-content a:hover{
    background: var(--whiteColor);
    transition: all 0.5s ease-in-out;
    color:var(--secondaryColor);
}
.em-content a i{
    margin-inline-start: 10px;
}
.em-content .link.add{
    justify-content: space-around;
}
.em-content .link.add a:first-of-type{
    background: var(--primaryColor);
    border-color: var(--primaryColor);
}
.em-content .link.add a:last-of-type{
    background: #AAA;
    border-color: var(--whiteColor);
}
.em-content .link.add a:hover{
    background:var(--whiteColor);
}
.message-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}
.message-item .message-info{
    display: flex;
    align-items: center;
}
.message-item .message-info p{
    margin-bottom: 10px;
}
.message-item:not(:last-of-type){
    border-bottom:2px solid #C2C2C2!important;
    margin-bottom: 15px;
}
.messages .nav{
    justify-content: center;
    border: none;
}
.messages .nav a,
.messages .nav a.active{
    border:1px solid #dadada;
    border-radius: 0;
}
.messages .nav a.active{
    background: var(--secondaryColor);
    color:var(--whiteColor);
}

.message-item .message-info p.name{
    font-weight: bold;
    color:#686D76;
    font-size: 20px;
}
.message-item .send p{
    text-align: left;
}
.message-item .message-info img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid var(--secondaryColor);
    margin-inline-end: 15px;
}
.em-item img{
    width: 100%;
    height: 200px;
}
.border-none {
    border: none !important;
}
.img-block {
    position: relative;
    width: 200px;
    height: 200px;
    margin: auto;
    overflow: hidden;
    padding: 6px;
    background-image: linear-gradient(to right bottom, #662d91, #5553b3, #3a73ce, #1391e2, #00aeef);
    border-radius: 15px;
}
.upload-img {
    width: 100%;
    height: 200px;
    position: relative;
    margin: auto;
    border-radius: 10px;
}
.upload-img .upload-icon {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.upload-img .upload-icon i {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.upload-img .upload-icon i {
    font-size: 40px;
}
.upload-img input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    right: 0;
}
.form-group .gallery {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
}
.account.edit-account .form-div{
    width: 60%;
    margin: auto;
}
.img-block .images, .img-block .images img {
    width: 100%;
    height: 100%;
}
.img-block .images button.close {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    opacity: 1;
    left: 0;
    margin: 0;
    z-index: 99999;
}
.ch-h2{
    text-decoration: underline;
}
.img-block .close i {
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 25px;
    transform: translateY(-50%);
}
.form-div textarea.form-control{
    height: auto;
}
.complate-em .card-item,
.steps-links .card-item{
    border:1px solid #dadada;
    padding: 40px 20px 20px;
    margin-bottom: 15px;
}
.steps-links .card-item{
    padding: 10px;
    transition: all 0.5s ease-in-out;
}
.steps-links .card-item:hover,
.steps-links .card-item.active{
    background: var(--secondaryColor);
    transition: all 0.5s ease-in-out;
}
.steps-links .card-item:hover a,
.steps-links .card-item a:hover p,
.steps-links .card-item:hover a >span.icon::before,
.steps-links .card-item:hover .c-title,
.steps-links .card-item.active a,
.steps-links .card-item.active a p,
.steps-links .card-item.active a >span.icon::before,
.steps-links .card-item.active .c-title{
    color:var(--whiteColor);
    transition: all 0.5s ease-in-out;
}
.steps-links .card-item:hover a >span.icon,
.steps-links .card-item.active a >span.icon{
    border-color: var(--whiteColor);
    transition: all 0.5s ease-in-out;
}
.steps-links .card-item .c-title{
    transition: all 0.5s ease-in-out;
}
.g-gold-item h4{
    color:var(--primaryColor);
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 20px;
}
.g-gold-item p{
    font-size: 14px;
    line-height: 35px;
}
.complate-em .card-item span.icon,
.steps-links .card-item a >span.icon{
    font-size: 45px;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid var(--secondaryColor);
    text-align: center;
    line-height: 80px;
    margin-bottom:20px ;
    transition: all 0.5s ease-in-out;
}


.steps-links {
    margin: 40px 0 30px;
}
.steps-links .card-item>span{
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
}
.complate-em .card-item p,
.steps-links .card-item p{
    font-size: 14px;
    margin-bottom: 0;
}
.steps-links .card-item p{
    font-size: 13px;
    color: var(--blackColor);
    transition: all 0.5s ease-in-out;
    margin-bottom: 15px;
    max-height: 40px;
    overflow: hidden;
}
.list-info span:not(:last-of-type){
    color:var(--primaryColor);
    font-weight: bold;
}
.g-jobs-content{
    display: flex;
    justify-content: space-between;
}
.list-info li{
    display: flex;
    margin-bottom: 15px;
}
.steps-links .card-item:hover .link a ,
.steps-links .card-item.active .link a {
    background: var(--whiteColor);
    color:var(--secondaryColor);
}
.img-links a{
    margin: 10px;
}
.img-links.other img{
    width: 60px;
    height: 60px;
}
.g-jobs .nav li:not(:last-of-type){
    margin-inline-end: 15px;
    margin-bottom: 15px;
}
.list-info span:first-of-type{
    min-width: 120px;
    display: block;
}
.complate-em hr{
    margin: 20px 0 40px;
}
.steps{
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: auto;
    position: relative;
}
.steps .step-item{
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    color:var(--secondaryColor);
    font-weight: bold;
}
.steps .step-item i{
    font-size: 10px;
    display: block;
    background: var(--whiteColor);
    position: relative;
    z-index: 9;
    border-radius: 50%;
    width: 110px;
    margin: 0 auto 20px;
}
.steps .step-item.active i::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    top:50%;
    border-radius: 50%;
    transform: translateY(-50%);
    background: rgba(var(--secondaryAlpha),0.6);
}
.steps::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--secondaryColor);
    top: 3px;
}
.main-input {
    height: 100%;
    line-height: 45px;
    padding: 0 15px 0 0;
	border-radius: 5px;
    height: 45px;
}

.main-input .file-input {
    position: absolute;
    opacity: 0;
    width: 100%;
    right: 0;
    height: 100%;
}
.main-input i {
    position: absolute;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    z-index: 3;
    left: 5px;
    right: auto;
    font-size: 20px;
}
.file-name {
    font-size: 14px;
    color: #928d8d;
}
.main-input .uploaded-image {
    position: absolute;
    height: auto;
    left: 0;
    z-index: 9;
    top:0;
    cursor: pointer;
    transition: all .3s;
}
.new-jobs hr{
    margin: 30px 0;
}
.new-jobs h4{
    color: var(--primaryColor);
    font-weight: bold;
    margin-bottom: 20px;
}
.form-div select.form-control{
    padding-inline-end: 10px;
}
.buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}
.buttons .app-site,
.s-site{
    background: var(--secondaryColor);
    color: var(--whiteColor);
}
.s-site{
    margin-inline-end: 15px;
}

.complate-em .buttons{
    justify-content: flex-end;
}
.main-input .uploaded-image img {
    max-height: 45px;
    min-width: 45px;
    display: block;
    border-radius: 2px;
    transition: all .3s;
    height: 100%;
    width: auto;
    margin-bottom: 0;
}
.main-input .uploaded-image.active img {
    max-height: 400px;
    min-width: auto;
    max-width: calc(100vw - 20px);
    height: auto;
}
.main-input .uploaded-image.active {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    width: auto;
    height: auto;
    box-shadow: none;
}
@media(max-width:1199px){
    .banner-capture{
        padding-inline-end: 30px;
    }
    .banner-img .shape {
        top: -390px;
        left: -1399px;
        height: 510px;
    }
    .banner-img img{
        height: 450px;
    } 
}
@media(max-width:991px){
    .account .acc-details{
        padding: 10px 0;
        padding-inline-start: 40px;
    }
    .account .acc-details .img{
        width: 130px;
        height: 140px;
    }
   
    .wrap{
        padding-bottom: 80px;
    }
    .banner-img .shape {
        top: -403px;
        left: -1519px;
        height: 360px;
    }
    .banner-img img{
        height: 335px;
    } 
    .banner-capture h2{
        font-size: 19px;
        line-height: 40px;
    }
    .banner-capture p{
        font-size: 14px;
        line-height: 30px;
    }
    header nav ul:first-of-type{
        margin-inline-end: 0;
    }
    .fixed-footer {
        display: block;
    }
    footer{
        display: none;
    }
    header nav ul{
        position: fixed;
        right: -270px;
        flex-direction: column;
        background-color: #fff;
        height: 100%;
        width: 270px;
        z-index: 99;
        border-left: 3px solid var(--primaryColor);
        align-items: center;
        transition: all 0.5s ease-in-out;
        justify-content: unset;
        top:0;
        padding-top: 30px;
    }
    header nav ul li a{
        padding: 10px 0;
        display: block;
    }
    header nav ul:first-of-type li:not(:last-of-type) a{
        padding-inline-end: unset;
    }
    header nav ul:last-of-type{
        display: none;
    }
    .open-nav{
        display: block;
        font-size: 20px;
        color: var(--blackColor);
        transition: all 0.5s ease-in-out;
    }
    .show-nav{
        right: 0;
        transition: all 0.5s ease-in-out;
    }
}
@media(max-width:767px){
    .account.edit-account .form-div{
        width: 80%;
    }
    .account .acc-details{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .account .acc-details .info-content{
        flex-direction: column;
    }
    .account .acc-details ul{
        flex-direction: row;
        margin-top: 15px;
        justify-content: center;
    }
    .account .acc-details{
        padding-inline-start: 0;
    }
    .account .acc-details .img{
        margin: auto;
        transform: translateY(-28px) scale(1.2);
    }
    .form-div{
        padding-inline-end: 0;
    }
    header .social{
        top: 59%;
    }
    .banner-img .shape {
        top: -299px;
        left: -1475px;
        height: 345px;
        transform: rotate(23deg);
    }
    .send-suggest h2{
        font-size: 25px;
    }
    .about .about-img img:first-of-type{
        height: 300px;
        object-fit: cover;
    }
    .about .about-img {
        margin-bottom: 20px;
    }
}
@media(max-width:575px){
    .banner-img img {
        height: 270px;
    }
    .banner-img .shape {
        top: unset;
        left: -270px;
        height: 308px;
        transform: rotate(23deg);
        bottom: 46px;
        width: 700px;
    }
    header .social{
        top: 60%;
    }
}
@media(max-width:496px){
    .banner-img .shape {
        bottom: 23px;
        width: 670px;
        border-radius: 0;
        left: -136px;
        transform: rotate(16deg);
    }
    .account.edit-account .form-div{
        width: 100%;
    }
    header .social{
        top: 65%;
    }
}
@media(max-width:460px){
    .contact .beside{
        flex-direction: column;
    }
    .contact .beside div:first-of-type {
        margin-inline-end: unset;
    }
    .complate-em .buttons a{
        font-size: 14px;
        font-weight: bold;
    }
}
@media(max-width:390px){
    .login-page .banner-img .shape{
        bottom:-17px
    }
}