/*------------- #MAIN STYLES --------------*/
/*------------------------------------------------------------------
-------------------------------------------------------------------*/

@import url('https://fonts.cdnfonts.com/css/almarai');
/*------------- #general --------------*/


@media (prefers-reduced-motion: no-preference){
    
    :root {scroll-behavior: smooth}
}

body{
    
    position: relative;
    padding: 0;
    margin: 0;
    /*font-family: 'Almarai', sans-serif;*/
    font-family: 'Rubik', 'Cairo';
    direction:rtl;
    text-align: right;
    scroll-behavior: smooth;
    overflow-x: hidden;
    color: #141414;
    touch-action: manipulation;
    
}

body[data-panel="noScroll"] {
    overflow-y: hidden;
}


*{box-sizing: border-box}

:root{
    
  
     --clr-1:#003570;
     --clr-1-hover:#011d3b;
     --clr-2:#EE3125;
     --clr-2-hover:#c1251b;
    
     --clrBlack:#141414;
    
     --title-1:40px;
     --title-2:32px;
     --title-3:28px;
     --title-4:24px;
     --title-5:22px;
     --title-6:20px;
     --title-7:18px;
     --title-8:18px;
    
     --border-r-1:25px;
     --border-r-2:15px;
     --border-r-3:10px;
     --border-r-4:6px;
    
     --section-padding: 2.5rem; 
     --section-spaces : 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 ;
    
     --border-clr-1:rgba(78, 78, 78, 0.15);
     

}
a{
    color: #141414;
    outline: none;
}
a , a:hover{
    
    text-decoration: none;
    color: inherit;
}



/** general styles **/

.page-wrapper{
    
    padding-top: calc(var(--nav-h));    
}

.section-style{
    
    position: relative;
    padding: var(--section-padding) 0;
}
.section-style:not(.sticky-inside){
    
    overflow: hidden;
}

.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::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='248' height='14' viewBox='0 0 248 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.81299 11.0035C2.81299 11.0035 144.694 -3.25976 245.186 5.68062' stroke='url(%23paint0_linear_31_1694)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_31_1694' x1='80.8699' y1='6.86933' x2='283.406' y2='2.73518' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23003570'/%3E%3Cstop offset='1' stop-color='%230271ED' stop-opacity='0.61'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.main-title h2{
    
    font-size: var(--title-1);
    display: inline-block;
    position: relative;
    font-weight: bold;
    margin-bottom: 0;
    color: var(--clr-1);
}
.main-title .em-bar-main{
    
    margin-top: 20px;
    margin-bottom: 5px;
}
.main-title .em-bar.em-bar-big{
    height: 5px;
    width: 90px;
    background: #aec6ef;
    margin: 0 auto;
    position: relative;
    border-radius: 30px;
}
.main-title .em-bar.em-bar-big:before{
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: var(--clr-1);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {from {-webkit-transform: translateX(0);transform: translateX(0);}to {-webkit-transform: translateX(88px);transform: translateX(88px);}}
@keyframes MOVE-BG {from {-webkit-transform: translateX(0);transform: translateX(0);}to {-webkit-transform: translateX(88px);transform: translateX(88px);}}

@media(max-width:575.98px){
    
    .main-title h1::after{
        
        width: 160px;
    }
}

/*** 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;
    font-size: 16px;
    color: #858585;
    box-shadow: none;
    padding: .75rem;
    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;
        
}
.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;
        
}
.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: .5rem;
}

.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);
  }
}

.show-more-wrap{
    
    display: flex;
    
}
.show-more-link{
    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--clr-1);
    transition: all .3s ease;
    border-radius: var(--border-r-4);
    color: #fff !important;
    font-size: var(--title-7);
    text-align: center;
    padding: .375rem 1.5rem;
}
.show-more-link svg{
    
    width: 18px;
    height: 18px;
    fill:#fff;
    margin-right: .75rem;
    
}
.show-more-link:not(.loading-btn):hover{
    
    
    background-color: var(--clr-1-hover);
    
}



/**** slider--swiper ***/

.slider-container {
    position: relative;
}
.swiper{
    
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.equal-h .swiper-slide{
    
    height: auto !important;
}


.slider-actions{
    
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: var(--box-py-res);
    
}
.slider-actions .slider-arrow{
    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: var(--clr-1);
    color: #fff;
    font-size: 18px;
    transition: all .3s ease;
    cursor: pointer;
    
}
.slider-actions .slider-arrow:active{
        background-color: var(--clr-2);
}
@media(hover:hover) and (pointer:fine){
    
    .slider-actions .slider-arrow:hover{
        background-color: var(--clr-2);
    }
}
.slider-actions  .slider-arrow.swiper-button-disabled{
    cursor: no-drop;
    color: #9e9e9e !important;
    background-color: #ddd !important;
}
.slider-actions .swiper-pagination.swiper-pagination-bullets-dynamic{
    
    
    position: relative;
    inset:0 ;
    width: 100px   !important;
    margin: 0 8px;
    transform: none;
    
    
}
.slider-actions .swiper-pagination .swiper-pagination-bullet{
    
    transition: all .3s ease !important;
    width: 12px;
    height: 12px;
    background-color: rgba(0, 53, 112, 0.49);
    opacity: 1;
    
}
.slider-actions .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    
    background-color: var(--clr-1);
}



/**** 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:575.98px){
    
    .scrollup{
        
        right: 20px;
        width: 35px;
        height: 35px;
    }
}

/**** search-popup***/


.search-popup{
    
    position: fixed;
    left: 0;
    top: -200px;
    padding: 1rem 0;
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 20%);
    border-bottom: 1px solid #eee;
    width: 100%;
    z-index: 9999;
    transition: all .3s ease;
}
.search-popup.active{
    
    top: 0;
}
.search-popup .close-search-popup{
    
    margin-right: auto;
    margin-bottom: .5rem;
    
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 22px;
    color: #909090;
    transition: all .3s ease;
    width: 30px;
    height: 30px;
    cursor: pointer;
    
}
.search-popup .close-search-popup:hover{
    
    color: var(--clr-2);
}
.search-popup .form-group{
    
    display: flex;
    align-items: center;
    
}
.search-popup .form-group input{
    
    flex: 1;
    width: auto;
    border-radius: 0px 3px 3px 0px;
    border-color: #eee;
    background-color: #f4f4f4;
    color: #777;
    height: 50px;
    
    
}
.search-popup .form-group .search-icon{
    
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: var(--clr-2);
    width: 60px;
    height: 50px;
    transition: all .3s ease;
    border-radius: 3px 0px 0px 3px;
    border: none;
    outline: none;
    color: #fff
    
    
}
.search-popup .form-group .search-icon:hover{
    
    background-color: var(--clr-2-hover);
}


