/*------------- #MAIN STYLES --------------*/
/*------------------------------------------------------------------
-------------------------------------------------------------------*/

/*------------- #general --------------*/


@media (prefers-reduced-motion: no-preference){
    
    :root {scroll-behavior: smooth}
}

body{
    
    position: relative;
    padding: 0;
    margin: 0;
    font-family: 'Cairo', sans-serif;
    direction:rtl;
    text-align: right;
    scroll-behavior: smooth;
    overflow-x: hidden;
    color: rgba(0, 0, 0, 0.99);
    touch-action: manipulation;
	
    background-color:#e0e0e0 ;
    min-height: calc((var(--vh, 1vh) * 100) - 1px);
}

body[data-panel="noScroll"] {
    overflow-y: hidden;
}


*{box-sizing: border-box}

:root{
    
  
     --clr-1:#C50D0D;
     --clr-2:#4CAF50;
     --clr-3:#F0CA00;
     --clr-r:#facd0a;
    
     --clrBlack:#141414;
    
     --title-1:40px;
     --title-2:32px;
     --title-3:28px;
     --title-4:24px;
     --title-5:22px;
     --title-6:20px;
     --title-7:26px;
     --title-8:18px;
    
     --border-r-1:25px;
     --border-r-2:15px;
     --border-r-3:8px;
     --border-r-4:4px;
    
     --section-padding: 1.5rem; 
    
     --box-py-sm:1.5rem;
     --box-py:2rem;
     --box-py-res:2rem;
     --box-py-almt:3rem;
        
     --box-px-sm: 1.5rem;
     --box-px: 2rem;
     --box-px-more:3rem ;
    
     

}
a{
    color: rgba(0, 0, 0, 0.99);
    outline: none;
}
a , a:hover{
    
    text-decoration: none;
    color: inherit;
}



/** general styles **/

.page-wrapper{
    
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: inherit;
    
}
.section-style{
    
    position: relative;
    padding: var(--section-padding) 0;
}
.section-style:not(.sticky-inside){
    
    
}
.w-bg{
    
    margin: var(--section-padding) 0;
}
.mb-box{
    
    margin-bottom: var(--box-py-res)!important;
}
.mt-box{
    
    margin-top: var(--box-py-res)!important;
}


.scroll::-webkit-scrollbar {
    
   width: 3px;
   height: 3px;

  
}
.scroll::-webkit-scrollbar-track {
    
  background-color: rgba(0,0,0,0.1);
  border-radius: 20px;
    
}
.scroll::-webkit-scrollbar-thumb{
    
   background-color: rgba(0,0,0,0.15);
   border-radius: 20px;
     
}


/*** main-title **/
.bold{
    
    font-weight: bold;
}

