
/* Advisar */
:root{
    --primary-color:#1B8354;
    --primary-color-dark:#074D31;
    --primary-color-light:#ECFDF3;
}
html,
body {
    overflow-x: hidden;
}
body {
    font-size: 16px;
    line-height: 26px;
    color: #6b7a7a;
    font-weight: 400;
   /* font-family: "IBM Plex Sans Arabic", sans-serif;*/
}
[dir=rtl] body{
    direction: rtl;
    text-align: right;
}
p {
    font-size: 16px;
    line-height: 24px;
    color: #161616;
    font-weight: 400;
    transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5 {
    color: #063232;
    font-style: normal;
    margin-bottom: 0;
    margin-top: 11px;
    line-height: 1.2;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 42px;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a {
    color: #012549;
    text-decoration: none;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
    text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 35px;

}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

ul , ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a,
i,
ol,
li,
ul {
    font-style: normal;
    font-weight: 400;
}

/* Default Background */


*::-moz-selection {
    background: var(--primary-color);
    color: #454545;
    text-shadow: none;
}

::-moz-selection {
    background: var(--primary-color);
    color: #454545;
    text-shadow: none;
}

::selection {
    background: var(--primary-color);
    color: #454545;
    text-shadow: none;
}

::placeholder {
    color: #454545;
    font-size: 16px;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #454545;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #454545;
}
.advisar-header-area {
    position: relative;
    z-index: 3;
    padding: 10px 0;
}
a.active_sticky {
    display: none;
}
.header-menu {
    display: flex;
    align-items: center;
    justify-content: right;
}
.header-menu .nav_scroll{
    display: flex;
        gap: 40px;
}
.header-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.header-menu ul li a {
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding: 0;
    color: #161616;
}
.header-menu ul li span {
    font-size: 13px;
    color: #063232;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

/*** Sub Menu Style ***/

.header-menu ul .sub_menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 225px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid var(--primary-color);
    opacity: 0;
}
[dir="rtl"] .header-menu ul .sub_menu{
    right: 0;
    left: inherit;
    text-align: right;
}
.header-menu ul li:hover>.sub_menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.header-menu ul .sub_menu li {
    position: relative;
    margin: 0;
    display: block;
}
.header-menu ul .sub_menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    transition: .1s;
    visibility: inherit !important;
    color: var(--primary-color-dark)!important;
    font-size: 16px;
    font-weight: 500;
}
.header-menu ul .sub_menu li:hover>a {
    background: var(--primary-color);
    color: #fff !important;
}


/* header button */
/* sticky */

  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }

