/*==== fonts ====*/
@font-face{font-family:'kufi';src:url('../fonts/noto-kufi-arabic.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap;}
@font-face{font-family:'kufi';src:url('../fonts/noto-kufi-arabic-bold.woff') format('woff');font-weight:bold;font-style:normal;font-display:swap;}
@font-face{font-family:'naskh';src:url('../fonts/noto-naskh-arabic.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap;}
@font-face{font-family:'Open Sans';src:url('../fonts/open-sans.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap;}
@font-face{font-family:'icons';src:url('../fonts/icons.woff?v=4') format('woff');font-weight:normal;font-style:normal;font-display:swap;}

/*========= icon ========*/
.ico{font:normal normal normal 14px/1 icons;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:inherit;display:inline-block;}
@keyframes ico-spin{
    0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    100%{-webkit-transform:rotate(1turn);transform:rotate(1turn);}
}
.ico-spin{-webkit-animation:ico-spin 2s linear infinite;animation:ico-spin 2s linear infinite;}
.spinner--steps{animation:ico-spin 1s infinite steps(8);}
.lodspin{position:absolute;left:calc(50% - 12px);font-size:24px;width:24px;opacity:0;line-height:24px;}
.inload{opacity:0.6;position:relative;}
.inload span{opacity:0;}
.inload .lodspin{opacity:1;}

/*====== css tools =======*/
*{border:0px;margin:0px;padding:0px;list-style:none;text-decoration:none;outline:0px;box-sizing:border-box;}
:root{--color-primary:#458CCA;--color-secondary:#276baa;--color-text-primary:#303034;--color-bg:#eff2f9;--color-danger:#ff5449;}
.bg-ff{background:#fff;}
body{background:var(--color-bg);color:var(--color-text-primary);font-size:14px;line-height:24px;font-family:'Cairo',sans-serif,tahoma,arial;}
[dir=ltr] body{direction:ltr;}
[dir=rtl] body{direction:rtl;}
a{color:var(--color-primary);}
.a-link{color:#027eac;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-family:'Cairo',sans-serif,tahoma,arial;color:#222222;line-height:1.84;}
h1{font-size:24px;line-height:1.6em;}
p{margin-bottom:20px;line-height:2rem;}
article{line-height:2rem;word-break:break-word;}
.img{width:100%;height:100%;}
button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;}
.container{padding-top:70px;}
.content{margin:auto;max-width:1200px;padding:0px 18px;box-sizing:border-box;}
.hidden{display:none;}
.relative{position:relative;}
.auto-main,.auto-sedbar{height:max-content;position:-webkit-sticky;position:sticky;}

/*======= text ========*/
[dir=ltr] .text-start{text-align:left;}
[dir=rtl] .text-start{text-align:right;}
[dir=ltr] .text-end{text-align:right;}
[dir=rtl] .text-end{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-nowrap{white-space:nowrap!important;}

/*====== loading =======*/
.fexed-container{position:fixed;width:100%;}
.strloading{height:auto;left:0;min-height:100%;position:absolute;right:0;top:0;z-index:400;}
.bagLoding{bottom:0;left:0;position:fixed;right:0;top:0;background:rgba(37,37,37,0.6);}
.loadingBody{background:#fff;border-radius:3px;box-shadow:0 2px 26px rgba(0,0,0,.3),0 0 0 1px rgba(0,0,0,.1);margin:40px auto 40px;position:relative;}
.b_flodspin{text-align:center;padding:34px 0px;font-size:26px;line-height:26px;color:rgba(102,104,102,1);}
.loadinBar{padding:10px 30px;}
.loadinBar .progress{border-radius:3px;height:10px;}
.loadinBar .progress-bar{border-radius:3px;height:10px;background-color:#5cb85c;}
.loadinBar .loadingPr{margin-top:6px;text-align:center;}

/*======== layouts ===========*/
.row{display:flex;flex-wrap:wrap;}
.row-reverse{flex-direction:row-reverse;}
.col-all{flex:4;}
.col{flex:1 0 0%;}
.col-1{flex:0 0 auto;width:calc(100% / 12);}
.col-2{flex:0 0 auto;width:calc(100% / 6);}
.col-3{flex:0 0 auto;width:25%;}
.col-4{flex:0 0 auto;width:calc(100% / 3);}
.col-5{flex:0 0 auto;width:calc(100% / 2.4);}
.col-6{flex:0 0 auto;width:50%;}
.col-7{flex:0 0 auto;width:58.33333333%;}
.col-8{flex:0 0 auto;width:calc(100% / 1.5);}
.col-9{flex:0 0 auto;width:75%;}
.col-10{flex:0 0 auto;width:calc(100% / 1.2);}
.col-11{flex:0 0 auto;width:91.66666667%;}
.col-12{flex:0 0 auto;width:100%;}

/*======= grid =========*/
.is-grid{display:grid;grid-gap:20px;}
.is-grid.grid-1{grid-template-columns:repeat(1,1fr)}
.is-grid.grid-2{grid-template-columns:repeat(2,1fr);}
.is-grid.grid-3{grid-template-columns:repeat(3,1fr)}
.is-grid.grid-4{grid-template-columns:repeat(4,1fr)}
.is-grid.grid-5{grid-template-columns:repeat(5,1fr)}
.is-grid.grid-6{grid-template-columns:repeat(6,1fr)}

/*======== form controle ========*/
.form-group{margin-bottom:20px;}
.form-label{margin-bottom:10px;display:block;font-size:14px;color:#222;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
input[type=number]{-moz-appearance:textfield;}
.form-input{display:block;width:100%;padding:8px 16px;font-size:13px;font-weight:400;line-height:26px;color:#212529;background-color:#fff;background-clip:padding-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:8px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;border:1px solid #dae0e6;box-shadow:0 1px 2px #1018280a;}
.form-input[disabled]{cursor:not-allowed;background-color:#e9ecef;}
textarea.form-input{overflow:auto;resize:vertical;height:auto;line-height:27px;font-size:14px;}
.form-input:focus{border-color:var(--color-primary);}
.form-view{padding:8px 12px;font-size:13px;font-weight:400;line-height:1.5;color:#212529;background-color:rgb(244 244 244);background-clip:padding-box;border:1px solid rgb(238 238 238);border-radius:3px;}
.form-checkbox{-webkit-appearance:none;border:2px solid #ccc;position:relative;cursor:pointer;vertical-align:middle;height:18px;width:18px;border-radius:5px;}
.form-checkbox:checked{border-color:var(--bg-primary);color:var(--color-primary);}
.form-checkbox:checked:before{content:"\e914";font-family:icons;position:absolute;line-height:14px;left:0;right:0;top:0;bottom:0;font-size:10px;display:block;text-align:center;}
.label-checkbox{display:inline;vertical-align:middle;}
[dir=ltr] .label-checkbox{margin-left:6px;}
[dir=rtl] .label-checkbox{margin-right:6px;}
.form-radio{display:flex;align-items:center;gap:6px;}
input[type=radio]{height:18px;width:18px;accent-color:var(--color-primary);cursor:pointer;}
.label-radio{}
.form-phone.form-input{padding:0px;display:flex;background:#fff;}
.form-phone .prefix{width:80px;background:#f1f1f1;position:relative;}
[dir=ltr] .form-phone .prefix{border-left:1px solid #8e9198;}
[dir=rtl] .form-phone .prefix{border-right:1px solid #8e9198;}
.form-phone .prefix select{position:absolute;left:0;right:0;width:100%;top:0;bottom:0;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:arial,sans-serif;padding:0px 9px;}
.form-phone .prefix:after{content:"\f0dd";position:absolute;top:12px;font:normal normal normal 14px/1 icons;font-size:14px;text-rendering:auto;font-smoothing:antialiased;color:#222222;pointer-events:none;}
[dir=ltr] .form-phone .prefix:after{right:10px;}
[dir=rtl] .form-phone .prefix:after{left:10px;}
.form-phone input{width:calc(100% - 56px);box-sizing:border-box;padding:0px 8px;background:transparent;}
select.form-input,.select-btn{background-color:#fff;background-image:url(/images/check.svg);background-repeat:no-repeat;background-size:16px 12px;cursor:pointer;}
select.form-input,.select-btn{background-position:right 11px center;direction: ltr;}
.has-error .form-input{border-color:rgb(220 53 69)}
.text-error{color:rgb(220 53 69);margin-top:4px;}
.form-password{position:relative;}
[dir=ltr] .form-password .form-input{padding-right:40px;}
[dir=rtl] .form-password .form-input{padding-left:40px;}
.form-password button{position:absolute;top:calc(50% - 10px);background:transparent;font-size:18px;color:#999;height:18px;line-height:18px;cursor:pointer;}
[dir=ltr] .form-password button{right:11px;}
[dir=rtl] .form-password button{left:11px;}
.form-note{display:block;margin-top:5px;margin-bottom:10px;color:#626262;font-size:14px;font-family:'naskh',sans-serif;}
.form-require{display:inline-block;color:#e51c23;}
.form-norequire{display:inline-block;color:#777;}
.input-group{position:relative;display:table;border-collapse:separate;}
.input-group-addon{padding:6px 14px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#f4f2f9;border:1px solid #dae0e6;display:table-cell;width:1%;vertical-align:middle;min-width:56px;}
[dir=ltr] .input-group-addon{border-radius:0px 8px 8px 0px;border-left:0px;}
[dir=rtl] .input-group-addon{border-radius:8px 0px 0px 8px;border-right:0px;}
.select-search{position:relative;}
.select-search .select-list{display:none;background:#fff;border:1px solid #ced4da;border-radius:4px;padding:8px;position:absolute;z-index:7;left:0;right:0;top:0;}
.select-search.open .select-list{display:block;}
.select-search .select-results{max-height:200px;overflow-y:auto;margin-top:8px;}
.select-search .select-results li{padding:7px 6px;line-height:24px;cursor:pointer;display:flex;align-items:center;}
.select-search .select-results li:hover{background:#f1f2f4;}
.select-search .ico{transition:all .2s;font-size:18px;}
[dir=ltr] .select-search .ico{margin-right:12px;}
[dir=rtl] .select-search .ico{margin-left:12px;}
.select-search .select-img{width:18px;height:18px;display:block;}
[dir=ltr] .select-search .select-img{margin-right:12px;}
[dir=rtl] .select-search .select-img{margin-left:12px;}

/*======= slider-track =========*/
.slider-track{}
.slider-track .range{height:24px;width:100%;position:relative;margin-bottom:10px;}
input[type="range"]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;outline:none;position:absolute;margin:auto;top:0;bottom:0;background-color:transparent;pointer-events:none;}
.slider-track .range-bar{width:100%;height:6px;position:absolute;margin:auto;top:0;bottom:0;border-radius:5px;background:linear-gradient(to right,#dadae5 0%,var(--color-primary) 0%,var(--color-primary) 100%,#dadae5 100%);}
input[type="range"]::-webkit-slider-runnable-track{-webkit-appearance:none;height:5px;}
input[type="range"]::-moz-range-track{-moz-appearance:none;height:5px;}
input[type="range"]::-ms-track{appearance:none;height:5px;}
input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none;height:1.7em;width:1.7em;background-color:var(--color-primary);cursor:pointer;margin-top:-9px;pointer-events:auto;border-radius:50%;}
input[type="range"]::-moz-range-thumb{-webkit-appearance:none;height:1.7em;width:1.7em;cursor:pointer;border-radius:50%;background-color:var(--color-primary);pointer-events:auto;border:none;}
input[type="range"]::-ms-thumb{appearance:none;height:1.7em;width:1.7em;cursor:pointer;border-radius:50%;background-color:var(--color-primary);pointer-events:auto;}
input[type="range"]:active::-webkit-slider-thumb{background-color:var(--color-secondary);border:1px solid var(--color-primary);}
.slider-track .range-value{display:flex;align-items:center;justify-content:space-between;font-weight:600;}

/*======= button ======*/
.btn{display:inline-flex;border:1px solid transparent;border-radius:6px;position:relative;padding:0px 16px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;user-select:none;white-space:nowrap;line-height:36px;align-items:center;justify-content:center;}
.btn:not(:disabled):not(.disabled){cursor:pointer;}
.btn[send="false"]{opacity:0.6;cursor:default;}
.btn-row{display:flex;justify-content:center;align-items:center;gap:6px;}
.btn-primary{color:#fff;background-color:var(--color-primary);border:1px solid var(--color-primary);}
.btn-primary:hover{background-color:var(--color-secondary);}
.btn-success{color:#fff;background-color:#008060;border-color:#008060;}
.btn-success:hover{color:#fff;background-color:#006e52;border-color:#006e52;}
.btn-white{color:#20252a;background-color:#fff;border-color:#ced4da;}
.btn-white:hover{color:#20252a;background-color:#e9ecef;border-color:#adb5bd;}
.btn-light{background-color:#fff;border-color:#acaaaf;color:#5f5e62;}
.btn-light:hover{background-color:var(--color-primary);border-color:#fff;color:#fff}
.btn-danger{color:#fff;background-color:#da3623;border-color:#da3623}
.btn-danger:hover{color:#fff;background-color:#b92e1e;border-color:#ae2b1c}
.btn-transparent{color:var(--color-primary);background-color:#fff;border:1px solid var(--color-primary);}
.btn-transparent:hover{color:#fff;background-color:var(--color-primary);}
.mx-100{min-width:100px;}
.mx-200{min-width:200px;}

/*======= alert =========*/
.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;color:#222222;}
.alert-success{background-color:#C9F6D1;border-color:#C9F6D1;}
.alert-danger{background-color:#FAD1D1;border-color:#FAD1D1;}
.alert-info{background-color:#d1ecf1;border-color:#bee5eb;}
.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5;}

/*=========== panel ============*/
.panel{margin-bottom:25px;background:#fff;box-shadow:0 2px 5px 0 rgb(0 0 0 / 5%);border-radius:8px;}
.panel .title{padding:10px 14px;font-size:16px;font-weight:500;border-bottom:1px solid #eceff4;position:relative;}
.panel .title .btn{position:absolute;font-size:12px;top:6px;line-height:30px;}
[dir=ltr] .panel .title .btn{right:20px;}
[dir=rtl] .panel .title .btn{left:20px;}
.panel-content{padding:20px;}
.panel-action{padding-top:10px;display:flex;justify-content:center;gap:15px;}
.panel-content p{font-size:16px;font-family:naskh,sans-serif;line-height:26px;margin-bottom:10px;}

/*========== modal ==========*/
.modal-open{overflow:hidden;}
.modal{display:none;position:fixed;z-index:20;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,0.5);}
[dir=ltr] .modal{right:0px;}
[dir=rtl] .modal{left:0px;}
.modal-content{position:relative;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:12px;margin:auto;-webkit-animation-name:animatetop;-webkit-animation-duration:0.4s;animation-name:animatetop;animation-duration:0.4s;max-width:500px;margin-top:50px;}
.modal-header{display:flex;justify-content:space-between;padding:16px;align-items:center;}
.modal-header .close .ico{font-size:20px;display:block;cursor:pointer;color:#444;}
.modal-header .modal-close:hover{color:#666;}
.modal-body{padding:20px;min-height:120px;}
.modal .body-conter{justify-content:center;align-items:center;}
.modal-footer{padding:10px 16px;overflow:hidden;text-align:center;justify-content:flex-end;gap:10px;}
@-webkit-keyframes animatetop{
    from{top:-300px;opacity:0}
    to{top:0;opacity:1}
}
@keyframes animatetop{
    from{top:-300px;opacity:0}
    to{top:0;opacity:1}
}

/*======== header =========*/
.header{height:70px;background-color:#fff;position:fixed;top:0;right:0;left:0;z-index:9;box-shadow:0 4px 4px -4px rgba(0,0,0,0.12);}
.header-content{display:flex;}
.button-menu{height:70px;width:58px;text-align:center;line-height:70px;font-size:26px;color:#333;cursor:pointer;}
[dir=ltr] .button-menu{margin-left:-16px;}
[dir=rtl] .button-menu{margin-right:-16px;}
.button-menu:hover{background-color:#f1f1f1;}
.overlay{background:rgba(0,0,0,.7);z-index:998;position:fixed;top:0;right:0;left:0;bottom:0;display:none;}
.header-menu{width:250px;position:fixed;top:0;z-index:999;background:#fff;transition:all .3s;overflow-y:scroll;box-shadow:3px 3px 3px rgb(0 0 0 / 20%);bottom:0;}
[dir=ltr] .header-menu{left:-250px;}
[dir=rtl] .header-menu{right:-250px;}
.header-menu::-webkit-scrollbar{display:none;}
[dir=ltr] .header-menu.open-menu{left:0px;}
[dir=rtl] .header-menu.open-menu{right:0px;}
.head-m{background:#F1F1F1;display:flex;height:47px;border-bottom:1px solid rgb(229 229 229);padding:0px 16px;justify-content:space-between;align-items:center;}
.head-m .close{width:32px;height:32px;line-height:30px;text-align:center;cursor:pointer;border:1px solid rgb(200 200 200);color:rgb(140 140 140);font-size:14px;border-radius:6px;}
.head-m .close .ico{transform: rotate(180deg);}
.head-m .logo-m{height:32px;width:46px;background-size:cover;background-position:center;}
.subnav{position:relative;display:flex;padding:14px;color:#484848;font-size:14px;line-height:1.4285714;cursor:pointer;align-items:center;gap:5px;}
.subnav .ico{width:28px;text-align:center;font-size:18px;}
.subnav .ico.icon-plus{font-size: 14px;}
.subnav:hover,.open .subnav{background-color:#e8eaed;color:var(--color-primary);}
.subnav.dropbtn:before{content:"\f053";position:absolute;top:15px;font:normal normal normal 14px/1 icons;font-size:12px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:22px;}
[dir=ltr] .subnav.dropbtn:before{right:18px;transform: rotate(180deg);}
[dir=rtl] .subnav.dropbtn:before{left:18px;}
.open .subnav.dropbtn:before{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);}
.nav-select-menu{display:none;}
.open .nav-select-menu{display:block;}
.nav-select-menu a{display:block;position:relative;padding:14px;color:#484848;font-size:14px;line-height:1.4285714;cursor:pointer;user-select:none;}
[dir=ltr] .nav-select-menu a{padding-left:24px;}
[dir=rtl] .nav-select-menu a{padding-right:24px;}
.nav-select-menu a:hover{background-color:#e8eaed;color:var(--color-primary);}
.site-title{float:right;height:60px;position:relative;width:122px;}
[dir=ltr] .site-title{margin-left:10px;}
[dir=rtl] .site-title{margin-right:10px;}
.site-title a{height:60px;width:84px;display:block;color:#444;margin-top:4px;background-repeat:no-repeat;background-size:cover;background-position:center;}
.head-navbar{display:flex;align-items:center;justify-content:flex-start;height:100%;gap:5px;}
.head-navbar .nave-one{padding:14px 15px;cursor:pointer;color:#65676B;display:flex;gap:8px;align-items:center;}
.head-navbar .nave-one:hover{background-color:var(--color-bg);border-radius:8px;}
.head-navbar .nave-one .icons{font-size:18px;}
.head-navbar .nave-one .name{font-size:14px;}
.head-menu{box-shadow:0 6px 12px rgba(0,0,0,0.175);position:absolute;top:70px;display:none;background-color:#fff;border-radius:10px;width:380px;}
[dir=ltr] .head-menu{right:0;}
[dir=rtl] .head-menu{left:0;}
.myAccount .open .head-menu{display:block;}
.head-language{padding:30px;}
.languages .courent{position:absolute;font-size:11px;top:8px;text-wrap:nowrap;background:var(--color-bg);line-height:12px;padding:2px 4px;border-radius:4px;color:#222;}
[dir=ltr] .languages .courent{left:20px;}
[dir=rtl] .languages .courent{left:27px;}
.myAccount{display:flex;flex-wrap:nowrap;align-items:center;gap:5px;}
[dir=ltr] .myAccount{margin-right:-12px;}
[dir=rtl] .myAccount{margin-left:-12px;}
.head-log{display:flex;align-items:center;gap:14px;padding:0px 12px;}
.myAccount .log .ico{font-size:13px;}
.myAccount .dropcontent{position:relative;}
.head-menu .plusLi{display:block;padding:10px;border-top:1px solid #e8eaed;color:#484848;}
.head-menu-group{position:relative;list-style:none;height:248px;padding:0;margin:0;overflow:auto;-webkit-overflow-scrolling:touch;}
.head-menu-group:empty:before{content:attr(data-empty);position:absolute;top:50%;width:100%;color:gray;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}
.head-menu-group .notifOne{position:relative;padding:10px 10px 10px 5px;font-size:14px;line-height:1.4285714;white-space:normal;word-break:break-word;}
.head-menu-group .notifOne:not(:first-child){border-top:1px solid #e8eaed;}
.head-menu-group .notif-img{width:42px;height:42px;padding:4px;background-color:#fff;border:1px solid #e8eaed;border-radius:3px;vertical-align:text-top;}
[dir=ltr] .head-menu-group .notif-img{float:left;}
[dir=rtl] .head-menu-group .notif-img{float:right;}
.head-menu-group .notif-content{overflow:hidden;font-family:'naskh',sans-serif;font-size:14px;}
[dir=ltr] .head-menu-group .notif-content{padding-right:3px;padding-left:8px;}
[dir=rtl] .head-menu-group .notif-content{padding-left:3px;padding-right:8px;}
.head-menu-group .notif-content a{color:var(--color-primary);}
.head-menu-group .notif-date{color:#777;font-size:12px;line-height:1.6666667;}
.myAccount .open .myAccountBtn{background:#f1f1f1;}
.myAccountBtn{box-sizing:border-box;text-align:center;cursor:pointer;color:#333;}
.myAccountBtnicon{padding:14px;font-size:18px;line-height:24px;width:54px;position:relative;border-radius:8px;}
.myAccountBtn:hover{background-color:#f1f1f1;}
.btn_profile{padding:9px 12px;text-align:center;border-radius:8px;}
.btn_profile img{height:36px;width:36px;border-radius:100%;box-sizing:border-box;display:block;}
.profileMenu{box-shadow:0 6px 12px rgba(0,0,0,0.175);position:absolute;top:70px;min-width:200px;display:none;background-color:#fff;border-radius:8px;}
[dir=ltr] .profileMenu{right:0px;text-align:left;}
[dir=rtl] .profileMenu{left:0px;text-align:right;}
.myAccount .open .profileMenu{display:block;}
.profileMenu a{display:block;padding:7px 14px;color:#484848;font-weight:400;line-height:20px;}
.profileMenu .brmp{border-top:1px solid #e8eaed;}
.profileMenu a .ico{width:18px;text-align:center;}
.profileMenu a:hover{color:#484848;background-color:#e8eaed;}
.myAccount .myAccountBtn[data-count]:before{content:attr(data-count);position:absolute;top:7px;padding:3px;margin:3px;min-width:14px;background-color:#e75737;color:#fff;text-align:center;font-size:10px;border-radius:7px;line-height:13px;}
[dir=ltr] .myAccount .myAccountBtn[data-count]:before{right:3px;}
[dir=rtl] .myAccount .myAccountBtn[data-count]:before{right:3px;}

/*=========== login and register data-badge="4" ============*/
.logpage{max-width:460px;background:#fff;box-sizing:border-box;padding:15px 20px;margin:40px auto;box-shadow:0px 4px 15px rgba(0,0,0,0.2);border-radius:8px;}
.logLogo{display:block;text-align:center;width:200px;margin:auto;margin-bottom:15px;}
.logLogo img{width:100%;}
.log-sub{padding-top:6px;display:flex;justify-content:space-between;align-items:center;}
.log-sub .pwd{font-size:14px;display:block;line-height:39px;}
.log-li{text-align:center;overflow:hidden;margin-bottom:15px;clear:both;}
.log_txt{padding:34px 0px 14px 0px;position:relative;line-height:20px;}
.log_txt span{background-color:#fff;z-index:2;position:relative;padding:0px 12px;}
.log_txt::after{content:"";width:100%;background-color:transparent;display:block;height:1px;border-top:1px solid #e7e7e7;position:absolute;top:50%;margin-top:8px;z-index:1;}
.log-li a{background:#666;display:block;color:#fff;padding:4px 0px;font-size:13px;line-height:28px;font-weight:500;}
.regis{grid-gap:10px;}

/*=========== page tools ============*/
.page-header{margin-top:25px;padding:20px;display:flex;align-items:center;}
.page-header .head-details{gap:7px;align-items:center;}
.page-header .sub-details{flex:4;}
.profile-img {
    position: relative;
}
.page-header .profile-img .tof{width:65px;height:65px;background-repeat:no-repeat;background-size:100%;background-position:center;border-radius:100%;cursor:pointer;display:block;line-height:0;margin-left:10px;}
.page-header .head-details h1{font-size:22px;line-height:38px;margin-bottom:7px;font-weight:normal;}
.page-header .head-meta{gap:12px;align-items:center;}
.page-header .head-meta .meta-li{display:flex;font-size:12px;color:#777;align-items:center;gap:4px;}
.page-header .head-meta .meta-li .ico{width:14px;color:#888;}
.page-header .head-action{display:flex;gap:14px;}
.page-header .head-action .ah-action{width:26px;height:26px;text-align:center;line-height:26px;font-size:17px;cursor:pointer;}
.page-header .head-action .ah-action:hover{background:#f1f1f1;border-radius:5px;}
.page-header .head-action .menu{display:none;position:absolute;left:0;border:1px solid #eaeaea;border-radius:6px;background:#fff;padding:6px 0px;z-index: 2;}
.page-header .head-action .open .menu{display:block;}
.page-header .head-action .menu .link{display:block;text-wrap:nowrap;padding:4px 16px;cursor:pointer;color:#444;}
.page-header .head-action .menu .link:hover{background-color:#f1f2f4;}
.is-favourite{color:var(--color-primary);}
.transt-header{margin-top:32px;margin-bottom:24px;}
.transt-header .page-title{font-size:22px;padding:7px 0px;line-height:40px;font-weight:500;}
.transt-header .btn-transparent{float:left;margin-top:10px;padding:3px 10px;}
.profile-verification-badge{width:18px;height:18px;position:absolute;top:67%;right:0;}

/*=========== multi page ============*/
.multi-page .page-title{text-align:center;padding:48px 0px 30px 0px;}
.multi-page .section-search{max-width:720px;margin:24px auto 100px auto;height:52px;background:#fff;border-radius:6px;position:relative;display: flex;}
.multi-page .section-search .btn-primary{border-radius:4px;width:100px;line-height:27px;display:flex;align-items:center;justify-content:center;gap:6px;height: 40px;margin: 6px;}
.multi-page .section-search input{font-size:17px;font-family:'naskh','Open Sans',sans-serif;padding:9px 23px;background:transparent;font-weight:400;color:rgb(102 102 102);height: 52px;flex: 4;}

/*===== home page ======*/
.home-page{height:auto;background:#fff;overflow:hidden;max-width:1440px;aspect-ratio:1440 / 990;position:relative;}
.hero-image{width:67.917%;height:auto;aspect-ratio:978 / 830;position:absolute;bottom:0;background-repeat:no-repeat;background-position:center bottom;background-size:cover;}
[dir=ltr] .hero-image{background-image: url('/images/hero-image-ltr.png');right:-18.61%;}
[dir=rtl] .hero-image{background-image: url('/images/hero-image-rtl.png');left:-18.61%;}
.svg1{position:absolute;top:0;}
.svg2{position:absolute;left:5%;bottom:0;width:auto;}
.hero-li1{width:27%;top:0;position:absolute;z-index:6;background:#4282B21A;left:55.625%;height:39.29%;}
.main-home{margin-top:212px;aspect-ratio:626 / 360;width:43.472%;height:auto;display:flex;flex-direction:column;gap:40px;position:relative;z-index:6;}
.main-home .sub-title{font-size:16px;color:#444;line-height:28px;font-weight:400;}
.main-home .title{font-weight:800;font-size:48px;line-height:100%;letter-spacing:-0.04em;color:#458CCA;}
.main-home .desc{font-style:normal;font-weight:400;font-size:20px;line-height:30px;color:#505050;align-self:stretch;}
.main-home .form{display:flex;flex-direction:row;align-items:center;padding:8px 16px;background:#FFFFFF;box-shadow:0px 25px 63px rgba(0,0,0,0.1);border-radius:50px;justify-content:space-between;}
.main-home .form .btn-search{display:flex;flex-direction:row;align-items:center;padding:19px 30px;gap:10px;height:58px;background:#458CCA;border-radius:50px;color:#fff;}
.best-service{margin-top:56px;z-index:6;position:relative;}
.best-service .title{font-style:normal;font-weight:500;font-size:36px;line-height:67px;margin-bottom:20px;}
.best-service .work{display:flex;flex-direction:row;align-items:center;gap:20px;width:49.86%;visibility:visible;}
.best-service .work a{width:calc(100% / 3);aspect-ratio:226 / 163;height:auto;display:flex;align-items:flex-end;justify-content:center;color:#fff;font-size:16px;font-weight:700;border-radius:8px;padding-bottom:16px;margin-bottom:20px;cursor:pointer;}
.best-service .work .atm1{background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%),linear-gradient(0deg,rgba(69,140,202,0.2),rgba(69,140,202,0.2)),url('/images/atm3.jpg');background-repeat:no-repeat;background-size:cover;background-position:center;}
.best-service .work .atm2{background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%),linear-gradient(0deg,rgba(69,140,202,0.2),rgba(69,140,202,0.2)),url('/images/atm2.jpg');background-repeat:no-repeat;background-size:cover;background-position:center;}
.best-service .work .atm3{background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%),linear-gradient(0deg,rgba(69,140,202,0.2),rgba(69,140,202,0.2)),url('/images/atm1.png');background-repeat:no-repeat;background-size:cover;background-position:center;}
.best-service .plus{font-size:15px;font-weight:28px;font-weight:400;}

/*========= services ========*/
.section-services{padding:96px 0px;background-color:#EBF3F980;}
.section-services .title{font-style:normal;font-weight:700;font-size:36px;line-height:42px;color:#06131C;margin-bottom:16px;}
.section-services .desc-fles{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;}
.section-services .sub-title{font-size:16px;line-height:22px;color:#5B5B5B;}
.section-services .desc-fles a{display:flex;gap:5px;align-items:center;font-size:14px;line-height:22px;}
.cat-service-lists{}
.cat-service-lists .card{box-shadow:0px 2px 8px 0px #0000000A;background:#FEFEFE;aspect-ratio:180 / 178.5;padding:24px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:16px;height:100%;gap:14px;}
.cat-service-lists .card .name{font-size:14px;font-weight:600;line-height:18px;color:#06131C;}
.cat-service-lists .card .desc-s{font-size:14px;line-height:22px;color:#5B5B5B;}

/*========= services list ========*/
.list-services.home-list-services{padding:96px 0px;background:#fff;}
.list-services .title{color:#06131C;font-style:normal;font-weight:700;font-size:36px;line-height:43px;margin-bottom:16px;}
.list-services .desc-fles{margin-bottom:16px;}
.list-services .sub-title{font-style:normal;font-weight:400;font-size:16px;line-height:22px;color:#5B5B5B;}
.list-services .list-items .card{display:flex;flex-direction:column;padding:8px;gap:16px;background:#FFFFFF;box-shadow:0px 0px 25.7143px 4.28571px rgba(0,0,0,0.06);justify-content:space-between;border-radius:13.7143px;}
.list-services .list-items .card .image{aspect-ratio:266 / 215;border-radius:10px;background-repeat:no-repeat;background-size:cover;width:100%;background-position:center;}
.list-services .list-items .card .items-d{padding:0px 9px;display:flex;flex-direction:column;gap:12px;justify-content:space-between;}
.list-services .list-items .items-d .name{font-style:normal;font-weight:600;font-size:16px;line-height:160%;color:#06131C;}
.list-services .list-items .pri-star{display:flex;align-items:center;justify-content:space-between;}
.list-services .list-items .pri-star .price{font-size:14px;color:#444;line-height:20px;}
.list-services .list-items .pri-star .price span{color:#458CCA;font-size:16px;font-weight:700;}
.list-services .list-items .pri-star .star{display:flex;align-items:center;gap:4px;color:#5B5B5B;font-size:14px;line-height:14px;}
.list-services .list-items .profile{display:flex;align-items:center;border-top:1px solid #EDEBE7;height:57px;gap:11px;}
.list-services .list-items .profile .tof img{display:block;border-radius:13.71px;}
.list-services .list-items .profile .pname{font-size:16px;color:#06131C;line-height:16px;}

/*======== best sellers =======*/
.best-sellers{background:#EBF3F9;padding:96px 0px;}
.best-sellers .title{font-size:36px;font-weight:700;line-height:42px;margin-bottom:16px;}
.list-freelances .card{background:#FEFEFE;flex-direction:column;align-items:center;padding:40px 32px;gap:24px;border-radius:12px;display:flex;}
.list-freelances .card .profile{display:flex;flex-direction:column;align-items:center;justify-content:center;}
.list-freelances .card .tof{width:80px;height:80px;background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:50%;position:relative;margin-bottom:16px;}
.list-freelances .card .tof .check-icon{width:27px;height:27px;background:#38B653;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1.5px solid #fff;position:absolute;right:0;bottom:0;}
.list-freelances .card .name{font-weight:500;font-size:20px;line-height:24px;color:#333333;}
.list-freelances .card .job{color:#6E7175;font-weight:400;font-size:16px;line-height:24px;}
.list-freelances .card .comments-star{display:flex;gap:5px;align-items:center;}
.list-freelances .card .comments-star .star{color:#333333;font-weight:400;font-size:16px;}
.list-freelances .card .comments-star .comment{color:#5B5B5B;line-height:26px;font-weight:400;font-size:16px;}
.list-freelances .card .details{display:flex;align-items:center;justify-content:space-evenly;width:100%;text-align:center;}
.list-freelances .card .details .lin-name{color:#727272;font-size:14px;line-height:24px;font-weight:400;}
.list-freelances .card .details .lico-name{color:#06131C;font-size:14px;line-height:26px;display:flex;align-items:center;gap:5px;}
.list-freelances .card .btn{width:100%;display:block;line-height:38px;border-radius:8px;}

/*======== news projects =======*/
.news-projects{background:#fff;padding:96px 0px;}
.news-projects .title{font-size:36px;font-weight:700;line-height:42px;margin-bottom:16px;}
.news-projects .card{display:flex;padding:16px;gap:16px;background:#FFFFFF;box-shadow:0px 0px 25.7143px 4.28571px rgba(0,0,0,0.06);border-radius:13.7143px;flex-direction:column;}
.news-projects .card .name{font-weight:700;font-size:16px;line-height:50px;color:#458CCA;}
.news-projects .card .details{display:flex;justify-content:space-between;align-items:center;}
.news-projects .card .details .profile{display:flex;align-items:center;gap:6px;}
.news-projects .card .details .tof{width:24px;height:24px;background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:50%;}
.news-projects .card .details .user-name{color:#444;];font-size:14px;}
.news-projects .card .details .time{display:flex;align-items:center;gap:2px;color:#666;font-size:14px;}
.news-projects .card .details .price{display:flex;align-items:center;gap:3px;color:#666;font-size:14px;}
.news-projects .card .description{padding:16px 0px;border-top:1px solid #EDEBE7;}
.news-projects .card .description span{color:#333333;font-size:15px;line-height:29px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}

/*========= about home ==========*/
.about-home{aspect-ratio:1440 / 1223;max-width:1440px;margin:auto;height:auto;background-repeat:no-repeat;background-size:100%;background-position:center;position:relative;}
[dir=ltr] .about-home{background-image: url('/images/about-ltr.png');}
[dir=rtl] .about-home{background-image: url('/images/about-rtl.png');}
.about-home .total{display:flex;flex-direction:column;align-items:center;padding:40px 16px;gap:8px;position:absolute;width:211px;height:15.249%;top:20.11%;background:url(/images/total-bg.png),linear-gradient(90deg,#FFC947 0%,#EB9823 100%);box-shadow:0px 20px 40px rgba(76,111,255,0.15);border-radius:40px;}
[dir=ltr] .about-home .total{left:51.18%;}
[dir=rtl] .about-home .total{right:51.18%;}
.about-home .total .name{line-height:49px;font-size:27px;font-weight:700;color:#fff;}
.about-home .total .desc{line-height:47px;font-size:19px;color:#fff;}
.about-home .about-content{width:40.23%;padding-top:17.416%;display:flex;flex-direction:column;gap:40px;}
.about-home .about-content .title{font-size:32px;line-height:62px;font-weight:700;}
.about-home .about-content .title span{color:var(--color-primary);}
.about-home .about-content .description{font-size:17px;line-height:28px;color:#7B88A8;}
.about-home .about-content .action{display:flex;align-items:center;gap:8px;}
.about-home .about-content .action .btn{line-height:50px;min-width:160px;}
.about-home .review-list{padding-top:17.5%;}
.about-home .review-list .card{padding:40px;background:#FFFFFF;border:1px solid #E7E5EA;border-radius:40px;}
.about-home .review-list .profile{display:flex;align-items:center;gap:16px;margin-bottom:8px;}
.about-home .review-list .tof{width:80px;height:80px;background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:50%;}
.about-home .review-list .details{display:flex;flex-direction:column;gap:4px;}
.about-home .review-list .details .name{font-size:16px;color:#2D3958;font-weight:700;}
.about-home .review-list .details .desc{font-size:15px;color:#7B88A8;line-height:16px;}
.about-home .review-list .description{font-size:16px;line-height:28px;color:#7B88A8;}

/*======== news articles =======*/
.news-articles{background:#fff;padding:96px 0px;}
.news-articles .title{font-size:36px;font-weight:700;line-height:42px;margin-bottom:16px;}
.news-articles .desc-row{margin-bottom:40px;display:flex;justify-content:space-between;}
.news-articles .desc-row span{color:#5B5B5B;font-size:16px;}
.articles-list .tof{aspect-ratio:353.67 / 237.62;border-radius:4px;background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;margin-bottom:8px;display:block;}
.articles-list .card .date{width:46px;height:44px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:19px;font-size:11px;position:absolute;top:16px;right:16px;border-radius:4px;color:#666;}
.articles-list .card .date span{font-size:14px;font-weight:500;line-height:18px;color:#333;}
.articles-list .card .meta{display:flex;align-items:center;gap:8px;margin-bottom:8px;}
.articles-list .card .meta1{display:flex;align-items:center;gap:5px;color:var(--color-primary);}
.articles-list .card .meta2{display:flex;color:var(--color-primary);align-items:center;gap:5px;}
.articles-list .card .meta-title{font-size:14px;font-weight:700;line-height:26px;margin-bottom:8px;color:#333;}
.articles-list .card .description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:13px;color:#666;}
.js-load-articles .lodspin{opacity:1;}
.blog-page{margin-bottom:40px;}

/*======== question =======*/
.question-set{background:#fff;padding:96px 0px;}
.question-set .set-row{display:flex;align-items:center;justify-content:space-between;}
.question-set .question1{width:31.129%;}
.question-set .question1 .title{color:#06131C;font-size:34px;font-weight:700;line-height:42px;margin-bottom:29px;}
.question-set .question1 .description{font-size:16px;color:#5B5B5B;line-height:26px;margin-bottom:29px;}
.question-set .question2{width:47.91%;display:flex;flex-direction:column;gap:12px;}
.question-set .question2 .one-set{background:#EBF3F9;padding:23px 19px;border-radius:5px;display:flex;flex-direction:column;gap:23px;}
.question-set .question2 .one-set .title{display:flex;align-items:center;justify-content:space-between;cursor:pointer;}
.question-set .question2 .one-set .title span{font-size:17px;line-height:18px;font-weight:700;color:#333;}
.question-set .question2 .one-set svg{rotate:180deg;}
.question-set .question2 .one-set .desc{font-size:15px;line-height:29px;font-weight:400;color:#444;display:none;}

/*======== skills =========*/
.skills-section{padding:4px;cursor:text;min-height:44px;}
.skills-section .one-skills{display:inline-block;font-size:12px;background-color:var(--color-primary);color:#fff;padding:1px 10px;line-height:27px;border-radius:4px;margin:2px;cursor:default;}
.skills-section .one-skills i{font-size:9px;cursor:pointer;margin-right:5px;}
.skills-section .skills-input{display:inline-block;margin:0 4px 0 -2px!important;width:10px;max-width:100%;}
.list-section-skils{background-color:#fff;border:1px solid #dae0e6;box-shadow:0 1px 2px #1018280a;z-index:6;border-radius:3px;margin-top:4px;max-height:200px;overflow-y:scroll;position:absolute;width:100%;display:none;}
.skills-main.open .list-section-skils{display:block;}
.option-skils{padding:4px 24px;line-height:20px;cursor:pointer;}
.option-skils:hover{background-color:var(--color-primary);color:#fff;}
.empty-search{padding:50px 30px;text-align:center;}

/*======== app footer ========*/
.app-phone{}
.app-phone .app-row{display:flex;align-items:center;justify-content:space-between;padding:0px 40px;}
.app-phone .title{font-size:35px;line-height:67px;font-weight:700;margin-bottom:27px;}
.app-phone .desc{font-size:23px;line-height:44px;margin-bottom:32px;}
.app-phone .icons-play{display:flex;align-items:center;gap:23px;}
.app-phone .app2{width:29.62%;}
.app-phone .app2 .tof{aspect-ratio:426.53/368;width:100%;background-repeat:no-repeat;background-size:cover;background-position:center;}

/*======== request page ===========*/
.request-header{display:flex;align-items:center;justify-content:space-between;padding-top:20px;padding-bottom:20px;}
.request-header .title{font-size:22px;padding:7px 0px;line-height:40px;font-weight:500;}
.request-content{gap:20px;}
.request-content .info-group{margin-bottom:27px;}
.request-content .info-group h4{font-size:16px;font-weight:500;line-height:1.84;padding:7px 0px;}
.request-content .info-group p{line-height:27px;font-family:'naskh','Open Sans';margin-bottom:10px;}
[dir=ltr] .request-content .info-group p{font-size:13px;}
[dir=rtl] .request-content .info-group p{font-size:16px;}
.request-header .row-filter{display:flex;justify-content:center;gap:10px;}
.request-header .btn-filter{display:none;}

/*========= services =========*/
.services-row{display:flex;gap:24px;margin-bottom:40px;}
.services-page .service-group{margin-top:40px;}
.services-page .service-group:last-child{margin-bottom:40px;}
.services-page .head{margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;}
.services-page .head .btn-transparent{line-height:33px;}
.services-page .ser-title{font-size:21px;line-height:31.5px;font-weight:400;}
.list-service-star{margin-bottom:10px;}
.list-service-star .label-radio{display:flex;align-items:center;gap:10px;}
.list-service-star .star{display:flex;gap:6px;font-size:15px;color:#fa9747;}

/*======= create service ========*/
.service-gallery{padding:40px;text-align:center;background:#f7f9fc;border:0;}
.choseiMg{margin-bottom:20px;}
.service-galtext{line-height:2rem;font-size:16px;font-family:'naskh',sans-serif;}
.service-galtext1{margin-bottom:10px;}
.serviceFileLoad{border-radius:2px;}
.serviceFileLoad .title{border-bottom:1px solid #ECEFF4;padding:20px;font-size:20px;line-height:1.6em;position:relative;}
.serviceFileLoad .title .ico{position:absolute;left:20px;color:#888;cursor:pointer;}
.serviceFileLoad .fileBody{padding:20px;}
.subnvfile{display:inline-block;margin-left:20px;}
.subnvfile input{margin-left:3px;}
.fileNavbar{padding-bottom:20px;}
.fileindata .sub{text-align:center;}
.fileindata .sub input{display:none;}
.indata_from_device{margin-top:20px;}
.upgrade-service-one{padding:20px;background:#f7f9fc;position:relative;margin:0 0 40px;}
.upgrade-service-one .remove-upgrade{left:-12px;top:-12px;position:absolute;background:#d4d8e0;width:24px;height:24px;border-radius:50%;color:#444;line-height:25px;text-align:center;font-size:9px;cursor:pointer;}
.upgrade-service-one p{font-family:'naskh','kufi',sans-serif;margin-top:10px;font-size:14px;}
.upgrade-service-one p a{color:var(--color-primary);}
.upgrade-service-btn{text-align:left;padding-top:10px;}
.upgrade-service-btn .btn{font-size:12px;}
.service-gallery-edit{position:relative;overflow:hidden;}
.gitem img{width:100%;height:100%;vertical-align: middle;object-fit: cover;}
.gallery_controle{background:#333;opacity:0.9;position:absolute;top:-48px;left:0;width:100%;text-align:center;padding:10px 0;z-index:4;transition:0.3s all;}
.gallery_controle .gedit{display:inline-block;color:#ddd;margin:0 4px;padding:0 5px;cursor:pointer;}
.gallery_controle .gedit .ico{margin-left:6px;}
.gallery_controle .gedit:hover{color:#fff;}
.service-gallery-edit:hover .gallery_controle{top:0;}
.gallery_controle .gedit .icon-cross{font-size:11px;}
.gallery_items{position:relative;overflow:hidden;padding-top:58.75%;}
.gallery_items .gitem{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;visibility:hidden;z-index:1;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}
.gallery_items .gitem iframe{position:absolute;left:0;top:0;right:0;bottom:0;display:block;width:100%;height:100%;}
.gallery_items .gitem .service-audio{text-align:center;background:#f1f1f1;position:relative;overflow:hidden;padding-top:58.75%;background-image:url(/images/bg-audio.png);background-position:center;background-size:60%;background-repeat:no-repeat;}
.gallery_items .gitem .service-audio audio{position:absolute;bottom:0;width:100%;left:0;}
.gallery_items .gitem.current{z-index:3;visibility:visible;}
.slayd-right .gitem.previous{-webkit-animation-name:slide-out-right,hide-after;animation-name:slide-out-right,hide-after;}
.slayd-left .gitem.previous{-webkit-animation-name:slide-out-left,hide-after;animation-name:slide-out-left,hide-after;}
.slayd-right .gitem.current{-webkit-animation-name:slide-in-right;animation-name:slide-in-right;}
.slayd-left .gitem.current{-webkit-animation-name:slide-in-left;animation-name:slide-in-left;}
.galbtn{position:absolute;width:48px;height:48px;background:rgb(0 0 0 / 0.6);z-index:4;color:#fff;top:calc((100% - 48px) /2);text-align:center;line-height:48px;font-size:20px;border-radius:100%;cursor:pointer;}
.galbtn.btnleft{left:18px;padding-right:1px;}
.galbtn.btnright{right:18px;padding-left:4px;}
.gedit.gedit-primary.active{color:#4CAF50;cursor:default;}

/*======= commants ==========*/
.discussion-item{border-bottom:1px solid #ECEFF4;padding:20px;}
.discussion-item:last-child{border:none;}
.discussion-item .profile-details{margin-bottom:10px;}
.discussion-item .review-right{display:table-cell;vertical-align:top;}
[dir=ltr] .discussion-item .review-right{padding-right:10px;}
[dir=rtl] .discussion-item .review-right{padding-left:10px;}
.discussion-item .review-right img{height:48px;width:48px;display:block;background-color:#fff;border:1px solid rgba(0,0,0,0.06);border-radius:50%;max-width:unset;}
.discussion-item .review-left{width:100%;display:table-cell;vertical-align:top;}
.discussion-item .meta-user{font-size:14px;font-weight:400;line-height:24px;margin-bottom:5px;}
.discussion-item .meta-time{font-size:12px;color:rgb(119 119 119);display:flex;align-items:center;gap:6px;}
.discussion-item.reply{background:#F1F1F1;padding:10px;margin-top:20px;}

/*======== console page ========*/
.console-page .console-title{margin-top:30px;margin-bottom:20px;}
[dir=ltr] .console-page .sedbar{padding-left:12px;}
[dir=rtl] .console-page .sedbar{padding-right:12px;}
[dir=ltr] .console-page .main{padding-right:12px;}
[dir=rtl] .console-page .main{padding-left:12px;}
.console-page .info-line{padding:8px;line-height:22px;}
.console-creator{border-top:1px solid #f1f1f1;}
.console-creator .creator-img a{display:block;line-height:0;margin-left:10px;position:relative;width:64px;height:64px;}
.console-creator .creator-img a .img{border-radius:50%;}
.profile-verification-badge{width:18px;height:18px;position:absolute;top:67%;right:0;}
.console-creator .creator-name{font-size:15px;font-weight:500;line-height:28px;margin-top:6px;display:block;}
.console-creator .creator-hard{font-size:12px;color:#777;}
.console-desc{line-height:32px;font-size:16px;font-family:'naskh',sans-serif;padding-top:20px;}
.orders-controle{border-top:1px solid #eceff4;padding-top:30px;padding-bottom:10px;}
.orders-status{margin-bottom:20px;}
.orders-status .status1{font-size:15px;margin-bottom:5px;}
.orders-status .status2{font-size:13px;color:#888;}

/*======= single service =========*/
.service-page{display:flex;justify-content:space-between;margin-bottom:15px;}
.service-page .main{width:calc(100% - 380px);}
.service-page .destof{margin-bottom:25px;}
.services-items{position:relative;}
.service-page .services-items-content{position:relative;overflow:hidden;padding-top:58.75%;}
.service-page .services-items-content .gitem{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;visibility:hidden;z-index:1;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}
.service-page .services-items-content .gitem.current{z-index:3;visibility:visible;}
.service-page .destof .description{line-height:32px;font-size:16px;font-family:'naskh',sans-serif;padding-top:20px;}
.service-page .service-upgrades-table{width:100%;}
.service-page .service-upgrades-table tr td{padding:20px;text-align:right;border-bottom:1px solid #ECEFF4;}
.service-page .service-upgrades-table tr:last-child td{border-bottom:none;}
.service-page .service-upgrades-table tr td:nth-child(2){padding-right:0px;}
.service-page .related-services{display:flex;flex-wrap:wrap;padding:0px 5px!important;}
.service-page .related-one{width:50%;padding:0px 15px;}
.service-page .related-body{padding:20px 0px;border-bottom:1px solid #ECEFF4;}
.service-page .related-right{display:table-cell;vertical-align:top;}
[dir=ltr] .service-page .related-right{padding-right:10px;}
[dir=rtl] .service-page .related-right{padding-left:10px;}
.service-page .related-right img{display:block;max-width:initial;border-radius:1px;}
.service-page .related-left{display:table-cell;vertical-align:top;width:100%;}
.service-page .related-left h5{font-size:14px;}
.service-page .sedbar{width:380px;}
[dir=ltr] .service-page .sedbar{padding-left:20px;}
[dir=rtl] .service-page .sedbar{padding-right:20px;}
.service-page .thumbs{line-height:24px;display:flex;flex-wrap:wrap;}
.service-page .thumbs1,.service-page .thumbs2{width:50%;padding:8px;}
.service-page .thumbs .thumbs-price{color:var(--color-primary);font-weight:bold;}
.service-page .rating{color:#ccc;font-size:13px;display:flex;gap:3px;justify-content:flex-start;}
.service-page .rating .rating-count{padding-right:4px;color:#777;font-size:14px;}
.service-page .rating .rat{color:#fa9747;}
.service-page .service-price{text-align:center;padding:30px 0px;font-size:30px;font-weight:bold;color:var(--color-primary);}
.service-page .service-option{display:flex;flex-wrap:wrap;align-items:center;gap:11px;}
.service-page .service-option .btn{flex:4;}
.service-page .service-security{}
.service-page .ser-security1{width:30%;text-align:center;line-height:0px;}
.service-page .ser-security1 img{width:60px;}
.service-page .ser-security2{width:70%;padding-right:16px;line-height:1.7;}
.service-page .ser-security2 div{font-size:16px;font-weight:400;}
.service-page .ser-security2 .security-100{color:#28a542;}
.items-share{text-align:center;}
.items-share .shar{margin:4px;width:40px;height:40px;border-radius:2px;font-size:16px;display:inline-block;text-align:center;line-height:38px;border:1px solid #eceff4;cursor:pointer;}
.items-share .linkedin{color:#008CC9;}
.items-share .facebook{color:#4267B2;}
.items-share .twitter{color:#1DA1F2;}
.items-share .whatsapp{color:#2bb641;}
.addCartLoad{text-align:center;}
.addCartLoad .title{padding:20px;font-size:20px;line-height:1.6em;position:relative;}
.addCartLoad .btnpluscart{padding-bottom:30px;}
.addCartLoad .btnpluscart .btn{width:120px;margin:0 2px;}
.service-shop .modal-content{background:rgb(248 255 252);max-width:700px;border-radius:5px;}
.service-shop .modal-header{line-height:50px;border-bottom:1px solid rgb(1 148 254 / 9%);padding:0px 20px;}
.service-shop .modal-body{padding:24px;}
.service-shop .modal-body ul li{margin-bottom:0.5rem;position:relative;font-family:naskh,Open Sans,sans-serif;font-size:16px;}
[dir=ltr] .service-shop .modal-body ul li{padding-left:1.6rem;}
[dir=rtl] .service-shop .modal-body ul li{padding-right:1.6rem;}
.service-shop .modal-body ul li::before{content:"";background:var(--color-primary) none repeat scroll 0 0;border-radius:100%;display:inline-block;height:8px;position:absolute;top:0.6rem;width:8px;}
[dir=ltr] .service-shop .modal-body ul li::before{left:0.4rem;}
[dir=rtl] .service-shop .modal-body ul li::before{right:0.4rem;}
.service-shop .modal-footer{border-top:1px solid rgb(1 148 254 / 9%);padding:11px 20px;}

/*======= user profile ========*/
.profileHead{padding-top:260px;position:relative;box-shadow:0 2px 5px 0 rgba(0,0,0,0.05);margin-top:25px;}
.profileHead .pHbody{position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(136,152,144,1);background-size:100%;background-repeat:no-repeat;background-position:center;display:block;overflow:hidden;}
.profileHead .pHprofile{position:absolute;box-sizing:border-box;width:170px;height:170px;bottom:-40px;border:4px solid #f1f1f1;border-radius:100%;background:#4aa876;background-size:100%;background-repeat:no-repeat;background-position:center;overflow:hidden;}
[dir=ltr] .profileHead .pHprofile{left:35px;}
[dir=rtl] .profileHead .pHprofile{right:35px;}
.profilebar{height:55px;margin-bottom:25px;background:#fff;border-radius:0px 0px 3px 3px;box-shadow:0 2px 5px 0 rgba(0,0,0,0.05);overflow:hidden;}
[dir=ltr] .profilebar{padding-left:200px;}
[dir=rtl] .profilebar{padding-right:200px;}
.profilebar .phname{font-size:24px;line-height:55px;font-weight:400;text-shadow:0 0px 1px rgba(0,0,0,0.5);}
[dir=ltr] .profilebar .phname{float:left;}
[dir=rtl] .profilebar .phname{float:right;}
.prmenu{}
[dir=ltr] .prmenu{margin-left:60px;float:left;}
[dir=rtl] .prmenu{margin-right:60px;float:right;}
.prmenu a{line-height:55px;display:inline-block;margin:0px 10px;color:#333;font-weight:400;height:55px;}
.prmenu .active{border-bottom:4px solid var(--color-primary);}
.accbody{display:flex;justify-content:space-between;margin-bottom:15px;}
.accbody .main{width:calc(100% - 385px);}
.accbody .sedbar{width:385px;}
[dir=ltr] .accbody .sedbar{padding-right:25px;}
[dir=rtl] .accbody .sedbar{padding-left:25px;}
.account-statistic .prrating{font-size:24px;display:flex;flex-wrap:wrap;margin-bottom:30px;}
.account-statistic .prrating .rat{color:#fa9747;}
.account-statistic .prrating .ico{width:calc(100% / 5);text-align:center;}
.account-statistic .lipr1{padding:7px 8px;width:138px;display:inline-block;line-height:20px;}
.account-statistic .lipr1 .ico{width:18px;text-align:center;font-size:15px;color:#444;}
.account-statistic .lipr2 span{background:#4caf50;width:8px;height:8px;display:inline-block;border-radius:100%;}
[dir=ltr] .account-statistic .lipr2 span{margin-right:6px;}
[dir=rtl] .account-statistic .lipr2 span{margin-left:6px;}
.user-skills{display:flex;gap:8px;}
.user-skills .one-skils{color:#fff;background:var(--color-primary);padding:2px 12px;border-radius:6px;opacity:0.7;}
.profile-vr{display:flex;align-items:center;gap:6px;}
.profile-vr .ico{color:#4CAF50;}

/*======= messages =========*/
.metaser{margin-left:2px;}
.form-msg{max-width:746px;margin:60px auto;}
.form-msg.support-message{margin-top:40px;}
.message-note{margin-top:10px;color:#666;font-family:'naskh',sans-serif;}
.form-msg a{color:var(--color-primary);}
.page-message .stitle{margin-top:30px;margin-bottom:20px;}
[dir=ltr] .page-message .sedbar{padding-left:12px;}
[dir=rtl] .page-message .sedbar{padding-right:12px;}
.page-message .message-sedmeta .col{padding:8px;line-height:22px;}
[dir=ltr] .page-message .main{padding-right:12px;}
[dir=rtl] .page-message .main{padding-left:12px;}
.message-centent .one-msg{border-bottom:1px solid #ECEFF4;padding:20px;}
.message-centent .sender-profile{overflow:hidden;padding-bottom:10px;}
.message-centent .tof{float:right;margin-left:10px;}
.message-centent .timedate{font-size:12px;color:#777;}
.message-centent .tof img{width:48px;height:48px;background-color:#fff;border:1px solid rgba(0,0,0,0.06);border-radius:50%;float:right;}
.message-centent .discussion-message{line-height:2rem;font-size:16px;font-family:'naskh',sans-serif;word-break:break-word;}
.message-centent .form-comment{padding:20px;}
.message-centent .form-comment .btn-primary{width:130px;}
.message-centent .attachment-list{gap:8px;}
.message-centent .one-attachment{border:1px solid #b2b2b2;padding:5px 15px;color:#444;font-weight:500;}
.messages-sedbar{padding:12px;}
.messages-sedbar .one-msg{display:flex;gap:10px;align-items:center;padding:16px 10px;}
.messages-sedbar .one-msg.active{background-color:#eff2f9;border-radius:6px;}
.messages-sedbar .one-msg .profile-image img{width:100%;height:100%;object-fit:cover;}
.messages-sedbar .one-msg .profile-image{width:50px;aspect-ratio:1/1;overflow:hidden;border-radius:50%;height:50px;}
.messages-sedbar .one-msg .profile-details{flex:4;}
.messages-sedbar .one-msg .head{display:flex;justify-content:space-between;margin-bottom:6px;}
.messages-sedbar .one-msg .short-content{color:#666;font-size:12px;-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;}
.messages-sedbar .one-msg .name{font-size:15px;color:var(--color-primary);}
.messages-sedbar .one-msg .time{font-weight:600;}
.message-action{gap:10px;}
.message-service-c{max-width:320px;border:1px solid #eff2f9;padding:20px;border-radius:6px;}
.message-service-c .serv-image{width:100%;display:block;aspect-ratio:266 / 215;overflow:hidden;border-radius:6px;margin-bottom:10px;}
.message-service-c .serv-image img{width:100%;height:100%;object-fit:cover;}
.message-service-c .name{font-style:normal;font-weight:600;font-size:16px;line-height:160%;color:#06131C;margin-bottom:10px;display:inline-block;}
.message-service-c .price-range{width:100%;display:flex;justify-content:space-between;align-items:center;}
.message-service-c .price-range .price span{color:#458CCA;font-size:16px;font-weight:700;}
.message-service-c .price-range .price{font-size:14px;color:#444;line-height:20px;display:flex;gap:6px;}
.message-service-c .price-range .star{display:flex;align-items:center;gap:4px;color:#5B5B5B;font-size:14px;line-height:14px;}

/*======== editor text ========*/
.editor{margin-bottom:20px;}
.editor-head{border:1px solid #dcdcde;background:#f6f7f7;height:37px;position:sticky;bottom:auto;top:51px;border-radius:4px 4px 0px 0px;}
.sourceText{width:37px;line-height:35px;background:transparent;cursor:pointer;text-align:center;font-size:16px;display:block;}
.editor-navbar .edb{padding:0 2px;}
.editor-navbar .select-head{background:#fff;border:1px solid #ddd;margin-right:7px;padding:2px 20px 2px 6px;border-radius:3px;margin-top:4px;display:block;margin-left:6px;line-height:21px;font-size:13px;background-image:url(/images/check.svg);background-repeat:no-repeat;background-position:right 2px center;background-size:14px 9px;cursor:pointer;}
.editor-navbar .edb .ico{width:26px;background:0 0;cursor:pointer;text-align:center;height:24px;line-height:24px;border-radius:3px;border:1px solid transparent;margin-top:5px;display:block;}
.editor-navbar .edb .active,.editor-navbar .edb .ico:hover{background:#fafafa;border-color:#555d66;color:#23282d;box-shadow:inset 0 1px 0 #fff,0 1px 0 rgb(0 0 0 / 8%);outline:0;}
.btnbarHide .edb{display:none;}
.editor-text{border:1px solid #dcdcde;border-top:none;line-height:30px;padding:15px 16px;font-size:16px;font-family:sans-serif;background:#fff;color:#000;min-height:400px;}
.editor-text ul li{list-style:disc;margin:0px 16px;}
.editor-text ol li{list-style:decimal;margin:0px 16px;}
.editor-text p{margin-bottom:15px;}
.editor-text h1{font-weight:600;font-size:17px;color:#000;}
.editor-text h2{font-weight:600;font-size:16px;color:#000;margin-bottom:14px}
.editor-text h3{font-weight:600;font-size:15px;color:#000;margin-bottom:14px}
.editor-text h4{font-weight:600;font-size:14px;color:#000;}
.editor-text a{color:#cd2653;text-decoration:underline;}
.editor-text .img-post{position:relative;display:block;margin-bottom:20px;text-align:center;}
.editor-text .img-post img{max-width:100%;display:block;margin:0px auto;height:auto;}
.editor-textarea{resize:none;overflow-y:hidden;display:none;width:100%;border:1px solid #dcdcde;padding:10px;line-height:25px;border-top:0;min-height:424px;}
.editor-navbar .heds-menu{display:none;padding:10px;background:#fff;box-shadow:0 4px 6px -1px rgb(18 25 38 / 10%),0 2px 4px -2px rgb(18 25 38 / 10%);border:1px solid #e5e5e5;position:absolute;min-width:150px;top:34px;}
.editor-navbar .heds-menu:before{content:"";position:absolute;top:-7px;width:9px;height:9px;background-color:#fcfcfc;border:1px solid #e5e5e5;border-bottom:0;transform:rotate(45deg);border-right:0;left:50%;}
.editor-navbar .heds-menu .one-line{display:block;background:transparent;width:100%;margin:4px 0px;cursor:pointer;user-select:none;}
.editor-navbar .heds-menu .one-line:hover{background:#f1f1f1;}
.editor-navbar .open .heds-menu{display:block;}
.editor-modal-body{padding:40px 20px;}
.editor-img-show{width:250px;margin:auto;border:1px solid #ddd;overflow:hidden;border-radius:6px;margin-top:20px;}
.editor-img-show img{display:block;max-width:100%;}
.editor-imgs{margin:auto;max-width:640px;border:1px solid #ddd;margin-bottom:10px;}
.editor-imgs img{max-width:100%;display:block;}

/*========= dropfile =========*/
.message-box-files{margin-bottom:20px;}
.dropzone-box-message{background-color:var(--color-bg);position:relative;display:block;padding:12px 15px;border:1px solid #dae0e6;cursor:pointer;}
.dropzone-box-message .box-icon{width:60px;height:60px;text-align:center;font-size:20px;line-height:60px;background:#e0e1e4;color:#bababa;border-radius:4px;}
.dropzone-box-message .dropzone-row{display:flex;align-items:center;gap:16px;}
.dropzone-box-message:hover .box-icon{background:var(--color-primary);color:#fff;}
.dropzone-box-message .upload-title-drop{margin-bottom:6px;}
.dropzone-box-message .upload-title-click{color:#777;}
.one-box-file{border:1px solid #ddd;border-top:0px;padding:10px 20px;}
.one-box-file .box-file-detail{justify-content:space-between;align-items:center;}
.one-box-file .box-file-detail .name{font-weight:600;}

/*======= dashboard ========*/
.dashboard-page{margin-bottom:15px;margin-top:40px;}
.dashboard-page .d-page1{width:340px;}
[dir=ltr] .dashboard-page .d-page1{padding-right:25px;}
[dir=rtl] .dashboard-page .d-page1{padding-left:25px;}
.dashboard-page .d-page2{width:calc(100% - 340px);}
.dashboard-page .dashboard1{flex-direction:row-reverse;}
.dashboard-page .tablemoney{text-align:center;}
.dashboard-page .tablemoney1{padding:21px;}
.dashboard-page .tablemoney1 .mony{color:var(--color-primary);}
.dashboard-page .tablemoney1 span{font-size:18px;margin-top:7px;line-height:32px;font-weight:500;display:block;margin-bottom:5px;}
.dashboard-page .tablemoney1 div{font-size:48px;line-height:75px;}
.dashboard-page .tablemoney2{border-top:1px solid #ddd;padding:15px;}
.dashboard-page .tablemoney2 span{font-weight:700;}
.dashboard-page .profile-card{padding-top:21px;}
.dashboard-page .img-profile{width:84px;height:84px;margin:auto;border-radius:100%;position:relative;overflow:hidden;}
.dashboard-page .profile-card .name{font-size:18px;text-align:center;line-height:34px;font-weight:400;display:block;}
.dashboard-page .edit{text-align:center;border-top:1px solid #ddd;padding:14px 15px 15px 15px;margin-top:21px;display:block;}
.sedash-group{margin-bottom:16px;}
.sedash-group .title{font-size:16px;line-height:30px;margin-bottom:8px;}
.sedash-group .is-grid{grid-gap:8px;}
.sedash-group .link{display:flex;flex-direction:column;align-items:center;justify-content:center;height:80px;background:#fff;border-radius:8px;box-shadow:0 2px 5px 0 rgb(0 0 0 / 5%);text-align:center;color:#666;}
.sedash-group .link.active{background-color:var(--color-primary);color:#fff;}
.sedash-group .link .icons{font-size:21px;}
.sedash-group .link .name{}
.dashboard-page .change-password{padding:40px 20px;max-width:550px;margin:auto;}
.dashboard-page .editImg{width:120px;height:120px;margin:15px auto 40px auto;position:relative;}
.dashboard-page .editImg .tof{line-height:0;position:relative;border-radius:100%;overflow:hidden;width:120px;height:120px;}
.dashboard-page .editImg .tof:after{content:"";background:rgba(51,51,51,.5);border-radius:50%;position:absolute;top:0;right:0;bottom:0;left:0;}
.dashboard-page .editImg .add-tof,.dashboard-page .editImg .loadphoto{font-size:24px;line-height:24px;position:absolute;top:calc(50% - 12px);left:calc(50% - 12px);color:#ffffff;cursor:pointer;}
.dashboard-page .editImg .editImg-option{box-shadow:0 6px 12px rgb(0 0 0 / 18%);position:absolute;min-width:160px;background-color:#fff;border:1px solid #e8eaed;border-top:0;text-align:right;right:40px;top:75px;}
.dashboard-page .editImg .editImg-option:after{content:" ";display:block;position:absolute;top:-9px;right:14px;border:5px solid transparent;border-bottom-color:#fff;}
.dashboard-page .editImg .editImg-o-one{padding:7px 14px;color:#484848;font-weight:400;line-height:1.42857;cursor:pointer;font-family:'naskh','Open Sans',sans-serif;font-size:16px;display:block;}
.dashboard-page .editImg .editImg-o-one:first-child{border-bottom:1px solid #e8eaed;}
.dashboard-page .subedit{padding-top:20px;text-align:center;}
.dashboard-page .payment-settings{max-width:690px;margin:auto;}
.table-action{height:60px;gap:12px;}
.list-one-project{padding:14px 21px;border-bottom:1px solid #f1f1f1;}
.list-one-project:last-child{border-bottom:none;}
.list-one-project .a-link{font-size:15px;line-height:28px;margin-bottom:7px;display:block;}
.list-one-project .project-meta{display:flex;flex-wrap:wrap;align-items: center;
    gap: 10px;}
.list-one-project .project-meta .meta-li{color:#777;font-size:12px;}
.nav-edits{font-size:16px;font-weight:500;border-bottom:1px solid #eceff4;position:relative;display:flex;}
.nav-edits .nav-li{padding:10px 14px;border-left:1px solid #eceff4;}
.nav-edits .nav-li.active{background:#fff;margin-bottom:-1px;}

/*======== verification ===========*/
.account-verification{max-width:600px;margin:20px auto;text-align:center;}
.account-verification .is-grid{column-gap:30px;row-gap:40px;}
.account-verification .card{display:flex;flex-direction:column;justify-content:space-between;}
.account-verification .card .image{margin-bottom:16px;}
.account-verification .card .text{margin-bottom:20px;font-size:13px;}
.is-verificed{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;}
.is-verificed .icon img{width:120px;height:120px;display:block;}
.is-verificed .text{font-size:16px;}

/*====== paymens =========*/
.payment-page .sedbar{}
[dir=ltr] .payment-page .sedbar{padding-left:12px;}
[dir=rtl] .payment-page .sedbar{padding-right:12px;}
.payment-page .main{}
[dir=ltr] .payment-page .main{padding-right:12px;}
[dir=rtl] .payment-page .main{padding-left:12px;}
.payment-page .payment-line{margin-bottom:20px;}
.payment-page .payment-line .line1{display:block;color:#3F51B5;margin-bottom:6px;font-size:15px;}
.payment-page .payment-line .line2{display:block;color:#777;}
.payment-page .payment-link{}
[dir=ltr] .payment-page .payment-link{padding-left:20px;}
[dir=rtl] .payment-page .payment-link{padding-right:20px;}
.payment-page .payment-link li{list-style-type:square;list-style-position:outside;}
.payment-page .payment-link a{display:block;color:#3F51B5;margin:10px 0px;list-style-type:square;list-style-position:outside;}
.paypal-view{align-items:center;justify-content:center;min-height:409px;text-align:center;}
.paypal-btn{margin-top:45px;display:block;}
.payment-btn{gap:12px;justify-content:center;}
.add-payment{max-width:460px;margin:auto;padding:35px 0px;}
.payment-bank{padding:40px 0px;max-width:500px;margin:auto;}
.payment-bank .form-view{background:#f1f2f4;border-radius:8px;line-height:34px;padding:4px 20px;}
.payment-bank .payment-file{display:flex;gap:5px;align-items:center;width:min-content;}
.balance-success{margin-top:26px;}
.balance-sbody{max-width:880px;margin:auto;padding:60px 20px;}
.balance-sbody .balance-sicon{width:55px;height:55px;background:#4CAF50;border-radius:50%;line-height:55px;color:#fff;font-size:22px;margin-top:20px;margin-bottom:30px;}
.balance-sbody .balance-stitle{font-size:26px;line-height:36px;font-weight:600;margin-bottom:26px;}
.balance-sbody .balance-sdescription{font-size:15px;color:#7d7d7d;margin-bottom:40px;}

/*========= portfolios ===========*/
.portfolios-row{display:flex;gap:24px;margin-bottom:40px;}
.list-portfolios .card{display:flex;flex-direction:column;padding:8px;gap:16px;background:#FFFFFF;box-shadow:0px 0px 25.7143px 4.28571px rgba(0,0,0,0.06);justify-content:space-between;border-radius:13.7143px;}
.list-portfolios .card .image{aspect-ratio:266 / 215;border-radius:10px;background-repeat:no-repeat;background-size:cover;width:100%;background-position:center;}
.list-portfolios .card .items-d{padding:0px 9px;display:flex;flex-direction:column;gap:12px;justify-content:space-between;}
.list-portfolios .items-d .name{font-style:normal;font-weight:600;font-size:16px;line-height:160%;color:#06131C;}
.list-cates{margin-bottom:12px;}
.list-subcates{margin-bottom:12px;}
[dir=ltr] .list-subcates{margin-left:18px;}
[dir=rtl] .list-subcates{margin-right:18px;}

/*========= table admin ==========*/
.empty-data{padding:40px 0px 60px 0px;}
.empty-data .empty-title{font-size:20px;font-weight:400;line-height:28px;}
.empty-data .empty-desc{font-size:14px;line-height:20px;padding-top:16px;padding-bottom:8px;color:rgb(109 113 117);}
.empty-data .empty-action{padding-top:16px;}
.empty-icon{font-size:80px;height:80px;line-height:80px;color:#666;margin-bottom:20px;}
.table-action{height:60px;}
.action-search{width:300px;position:relative;}
[dir=ltr] .action-search{padding-left:15px;}
[dir=rtl] .action-search{padding-right:15px;}
.action-search input{width:100%;border:1px solid #ddd;border-radius:3px;margin-top:12px;font-family:'naskh','kufi',sans-serif;}
[dir=ltr] .action-search input{padding:5px 56px 5px 12px;}
[dir=rtl] .action-search input{padding:5px 12px 5px 56px;}
.action-search .icon-search{position:absolute;top:12px;bottom:12px;border-radius:3px 0px 0px 3px;width:44px;text-align:center;line-height:35px;color:#666;cursor:pointer;}
[dir=ltr] .action-search .icon-search{right:0;}
[dir=rtl] .action-search .icon-search{left:0;}
.table-filter{padding-right:8px;padding-top:12px;}
.table-filter .form-select{width:140px;cursor:pointer;}
.table-filter .form-select select{padding:6px 10px;line-height:22px;display:block;height:auto;border-radius:3px;border:1px solid #ddd;color:#666;cursor:pointer;}
.table-filter .form-select:after{top:13px;font-size:10px;color:#777;}
[dir=ltr] .action-navigat{padding-right:20px;}
[dir=rtl] .action-navigat{padding-left:20px;}
.navig .ico{background:#fff;border:1px solid #ddd;height:36px;margin-top:12px;width:40px;text-align:center;line-height:34px;display:inline-block;color:#b4b4b4;cursor:default;}
.navig .ico:first-child{border-radius:0px 4px 4px 0px;}
[dir=ltr] .navig .ico:first-child{transform: rotate(180deg);}
.navig .ico:last-child{border-radius:4px 0px 0px 4px;}
[dir=ltr] .navig .ico:last-child{transform: rotate(180deg);}
.navig [data-status="true"]{cursor:pointer;color:#444;}
.table{width:100%;border-spacing:0px;text-align:center;}
.table tr th{padding:6px 20px;border-top:1px solid #f1f1f1;background-color:rgba(245,247,246,1);background-image:linear-gradient(#fff,rgb(239,239,239));font-weight:normal;border-bottom:1px solid rgb(222 222 222);color:#444;}
.table tr td{padding:14px 11px;border-bottom:1px solid #f1f1f1;}
.article-alb{font-size:10px;white-space:nowrap;padding:3px 6px;border-radius:4px;}
.article-alb1{background:#32a932;color:#fff;}
.article-alb2{background:#666;color:#fff;}
.article-alb3{background:var(--color-primary);color:#fff;}
.article-alb4{background:#dc3545;color:#fff;}
.table tr .table-cong{padding:10px 20px;}
.table tr .table-cong .row{display:flex;align-items:center;justify-content:center;}
.table-cong .action{width:36px;height:36px;background:#f5f5f5;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;line-height:36px;color:#bcbcbc;margin-right:8px;font-size:16px;cursor:pointer;}
.table-cong .action:hover{background-color:#e5e5e5;}

/*======= notifications ========*/
.all-notiications{padding:40px 0px;}
.all-notiications .title{font-size:24px;line-height:39px;display:block;margin-bottom:20px;font-weight:400;}
.notification-body{border-radius:3px;background:#fff;box-shadow:0 2px 5px 0 rgb(0 0 0 / 5%);}
.notification-li{position:relative;overflow:hidden;border-bottom:1px solid #ECEFF4;}
.notification-li .pic{padding:20px;float:right;}
.notification-li .pic img{background-color:#fff;border:1px solid rgba(0,0,0,0.06);height:64px;width:64px;border-radius:50%;}
.notification-content{overflow:hidden;padding:20px;padding-right:0px;}
.notification-content a{color:var(--color-primary);}
.notification-content .datetime{margin-top:6px;margin-bottom:5px;font-size:12px;color:#777;}
.notification-li:last-child{border:0;}

/*========= marketing =========*/
.aff-image{max-width:400px;margin:auto;margin-bottom:40px;}
.aff-title{display:flex;align-items:center;gap:10px;margin-bottom:6px;}
.aff-title span{line-height:29px;}
.aff-title i{width:16px;height:16px;background:var(--color-primary);border-radius:50%;}
.aff-list{margin-bottom:24px;line-height:29px;font-family:'naskh';font-size:16px;}
.aff-list li{display:flex;align-items:center;gap:12px;}
.aff-list li .ico{color:var(--color-primary);font-size:15px;}
.ref-input{max-width:400px;margin-top:6px;margin-bottom:34px;}
.aff-desc{margin-top:6px;font-size:16px;line-height:28px;font-family:'naskh';}

/*======= orders =======*/
.order-alert .modal-content{background:rgb(248 255 252);max-width:600px;border-radius:5px;}
.order-alert .modal-header{line-height:50px;border-bottom:1px solid rgb(1 148 254 / 9%);padding:0px 20px;}
.order-alert .modal-body{padding:24px;}
.order-alert .modal-body ul li{margin-bottom:0.5rem;padding-right:1.6rem;position:relative;font-family:naskh,Open Sans,sans-serif;font-size:16px;}
.order-alert .modal-body ul li::before{content:"";background:rgb(227 167 47) none repeat scroll 0 0;border-radius:100%;display:inline-block;height:8px;position:absolute;right:0.4rem;top:0.6rem;width:8px;}
.order-alert .modal-body a{color:#2a860c;}
.order-alert .modal-footer{border-top:1px solid rgb(1 148 254 / 9%);padding:11px 20px;}
.order-alert .modal-alert{font-size:17px;color:#444;line-height:35px;font-family:"naskh","Open Sans",sans-serif;}
.order-evaluation{justify-content:space-between;align-items:center;padding:16px 0px;border-bottom:1px solid #f1f1f1;color:#444;}
.order-evaluation .ev-stars{gap:6px;font-size:20px;}
.order-evaluation .ev-stars .ico{cursor:pointer;}
.order-evaluation.active .icon-star-full{color:#fa9747;}
.note-evaluation{margin-top:6px;margin-bottom:30px;}
.evaluation-view .order-evaluation .ico{cursor:default;}
.message-centent.evaluation-rat{overflow:hidden;}
.message-centent.evaluation-rat .one-msg{border:0px;}
.message-centent.evaluation-rat .ev-reply{background:#f7f6fb;margin:20px;margin-top:0px;}
.order-plus{margin-top:25px;}
.order-plus .plus-title{font-size:16px;font-family:'kufi';font-weight:bold;color:#444;margin-bottom:10px;}
.order-plus .order-plus-one{margin-bottom:10px;}
.alett-action{display:flex;align-items:center;justify-content:center;gap:14px;}

/*======= community =======*/
.community-add{margin-top:50px;}

/*======== page filter ==========*/
.filter-head{justify-content:space-between;padding:20px;border-bottom:1px solid #eceff4;margin-bottom:20px;display:none;}
.filter-head .hide-r{display:flex;align-items:center;justify-content:center;gap:6px;}

/*======== project home ==========*/
.projects-row{display:flex;gap:24px;margin-bottom:40px;}
.project-one{padding:20px;border-bottom:1px solid #f1f1f1;}
.project-one:last-child{border-bottom:none;}
.project-one .project-head{flex:4;}
.project-one .project-action .btn{font-size:12px;line-height:18px;padding:5px 10px;}
[dir=ltr] .project-one .project-action .btn{border-radius:6px 0px 0px 6px;}
[dir=rtl] .project-one .project-action .btn{border-radius:0px 6px 6px 0px;}
.project-one .project-action .btn .icon-plus{font-size:10px;}
.project-one .project-action .sel-btn{padding:5px 8px;font-size:10px;}
[dir=ltr] .project-one .project-action .sel-btn{border-radius:0px 6px 6px 0px;border-left:1px solid rgb(0 0 0 / 15%);}
[dir=rtl] .project-one .project-action .sel-btn{border-radius:6px 0px 0px 6px;border-right:1px solid rgb(0 0 0 / 15%);}
.project-one .p-title{font-size:15px;line-height:28px;font-weight:500;margin-bottom:7px;}
.project-one .project-meta{margin-bottom:6px;}
.project-one .project-meta .meta-li{display:inline;font-size:12px;color:#777;margin-left:5px;}
.project-one .project-meta .meta-li .ico{width:16px;text-align:center;}
.project-one .project-scontent{font-family:'naskh',sans-serif;color:#343a40;font-size:15px;overflow:hidden;max-height:3.68em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}

/*======= single project =========*/
.single-project{margin-bottom:20px;}
[dir=ltr] .single-project .main{padding-right:12px;}
[dir=rtl] .single-project .main{padding-left:12px;}
[dir=ltr] .single-project .sedbar{padding-left:12px;}
[dir=rtl] .single-project .sedbar{padding-right:12px;}
.single-project .wizardy{margin-bottom:20px;}
.single-project .wizardy .wizardy-label{margin:10px 0px;display:flex;align-items:center;justify-content:center;gap:6px;}
.single-project .wizardy .wizardy-label .ico{width:26px;height:26px;text-align:center;background:#ccc;line-height:26px;font-size:15px;color:#fff;border-radius:100%;padding-right:2px;}
.single-project .wizardy .active .wizardy-label .ico{background:var(--color-primary);}
[dir=ltr] .single-project .wizardy .active .wizardy-label .ico{transform: rotate(180deg);}
.single-project .wizardy .complete .wizardy-label .ico{background:var(--color-primary);padding-right:0px;}
.single-project .wizardy .wizardy-label .wizardy-pnd{background:#e0e0e0;padding:6px;border-radius:100%;height:26px;width:26px;display:inline-block;vertical-align:middle;}
.single-project .wizardy .wizardy-label .wizardy-pnd i{width:14px;height:14px;background:#fff;display:block;border-radius:100%;}
.single-project .wizardy .wizardy-shelf{padding:21px 0px;}
.single-project .wizardy .wizardy-progress{height:7px;background:#eaeaea;position:relative;}
.single-project .wizardy .complete .wizardy-progress{background:#fbe8aa;}
.single-project .wizardy .active .wizardy-progress:after{content:"";width:50%;height:7px;display:block;background:#fbe8aa;}
.single-project .wizardy .col-4:first-child .wizardy-progress{border-radius:0px 10px 10px 0px;}
.single-project .wizardy .col-4:last-child .wizardy-progress{border-radius:10px 0px 0px 10px;}
.single-project .wizardy .wizardy-progress .progress-pnd{position:absolute;width:10px;height:10px;top:4px;left:calc(50% - 5px);margin-top:-5px;margin-right:-5px;background-color:#e0e0e0;box-shadow:0 0 0 5px #eaeaea;border-radius:50%;}
.single-project .wizardy .active .wizardy-progress .progress-pnd{background-color:#ff9800;box-shadow:0 0 0 10px #fbe8aa;}
.single-project .wizardy .complete .wizardy-progress .progress-pnd{background-color:#ff9800;box-shadow:0 0 0 5px #fbe8aa;}
.project-bid .tab-order{}
.tab-order .form-input{padding:7px 12px;height:38px;line-height:24px;}
[dir=ltr] .tab-order .form-input{border-radius:8px 0px 0px 8px;}
[dir=rtl] .tab-order .form-input{border-radius:0px 8px 8px 0px;}
.tab-order div.form-input{background:#f4f2f9;}
.project-bid-list .bid-one{padding:20px;border-bottom:1px solid #f1f1f1;}
.project-bid-list .bid-one:last-child{border-bottom:none;}
.project-bid-list .bid-one .bid-detail{flex:4;}
.project-bid-list .bid-one .bid-media a{line-height:0;display:block;height:42px;}
[dir=ltr] .project-bid-list .bid-one .bid-media a{margin-right:10px;}
[dir=rtl] .project-bid-list .bid-one .bid-media a{margin-left:10px;}
.project-bid-list .bid-one .bid-media img{border:1px solid rgba(0,0,0,.06);border-radius:50%;}
.project-bid-list .bid-one .sub-details{flex:4;}
.project-bid-list .bid-one .bid-pname{line-height:26px;font-weight:500;}
.project-bid-list .bid-one .bid-meta{margin-bottom:0.5em;gap:6px;}
.project-bid-list .bid-one .meta-li{font-size:13px;color:#777;font-family:'naskh',sans-serif;}
.project-bid-list .bid-one .bid-content{margin-top:14px;font-family:'naskh',sans-serif;font-size:16px;line-height:26px;}
.project-bid-list .bid-one .bid-action .btn{font-size:13px;line-height:27px;margin-top:13px;display:flex;gap:4px;align-items:center;}
.project-bid-list .bid-one .bid-action .bid-menu{box-shadow:0 6px 12px rgba(0,0,0,0.175);position:absolute;top:30px;min-width:150px;display:none;background-color:#fff;left:0;border-radius:8px;border:1px solid #f4f2f9;padding:12px;z-index:2;}
.project-bid-list .bid-one .bid-action .open .bid-menu{display:block;}
.project-bid-list .bid-one .bid-action .bid-menu .link{display:block;padding:4px 12px;text-wrap:nowrap;cursor:pointer;color:#444;}
.project-bid-list .bid-one .bid-action .bid-menu .link:hover{background:#f1f2f4;border-radius:6px;}
.single-project .project-sedmeta{border-bottom:1px solid #f1f1f1;}
.single-project .project-sedmeta .col{padding:8px;line-height:22px;}
.single-project .project-sedmeta .col:first-child{padding-right:0px;}
.single-project .creator-d{gap:10px;}
.single-project .creator-img a{display:block;line-height:0;position:relative;width:64px;height:64px;}
.single-project .creator-img a .img{border-radius:50%;}
.single-project .creator-name{font-size:15px;font-weight:500;line-height:28px;margin-top:6px;display:block;}
.single-project .creator-hard{font-size:12px;color:#777;}
.single-project .bid-actions{background-color:var(--color-bg);border-radius:3px;}
.single-project .bid-actions .one-action{padding:20px 10px;text-align:center;}
.single-project .one-action .name{margin-bottom:10px;}

/*======= about page ========*/
.about-page{}
.about-page .page-title{font-size:24px;line-height:1.6em;font-weight:400;padding:20px 20px 0px 20px;}
.page-about-body{padding:20px;background:#fff;}
.page-about-body h2{line-height:1.84;font-size:18px;margin:10px 0px;font-weight:500;}
.page-about-body p{font-size:18px;line-height:33px;font-family:naskh,Open Sans,sans-serif;margin-bottom:20px;}
.page-about-body ul{margin:10px 20px 0 0;}
.page-about-body ul li{margin:0 0 10px;list-style-type:square;list-style-position:outside;line-height:24px;font-size:16px;font-family:'naskh','Open Sans',sans-serif;}
.editor-imgs{max-width:100%;margin:20px 0px;text-align:center;}
.editor-imgs img{max-width:100%;}

/*======= blog single =========*/
.single-blog{margin-top:27px;}
.single-blog .main{padding-left:13px;}
.single-blog .blog-body{margin-bottom:25px;background:#fff;box-shadow:0 2px 5px 0 rgb(0 0 0 / 5%);border-radius:3px;}
.post-content{padding:20px;}
.single-blog .post-content a{color:#ff9800;}
.single-blog .post-content h2,.single-blog .post-content h3{color:#3c4859;line-height:1.2;margin-bottom:1.5rem;font-weight:bold;}
.single-blog .post-content h2{font-size:20px;}
.single-blog .post-content h3{font-size:18px;}
.single-blog .post-content p{font-size:18px;line-height:1.8;font-family:naskh,Open Sans,sans-serif;margin-bottom:1rem;font-weight:400;}
.single-blog .post-content ol,.single-blog .post-content ul{margin-bottom:1rem;}
.single-blog .post-content ol{margin-right:24px;}
.single-blog .post-content ol li,.single-blog .post-content ul li{line-height:1.8;font-size:18px;font-family:naskh,Open Sans,sans-serif;}
.single-blog .post-content ul li{margin-bottom:0.5rem;padding-right:1.6rem;position:relative;}
.single-blog .post-content ul li::before{content:"";background:rgb(227 167 47) none repeat scroll 0 0;border-radius:100%;display:inline-block;height:8px;position:absolute;right:0.4rem;top:0.6rem;width:8px;}
.single-blog .post-content ol li{list-style:decimal;margin-bottom:0.5rem;}
.articleImg{text-align:center;line-height:0px;padding:25px;padding-bottom:0px;}
.articleImg img{border-radius:2px;line-height:0;}
.auth-check{text-align:center;}
.auth-check p{margin-bottom:20px!important;}
.auth-check .btn{margin:0px 11px;width:25%;}
.single-blog .sedbar{padding-right:13px;}
.sedbar-post{margin-bottom:16px;}
.sedbar-post:last-child{margin-bottom:0px;}
.sedbar-post .sed-image{width:130px;height:74px;}
.sedbar-post .sed-image img{border-radius:3px;}
.sedbar-post .sed-title{width:calc(100% - 130px);padding-right:6px;}
.sedbar-post .sed-title h3{font-size:14px;font-weight:400;color:#333;}

/*======== portfolios single =========*/
.portfolios-single{display:flex;flex-direction:row-reverse;}
[dir=ltr] .portfolios-single .main{padding-right:12px;}
[dir=rtl] .portfolios-single .main{padding-left:12px;}
[dir=ltr] .portfolios-single .sedbar{padding-left:12px;}
[dir=rtl] .portfolios-single .sedbar{padding-right:12px;}
.portfolios-details{padding:7px 0px;}
.portfolios-creator{border-top:1px solid #f1f1f1;}
.portfolios-prow{align-items:center;gap:10px;}
.portfolios-single .creator-img a{display:block;line-height:0;position:relative;width:64px;height:64px;}
.portfolios-single .creator-img a .img{border-radius:50%;}
.portfolios-single .creator-name{font-size:15px;font-weight:500;line-height:28px;margin-top:6px;display:block;}
.portfolios-single .creator-hard{font-size:12px;color:#777;display:flex;align-items:center;gap:6px;}
.portfolios-single .image{aspect-ratio:800/470;overflow:hidden;border-radius:3px;}
.portfolios-single .image .img{vertical-align:middle;object-fit:cover;}
.portfolio-skills{display:flex;gap:8px;}
.portfolio-skills .one-skils{color:#fff;background:var(--color-primary);padding:2px 12px;border-radius:6px;opacity:0.7;}

/*======= support =========*/
.support-page{padding-top:24px;}
.support-page .sedbar{width:320px;}
[dir=ltr] .support-page .sedbar{padding-right:10px;}
[dir=rtl] .support-page .sedbar{padding-left:10px;}
.support-sed{padding:14px 0px;}
.support-one{padding:8px 16px;line-height:28px;display:flex;align-items:center;gap:8px;}
.support-one a{font-size:15px;color: #333}
.support-one .ico{color:#666;}
.support-one.active a{color:var(--color-primary);font-weight:600;}
.sup-vider{margin:11px 10px;min-height:2px;background-image:linear-gradient(270deg,transparent,#385c86);opacity:.1;}
.support-page .main{width:calc(100% - 320px);}
[dir=ltr] .support-page .main{padding-left:10px;}
[dir=rtl] .support-page .main{padding-right:10px;}
.support-logo{max-width:260px;margin:auto;margin-top:40px;margin-bottom:20px;}
.sup-title{margin-bottom:40px;}
.sup-desc{max-width:620px;margin:auto;font-family:'naskh';font-size:17px;line-height:34px;}
.sup-action{max-width:400px;margin:60px auto;}

/*======= cart page =======*/
.table-cart{width:100%;border-spacing:0px;text-align:center;}
.table-cart th{padding:20px;border-bottom:1px solid #dee2e6;}
.table-cart td{padding:30px 20px;border-bottom:1px solid #dee2e6;}
.table-cart .cart-plus{padding-right:20px;}
.table-cart .list-cart-plus{margin-top:13px;}
.table-cart .cart-name{font-size:16px;font-weight:600;display:flex;}
.table-cart .cart-name .cart-btn-delete{display:none;}
.cart-total{max-width:320px;padding:30px 20px;margin:auto;}
.cart-total-row{display:flex;justify-content:space-between;font-size:16px;margin-bottom:18px;}
.cart-total-row.total{font-weight:700;font-size:17px;}
.cart-total .btn{margin-top:14px;width:100%;}
.cart-checkout{max-width:600px;padding:50px 20px;margin:auto;}
.cart-checkout .cart-detail{border-bottom:1px solid #e6e9f1;padding-bottom:24px;margin-bottom:24px;}
.cart-checkout .payment-method{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:30px;border-bottom:1px solid #f1f1f1;}
.cart-checkout .one-method{background-color:#fff;display:flex;border:1px solid #dadce0;align-items:center;padding:0px 16px;border-radius:4px;cursor:pointer;height:60px;width: 100%;text-align:center;gap:10px;}
.cart-checkout .one-method.active{background:#f2f5fc;}
.cart-checkout .one-method .method-radio{width:20px;height:20px;border:2px solid var(--color-primary);border-radius:50%;position:relative;}
.cart-checkout .one-method.active .method-radio:before{background:var(--color-primary);border:3px solid #fff;content:"";width:10px;height:10px;display:block;border-radius:50%;}
.one-line-balance{display:flex;gap:20px;font-size:14px;font-weight:600;margin-bottom:20px;}
.one-line-balance .value{color:var(--color-primary);}
.balance-note{font-size:13px;color:#666;margin-bottom:30px;}
.pay-action .btn-primary{height:46px;}
.empty-cart{padding:50px 20px;}
.empty-cart .ico{font-size:60px;margin-bottom:30px;line-height:60px;color:#444;}
.empty-cart p{font-size:16px;}
.cart-btn-delete{padding:0px 10px;line-height:24px;font-size:12px;}
.cart-currency{font-size:16px;font-weight:600;}
.table-cart .cart-order{width:100px;}
.coupon-check{margin-bottom:20px;display:flex;grid-gap:20px;}
.coupon-check .link{font-size:14px;font-weight:700;color:var(--color-primary);cursor:pointer;}
.coupon-check .code{font-size:14px;font-weight:700;}
.coupon-check .delete{color:#dd0707;font-weight:600;cursor:pointer;}
.old-pricce{display:flex;column-gap:9px;}
.old-pricce .old{color:#888;text-decoration:line-through;font-weight:normal;}
.old-pricce .new{color:#4caf50;}

/*======== search page =========*/
.search-page{margin:24px 0px 20px 0px;}

/*======= page 404 ========*/
.page404{max-width:746px;margin:40px auto;box-shadow:0 2px 5px 0 rgba(0,0,0,0.05);background:#fff;border-radius:3px;text-align:center;}
.page404 .title{padding:20px;border-bottom:1px solid #ECEFF4;font-size:24px;line-height:38px;font-weight:400;}
.p404body{padding:20px;}
.page4041{font-size:200px;line-height:200px;color:var(--color-primary);font-weight:700;}
.page4042{margin:30px 0px 70px 0px;font-family:'naskh';font-size:16px;}

/*======= footer ========*/
.footer{padding:50px 0px;max-width:1440px;margin:auto;background:linear-gradient(0deg,rgba(69,140,202,0.85),rgba(69,140,202,0.85)),url(/images/footer-bg.png);background-repeat:no-repeat;background-position:center;background-size:cover;}
.footer .footer-top{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:40px;border-bottom:1px solid #2E4E73;margin-bottom:50px;}
.footer .footer-top .about{width:25.91%;color:#F7F7EE;font-size:15px;line-height:26px;}
.footer .footer-top .about img{display:block;margin-bottom:8px;}
.footer .footer-top .footer-list{display:flex;flex-direction:column;gap:16px;line-height:15px;}
.footer .footer-top .footer-list .title{font-size:16px;font-weight:700;color:#fff;}
.footer .footer-top .footer-list a{color:#fff;font-size:15px;font-weight:400;}
.footer .footer-top .contact-lin{width:19.16%;}
.footer .footer-top .contact-lin .name{font-size:20px;color:#fff;font-weight:700;margin-bottom:17px;}
.footer .footer-top .contact-lin .desc{font-size:14px;line-height:28px;color:#fff;margin-bottom:17px;}
.footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;}
.footer .footer-bottom .privacy a{color:#fff;font-size:14px;}
.footer .footer-bottom .privacy{display:flex;align-items:center;gap:24px;}
.footer .footer-bottom .copyright{color:#fff;font-size:16px;}
.footer .footer-bottom .socials{display:flex;gap:30px;align-items:center;}

/*==== keyframe ====*/
@-webkit-keyframes slide-in-left{
    0%{-webkit-transform:translatex(100%);transform:translatex(100%);}
    to{-webkit-transform:translatex(0);transform:translatex(0);}
}
@keyframes slide-in-left{
    0%{-webkit-transform:translatex(100%);transform:translatex(100%);}
    to{-webkit-transform:translatex(0);transform:translatex(0);}
}
@-webkit-keyframes slide-out-left{
    0%{-webkit-transform:translatex(0);transform:translatex(0);}
    to{-webkit-transform:translatex(-100%);transform:translatex(-100%);}
}
@keyframes slide-out-left{
    0%{-webkit-transform:translatex(0);transform:translatex(0);}
    to{-webkit-transform:translatex(-100%);transform:translatex(-100%);}
}
@-webkit-keyframes slide-in-right{
    0%{-webkit-transform:translatex(-100%);transform:translatex(-100%);}
    to{-webkit-transform:translatex(0);transform:translatex(0);}
}
@keyframes slide-in-right{
    0%{-webkit-transform:translatex(-100%);transform:translatex(-100%);}
    to{-webkit-transform:translatex(0);transform:translatex(0);}
}
@-webkit-keyframes slide-out-right{
    0%{-webkit-transform:translatex(0);transform:translatex(0);}
    to{-webkit-transform:translatex(100%);transform:translatex(100%);}
}
@keyframes slide-out-right{
    0%{-webkit-transform:translatex(0);transform:translatex(0);}
    to{-webkit-transform:translatex(100%);transform:translatex(100%);}
}
@-webkit-keyframes hide-after{
    0%{visibility:visible;top:0;}
    99.5%{visibility:visible;top:0;}
    to{visibility:hidden;}
}
@keyframes hide-after{
    0%{visibility:visible;top:0;}
    99.5%{visibility:visible;top:0;}
    to{visibility:hidden;}
}

/*=======   for mobile   =======*/
@media screen and (max-width:1200px){
    .services-page .home-service{margin:0px 0px;}
}
@media screen and (max-width:1066px){
    .content{padding:0px 15px;}
    .servicesBody,.service-body{margin:0px;}
    .button-menu{margin-right:-10px;}
    .myAccount{margin-left:-10px;}
    .form-search{margin-right:20px;width:480px;}
    .qes-section{padding:0px 10px;}
}
@media screen and (max-width:1000px){
    .dashboard-page .d-page1{width:340px;}
    .dashboard-page .d-page2{width:calc(100% - 340px);}
    .blog-articles{margin:0px;}
    .blog-articles .one-article{width:calc(100% / 3);}
    .head-navbar{display:none;}
    .best-service{display:none;}
    .svg1{display:none;}
    .svg2{display:none;}
    .hero-li1{display:none;}
    .hero-image{width:100%;left:0;opacity:0.2}
    .main-home{margin-top:30px;width:100%;padding:0px 10px;}
}
@media screen and (max-width:991px){
    .home-project .sedbar{width:100%;right:100%;transition:all .25s;position:fixed;padding-left:0px;}
    .home-project .main{padding-right:0px;width:100%;position:static;}
    .service-body .service-one{width:calc(100% / 3);}
    .single-project .sedbar{width:100%;position:static;}
    [dir=ltr] .single-project .sedbar{padding-left:0px;}
    [dir=rtl] .single-project .sedbar{padding-right:0px;}
    .single-project .main{width:100%;position:static;}
    [dir=ltr] .single-project .main{padding-right:0px;}
    [dir=rtl] .single-project .main{padding-left:0px;}
    .one-info .icon{width:72px;margin-left:26px;}
    .one-info .sub-title{font-size:18px;}
    .qes-btn{font-size:18px;}
    .about-home .review-list{grid-template-columns:repeat(1,1fr);}
    .is-grid.cat-service-lists{grid-template-columns:repeat(4,1fr);}

    /* page filter */
    .request-header .btn-filter{display:block;}
    .section-filter{display:block;}
    .section-filter .sedbar{position:fixed;width:100%;background:#fff;top:0;z-index:9;transition:.5s all;overflow:scroll;height:100%;}
    [dir=ltr] .section-filter .sedbar{right:100%;}
    [dir=rtl] .section-filter .sedbar{left:100%;}
    .section-filter .sedbar.slide{overflow-x:hidden;}
    [dir=ltr] .section-filter .sedbar.slide{right:0;}
    [dir=rtl] .section-filter .sedbar.slide{left:0;}
    .section-filter .filter-pl{padding-right:20px;padding-left:20px;}
    .filter-head{display:flex;}

    /* portfolios */
    .portfolios-single{display:block;}
    .portfolios-single .main{position:static;width:100%;}
    [dir=ltr] .portfolios-single .main{padding-right:0px;}
    [dir=rtl] .portfolios-single .main{padding-left:0px;}
    .portfolios-single .sedbar{position:static;width:100%;}
    [dir=ltr] .portfolios-single .sedbar{padding-left:0px;}
    [dir=rtl] .portfolios-single .sedbar{padding-right:0px;}
}
@media screen and (max-width:948px){
    .form-search{width:400px;}
    .service-page{display:block;}
    .service-page .main{width:100%;position:inherit;}
    .service-page .sedbar{width:100%;position:inherit;}
    [dir=ltr] .service-page .sedbar{padding-left:0px;}
		[dir=rtl] .service-page .sedbar{padding-right:0px;}
    .service-head1{display:none;}
    .dashboard-page .d-page1{width:100%;position:static;}
    [dir=ltr] .dashboard-page .d-page1{padding-right:0px;}
    [dir=rtl] .dashboard-page .d-page1{padding-left:0px;}
    .dashboard-page .d-page2{width:100%;position:static;}
    .payment-page .row{flex-direction:column-reverse;}
    .payment-page .sedbar{width:100%;padding-right:0px;position:static;}
    .payment-page .main{width:100%;position:static;}
    [dir=ltr] .payment-page .main{padding-left:0px;}
    [dir=rtl] .payment-page .main{padding-right:0px;}
    .add-payment-mb{flex-direction:column-reverse;}
}
@media screen and (max-width:864px){
    .form-search{margin-right:15px;width:320px;}
    .single-blog{display:block;flex-wrap:wrap;}
    .single-blog .main{width:100%;padding-left:0px;position:unset;}
    .single-blog .sedbar{width:100%;padding-right:0px;position:unset;}
    .services-page .hserv-one{width:calc(100% / 2);}
    .footer .footer-layouts .footer1{width:40%;}
    .footer .footer-layouts .footer2{width:60%;}
    .footer .footer-layouts .footer3{width:100%;}
    .blog-articles .one-article{width:50%;}
    .accbody{display:block;margin-bottom:15px;}
    .accbody .sedbar{width:100%;height:auto;position:inherit;}
    [dir=ltr] .accbody .sedbar{padding-right:0px;}
    [dir=rtl] .accbody .sedbar{padding-left:0px;}
    .accbody .main{width:100%;height:auto;position:inherit;}
    .support-page .sedbar{display:none;}
    .support-page .main{width:100%;padding-right:0px;padding-left:0px;position:inherit;}
    .p-message-row{flex-direction:column;}
    [dir=ltr] .page-message .sedbar{padding-left:0px;width:100%}
    [dir=rtl] .page-message .sedbar{padding-right:0px;width:100%}
    [dir=ltr] .page-message .main{padding-right:0px;width:100%}
    [dir=rtl] .page-message .main{padding-left:0px;width:100%}

    /* message roder */
    [dir=ltr] .console-page .sedbar{padding-left:0px;width: 100%;position: static;}
    [dir=rtl] .console-page .sedbar{padding-right:0px;width: 100%;position: static;}
    [dir=ltr] .console-page .main{padding-right:0px;width: 100%;position: static;}
    [dir=rtl] .console-page .main{padding-left:0px;width: 100%;position: static;}

    /* cart */
    .table-cart thead{display:none;}
    .table-cart tbody tr{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:auto auto;}
    .table-cart tbody tr td:first-child{grid-column:1 / 5;border-bottom:none;}
    .table-cart tbody tr td:nth-child(2),.table-cart tbody tr td:nth-child(3){grid-column:span 2;}
    .table-cart tbody tr td:nth-child(4){display:none;}
    .table-cart .cart-name .cart-btn-delete{display:block;}
    .table-cart td{padding:20px;}
    .cart-currency{display:flex;align-items:center;justify-content:flex-end;}

    /* home about */
    .about-home .total{position:relative;height:auto;display:none;}
    .about-home .about-content{width:100%;padding-top:0px;gap:20px;}
    .about-home .about-content .title{font-size:24px;line-height:40px;}
}
@media screen and (max-width:780px){
    .form-search{display:none;}
    .page-headbody{display:block;}
    .page-header .page-headright{width:100%;}
    .page-header .page-headleft{width:100%;text-align:center;padding-top:16px;}
    .page-headbody{padding-top:21px;padding-bottom:21px;}
    .service-body .service-one{width:50%;}

    /*==== user ====*/
    .profileHead{padding-top:190px;}
    .profilebar{height:auto;text-align:center;}
    [dir=ltr] .profilebar{padding-left:0px;}
    [dir=rtl] .profilebar{padding-right:0px;}
    [dir=ltr] .profilebar .phname{float:none;}
    [dir=rtl] .profilebar .phname{float:none;}
    .prmenu{margin-right:0px;float:none;}
}
@media screen and (max-width:767px){
    .home-project .main .project-one .project-action .btn{display:none;}
    .page-header .head-content{display:block;}
    .page-header .head-action{text-align:center;}
    .page-header .head-action .row{justify-content:center;}
    .page-header .head-details{text-align:center;padding:0 6px;}
    .page-header .head-details .row{justify-content:center;}
    .page-header .head-details h1{font-size:18px;line-height:34px;}
    .single-project .wizardy .col-4{width:100%;}
    .single-project .wizardy .wizardy-label{text-align:right;}
    .single-project .wizardy .wizardy-shelf{display:none;}
    .one-info .icon{width:57px;margin-left:26px;}
    .home-disp{display:block;}
    .home-disp .home-img{width:100%;}
    .home-disp .home-img img{margin-bottom:-7px;}
    .home-disp .detail{width:100%;padding:0px 15px;}
    .home-disp .detail .title{width:100%;font-size:20px;}
    .home-disp .detail .description{font-size:14px;}
    .home-disp .detail .linke{font-size:16px;padding:7px;}
    .home-disp .detail .btn-linke .ico{font-size:14px;}
    .is-grid.cat-service-lists{grid-template-columns:repeat(3,1fr);}
    .is-grid.list-freelances{grid-template-columns:repeat(2,1fr);}
    .list-services .list-items{grid-template-columns:repeat(2,1fr);}
    .is-grid.articles-list{grid-template-columns:repeat(1,1fr);}
    .question-set .set-row{flex-direction:column;gap:25px;}
    .question-set .question1{width:100%;}
    .question-set .question2{width:100%;}
    .app-phone .app-row{padding:0px;flex-direction:column;gap:40px;}
    .app-phone .app2{width:360px;}
    .footer{padding: 30px 0px;}
    .footer .footer-top{flex-wrap:wrap;}
    .footer .footer-top .about{width:100%;margin-bottom:25px;}
    .footer .footer-top .footer-list{width:50%;margin-bottom:20px;}
    .footer .footer-top .contact-lin{width:50%;margin-bottom:25px;}
    .footer .footer-bottom{display:flex;flex-direction:column;gap:20px;}
    .request-header .btn-create{display:none;}
}
@media screen and (max-width:700px){
    .serviceHbody{text-align:center;}
    .service-head2{float:none;}
    .service-meta{justify-content:center;}
    .service-head3{float:none;justify-content:center;}

    /* order control */
    .orders-controle .is-grid{
        grid-template-columns:repeat(2,1fr)
    }
    /* projects */
    .is-grid.project-lists {
    grid-template-columns: repeat(1, 1fr);
}
}
@media screen and (max-width:650px){
    .home-info .info-body{grid-template-columns:repeat(1,1fr);padding:0px 10px;}
    .one-info .details{max-width:100%;}
    .qes-btn{font-size:16px;}
    .qes-one .qes-title{font-size:15px;}
}
@media screen and (max-width:640px){
    .home-services .title-d,.home-info .title{font-size:22px;}
    .register-sub h2{font-size:22px;}
    .footer .footer-layouts .footer1{width:100%;}
    .footer .footer-layouts .footer2{width:100%;padding:0px;}
    .page-header .head-details .profile-img{display:none;}
    .profileHead{padding-top:130px;}
    .profileHead .pHprofile{width:110px;height:110px;bottom:-24px;}
    [dir=ltr] .profileHead .pHprofile{left:calc(50% - 57px);}
    [dir=rtl] .profileHead .pHprofile{right:calc(50% - 57px);}
    .profilebar .phname{padding-top:24px;}
    .is-grid.list-portfolios{grid-template-columns:repeat(2,1fr);}
    .cart-checkout .payment-method{flex-direction: column;}
}
@media screen and (max-width:560px){
    .myAccount .dropcontent{position:unset;}
    .blog-articles .one-article{width:100%;}
    .multi-page .section-search{margin-left:10px;margin-right:10px;}
    .footer-layouts{padding:0px 15px;}
    .services-page .service-group .head{padding:0px 15px;}
    .service-page .related-one{width:100%;}
    .one-info .sub-title{font-size:17px;}
    .languages{display:none;}
    .head-log .register{display:none;}
    .is-grid.cat-service-lists{grid-template-columns:repeat(2,1fr);}
    .is-grid.list-freelances{grid-template-columns:repeat(1,1fr);}
    .list-services .list-items{grid-template-columns:repeat(1,1fr);}
    .edit-account .is-grid{grid-template-columns:repeat(1,1fr);}
}
@media screen and (max-width:480px){
    .myAccount .log{display:none;}
    .myAccount .log1{display:block;}
    .service-body .service-one{width:100%;}
}
@media screen and (max-width:426px){
    [dir=rtl] .myAccount{margin-left:0px;}
    [dir=ltr] .myAccount{margin-right:0px;}
    [dir=rtl] .button-menu{margin-right:0px;}
    [dir=ltr] .button-menu{margin-left:0px;}
    .site-title{margin-right:0px;}
    .dashboard-page .tablemoney1{display:block;}
    .is-grid.list-portfolios{grid-template-columns:repeat(1,1fr);}
}
@media screen and (max-width:380px){
    .myAccount .open .head-menu{width:100%;}
    .home-services .title-d,.home-info .title{font-size:19px;}
    .register-sub h2{font-size:19px;}
    .articleImg{padding:14px;}
    .post-content{padding:12px;}
}