.main-title{
    
    position: relative;
    margin-bottom: var(--section-padding);
    text-align: center;
}
.main-title h1{
    
    font-size: var(--title-1);
    display: inline-block;
    position: relative;
    font-weight: bold;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
    line-height: 1;
    color: var(--clr-1);
    
}
.main-title h1.sm-title{
    font-size: var(--title-3);
}
.main-title h1::after{
    
    position: absolute;
    content: '';
    z-index: 10;
    left: 50%;
    transform:translateX(-50%);
    bottom: 0;
    width:220px ;
    height:12px ;
    background-image: url("data:image/svg+xml,%3Csvg width='472' height='22' viewBox='0 0 472 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 19C3 19 275.788 -8.60058 469 8.69981' stroke='black' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}




/*** input-style  **/

.input-focus:focus{
    
    border-color: #66afe9 !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%) !important;


}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"]
{
  -moz-appearance: textfield;
}
.form-group{
    
    position: relative;
}
.form-group .form-control,
.form-group .form-select{
    
    border-radius: var(--border-r-4);
    border-color: #C4C4C4;
    /*border-color: #facd0a;*/
    font-size: 16px;
    color: #858585;
    color: #000000;
    box-shadow: none;
    padding: .75rem;
    
}

.form-group input.form-control{
    height: 52px;
}
.form-group .form-control::placeholder{
    
    color:#858585;
}

.form-select{
    
    padding-left: 2rem !important;
    background-position: left .75rem center;
}
.form-check{
        
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0em;
    padding-right: 1.5em;
    margin-bottom: 0;

}
.form-check .form-check-input{
    
    float: right;
    margin-left: 0em;
    margin-right: -1.5em;
    border-color: #C4C4C4;
    transition: all .3s ease;
    box-shadow: none;
    cursor: pointer;
    flex-shrink: 0
        
}
.form-check .form-check-input:active{
    
    filter:none
}
.form-check .form-check-input:checked{
    
    background-color: var(--clr-1);
    border-color: var(--clr-1);
}
.form-check .form-check-label{
    
    font-size: 16px;
    cursor: pointer;
    padding-right: 10px;
}

.form-group .password-field{
    
    position: relative;
    
}
.form-group .password-field .form-control{
    
    padding-left: 45px !important;
}
.form-group .password-field .eye-icon{
    
    position: absolute;
    left: .75rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width:30px ;
    height:calc(100% - 2px) ;
    font-size: 30px;
    content: url(../img/eye-1.svg);
    transition: all .15s ease-in-out;
    background-size: cover;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-group .password-field .eye-icon.hide{
    
    content: url(../img/eye-2.svg);
}


/*** buttons-style  **/
button {
    border: none;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    padding: 0;
}
.loading-overlay{
    
    position: relative;
    overflow: hidden;
    pointer-events: none;
    
   
}
.added{
    
    pointer-events: none
}
.loading-overlay::before{
    
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
  z-index: 100;
 
}
.loading-overlay::after{
        
  content: "";
  position: absolute;
  border: 2px solid transparent;
  border-radius: 32px;
  border-top: 2px solid var(--clr-1) !important;
  border-right: 2px solid rgb(255 193 72 / 40%) !important;
  border-bottom: 2px solid var(--clr-1) !important;
  border-left: 2px solid rgb(255 193 72 / 40%) !important;
  display: block;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  right: auto;
  width: 20px;
  animation: button-loading-spinner 1s ease infinite;
  z-index: 100;
  
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}



/**** slider--swiper ***/

.slider-container {
    position: relative;
}
.swiper{
    
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.equal-h .swiper-slide{
    
    height: auto !important;
}


/**** scrollup***/

.scrollup{
    
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    bottom: -100px;
    right: 25px;
    background-color: var(--clr-2);
    opacity: .5;
    border-radius: 3px;
    transition: all .3s ease;
    color: #fff;
    cursor: pointer;
    z-index: 500;
    
}
@media(hover: hover) and (pointer: fine) {
    
    
    .scrollup:hover{
    
        opacity: 1;
    }
}
.scrollup.active{
    
     opacity: 1;
}
.scrollup.show{
    
        bottom: 20px;
}
@media(max-width:599.98px){
    
    .scrollup{
        
        right: 20px;
        width: 35px;
        height: 35px;
    }
}


/****#box-buttons & toolbar ****/ 

.box-buttons{
    display: none !important;
}
@media(min-width:576px){
    
    .box-buttons {

            position: fixed;
            top: 30%;
            right: -100px;
            z-index: 300;
            display: flex;
            flex-direction: column;
            transition: all .3s ease ;
            align-items: flex-start;

    }
    .box-buttons.active{

        right: 0px;
    }
    .box-buttons .box-button {

        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--clr-1);
        flex-wrap: nowrap;
        overflow: hidden;
        margin: 0;
        min-width: 40px;
        width: auto;
        height: 45px;
        color: #fff;
        text-align: center;
        transition: all .3s ease;

    }
    .box-buttons .box-button .button-icon{
        display: block;
        width: 40px;
        
    }
    .box-buttons .box-button svg{

        width: 20px;
        height: 20px;
        fill:#fff;

    }
    .box-buttons .box-button .button-text{

        overflow: hidden;
        padding: 0;
        max-width: 0;
        white-space: nowrap;
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15), max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);

    }
    .box-buttons .box-button:first-child{

        border-top-left-radius: 6px;
    }
    .box-buttons .box-button:last-child{

        border-bottom-left-radius: 6px;
    }
    .box-buttons .box-button:hover{

        border-radius: 0px !important;
    }
    .box-buttons .box-button:hover .button-text{

        max-width: 220px;
        padding: 0px .75rem;
    }
    
    
   @media(max-width:1399.98px){
        
        .box-buttons .box-button{
           min-width: 34px;
        }
        .box-buttons .box-button .button-icon{
             width: 34px;
        }
       .box-buttons .box-button svg{
           
           width: 19px;
           height: 19px;
       }
        
    }

}


/**** tab-content & accordion_body style ****/

.tabs-content-area .tab-content{
    
    display: none;
}
.tabs-content-area .tab-content.active{
    
    display: block;
}
.accordion-panels .panel-item .accordion_body{
    
    display: none;
}
.accordion-panels .panel-item.opened .accordion_body{
    
    display: block;
}

/**** side-overlay ****/
.side-overlay{
    
    width: 0;
    height: 0;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -999999;
    transition: opacity 0.3s ease;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    
}
.panel-responsive-item.active .side-overlay,
.side-overlay.active{
    
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 999;
    
}


/*** datepicker general style ****/

.modal-open .datepicker-inline{
    
    display: none !important;
}

.datepicker{
    
    direction: inherit;
    cursor: pointer;
}

.datepicker table tr td.active.active,
.datepicker table tr td span.active.active{
    
    background-color: var(--clr-2) !important;
    background-image: none;
}
.datepicker table tr td.today{
    
     background-color: rgb(58 183 0 / 30%) !important;
     background-image: none !important;
}

.datepicker table tr td span.focused{
    
    background-color: #fff
}
.datepicker table tr td span:hover{
    
    background-color: #eee;
}
.datepicker td, .datepicker th{
    
    width: 30px;
}
.datepicker table tr span.new,
.datepicker table tr span.old{
    color: rgba(0, 0, 0, 0.99) !important;
}


/*** Underline From Right ****/
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 3px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
}
.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
  left: 0;
}

/*------------- #header --------------*/ 

:root{
    
    --nav-h:65px
}

.top-nav{
    
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all .3s ease;
    background-color: transparent;
    height: var(--nav-h);
}

.nav-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
    align-self: stretch;
}