/**** breadcrumb ****/

.breadcrumb-section + *{
    
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.breadcrumb-nav{
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 7px;
    margin: 1rem 0 calc( var(--box-py-almt) - 7px);
}
.breadcrumb{
    
    margin-bottom: 0;
    flex-wrap: nowrap;
    position: relative;
}
.breadcrumb .breadcrumb-item{
    
    font-size: 14px;
    text-transform: capitalize;
    color: #707070;
    flex-shrink: 0;
    
}
.breadcrumb .breadcrumb-item a{
    
    transition: all .3s ease
}
.breadcrumb .breadcrumb-item a:hover{
    
    color: var(--clr-2);
}
.breadcrumb-item+.breadcrumb-item{
    
        padding-left: 0rem;
        padding-right: .5rem;
}
.breadcrumb-item+.breadcrumb-item::before{
    
    float: right;
    padding-left: .5rem;
    padding-right: 0rem;
   
}


/****#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;
       }
        
    }

}


.tool-bar {

  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 600;
  display: none;
  align-items: center;
  justify-content: space-between;
  -webkit-overflow-scrolling: touch;
  padding: 5px;
  height: 50px;
  background: url(../img/tool-bacground.svg) center center no-repeat ;
  width: 100%;
  background-size: cover;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);

}
.tool-bar::before{
    
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 20%;
    content: '';
    left: 0px;
    bottom: 0px;
}
.tool-bar .tool {
  flex: 1;
  transition: all .3s ease;
}
.tool-bar .tool-link{
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  font-weight: 400;
  height: 45px;
  color: #333;
  position: relative;
  padding: 0px 10px 0px;
}
.tool-bar .tool-icon svg {
  width: 22px;
  height: 22px;
  fill: #a1a1a1;
  transition: all .3s ease;
}
.tool-bar .tool-icon svg:hover{
    
    fill:var(--clr-1);
}
.tool-bar .tool-text {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  color: #606060;
  margin-bottom: 0px;

}
.tool-bar .tool.center-tool .tool-link{
    padding-bottom: 1rem;
}
.tool-bar .tool.center-tool .tool-icon {
    
    width: 55px;
    height: 55px;
    background-color: #26D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -45px;
    box-shadow: 0px 0px 0px 4px rgb(38 211 102 / 20%);
    
}
.tool-bar .tool.center-tool .tool-icon svg{
    
    fill:#fff;
    width: 32px;
    height: 32px;
}
.tool-bar .tool.center-tool  .tool-text{
    
    bottom: 2.5px;
}
@media (max-width: 575.98px){
    
    
    .tool-bar {
        display: flex
    }
    footer .copy-right{
        
        padding-bottom: calc(50px + 48px) !important;
    }
    .scrollup.show{
        
        bottom: 60px;
    }
    
}




/**** 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-1) !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;
}


/*** 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;
}


@-webkit-keyframes up-and-down{0%,100%{top:0}50%{top:-50px}}
@keyframes up-and-down{0%,100%{top:0}50%{top:-50px}}


@-webkit-keyframes alltuchtopdown {0% {-webkit-transform: rotateX(0deg) translateY(0px);-ms-transform: rotateX(0deg) translateY(0px);transform: rotateX(0deg) translateY(0px);}50% {-webkit-transform: rotateX(0deg) translateY(-20px);-ms-transform: rotateX(0deg) translateY(-20px);transform: rotateX(0deg) translateY(-20px);}100% {-webkit-transform: rotateX(0deg) translateY(0px);-ms-transform: rotateX(0deg) translateY(0px);transform: rotateX(0deg) translateY(0px);}}

@keyframes alltuchtopdown {0% {-webkit-transform: rotateX(0deg) translateY(0px);-ms-transform: rotateX(0deg) translateY(0px);transform: rotateX(0deg) translateY(0px);}50% {-webkit-transform: rotateX(0deg) translateY(-20px);-ms-transform: rotateX(0deg) translateY(-20px);transform: rotateX(0deg) translateY(-20px);}100% {-webkit-transform: rotateX(0deg) translateY(0px);-ms-transform: rotateX(0deg) translateY(0px);transform: rotateX(0deg) translateY(0px);}}

.animate-style-image{
    
    padding: .375rem 0;
}



/*------------- #header --------------*/ 

:root{
        
    --nav-h:75px;
}



header{
    
    position: fixed;
    width: 100%;
    height: var(--nav-h);
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    transition: box-shadow .3s ease;
    box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
}


@media(min-width:992px){
    
    header .mobile-item{
    
        display: none !important;
    }
}

.nav-content{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
    align-self: stretch;
   
}

.nav-content .content-pull,
.nav-content .flex-item{
    
    display: flex;
    align-items: center;
    height: 100%;
    
}
.nav-content .h-auto{
    
    height:auto;
}

.nav-content .nav-logo .logo-link{
    
    display: block;
}
.nav-content .nav-logo .logo-link img{
    
    max-height:55px ;
}

.nav-content .nav-list{
    
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    margin: 0 .75rem;
    
}

.nav-content .nav-list .list-item{
    
    margin: 0px .5rem;
    display: inline-flex;
    align-items: center;
    height: 100%;
    position: relative;
    transition: all .3s ease
}
.nav-content .nav-list .list-item .item-link{
    
    display: inline-flex;
    align-items: center;
    color: #534847;
    font-weight: bold;
    font-size: 16px;
    transition: all .3s ease;
    padding: .25rem;
}
.nav-content .nav-list .list-item .item-link::before{
    
    background: var(--clr-2);
}
.nav-content .nav-list .list-item.active{
    background-color: var(--clr-2);
}
.nav-content .nav-list .list-item.active .item-link{
    color: #fff;
}

.nav-content  .nav-actions{
    
    --mr: .5rem;
    margin: 0 calc(var(--mr) * -1);
    padding-right: .75rem;
    padding-right: 0 !important;
}
.nav-content  .nav-actions >*{
    
    margin: 0 var(--mr);
}
.nav-content  .nav-actions .action-btn{
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
    color: #fff;
    font-size: var(--title-4)
}
.nav-content  .nav-actions .action-btn svg{
    
    fill: #534847;
    
}
.nav-content  .nav-actions .action-btn:hover > svg{
    
    fill: var(--clr-2);
}
.nav-content  .nav-actions .action-btn > img,
.nav-content  .nav-actions .action-btn > svg{
    
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all .3s ease;
}

.nav-content  .whatsapp-tel {
    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    color: #fff;
    transition: all .3s ease;
    background-color: #26AB04;
    font-weight: bold;
    border-radius: 6px;
    height: 40px;
}
.nav-content  .whatsapp-tel svg{
    
    width: 22px;
    height: 22px;
    margin-left: 8px;
}
.nav-content  .whatsapp-tel:hover{
    
    background-color: #1e8704;
}

.nav-content  .lang-dropdown  a.dropdown-toggle{
    
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    box-shadow: none;
    padding: 0.375rem 0.75rem;
    background-color: var(--clr-1);
    font-size: 16px;
    color: #fff;
    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
}
.nav-content  .lang-dropdown  .dropdown-toggle.show::after{
    
    transform:  rotate(180deg);
}
.nav-content  .lang-dropdown  .dropdown-toggle.show{
    
    background-color: var(--clr-2)
}
.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-content .nav-toggler{
    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius:4px;
    border: 1px solid var(--clr-1);
}
.nav-content .nav-toggler svg{
    
    width: 30px;
    height: 30px;
    fill: var(--clr-1);
    outline: none !important;
    
    
}
.nav-content  .nav-toggler .line {
  fill: none;
  stroke: var(--clr-1);
  stroke-width: 7;
  transition: stroke-dasharray 300ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-content  .nav-toggler .line1 {
  stroke-dasharray: 60 207;
  
}
.nav-content  .nav-toggler .line2 {
  stroke-dasharray: 60 60;
  
}
.nav-content  .nav-toggler .line3 {
  stroke-dasharray: 60 207;
  
}
.nav-content  .nav-toggler.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  
}
.nav-content  .nav-toggler.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  
}
.nav-content  .nav-toggler.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  
}