/*===========================================
<-- Start Css About Area -->
==============================================*/
/*animation circle*/
@keyframes circle {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
  @keyframes right {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-positive {
    0% {
      width: 0;
    }
  }
/* testi star */
@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* =========================================================
  <--- Start advisar Footer Area CSS --->
============================================================ */
.footer_area {
    position: relative;
    background: var(--primary-color-dark);
    padding: 40px 0;
}
.footer_area .shape{
    position: absolute;
    left: 30%;
    bottom: 0;
}
.footer-widget-title h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 34px;
}
.footer-widget-menu ul li a {
color: #fff;
font-size: 14px;
font-weight: 400;
line-height: 20px;
}
.footer-widget-menu ul li a:hover{
    color: #000;
}
.footer-widget-menu ul li a.social-icon{
    display: flex;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    align-items: center;
    justify-content: center;
}
/* footer bottom */



/* =========================================================
  <--- Start advisar Hero Area Style Two CSS --->
============================================================ */
.hero_content h4 {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin-bottom: 23px;
    padding-left: 12px;
}
/* hero shape home two */


/* =========================================================
  <--- Start advisar Feature Area Style Six CSS --->
============================================================ */

/* boxs active */

@keyframes service_hexagon {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes service_hexagon {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes service_hexagon {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes service_hexagon {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/* prossess ber plugin */
span.fill {
    background-color: var(--primary-color-dark) !important;
}
/* pricing list */
/* pricing style two */
@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}
.topber_area {
    background: #F3F4F6;
    padding: 10px 0;
    color: #384250;
}

/* =========================================================
  <--- Start advisar Hero Area Style Three CSS --->
============================================================ */
.hero_area {
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 40% 50%;
    position: relative;
    z-index: 1;
}
.hero_area::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(27, 131, 84, 0.56);
    top: 0;
    left: 0;
    z-index: -1;
    display:none;
}
.hero_content h4 {
    color: var(--primary-color-dark);
    margin-bottom: 18px;
    padding-left: 0;
}
.hero_content h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -0.02em;
    margin-bottom: 25px;
}
.hero_content p span {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
}
.hero_content p sub {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #ffff;
}
  @-webkit-keyframes slide-har {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  
  @keyframes slide-har {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  
  @-webkit-keyframes slide-har-revers {
    100% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  
  @keyframes slide-har-revers {
    100% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }

/*accordion*/
a.active {
    color: #063232 !important;
    background: #fff !important;
    filter: drop-shadow(0px 10px 100px rgba(12,110,109,0.1)) !important;
}

/* ================ All Animation CSS ===================*/
@keyframes rotateme {
from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}
@keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
@keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
@keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
@keyframes float-bob6 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

/*--==============================================->
  <!-- Consen Animation Dance -->
 ==================================================-*/

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}



/*=====================================
<-- Constre Search Box Css -->
=======================================*/
/*nav button*/

/*html css*/

/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup{
    width: 100%;
}

.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--primary-color);
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid #1a1a1a;
    border-left: 3px solid #1a1a1a;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group{
    position:relative;
    margin:0px; 
  
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 60px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
}

.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: var(--primary-color);
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}

.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.search-box-btn {
    display: inline-block;
    padding-left: 22px;
}

.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}

.upp.search-box-btn i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}