.nav-content .nav-toggler svg{
    
    width: 30px;
    height: 30px;
    fill:#000;
    transition: all .3s ease;
    cursor: pointer;
}
.nav-content  .lang-dropdown  a.dropdown-toggle{
    
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    box-shadow: none;
    padding: 0.375rem 0.75rem;
    background-color: #fff;
    font-size: 16px;
    color: #000000;
    border-radius: 4px;
    transition: all .3s ease
}
.nav-content  .lang-dropdown  a.dropdown-toggle::after{
    
    margin-right: .5rem;
    margin-left: 0;
    transition: transform .3s ease;
    color: #000000;
}
.nav-content  .lang-dropdown  .dropdown-toggle.show::after{
    
    transform:  rotate(180deg);
}
.nav-content  .lang-dropdown  .dropdown-toggle.show{
    
    background-color: #ddd
}
.nav-content  .lang-dropdown .dropdown-menu{
    
    text-align: start;
    background-color:#fff;
    border-radius: var(--border-r-4);
    margin-top: 5px !important;
    border-color:#ddd ;
    font-size: 16px;
}
.nav-content  .lang-dropdown .dropdown-item{
    
    transition: all .3s ease
}
.nav-content  .lang-dropdown .dropdown-item:hover{
    background-color: #ddd;
}
.nav-content  .lang-dropdown .dropdown-item:active,
.nav-content  .lang-dropdown .dropdown-item.active{
    
    background-color: var(--clr-1);
    color: #fff;
}
.nav-content  .lang-dropdown  a.dropdown-toggle svg{
    
    width: 34px;
    height: 34px;
    fill:#fff;
    transition: inherit;
}



.nav-list{
        
    position: fixed !important;
    top: 0;
    bottom: 0;
    z-index: 99999;
    overflow-y: auto;
    right: -120%;
    width: 350px;
    transition: all 0.3s ease;
    display: block;
    box-shadow: 1px 0 5px rgb(0 0 0 / 50%);
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    display: block;
    padding: 0;
    margin: 0;
    padding-bottom: 2rem;
    
    
        
}
.nav-list.active{

    right: 0;
}

.nav-list .list-item{

    display: block;
    height: auto;
    padding: 1rem;
    border-bottom: 1px solid rgba(78, 78, 78, 0.15);
    position: relative;

}
.nav-list .list-item:last-child{

    border-bottom: none;
    padding-bottom: 0;
}
.nav-list .list-item .item-link{

    font-weight: bold;
    color: var(--clrBlack);
    display: inline-flex;
    font-size: 16px;
    transition: all .3s ease;
}
.nav-list .list-item .item-link:hover{

    color: var(--clr-1);
}

.nav-list .list-item.banner-logo-item{

    padding: 0;
}
.nav-list .list-item .banner-logo{

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 1.5rem 1rem;
    background-color: #eee;
    border-bottom: 3px solid rgba(78, 78, 78, 0.15);

}
.nav-list .list-item .banner-logo img{

    max-height: 120px;
    margin: auto;
    text-align: center;
}
.nav-list .list-item .banner-logo .close-menu{

    display: inline-flex;
    max-width: 35px;
    width: 100%;
    justify-content: flex-end;
    transition: all .3s ease;
    font-weight: bold;
    margin-bottom: 0.75rem;
    margin-right: auto;
    color: #909090;
    font-size: 24px;
    cursor: pointer;

}
.nav-list .list-item .banner-logo .close-menu:hover{

        color: var(--clr-1);

}



@media(max-width:991.98px){
    .top-nav{
        position: fixed;
        
		/*
		background-color: #e0e0e0;
		*/
    }
    
}
@media(max-width:480px){
    
    .nav-list {
        width: 80%;
        
   }
}

/*------------- #footer --------------*/ 

footer{
    
    padding: 1.5rem 0 0;
    position: relative;
    background-color: #232323;
    width: 100%;
    overflow: hidden;
}

footer .social-list{
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: .75rem;
}
footer .social-list a.item-link{
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 36px;
    height: 36px;
    transition: all .3s ease;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 100%;
    
}
footer .social-list span.item-link {
    
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    
}
footer .social-list .item-link{
    
    margin-left: 1rem;
    margin-bottom: .75rem;
}
footer .social-list .item-link:last-child{
    
    margin-left: 0;
}
footer .social-list .item-link svg{
    
    width: 18px;
    height: 18px;
    fill:#fff;
    transition: inherit;
    
}
footer .social-list a.item-link:hover{
    
    background-color: #fff;
    border-color: #fff;
    transform: translateY(-3px);
}
footer .social-list a.item-link:hover svg{
    fill:var(--clr-1)
}

footer .copy-rights{
    
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 1.5rem;
    
}


@media(max-width:767.98px){
    
    
    footer .social-list .item-link{
        
        margin-right: .5rem !important;
        margin-left: .5rem !important;
        
    }
}

@media(min-width:768px){
    
    footer .row {
        
        flex-direction: row-reverse;
    }
}
@media(max-width:575.98px){
    
    footer .copy-rights {
        padding-right: 55px;
        padding-left: 55px;
    }
}



/*------------- #evaluation-box --------------*/ 

.evaluation-box{
    
    --box-py:2.5rem;
    --box-py-res:1.75rem;
    background: #FFFFFF;
    border-radius: 50px;
    max-width: 700px;
    margin: var(--section-padding) auto;
    margin-top: calc(var(--section-padding) + 25px);
    position: relative;
    padding: calc(var(--section-padding) + var(--box-py-res)) 0;
    --title-17:18px;
    
}
.evaluation-box .main-title{
    padding: 0 var(--box-px-sm);
    margin-bottom: calc(var(--box-py) - var(--box-py-res) );
}
.evaluation-box .logo-wrap{
    
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -25px;
    right:-25px;
	border:solid 1px #c0c0c0;
	background-color:white;
	border-radius:15px;
    
}
.evaluation-box .logo-wrap img{
    max-height: 120px;
    
    
}
.evaluation-box .logo-wrap.fixed{
    position: fixed;
    top: -100%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    z-index: 9999;
    align-items: flex-start;
    transition: all .3s ease;
    padding: 0;
    height: 100px;
}
.evaluation-box .logo-wrap.fixed img{
    transition: inherit;
    max-height: 100%;
    margin: 1px;
}