@media(min-width:992px) and (max-width:1199.98px){
    
    .nav-content .nav-list{
        
        margin: 0 .625rem;
    }
    
    .nav-content .nav-list .list-item{
        margin: 0 0.375rem;
    }
    .nav-content .nav-actions{
        padding-right: .625rem;
    }
    
    
    .nav-content .whatsapp-tel.float-icons{
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition-duration: 300ms;
        border-radius: 100%;
        bottom: 72px;
        right:-100px;
        box-shadow: 0 6px 50px 8px rgb(21 131 233 / 15%);
        width: 50px;
        height: 50px;
        margin: 0;
    }
    .nav-content .whatsapp-tel.float-icons.show{
        
        right: 20px;
    }
    .nav-content .whatsapp-tel.float-icons svg{
        
        margin: 0;
        width: 35px;
        height:35px;
        
    }
    
    .nav-content .whatsapp-tel.float-icons span{
        
        display: none;
    }
    
}

@media(max-width:991.98px){
    
    :root{
        
        --nav-h:70px;
    }
    
    .nav-content .nav-logo .logo-link img{
        
        max-height: 50px;
    }
    .nav-content  .nav-list {
        
        position: fixed;
        height: 100%;
        width: 100%;
        top: var(--nav-h);
        right: -100%;
        background-color: rgb(0 53 112 / 90%);
        overflow-y: auto;
        flex-direction: column;
        justify-content: flex-start;
        padding:2rem 1.5rem;
        transition: all .4s ease-in-out ;
        margin: 0;

    }
    .nav-content  .nav-list.active{
        
        right: 0;
    }
    .nav-content  .nav-list  .list-item{
        
        height: auto;
        margin: 0rem 0rem 2rem;
        background-color: transparent !important;
    }
    .nav-content  .nav-list  .list-item:last-child{
        margin-bottom: 0 !important;
    }
    .nav-content  .nav-list  .list-item.more-item{
        
        padding-top: 5px;
    }
    .nav-content  .nav-list  .list-item .item-link{
        
        font-size: 18px;
        padding: 0;
        color: #fff;
    }
    .nav-content  .nav-list  .list-item .item-link::before{
        display: none;
    }
    .nav-content  .nav-list  .list-item .item-link:hover{
        color: var(--clr-2);
    }
    
    .nav-content  .nav-actions .lang-dropdown{
        
        display: none;
    }
    .nav-content .lang-dropdown a.dropdown-toggle{
        background-color: var(--clr-2);
        font-size: 18px;
        padding: .5rem 1rem;
    }
    .nav-content .lang-dropdown a.dropdown-toggle.show{
        
        background-color: var(--clr-2-hover);
    }
    
}

@media (max-width: 575.98px){
    
    .nav-content  .nav-list  .list-item{
        
        margin: 0rem 0rem 1.75rem;
    }
    
    .nav-content .whatsapp-tel{
        
        display: none;
    }
    .nav-content .nav-toggler{
        
        border-radius: 100%;
    }
}




/*------------- #welcome-area --------------*/ 
.welcome-section{
    
    display: flex;
    align-items: center;
    min-height: calc((var(--vh, 1vh) * 100) - 100px - var(--nav-h));
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: var(--clr-1);
    background-blend-mode: multiply;
}