.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}
[dir="rtl"] .owl-stage-outer{
    direction: ltr;
}
[dir="rtl"] .hero_content{
    direction: rtl;
    text-align: right;
}
.owl-dots {
    position: absolute;
    bottom: 0;
    left: 30px;
    margin: auto;
    text-align: center;
}
.owl-dot {
    display: inline-block;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #E5E7EB ;
}
.owl-dot.active {
    background: var(--primary-color) ;
}
.owl-nav{
    position: absolute;
    right: 30px;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 24px;
}
.owl-prev,.owl-next{
    width: 48px;
    height: 48px;
    background: #F9FAFB;
    border-radius: 50%;
    display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
}
.owl-prev{
    background: var(--primary-color) ;
    color: #fff;
}
.header-address-info{
    font-size: 16px;
    font-weight: 400;
    display: flex;
    gap: 10px;
}
.header-address-info li{
    font-size: 16px;
    font-weight: 400;
    color: #384250;
}
.header-address-info li svg {
    width: 21px;
    height: 16px;
}
.topber_left{
    display: flex;
    gap: 10px;
    justify-content: end;
}
.topber_left li a{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #384250;
}
.topber_left li a:hover{
    color: var(--primary-color);
}
.topber_left li span{
    cursor: pointer;
}
.topber_left li svg {
    width: 21px;
    height: 16px;
}
.header-main{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-right{
    display: flex;
    align-items: center;
}
[dir="rtl"] .header-logo{
    margin-left: 30px;
}
.header-left .header-btn{
    gap: 20px;
    display: flex;
    align-items: center;
}
.header-left .header-btn li a,
.header-left .header-btn li span{
    font-size: 16px;
    font-weight: 500;
    color: #161616;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 24px;
}
.header-left .header-btn li svg {
    width: 21px;
    height: 16px;
}
.banner_slider .owl-dots {
    position: absolute;
    bottom: 8%;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
.banner_slider .owl-dot {
    display: inline-block;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #E5E7EB ;
}
.banner_slider .owl-dot.active {
    background: var(--primary-color) ;
}
.section-padding{
    padding: 40px 0;
}
.bg_light{
    background: #eef0f2;
}
.bg_light_3{
    background: #D2D6DB40;
}
.section-title{
font-size: 30px;
font-weight: 700;
color: #161616;
margin: 0;
line-height: 38px;
}
.btn{
    border-radius: 4px;
    padding: 5px 20px;
    color: #161616;
    font-size: 16px;
    font-weight: 500;
    box-shadow: none !important;
    line-height: 24px;
}
.btn-border{
    border: 1px solid #D2D6DB;
}
.card-safety{
    background: #fff;
    box-shadow: 4px 4px 17px 0px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 16px;
    margin: 20px 10px;
}
.card-safety .icon{
    width: 57.93px;
    height: 57.93px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary-color);
    margin-bottom: 10px;
    margin-right: auto;
    font-size: 30px;
    color: #fff;
}
[dir="rtl"] .card-safety .icon{
    margin-left: auto;
    margin-right: 0;
}
.card-safety h3{
    color: #1F2A37;
font-size: 18px;
font-weight: 700;
line-height: 28px;
margin-bottom: 4px;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.card-safety p{
    color: #1F2A37;
font-size: 16px;
font-weight: 400;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
line-height: 24px;
}

.safety_slider{
    padding-bottom: 60px;
}
.card-service{
    border-radius: 16px;
    border: 1px solid #D2D6DB;
    padding: 16px;
    background: #fff;
    margin: 20px 10px;
}
.card-service .icon{
    margin-right: auto;
    width: 54px;
    height: 54px;
    font-size: 45px;
    display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    color:  var(--primary-color);
}
[dir="rtl"] .card-service .icon{
    margin-left: auto;
    margin-right: 0;
}
.card-service h3{
    color: #1F2A37;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.card-service p{
font-size: 16px;
margin-bottom: 20px;
font-weight: 400;
line-height: 24px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
color:#1F2A37;
}
.badge{
    font-size: 12px;
    color: var(--primary-color);
    background: var(--primary-color-light);
    border: 1px solid #ABEFC6;
    font-weight: 500;
    display: block;
    border-radius: 4px;
    padding: 4px 8px;
    line-height: 18px;
    width: fit-content;
    margin-right: auto;
    margin-bottom: 20px;
}
[dir="rtl"] .badge{
    margin-left: auto;
    margin-right: 0;
}
.btn-main{
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}
.btn-main:hover{
    background: transparent;
    color: var(--primary-color);
    border:1px solid var(--primary-color) !important;
}
.single-blog{
    border: 1px solid #D2D6DB;
    position: relative;
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 10px;
}
.single-blog img{
    border-radius: 8px;
    margin-bottom: 10px;
}
.single-blog h4{
    color: #1F2A37;
font-size: 18px;
font-weight: 700;
margin-bottom: 10px;
line-height: 28px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.single-blog p{
    color: #1F2A37;
font-size: 16px;
font-weight: 400;
line-height: 24px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.single-blog .blog-footer{
  display: flex;
  align-items: center;
  margin: 20px 0 0;
  justify-content: space-between;
}
.single-blog .blog-footer .date{
font-size: 14px;
font-weight: 400;
line-height: 20px;
color: #161616;
}
.gallery-image{
    margin-bottom: 20px;
    display: block;
}
.gallery-image img{
    border-radius: 9px;
}
.gallery_slider{
    padding-bottom: 40px;
}
.gallery_slider .owl-dots{
    bottom: 0;
    width: 100%;
    left: 0;
}
.footer-widget-title h5{
    margin: 0 0 10px;
    padding-bottom: 10px;
font-size: 16px;
color: #fff;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
font-weight: 500;
line-height: 24px;
}
.footer-widget-sub-title h5{
    margin: 0 0 10px;
font-size: 14px;
color: #fff;
font-weight: 700;
line-height: 20px;
}
.footer-download{
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-icons{
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-bottom-content{
    display: flex;
    flex-direction: column;
    gap: 12px;
    position:relative;
    z-index:9;
}
.footer-bottom-content ul{
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-bottom-content ul li a{
color: #fff;
font-size: 14px;
font-weight: 400;
line-height: 20px;
text-decoration: underline;
}
.footer-bottom-content p{
    margin-bottom: 0;
color: #fff;
font-size: 14px;
font-weight: 400;
line-height: 20px;
}
.font-w-600{
    font-weight: 600 !important;
}
.footer-logos{
    display: flex;
    align-items: center;
    gap: 10px;
}
.pt-70{
    padding-top: 70px;
}
.btn-toggle-menu{
    background: transparent;
    border: none;
}
.modal-backdrop{
    z-index: 1;
}
.menu_mobile li a{
    display: flex;
        align-items: center;
        justify-content: space-between;
}
.menu_mobile .sub_menu{
    display: none;
    padding: 10px;
    background: var(--primary-color-light);
    border-radius: 14px;
    margin: 10px 0 0;
}
.menu_mobile{
    display: flex;
        flex-direction: column;
        gap: 20px;
}
.header-search-button span{
    cursor: pointer;
}
.service_details_main{
    padding: 40px 0;
    position: relative;
    background: #f7fdf9;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
    padding-right: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item.active {
    color: #9DA4AE;
}
.breadcrumb-item a , .breadcrumb-item{
    color: #384250;
font-size: 14px;
font-weight: 400;
line-height: 20px;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: '\F284';
    font-size: 10px;
    font-family: 'bootstrap-icons';
    float: right;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    padding-left: 0;
    color: #9DA4AE;
}
.links{
    display: flex;
    align-items: center;
    gap: 20px;
}
.link-icon{
    color: var(--primary-color);
font-size: 16px;
font-weight: 400;
line-height: 24px;
display: flex;
align-items: center;
gap: 8px;
}
.nav-service{
    margin-bottom: 2em;
}
.nav-service .nav-link{
    padding: 12px 16px;
    background: transparent;
    color: #384250;
font-size: 14px;
font-weight: 500;
line-height: 20px;
border-bottom: 3px solid transparent;
border-radius: 0;
}
.nav-service .nav-link.active, .nav-service .show>.nav-link {
    color: #161616;
    background-color: transparent;
    border-color: var(--primary-color);
}
.bx-download{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F9FAFB;
    margin-bottom: 1em;
    height: 344px;
    border-radius: 16px;
}
.bx-download .btn-download-icon {
    padding: 0;
    background: transparent;
    outline: none;
    border: none;
    color: var(--primary-color);
    font-size: 50px;
}
.list-steps{
    list-style: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 20px;
}
.list-steps li{
    padding-right: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--primary-color);
}
.card-service-details{
    border-radius: 16px;
    padding: 40px;
    background: #fff;
    position: absolute;
    z-index: 10;
    border: 1px solid #D2D6DB;
}
.card-service-details .service-title{
color: #1F2A37;
font-size: 18px;
font-weight: 700;
line-height: 28px;
margin-bottom: 10px;
}
.service-info{
    list-style: none;
    gap: 15px;
    display: flex;
    flex-direction: column;
}
.service-info li {
    display: flex;
    gap: 5px;
}
.service-info li .icon{
    color: var(--primary-color);
    font-size: 20px;
}
.service-info li h4{
    color: #1F2A37;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 24px;
}
.service-info li small{
    color: #1F2A37;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.pay-methods{
    list-style: none;
    display: flex;
    gap: 5px;
}
.pay-methods li a{
    display: block;
    border: 1px solid #D2D6DB;
    border-radius: 6px;
    padding: 5px 10px;
}
.pay-methods li a img{
    width: auto;
    height: 14px;
}
.btn-download-guide{
    background: #F9FAFB;
    border-radius: 4px;
    color: #161616;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    outline: none;
    border: none;
    padding: 5px 10px;
}
.app-download {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.app-download li a img{
   width: auto;
   height: 40px;
}
.bg_light_2{
    background: #F9FAFB;
}
.max-100{
    max-width: 100%;
}
.question-part{
    padding: 10px 0;
    border-top: 2px solid var(--primary-color-dark);
}
.breadcrumb-section{
   background: #1B8354;
   height: 240px;
   position: relative;
}
.breadcrumb-section .shape{
    position: absolute;
    left: 0;
    width: 280px;
    height: 189px;
    opacity: 0.7;
    top: 50%;
    transform: translate(0%, -50%);
}
.card-over-breadcrumb{
    margin-top: -40px;
    position: relative;
    border: 1px solid #DDDDDD !important;
    border-radius: 20px !important;
}
.nav-tabs.flex-column .nav-link{
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    border-bottom: none !important;
    position: relative;
}
.nav-tabs.flex-column .nav-link::before{
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 17px;
    background: transparent;
}
[dir="rtl"] .nav-tabs.flex-column .nav-link::before{
    right: 0;
    left: inherit;
}
.nav-tabs.flex-column .nav-link.active{
    padding-left: 15px;
    font-weight: 700;
    color: var(--primary-color) !important;
}
[dir="rtl"] .nav-tabs.flex-column .nav-link.active{
    padding-right: 15px;
    padding-left: 0;
}
.nav-tabs.flex-column .nav-link.active::before{
  background: var(--primary-color);
}
.nav-tabs.flex-column .nav-link:hover{
    background-color: transparent;
    color: var(--primary-color) ;
}
.list-disc{
    list-style: disc;
}
.card{
    cursor: inherit;
}
.title-word{
    margin-bottom: 20px;
    position: relative;
    padding: 50px 0 10px;
    border-bottom: 3px solid var(--primary-color-dark);
}
.title-word img{
    position: absolute;
    right: -52px;
    bottom: -100px;
}
[dir="rtl"] .title-word img{
    left: -52px;
    right: inherit;
}
.text-justify{
    text-align: justify;
}
.word-text{
    font-size: 20px;
    line-height: 44px;
    color: #1F2A37;
    font-weight: 400;
}
.small-card{
    border-radius: 20px;
    background: #fff;
    padding: 40px;
    text-align: center;
    transition: all 0.3s ease;
    min-height: 214px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.small-card i{
    font-size: 70px;
    color: var(--primary-color);
}
.small-card img{
    width: 78px;
    height: 78px;
    margin-bottom: 10px;
}
.small-card:hover{
    background: var(--primary-color-light);
    color: var(--primary-color);
}
.radius-0{
    border-radius: 0 !important;
}
.image-hover-gallery {
    cursor: pointer;
}
.image-hover-gallery .mask{
    opacity: 0;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.6);
}
.image-hover-gallery .mask i{
    font-size: 45px;
}
.image-hover-gallery:hover .mask{
    opacity: 1;
}
.column-7 {
    flex: 0 0 calc(100% / 7);
}
[dir="ltr"] .text-left {
    text-align: right;
}
[dir="ltr"] .text-right {
    text-align: left;
}
.fs-35{
    font-size: 35px;
}
.dropdown-services .dropdown-toggle{
    padding: 0;
    background: transparent;
}
[dir="rtl"] .dropdown-toggle::after{
    margin-right: .255em;
    margin-left: 0;
}
.dropdown-toggle::after{
    font-family: bootstrap-icons !important;
    content: "\f282";
    font-size: 14px;
    border: none;
}
.dropdown-menu{
    width: 100%;
}
[dir="rtl"] .dropdown-menu{
    text-align: right;
}
.dropdown-services .dropdown-menu{
    background: #fff;
    margin: 0;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    border-top: 2px solid var(--primary-color);
}