.evaluation-box .box-items .item-wrap{
    
    padding: var(--box-py-res) var(--box-px-sm);
    border-bottom: 2px dashed #D6D6D6;
}
.evaluation-box .box-items .item-wrap:last-child{
    
     border-bottom: none;
     
}
.box-items-shadow
{
	border-style: none;
    /*
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.33);
	*/
    box-shadow: 0px 0px 10px 0px rgba(250, 205, 10, 0.99);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px 15px 15px 15px;
}
.evaluation-box .box-items .product-details .form-no{
    
    font-size: var(--title-5);
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: #525252;
    text-align: center;
}
.evaluation-box .box-items .product-details .form-no span{
    display: inline-block;
}
.evaluation-box .box-items .product-details .product-img{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.evaluation-box .box-items .product-details .product-img img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    border-radius: var(--border-r-1);
}
.evaluation-box .box-items .product-details .product-desc{
    font-size: var(--title-7);
    text-align: justify;
    margin-bottom: 0;
    font-weight: 400;
} 

.evaluation-box .box-items .customer-info .form-group label{
    font-weight: bold;
    font-size: var(--title-17);
    margin-bottom: 0;
}
.evaluation-box .box-items .form-group .form-control{
    
    color:rgba(0, 0, 0, 0.99) ;
    /*border-color: #facd0a;*/
    border-radius: 4px;
    
}
.evaluation-box .box-items .form-group .form-control::placeholder{
    color:rgba(0, 0, 0, 0.99) ;
}
.evaluation-box .box-items .form-group .form-control:disabled,
.evaluation-box .box-items .form-group .form-control[readonly]{
    
    background-color: #D9D9D9;
    pointer-events: none;
}

.evaluation-box .box-items .customer-info .form-group:not(:last-child){
    margin-bottom: 1.5rem;
}
.evaluation-box .box-items .customer-info .form-group .form-label +:not(.label-note){
    margin-top: 12px;
}
.evaluation-box .box-items .customer-info .form-group .label-note{
    font-size: 14px;
    margin-bottom: .75rem;
    margin-top: 2px;
}
.evaluation-box .box-items .customer-info .form-group input.form-control{
    height: 48px;
}
.evaluation-box .box-items .customer-info .gender-items{
    display: flex;
    align-items: center;
}
.evaluation-box .box-items .customer-info .gender-items .gender-btn{
    padding: .375rem 1.5rem;
    border-radius: var(--border-r-3);
    display: block;
    text-align: center;
    transition: all .3s ease;
    font-size: 16px;
    border:1px solid rgba(0, 0, 0, 0.8);
    font-weight: bold;
    width: 100%;
    /*max-width: 100px;*/
    pointer-events: none;
}
.evaluation-box .box-items .customer-info .gender-items .gender-btn:not(:last-child){
    margin-left: 1rem;
}
.evaluation-box .box-items .customer-info .gender-items .gender-btn.active_toggle_item{
    cursor: pointer;
    pointer-events: auto;
}
.evaluation-box .box-items .customer-info .gender-items .gender-btn.active_toggle_item:not(.active):hover{
    background-color: #eee;
}
.evaluation-box .box-items .customer-info .gender-items .gender-btn.active{
    background-color: var(--clr-2);
    border-color: var(--clr-2);
    color: #fff;
}
.evaluation-box .box-items .customer-info .form-check .form-check-input{
    width:22px ;
    height: 22px;
    border-radius: var(--border-r-4);
}
.evaluation-box .box-items .customer-info .form-check .form-check-input:checked{
    background-color: var(--clr-2);
    border-color: var(--clr-2);
}
.evaluation-box .box-items .customer-info .form-check-result{
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: var(--title-17);
}
.evaluation-box .box-items .customer-info .form-check-result span{
    margin-left: .5rem;
    font-size: var(--title-6);
    
    
}
.evaluation-box .box-items .customer-info .form-check-result.true span{
   color: var(--clr-2);
    
}
.evaluation-box .box-items .customer-info .form-check-result.false span{
    color: var(--clr-1);
}
.evaluation-box .box-items .customer-info .flex-wrap{
    display: flex;
    
}