.welcome-area .welcome-hero{
    
    position: relative;
    height: 100%;
}
.welcome-area .welcome-hero .welcome-content .content-title{
    
    font-size: var(--title-1);
    font-weight: bold;
    color: #fff;
    margin-bottom: 1rem;
}
.welcome-area .welcome-hero .welcome-content .content-title span{
    
    display: inline-block;
    position: relative;
    line-height: 1;
    z-index: 1;
}
.welcome-area .welcome-hero .welcome-content .content-title span::after{
    content: '';
    display: block;
    position: absolute;
    height: 0.4em;
    right: -0.1em;
    top: 50%;
    transform: translateY(50%);
    left: -0.1em;
    background-color: var(--clr-2);
    z-index: -1;
}
.welcome-area .welcome-hero .welcome-content .content-text{
    
    font-size: var(--title-7);
    color: #fff;
    text-align: justify;
    margin-bottom: 0;
    line-height: 1.7;
}
.welcome-area .welcome-hero .welcome-content .content-btns{
    
    display: flex;
    flex-wrap: nowrap;
    padding-top: calc(var(--box-py-sm) - .5rem);
}
.welcome-area .welcome-hero .welcome-content .content-btns >*{
    margin-top: .5rem;
}
.welcome-area .welcome-hero .welcome-content .content-btns >*:not(:last-child){
    
    margin-left: 1rem;
    
}
.welcome-area .welcome-hero .welcome-content .content-btns .contact-btn{
    
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: var(--title-8);
    padding: 0rem 0.75rem;
    max-width: 160px;
    width: 100%;
    border-radius: var(--border-r-4);
    background-color: var(--clr-2);
    transition: all .3s ease;
    text-align: center;
    height: auto;
    
}
.welcome-area .welcome-hero .welcome-content .content-btns .contact-btn:hover{
    background-color: var(--clr-2-hover);
    transform: translateY(-3px);
}
.welcome-area .welcome-hero .welcome-content .content-btns .social-btn{
    
    display: block;
    transition: all .3s ease;
}
.welcome-area .welcome-hero .welcome-content .content-btns .social-btn svg{
    width: 50px;
    height: 50px;
    transition: inherit;
}
.welcome-area .welcome-hero .welcome-content .content-btns .social-btn svg:hover{
    transform: translateY(-3px);
}

.welcome-area .welcome-hero .welcome-img{
    
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--box-py-res)
    
}
.welcome-area .welcome-hero .welcome-img img{
    
    display: block;
    object-fit: contain;
    max-height: 600px;
    
}


/*contact-row*/