.evaluation-box .box-items .duplicated-head{
    margin-bottom: 1rem;
}
.evaluation-box .box-items .duplicated-head .head-title{
    font-weight: bold;
    font-size: var(--title-17);
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.evaluation-box .box-items .duplicated-head .head-title .rate{
    font-size: var(--title-17);
    margin-bottom: 0;
    color: var(--clr-3);
    display: inline-flex;
    align-items: center;
    margin-right: .5rem;
}
.evaluation-box .box-items .duplicated-head .head-title .rate i{
    color: var(--clr-3);
    margin-right: 2px;
    vertical-align: middle;
}
.evaluation-box .box-items .duplicated-head .head-note{
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 4px;
}

.evaluation-box .box-items .service-evaluation .service-rating{
    
    display: flex;
    align-items: center;
}
.evaluation-box .box-items .service-evaluation .service-rating .star-rating {
    width: 0;
    position: relative;
    display:inline-block;
    background-image: url(./star_0.svg);
    background-position: 0 0;
    background-repeat: repeat-x;
    cursor: pointer;
}
.evaluation-box .box-items .service-evaluation .service-rating .star-rating .star-value {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url('./star_1.svg') ;
    background-repeat: repeat-x;
}
.evaluation-box .box-items .service-evaluation .service-rating .star-rating.disabled {
    cursor: default;
}
.evaluation-box .box-items .service-evaluation .service-rating .star-rating.is-busy {
    cursor: wait;
}
.evaluation-box .box-items .service-evaluation .service-rating .star-rating .star-value.rtl {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    right: 0;
    left: auto;
}
.evaluation-box .box-items .service-evaluation .service-rating .live-rating{
    font-size: var(--title-7);
    font-weight: bold;
    padding-right: .5rem;
    margin-bottom: 0;
    color: var(--clr-3);
}

.evaluation-box .box-items .upload-img .img-box .box-label{
    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color:#E1E1E1 ;
    border-radius: var(--border-r-3);
    height:280px ;
    max-width: 400px;
    cursor: pointer;
    
}
.evaluation-box .box-items .upload-img .img-box .box-label img{
    max-height:150px ;
}
.evaluation-box .box-items .upload-img .img-box img{
    border-radius: var(--border-r-3);
    display: block;
    height:280px ;
    max-width: 100%;
    object-fit: cover;
}

.evaluation-box .box-items .satisfaction-rate .rate-range-wrap{
    padding: 0 6px;
}
.evaluation-box .box-items .satisfaction-rate .rate-slider-container{
    
    width: 100%;
    
}
.evaluation-box .box-items .satisfaction-rate .rate-slider{
    
    width: 100%;
    box-shadow: none;
    background-color: #F3F3F3;
    border: none;
    height: 20px;
    
    
}
.evaluation-box .box-items .satisfaction-rate .rate-slider.disabled{
    pointer-events: none;
}
.evaluation-box .box-items .satisfaction-rate .rate-slider .noUi-connect {
    background: var(--clr-2);
    
}
.evaluation-box .box-items .satisfaction-rate .rate-slider .noUi-handle {
    height: 24px;
    width: 24px;
    top: -2.5px;
    right: -12px; /* half the width */
    left: auto;
    border-radius: 12px;
    border: 1px solid var(--clr-3);
    background-color: var(--clr-3);
    box-shadow: none;
    transition: all .3s ease;
    cursor: pointer;
    outline: none;
    
}
.evaluation-box .box-items .satisfaction-rate .rate-slider .noUi-handle::before,
.evaluation-box .box-items .satisfaction-rate .rate-slider .noUi-handle::after{
    
    display: none;
}
.evaluation-box .box-items .satisfaction-rate .rate-slider .noUi-handle:hover{
    
    background-color: #ccc
}
.evaluation-box .box-items .satisfaction-rate .rate-range-wrap .rate-inputs{
    
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .75rem;
}
.evaluation-box .box-items .satisfaction-rate .rate-range-wrap .rate-inputs span{
    
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 0 6px
    
}

.evaluation-box .box-items .form-switch,
.evaluation-box .box-items .form-switch .form-check-input{
    margin: 0;
    padding: 0;
}
.evaluation-box .box-items .form-switch .form-check-input{
    background-color: #eee;
    border: none;
    width: 45px;
    height: 22px;
    background-position: right center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23f0ca00'/%3E%3C/svg%3E");
    opacity: 1;
}
.evaluation-box .box-items .form-switch .form-check-input:checked{
    background-color: var(--clr-3);
    background-position: left center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.evaluation-box .box-items .QA-items{
    padding-bottom: calc(var(--box-py-res) - 1.5rem)
}
.evaluation-box .box-items .QA-items .form-group{
    margin-bottom: 1.5rem;
}
.evaluation-box .box-items .QA-items .form-group .form-check-label{
    font-weight: bold;
    font-size: 16px;
}

.evaluation-box .box-items .items-table .table{
    
    margin-bottom: 0;
    min-width: 450px;
    border-color: #686868;
}
.evaluation-box .box-items .items-table .table th,
.evaluation-box .box-items .items-table .table td{
    padding: .75rem;
    vertical-align: middle;
}
.evaluation-box .box-items .items-table .table th{
    background-color:#D9D9D9 ;
    font-weight: bold;
}
.evaluation-box .box-items .items-table .table td .table-td{
    font-size: 16px;
    margin-bottom: 0;
    max-width: 500px;
    text-align: justify;
    
}
.evaluation-box .box-items .items-table .table td .table-td.num{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.evaluation-box .box-items .items-table .table .form-check{
    justify-content: center;
}
.evaluation-box .box-items .items-table .table .td-status{
    
    width:30px ;
    height: 30px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
}
.evaluation-box .box-items .items-table .table .td-status i{
    vertical-align: middle;
}
.evaluation-box .box-items .items-table .table .td-status.true{
    background-color: var(--clr-2)
}
.evaluation-box .box-items .items-table .table .td-status.false{
    background-color: var(--clr-1);
}

.evaluation-box .submit-form{
    overflow: hidden;
}
.evaluation-box .submit-form .submit-msg{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    
}
.evaluation-box .submit-form .submit-msg img,
.evaluation-box .submit-form .submit-msg svg{
    
    width: 150px;
    height: 150px;
}
.evaluation-box .submit-form .submit-msg .msg-text{
    font-size: var(--title-4);
    font-weight: bold;
    color: var(--clr-2);
    margin-bottom: 0;
    margin-top: .75rem;
}

.evaluation-box .footer-btn{
    
    display: block;
    width: 100%;
    max-width: 250px;
    padding: .75rem .75rem;
    font-size: var(--title-17);
    font-weight: bold;
    text-align: center;
    color: #fff;
    transition: all .3s ease;
    border-radius: var(--border-r-4);
    margin: 0 auto;
}
.evaluation-box .submit-btn{
    background-color: var(--clr-1);
}


.evaluation-box .submit-btnr{
    background-color: var(--clr-r);
}

.evaluation-box .submit-btn:hover{
    background-color: #950707;
}
.evaluation-box .link-btn{
    background-color: var(--clr-2);
}
.evaluation-box .link-btn:hover{
    background-color: #215c23;
}
.evaluation-box .box-footer .form-arrows{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.evaluation-box .box-footer .form-arrows .arrow-btn{
    display: block;
    width: 100%;
    max-width: 100px;
    padding: .75rem .75rem;
    font-size: var(--title-17);
    font-weight: bold;
    text-align: center;
    color: #fff;
    transition: all .3s ease;
    border-radius: var(--border-r-4);
    background-color: var(--clr-1);
    margin-bottom: 1.5rem;
}
.evaluation-box .box-footer .form-arrows .arrow-btn:first-child{
    margin-left: 1rem;
}
.evaluation-box .box-footer .form-arrows .arrow-btn:hover{
    background-color: #950707;
}
@media(min-width:600px){
    
    .evaluation-box .box-footer.px-sm-0{
        padding-right: 0;
        padding-left: 0;
    }
    .evaluation-box .box-footer .form-arrows .arrow-btn:first-child{
        border-radius: var(--border-r-4) 0 0 var(--border-r-4);
    }
    .evaluation-box .box-footer .form-arrows .arrow-btn:last-child{
        
        border-radius: 0 var(--border-r-4) var(--border-r-4) 0;
    }
    
}

.evaluation-box .rating-chart{
    display: block;
    background-color: #eee;
    border: 1px solid rgba(0, 0, 0, 0.8);
    box-shadow: 0 22px 35px -16px rgb(0 0 0 / 10%);
    padding: .5rem;
    position: relative;
}
.evaluation-box .rating-chart .pie-chart{
    display: flex;
    justify-content: center;
    align-items: center;
}
.evaluation-box .rating-chart .pie-chart .apexcharts-legend{
    
}
.evaluation-box .rating-chart .pie-chart .apexcharts-legend-series{
    display: flex;
    align-items: center;
    margin: 4px 4px !important;
}
.evaluation-box .rating-chart .pie-chart .apexcharts-legend-text{
    font-family: "cairo" !important;
    padding-left: 0;
    margin-left: 0;
    padding-right: 12px;
    margin-right: -8px;
}
.evaluation-box .rating-chart .pie-chart .legend-mouseover-inactive{
    opacity: 1;
}
.evaluation-box .rating-chart .column-chart .apexcharts-tooltip-marker{
    margin-right: 0;
    margin-left: 8px;
}
.evaluation-box .rating-chart .column-chart .apexcharts-toolbar{
    
    top: -8px !important;
    z-index: 8;
}
.evaluation-box .rating-chart .apexcharts-datalabel,
.evaluation-box .rating-chart .apexcharts-datalabel-label,
.evaluation-box .rating-chart .apexcharts-datalabel-value,
.evaluation-box .rating-chart .apexcharts-datalabels,
.evaluation-box .rating-chart .apexcharts-pie-label{
    
    fill:#000;
    filter: none;
}
.evaluation-box .rating-chart .apexcharts-text tspan,
.evaluation-box .rating-chart .apexcharts-tooltip-text{
    font-family: "cairo" !important;
}

#phone{
    width: 100%;
    padding: .75rem .75rem .75rem 52px;
    direction: ltr;
    
}
.iti{
    width: 100%;
}
.iti__flag-container .iti__selected-flag{
    padding: 0 12px;
    border-right: 1px solid #eee;
    transition: all .3s ease;
    flex-direction: row-reverse;
    outline: none;
    border-radius:4px 0 0 4px ;
}
.iti__flag-container .iti__selected-flag:hover{
    background-color: #ddd;
}
.iti__country-list{
    text-align: start;
    left: 1px;
}
.iti__flag-box,
.iti__country-name{
    margin-right: 0;
    margin-left: 6px;
    display: inline-flex;
}
/*
.iti__flag.iti__il{
    background: url(../img/ps.png) center no-repeat;
    background-size: contain;
}
*/

@media(max-width:991.98px){
    
    .page-wrapper{
        padding-top: 1.125rem;
    }
    .evaluation-form-section{
       
    }
    
    .evaluation-box{
        border-radius: var(--border-r-1);
        padding-top: 0;
        margin-top: calc(var(--section-padding) + 60px);
        
    }
    .evaluation-box .logo-wrap{
        position: relative;
        inset:0;
        padding-bottom: var(--box-py);
		border:0px;
    }
    .evaluation-box .logo-wrap img{
        margin-top: -60px;
    }
    
    .evaluation-box .logo-wrap.fixed.isFixed{
        top: 0;
        
    }
    
    
}
@media(max-width:767.98px){
    
    .evaluation-box{
        
        --box-py:2rem;
        
        
    }
    
    
    .evaluation-box .rating-chart{
        max-width: 500px;
    }
    
    

}
@media(max-width:599.98px){
    
    .evaluation-box{
        --title-17:16px;
        --box-py-res:1.75rem;
        
        --box-px-sm:.75rem;
    }
    
    .evaluation-box .logo-wrap img{
        max-height: 120px;
    }
    
    .evaluation-box .box-items .item-wrap{
        
    }
    .evaluation-box .box-items .product-details .product-img img,
    .evaluation-box .box-items .upload-img .img-box img,
    .evaluation-box .box-items .upload-img .img-box .box-label{
        height: 250px;
    }
    .evaluation-box .box-items .upload-img .img-box .box-label img{
        max-height: 120px;
    }
    
    .evaluation-box .rating-chart{
        justify-content: center;
    }
    .evaluation-box .rating-chart .pie-chart .apexcharts-legend-text,
    .evaluation-box .rating-chart .apexcharts-datalabel,
    .evaluation-box .rating-chart .apexcharts-datalabel-label,
    .evaluation-box .rating-chart .apexcharts-datalabel-value,
    .evaluation-box .rating-chart .apexcharts-datalabels,
    .evaluation-box .rating-chart .apexcharts-pie-label,
    .evaluation-box .rating-chart .column-chart .apexcharts-xaxis-texts-g text tspan{
        font-size: 11px  !important;
    }
    
    .evaluation-box .rating-chart .column-chart .apexcharts-title-text{display: none}
    .evaluation-box .rating-chart .pie-chart .apexcharts-legend-series{
        margin: 4px 2px !important;
    }
}


/*------------- #submit-form-page --------------*/ 

.hidden-nav{
    
    display: block;
    position: relative;
    width: 100%;
    height: var(--nav-h);
    background-color: transparent;
    z-index: 0;
}

@media(max-width:991.98px){
    .hidden-nav{
        height: calc(var(--nav-h) - 1.3rem);
    }
    
}

@media(max-width:767.98px){
    .submit-form-section .evaluation-box{
        padding-bottom: var(--box-py);
    }
}
@media(max-width:599.98px){
    
    .submit-form-section{
        padding-top: 0;
    }
    .hidden-nav{
        
    }
}

/*------------- #offer-box --------------*/ 
.offer-box{
    --box-py:2.5rem;
    padding-right: var(--box-px-sm);
    padding-left:  var(--box-px-sm);
    padding-bottom:var(--box-py) ;
    background-color: var(--clr-1);
    
}
.offer-box >*:not(:last-child){
    
    padding-bottom: var(--box-py) ;
}
.offer-box .main-title h1{
    color: #fff;
}
.offer-box .box-banner{
    display: flex;
    align-items: center;
    justify-content: center;
}
.offer-box  .box-banner img{
    max-height: 300px;
}

.offer-box .products-wrapper{
    padding-bottom: calc(var(--box-py) - 1.75rem);
}
.offer-box .products-wrapper .product-wrap{
    margin-bottom: 1.75rem;
}
.offer-box .products-wrapper .product-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 12px;
}
.offer-box .products-wrapper .product-item .product-img{
    position: relative;
    width: 100%;
    border-radius: var(--border-r-1);
    height: 220px;
}
.offer-box .products-wrapper .product-item .product-img img{
    
    width: 100%;
    height: 100%;
    border-radius: var(--border-r-1);
    display: block;
    object-fit: cover;
    transform: matrix(1, -0.02, 0.06, 1, 0, 0);
    z-index:2;
    position: relative;
}
.offer-box .products-wrapper .product-item .product-img::after{
    
    position: absolute;
    left: -12px;
    top: 12px;
    width: 100%;
    height: 98%;
    border-radius: inherit;
    background-color: #000;
    content: '';
    z-index: 1;
    transform:skewX(3px);
}
.offer-box .products-wrapper .product-item .product-info{
    
    margin-top: 1rem;
    text-align: center;
    padding: 0 .5rem;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    
}
.offer-box .products-wrapper .product-item .product-info .product-name{
    font-size: var(--title-8);
    color: #fff;
    font-weight: bold;
    margin-bottom: .75rem;
}
.offer-box .products-wrapper .product-item .product-info .product-price{
    color: #fff;
    margin-bottom: .75rem;
    font-size: 16px;
}
.offer-box .products-wrapper .product-item .product-info .product-price span{
    display: inline-block;
    padding: 0 4px;
}
.offer-box .products-wrapper .product-item .product-info .product-price span.old{
    text-decoration: line-through;
}
.offer-box .products-wrapper .product-item .product-info .product-btn{
    display: block;
    background-color: #000;
    border-radius: var(--border-r-4);
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: .375rem 1.5rem;
    transition: all .3s ease;
}
.offer-box .products-wrapper .product-item .product-info .product-btn:hover{
    
    background-color: var(--clr-2);
}
.offer-box .products-wrapper .product-item .discount{
    position: absolute;
    top: 1px;
    left: -4px;
    border-radius: var(--border-r-1) 0 var(--border-r-3) 0;
    background-color: #FCC82E;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    z-index: 10;
    margin-bottom: 0;
    padding:.25rem .5rem;
    width: 100px;
    text-align: center;
    transform: matrix(1, -0.02, 0.06, 1, 0, 0);
    line-height: 1.3;
}
.offer-box .products-wrapper .product-item .discount span{
    font-size: var(--title-6);
    display: block;
}
.offer-box .note{
    
    font-size: var(--title-5);
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    
}

.offer-box .coupon-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.offer-box .coupon-wrap .coupon-item {
    position: relative;
    border: 2px dashed #fff;
    color: #fff;
    font-weight: bold;
    font-size: var(--title-5);
    transition: all .3s ease;
    border-radius: 4px;
    max-width: 300px;
    width: 100%;
}
.offer-box .coupon-wrap .coupon-item::after{
    
    position: absolute;
    content: '';
    right: .75rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53.079' height='53.121' viewBox='0 0 53.079 53.121'%3E%3Cpath id='Icon' d='M39.352,0a2.313,2.313,0,0,1,0,4.625H17.729a13.1,13.1,0,0,0-13.1,13.1V39.642a2.313,2.313,0,0,1-4.625,0V17.729A17.729,17.729,0,0,1,17.729,0Z' fill='%23fff'/%3E%3Cpath id='Icon-2' data-name='Icon' d='M52.19,16.352a131.292,131.292,0,0,1,0,30.5,6.2,6.2,0,0,1-5.47,5.427,136.812,136.812,0,0,1-30.232,0,6.2,6.2,0,0,1-5.47-5.427,131.292,131.292,0,0,1,0-30.5,6.2,6.2,0,0,1,5.47-5.427,136.812,136.812,0,0,1,30.232,0A6.2,6.2,0,0,1,52.19,16.352Zm-36.579.537a126.667,126.667,0,0,0,0,29.429A1.576,1.576,0,0,0,17,47.687a132.187,132.187,0,0,0,29.2,0,1.576,1.576,0,0,0,1.39-1.368,126.667,126.667,0,0,0,0-29.429,1.576,1.576,0,0,0-1.39-1.368,132.187,132.187,0,0,0-29.2,0A1.576,1.576,0,0,0,15.612,16.89Z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E%0A") ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height:24px ;
    cursor: pointer;
   
}
.offer-box .coupon-wrap .coupon-item span{
    text-align: center;
    border-radius: inherit;
    transition: all .3s ease;
}
.offer-box .coupon-wrap .coupon-item .coupon-code{
    display: block;
    position: relative;
    width: 100%;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    padding: .75rem ;
    padding-right:calc(.75rem + 24px) ;
}
.offer-box .coupon-wrap .coupon-item .copied-alert {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:var(--clr-2);
    color: #fff;
    opacity: 0;
    z-index: -1;
    font-size: var(--title-6);
    pointer-events: none;
}
.offer-box .coupon-wrap .coupon-item .copied-alert.active{
    
    opacity: 1;
    z-index: 10;
}


.offer-box .discount-box{
    
    max-width: 350px;
    margin: auto;
    outline: 3px solid #fff;
    border-radius: var(--border-r-2);
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.offer-box .discount-box .discount-val{
    
    padding:1.5rem 1rem;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 50px;
    line-height: .8;
}
.offer-box .discount-box .discount-val span{
    font-size: 100px;
}
.offer-box .discount-box .discount-text{
    
    background-color: #fff;
    padding: .75rem 1rem;
    color: var(--clr-1);
    font-size: var(--title-8);
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
    border-radius: 0 0 var(--border-r-2) var(--border-r-2);
    margin-bottom: -1px;
}

@media(max-width:599.98px){
    
    .offer-box .products-wrapper .product-item .product-img{
        height: 200px;
    }
    .offer-box .box-banner img{
        max-height: 280px;
    }
    .offer-box .discount-box{
        max-width: 300px;
    }
    
    .offer-box .coupon-wrap .coupon-item{
        max-width: 250px;
    }
}

/*------------- #responsive --------------*/ 


@media(max-width:1199.98px){
    

    
}

@media(max-width:991.98px){
    

}

@media(max-width:767.98px){
        

    

}

@media(max-width:599.98px){
    
    :root{
        
          --title-1:32px;
          --title-2:28px;
          --title-3:24px;
          --title-4:22px;
          --title-5:20px;
          --title-6:18px;
          --title-7:24px;
        
          --border-r-1:15px;
          --border-r-2:10px;
          --border-r-3:8px; 
        
          --box-py-res:1.5rem;
          --box-px-sm: 1rem;
          --box-px: 1rem;
          --box-px-more:1rem ;
    }
    
      
}
    

/*------------- #custom-grid --------------*/ 

.gx-75 {
    --bs-gutter-x: .75rem;
}

@media (min-width:480px) and (max-width:599.98px){
    
    .row-cols-xs-gutter{
        
        --bs-gutter-x:.75rem;
    } 
     .row-cols-xs-2>* {
         
        flex: 0 0 auto;
        width: 50%;
        
     
    }
    
}

@media(max-width:991.98px){
    
    .gx-lg-75{
        
        --bs-gutter-x: .75rem;
    }
}

@media(max-width:767.98px){
    
    .gx-md-75{
        
        --bs-gutter-x: .75rem;
    }
}

@media(max-width:599.98px){
    
    .gx-sm-75{
        
        --bs-gutter-x: .75rem;
    }
}


/*------------- #AOS animation --------------*/

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos]{
    
    transition-duration: .6s;
}
[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos]{
    
    transition-timing-function:cubic-bezier(.175,.885,.32,1.275) ;
}
[data-aos-normal]{
    
    transition-timing-function:ease !important;
}