.contact-row{
    
    padding:1.5rem 0 0.5rem ;
    background-color:rgb(0 53 123 / 85%);
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-row .form-group{
    
    padding-bottom: 1rem;
    position: relative;
}
.contact-row .form-group .form-control,
.contact-row .form-group select{
    
    border-color: transparent !important;
    box-shadow: none !important;
    padding: 0.5rem 0.75rem;
    font-weight: bold;
}
.contact-row .submit-btn{
    
    display: block;
    background-color: var(--clr-2);
    font-size: 16px;
    color: #fff;
    border-radius: var(--border-r-4);
    font-weight: bold;
    padding: .75rem;
    height: 52px;
    width: 100%;
    min-width: 100px;
    transition: all .3s ease;
}
.contact-row .submit-btn:hover{
    
    background-color: var(--clr-2-hover)
}

 


@media(max-width:991.98px){
    
    .contact-row{
        height: auto;
    }
   
    .welcome-area .welcome-hero .welcome-img img{
    
        max-height: 400px;
    
    }
    
}

@media(max-width:767.98px){
    
     .welcome-area .welcome-hero .welcome-img img{
    
        max-height: 350px;
    
    }
}

@media(max-width:575.98px){
 
    .welcome-area .welcome-hero .welcome-content .content-btns >*:not(:last-child){
        margin-left: .75rem;
    }
    .welcome-area .welcome-hero .welcome-content .content-btns .social-btn svg{
        width: 45px;
        height: 45px;
        
    }
     .contact-row .gx-xs-75{
    
    
        --bs-gutter-x:.5rem;
    }
    

     .welcome-area .welcome-hero .welcome-img img{
    
        max-height: 320px;
        
    
    }
    
}

/*------------- #about-area --------------*/ 

.about-area .row-col{
    
    height: 100%;
}
.about-area .about-texts .about-title{
    
    font-size: var(--title-4);
    font-weight: bold;
    color: var(--clr-2);
    margin-bottom: 1rem;
    
}
.about-area .about-texts .about-desc{
    
    color: #282626E5;
    text-align: justify;
    margin-bottom: 0;
    font-size: var(--title-6);
    line-height: 1.7;
}

.about-area .about-img{
    display: flex;
    align-items: center;
    justify-content: center;
    animation:alltuchtopdown 2.5s ease-in-out 0s infinite alternate;
    position: relative;
    
}

.about-area .about-img img{
    
    max-height:220px ;
}


@media(max-width:991.98px){
    
    
}
@media(max-width:575.98px){
    
    
}


/*------------- #services-area --------------*/ 

/*.services-section{
    
    background-color: #E2EBF4;
    margin: var(--section-padding) 0;
    
}*/


.services-area .service-item:not(:last-child){
    margin-bottom: .75rem;
}

.services-area .service-item .row-col{
    height: 100%;
}

.services-area .service-item .service-texts .service-title{
    font-size: var(--title-2);
    font-weight: bold;
    color: var(--clr-2);
    margin-bottom: 1rem;
    
}
.services-area .service-item .service-texts .service-desc{
    color: #282626E5;
    text-align: justify;
    margin-bottom: 0;
    font-size: var(--title-6);
    line-height: 1.7;
}

.services-area .service-item .service-img{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.services-area .service-item .service-img img{
    height: 350px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

@media(max-width:1199.98px){
    
    .services-area .service-item:not(:last-child){
        margin-bottom: 2rem;
    }
    
    .services-area .service-item .service-img img{
        height: 300px;
        
    }
}
@media(max-width:991.98px){
    
    
    .services-area .service-item .service-texts .service-title{
        font-size: var(--title-4);
    }
    
    .services-area .service-item .service-texts{
        
        padding-top: .25rem;
    }
    
}
@media(max-width:575.98px){
    
    
    .services-area .service-item .service-img img{
        
        height: 240px;
        object-fit: contain;
    }
}
@media(max-width:359.98px){
    
    .services-area .service-item .service-img img{
        height: 200px;
    }
}

/*------------- #feature-area --------------*/ 

.features-area .features-banner{
    
    background-color: var(--clr-2);
    padding: 1.5rem var(--box-px) 0;
    border-radius: var(--border-r-1);
}

.features-area .features-banner .feature-item{
    display: block;
    text-align: center;
    padding-bottom: 1.5rem;
    
}
.features-area .features-banner .feature-item .item-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #FFF7ED;
    border-radius: 4px;
    margin: 0 auto;
    
}

.features-area .features-banner .feature-item .item-icon svg{
    width:50px ;
    height:50px ;
    fill:var(--clr-1);
}

.features-area .features-banner .feature-item .item-text{
    
    font-size: var(--title-6);
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: .75rem;
}
.features-area .features-banner .feature-item .item-text span{
    display: inline-block;
}

@media(min-width:992px){
    
    .features-area .features-banner .feature-item{
        display: flex;
        align-items: center;
        text-align: start;
    }
    .features-area .features-banner .feature-item .item-icon{
        margin: 0 0  0 1rem;
    }
    .features-area .features-banner .feature-item .item-text{
        margin-top: 0;
    }
}


/*------------- #works-area--------------*/ 

.section-style.works-section.end-items{
    
    padding-bottom: calc((var(--section-spaces) / 2) - var(--box-py-res));
}

.works-area .filters-menu{
    
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    margin-bottom: var(--section-padding);
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}
.works-area .filters-menu::-webkit-scrollbar{
    
    height: 5px;
}
.works-area .filters-menu::-webkit-scrollbar-track {
    
  background-color: rgba(0,0,0,.1);
  border-radius: 10px;
    
}
.works-area .filters-menu::-webkit-scrollbar-thumb{
    
   background-color: rgba(0,0,0,.15);
   border-radius: 10px;
     
}
.works-area .filters-menu.scrolled{
    
    justify-content: flex-start;
    padding-bottom: .75rem;
}
.works-area .filters-menu.scrolled .filter-btn:last-child{
    margin-left: 1px;
}
.works-area .filters-menu .filter-btn{
    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .5rem 1rem;
    color: #fff;
    background-color: var(--clr-1);
    border: 1px solid var(--clr-1);
    transition: all .3s ease;
    border-radius: var(--border-r-4);
    font-weight: bold;
    flex-shrink: 0;
    white-space: nowrap;
    margin-left: .75rem;
}
.works-area .filters-menu .filter-btn:last-child{
    margin-left: 0;
}
.works-area .filters-menu .filter-btn:hover{
    background-color: var(--clr-1-hover);
    border-color: var(--clr-1-hover);
}
.works-area .filters-menu .filter-btn.active{
    
    background-color: var(--clr-2);
    border-color: var(--clr-2);
    color: #fff;
}


.works-area .works-items .work-wrap{
    margin-bottom: var(--box-py-res);
    
}

.works-area .works-items .work-item{
    
    --overlay-h:50px;
    position: relative;
    border-radius: var(--border-r-3);
    padding-bottom: var(--overlay-h);
    overflow: hidden;
}

.works-area .works-items .work-item .item-img{
    
    background-color:#E8EFFB ;
    --img-h:320px;
    position: relative;
    height: var(--img-h);
    overflow: hidden;
    border-radius: var(--border-r-3) var(--border-r-3) 0 0;
    cursor: pointer;
}
.works-area .works-items .work-item .item-img::after{
    
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    border: 3.25px solid var(--clr-1);
    border-radius: inherit;
    
}
.works-area .works-items .work-item .item-img img{
   
    display: block;
    position: relative;
    min-height: calc(var(--img-h) - 3.25px);
    object-fit: cover;
    transition: transform  4s ease-out;
    backface-visibility:hidden;
    -webkit-backface-visibility: hidden;
    filter: blur(0);
   -webkit-filter: blur(0);
    image-rendering: optimizeSpeed; 
    image-rendering: -moz-crisp-edges;          
    image-rendering: -o-crisp-edges;            
    image-rendering: -webkit-optimize-contrast; 
    image-rendering: optimize-contrast;        
    -ms-interpolation-mode: nearest-neighbor;
    
}
.works-area .works-items .work-item .item-img:hover img{
    transform: translateY(calc(-100% + var(--img-h) - 3.25px));
    
}

.works-area .works-items .work-item .item-overlay{
    position: absolute;
    background-color: var(--clr-1);
    width: 100%;
    height: 100%;
    border-radius: 0 0 var(--border-r-3) var(--border-r-3) ;
    transition: all .3s ease;
    left: 0;
    top: calc(100% - var(--overlay-h));
    padding: 0 1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.works-area .works-items .work-item .item-overlay .overlay-head{
    
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--overlay-h);
    padding: 1rem 0;
    text-align: center;
}
.works-area .works-items .work-item .item-overlay .item-title{
    
    display: block;
    text-align: center;
    font-size: var(--title-6);
    font-weight: bold;
    padding-bottom: 4px;
    color: #fff;
    transition: all .3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s ease;
    margin-bottom: 0;
    cursor: text;
}
.works-area .works-items .work-item .item-overlay .overlay-body{
    padding: 1rem 0;
}
.works-area .works-items .work-item .item-overlay .item-actions{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    margin: 0 -1.5rem;
}
.works-area .works-items .work-item .item-overlay .item-actions .action-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 1.5rem;
    border-left: 1px solid #fff;
    transition: all .3s ease;
    color: #fff;
    
}
.works-area .works-items .work-item .item-overlay .item-actions .action-wrap:last-child{
    border: none;
    
}
.works-area .works-items .work-item .item-overlay .item-actions .action-wrap svg{
    
    width: 30px;
    height: 30px;
    fill:#fff;
    transition: inherit;
    margin-bottom: .5rem;
}
.works-area .works-items .work-item .item-overlay .item-actions .action-wrap span{
    display: block;
    font-size: 16px;
}
.works-area .works-items .work-item .item-overlay .item-actions .action-wrap:hover{
    color: #FF8076
}
.works-area .works-items .work-item .item-overlay .item-actions .action-wrap:hover svg{
    fill:#FF8076;
}

.works-area .works-items .work-item .item-overlay:hover{
    
    justify-content: center;
    background-color: rgba(0, 53, 112, 0.95);
    top: 0;
    border-radius: 0;
    z-index: 10;
    border-radius: var(--border-r-3);
    
}
.works-area .works-items .work-item .item-overlay:hover .overlay-head{
    
    height: auto;
}
.works-area .works-items .work-item .item-overlay:hover .item-title{
    
    font-size: var(--title-4);
    white-space: normal;
    display: inline-block;
}


.works-area  .more-btn{
    
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2D2D2D;
    transition: all .3s ease;
    border-radius: var(--border-r-4);
    color: #fff;
    font-size: var(--title-7);
    max-width: 160px;
    width: 100%;
    text-align: center;
    padding: 0.5rem 0.75rem;
}
.works-area  .more-btn i{
    
    padding-right: .5rem;
    vertical-align: middle;
    transition: transform .3s ease;
}
.works-area  .more-btn:hover{
    background-color: var(--clr-2);
}
.works-area  .more-btn:hover i{
    transform: translateX(-4px);
}



@media(max-width:767.98px){
    
    .works-area .works-items .work-item .item-img{
        
        --img-h:300px;
    }
    .works-area .works-items .work-item .item-overlay .item-title{
        
        font-size: 18px;
    }
    
    
    
}
@media(max-width:575.98px){
    
    .works-area .filters-menu{
        margin-bottom: var(--box-py)
    }
    
    .works-area .scroll-wrapper .scroll-row{
        
        overflow-x: auto;
        overflow-y: hidden;
        
    }
    .works-area .scroll-wrapper .scroll-row > .row{
        
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin: 0;
        padding-bottom: 1rem;
        
    }
    .works-area .scroll-wrapper .scroll-row > .row > div{
        padding: 0;
        margin-bottom: 0;
    }
    .works-area .scroll-wrapper .scroll-row > .row > div:not(:last-child){
        
        margin-left: 1rem;
    }
    .works-area .scroll-wrapper .scroll-row  .work-wrap{
        
        width:300px ;
       
    }
   
    
    .works-area .works-items .work-item{
        --overlay-h: 45px;
    }
    .works-area  .more-btn{
        max-width: 140px;
    }
    
    
}
@media(max-width:340px){
    .works-area .scroll-wrapper .scroll-row  .work-wrap{
        width: 275px;
    }
    
}

@media(min-width:576px) and (max-width:767.98px){
    
    .works-area .works-items .work-item .item-overlay .item-actions .action-wrap{
        padding: 0 1.2rem;
    }
}

/*------------- #staff-area --------------*/ 

.staff-area .staff-wrapper .staff-item{
    
    margin-bottom: 2rem;
}
.staff-area .staff-item{
    --float-val:70px;
    padding: 0  0.75rem 1rem;
    padding-top: 0;
    background-color: #fff;
    border: 1px solid #E1E2E6;
    border-radius: var(--border-r-3);
    text-align: center;
    margin-top: calc(var(--float-val)/2);
    
    
}
.staff-area .staff-item .item-img{
    margin-bottom: .75rem;
}
.staff-area .staff-item .item-img img{
    
    max-height: var(--float-val);
    margin-top: calc((var(--float-val)/2) * -1);
}

.staff-area .staff-item .item-texts{
    
    height: calc(100% - (var(--float-val)/2) - .75rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.staff-area .staff-item .item-name{
    
    font-size: var(--title-6);
    color: var(--clr-1);
    margin-bottom: 0.25rem;
    font-weight: bold;
    
}
.staff-area .staff-item .item-desc{
    
    font-size: 16px;
    font-weight: bold;
    color: var(--clr-2);
    margin-bottom: 0;
}
@media(max-width:575.98px){
    
    .staff-area .staff-item{
        padding: 0  0.5rem 1rem;
    }
    .staff-area .staff-item .item-name{
        
        font-size: var(--title-7);
    }
    .staff-area .staff-item .item-desc{
        
        font-size: 14px;
    }
}



/*------------- #testimonial-area --------------*/ 

.testimonial-area .testimonial-item .item-head{
    display: flex;
    align-items: center;
    margin-bottom: .75rem;
}
.testimonial-area .testimonial-item .item-head .item-img{
    
    width: 75px;
    height: 75px;
    display: block;
    border-radius: 100%;
    object-fit: cover;
}
.testimonial-area .testimonial-item .item-head .head-info{
    margin-right: 1rem;
    
}
.testimonial-area .testimonial-item .item-head .head-info .item-name{
    
    font-size: var(--title-8);
    color: var(--clr-1);
    font-weight: bold;
    margin-bottom: .25rem;
}
.testimonial-area .testimonial-item .item-head .head-info .item-desc{
    
    font-size: 14px;
    color:#827C7C ;
    margin-bottom: 0;
    font-weight: bold;
    
}
.testimonial-area .testimonial-item .item-text{
    
    font-size: 16px;
    color: #827C7C;
    margin-bottom: 0;
    text-align: justify;
}

/*------------- #blog-area --------------*/ 

.section-style.blog-section.end-items{
    
    padding-bottom: calc((var(--section-spaces) / 2) - var(--box-py-res));
}
.blog-area .blog-wrapper .blog-wrap{
    
    margin-bottom: var(--box-py-res);
}

.blog-area .blog-item{
    --img-h:250px;
    height: 100%;
}

.blog-area .blog-item .blog-img{
    position: relative;
    overflow: hidden;
    border-radius: var(--border-r-3) var(--border-r-3) 0 0;
}
.blog-area .blog-item .blog-img:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.blog-area .blog-item .blog-img:after {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    content: '';
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.blog-area .blog-item .blog-img img{
    
    width: 100%;
    height: var(--img-h);
    border-radius: var(--border-r-3) var(--border-r-3) 0 0;
    object-fit: cover;
    transition: all .3s ease;
}
/*
.blog-area .blog-item:hover .blog-img:before {
    width: 100%;
    height: 100%;
    opacity: 0;
	z-index: -1;
}
.blog-area .blog-item:hover .blog-img:after {
    width: 100%;
    height: 100%;
    opacity: 0;
	z-index: -1;
}
*/
.blog-area .blog-item:hover .blog-img img{
    
    transform: scale(1.2);
}

.blog-area .blog-item .blog-body{
    
    height: calc(100% - var(--img-h));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius:  0 0 var(--border-r-3) var(--border-r-3);
    background-color: #fafafa;
    border: 1px solid #E1E2E6;
    border-top: 0;
    padding:1.25rem 1rem;
}

.blog-area .blog-item .blog-body .blog-title{
    
    font-size: var(--title-6);
    color: var(--clr-1);
    font-weight: bold;
    margin-bottom: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
.blog-area .blog-item .blog-body .blog-title a{
    
    transition: all .3s ease;
    
}
.blog-area .blog-item .blog-body .blog-title a:hover{
    color: var(--clr-2);
}
.blog-area .blog-item .blog-body .blog-desc{
    
    font-size: 16px;
    text-align: justify;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    
    
}

.blog-area .blog-item .blog-body .blog-actions{
    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 1.25rem;
}
.blog-area .blog-item .blog-body .blog-actions .action-btn{
    display: block;
    text-align: center;
    font-size: var(--title-7);
    transition: all .3s ease;
    border-radius: var(--border-r-3);
    padding: .5rem 1rem;
    border: 1px solid ;
    flex: 1;
    margin-left: 1rem;
}
.blog-area .blog-item .blog-body .blog-actions .action-btn:first-child{
    
    background-color: var(--clr-1);
    border-color:  var(--clr-1);
    color: #fff;
}
.blog-area .blog-item .blog-body .blog-actions .action-btn:first-child:hover{
    background-color: var(--clr-2);
    border-color:  var(--clr-2);
}
.blog-area .blog-item .blog-body .blog-actions .action-btn:last-child{
    
    background-color: #fff;
    border-color: #C8C9CC;
    margin: 0;
    
}
.blog-area .blog-item .blog-body .blog-actions .action-btn:last-child:hover{
    background-color: var(--clr-2);
    border-color:  var(--clr-2);
    color: #fff;
    
}

@media(max-width:575.98px){
    
    .blog-area .blog-item{
        --img-h:200px;
    }
    .blog-area .blog-item .blog-body .blog-desc{
        -webkit-line-clamp: 4;
    }
}


/*------------- #single-blog-area --------------*/ 

.single-blog-area .single-blog-wrap .blog-img{
    
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    border-radius: var(--border-r-2);
    background-color: #D9D9D9;
    height: 350px;
    margin-bottom: var(--box-py-res);
}
.single-blog-area .single-blog-wrap .blog-img img{
    
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: var(--border-r-2)
}
.single-blog-area .single-blog-wrap .blog-img .img-title{
    
    font-size: var(--title-1);
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 2;
    
    
}
.single-blog-area .single-blog-wrap  .blog-texts p{
    
    font-size: var(--title-6);
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.7; 
    color: #282626E5;
}
.single-blog-area .single-blog-wrap  .blog-texts p:last-child{
    margin-bottom: 0 !important;
    
}

@media(max-width:575.98px){
    
    .single-blog-area .single-blog-wrap .blog-img{
        height: 300px;
    }
    .single-blog-area .single-blog-wrap  .blog-texts p{
        
        text-align: justify;
        margin-bottom: .5rem;
    }
}
/*------------- #customers-area --------------*/ 

.customers-area .customer-item{
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    transition: all .3s ease;
    
    height: 120px;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--clr-1);
    border-radius: var(--border-r-3);
    
    
}
.customers-area .customer-item:hover{
    
    border-color: var(--clr-2);
    
}

.customers-area .customer-item img{
    
    -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;
    max-height: 85px;
    pointer-events: none;
}

@media(max-width:575.98px){
    
    .customers-area .customer-item img{
        max-height: 75px;
    }
}



/*------------- #banner-section --------------*/

.banner-section{
    
    background: url(../img/banner.svg) no-repeat center ;
    background-blend-mode: multiply;
    background-size: cover;
    
    
    
}
.banner-section::before{
    
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(38 111 205 / 66%);
}
.banner-wrap {
    
    position: relative;
    z-index: 5;
}


.banner-wrap .banner-content{
    
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-wrap .banner-content > *:not(:last-child){
    
    padding-bottom: 1rem;
}

.banner-wrap .banner-content h1{
    
    margin-bottom: 0;
    font-size: var(--title-2);
    font-weight: bold;
    color: #fff
}

.banner-wrap .banner-content p{
    
    color: #fff;
    font-size: var(--title-5);
    margin-bottom: .5rem;
    max-width: 600px;
    
    
}

.banner-wrap .banner-content a{
    
    background-color: transparent;
    border: 1px solid #fff;
    font-weight: bold;
    padding: 0.5rem 1.5rem;
    text-align: center;
    font-size: var(--title-7);
    color: #fff;
    transition: all .3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 30px;
    outline: none;
    box-shadow: none;
}

.banner-wrap .banner-content a:hover{
    
    background-color: #fff;
    color: var(--clr-2);
    
}

.banner-wrap .banner-img{
    
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.banner-wrap .banner-img img{
    
    max-height: 280px;
}

@media(max-width:767.98px){
    
    .banner-wrap .banner-content{
        
        display: flex;
        text-align: center;
    }
    .banner-wrap .banner-img{
        
        padding-bottom: .5rem;
    }
    .banner-wrap .banner-img img{
        
        max-height: 250px;
    }
    
}

@media(max-width:575.98px){
    
    .banner-wrap .banner-content h1{
    
       font-size: var(--title-4);
    
    }
    .banner-wrap .banner-content p{
    
     font-size: var(--title-6);
    
    }
}


/*------------- #footer --------------*/

.map-container{
    
    overflow: hidden;
    margin-bottom: -.5rem;
}
.map-container iframe{
    
    width: 100% !important;
    height: 450px;
}


.footer-area{
    
    background: url(../img/footer-bg.webp) no-repeat center  ;
    background-blend-mode: multiply;
    background-size: cover;
    position: relative;
    padding-top: var(--section-padding);
    padding-bottom: 0;
    z-index: 420;
    
}
.footer-area::before{
    
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(0 53 123 / 85%) ;
}

.contact-container{
    
    position: relative;
    z-index: 5;
}
.contact-container .contact-head{
    
    margin-bottom: var(--section-padding);
}
.contact-container .contact-head .main-title{
    margin-bottom: 0;
}
.contact-container .contact-head .main-title h2{
    
    color: #fff;
    font-size: var(--title-4);
    
}
.contact-container .contact-head p{
    
    text-align: center;
    color: #fff;
    font-size: var(--title-7);
    max-width: 800px;
    margin: 1rem auto 0;
}

.contact-container .contact-form-wrap,
.contact-container .contact-info{
    
    margin-bottom: var(--section-padding);
    
    
}

.contact-container .contact-info{
    padding-right: 15px;
}
.contact-container .contact-info .info-item{
    
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 15px 10px 50px rgba(255,255,255,0.30);
    border-radius: 40px;
    transition: all .3s ease;
    cursor: pointer;
}
.contact-container .contact-info .info-item:last-child{
    margin-bottom: 0;
}
.contact-container .contact-info .info-item .info-icon{
    
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: var(--clr-1);
    transition: all .3s ease
    
}
.contact-container .contact-info .info-item .info-icon ,
.contact-container .contact-info .info-item .info-icon svg{
    
    transition: inherit;
}
.contact-container .contact-info .info-item .info-icon svg{
    
    max-height: 22px;
    fill:#fff;
}
.contact-container .contact-info .info-item .content-val{
    
    padding: 1rem;
    padding-right: calc(.75rem + 35px);
    width: 100%;
    display: block;
    font-size: 16px;
    color: var(--clr-1);
    font-weight: bold;
    transition: all .3s ease;
}
.contact-container .contact-info .info-item .content-val > span{
    
    display: block;
}
.contact-container .contact-info .info-item:hover{
    
    background-color: var(--clr-1)
}
.contact-container .contact-info .info-item:hover  .info-icon{
    
    background-color: var(--clr-2)
}
.contact-container .contact-info .info-item:hover .content-val{
    
    color: #fff;
}



.contact-container .contact-form-wrap .form-group{
    
    position: relative;
    margin-bottom: 1rem;
}
.contact-container .contact-form-wrap .form-group .form-control{
    
    background-color:rgb(128 166 214 / 55%);
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    transition: all .3s ease;
    height: 50px;
    padding:.5rem .75rem ;
    border: none;
    outline: none;
    box-shadow: none;
    filter: none !important;
    
}
.contact-container .contact-form-wrap .form-group .form-control::placeholder{
    
    color: #fff;
    
}
.contact-container .contact-form-wrap .form-group .form-control:focus{
    
    background-color: rgb(128 166 214 / 100%);
}
.contact-container .contact-form-wrap .form-group textarea.form-control{
    
    min-height: 120px;
}
.contact-container .contact-form-wrap  .send-btn{
    
    background-color: #fff;
    color: var(--clr-1);
    font-weight: bold;
    border: 1px solid #fff;
    padding: 0.5rem 1.5rem;
    text-align: center;
    font-size: 16px;
    transition: all .3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 30px;
    outline: none;
    box-shadow: none;
    width: 100%;
    max-width: 130px;
}
.contact-container .contact-form-wrap  .send-btn:hover{
    
    background-color: var(--clr-1);
    border-color: var(--clr-1);
    color:#fff;
    
}


.contact-container .contact-footer{
    
    padding-top: var(--section-padding);
    
    
}

.contact-container .social-list{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1.5rem;
}
.contact-container .social-list .social-link{
    display: inline-flex;
    align-items: center;
    transition: all .3s ease;
    color: #fff;
    font-size: 32px;
    margin: 0 1rem;
}
.contact-container .social-list .social-link:hover{
    
    color: #FF8076;
    transform: scale(1.2);
}

footer .copy-right{
    position: relative;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255,255,255,.2);
}
footer .copy-right p{
    
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
footer .copy-right p a{
    
    display: inline-block;
    color: #FF8076;
    transition: all .3s ease
}
footer .copy-right p a:hover{
    
    color: #fd2b1a;
} 


@media(max-width:575.98px){
    
    .map-container iframe{
        
        height: 300px;
    }
    
    footer .copy-right p{
        
        padding: 0 45px;
    }
    .contact-container .social-list .social-link{
        margin: 0 .75rem;
    }
    
}






/*------------- #responsive --------------*/ 


@media(max-width:1199.98px){
    

    
}

@media(max-width:991.98px){
    

}

@media(max-width:767.98px){
        

    

}

@media(max-width:575.98px){
    
    :root{
        
          --title-1:32px;
          --title-2:28px;
          --title-3:24px;
          --title-4:22px;
          --title-5:20px;
          --title-6:18px;
          --title-7:16px;
        
          --border-r-1:15px;
          --border-r-2:10px;
          --border-r-3:8px; 
            
          --section-padding: 2.5rem; 
          --section-spaces : 4rem;
        
          --box-py-res:1.5rem;
          --box-px-sm: 1rem;
          --box-px: 1rem;
          --box-px-more:1rem ;
    }
    
    .section-style:not(.bg-section){
        
        padding: calc(var(--section-spaces) / 2) 0;
        
    }
    .main-title{
        margin-bottom: calc(var(--section-padding) - .5rem) ;
    }
    
      
}
    

/*------------- #custom-grid --------------*/ 

.gx-75 {
    --bs-gutter-x: .75rem;
}

@media (min-width:480px) and (max-width:575.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:575.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;
}
