@font-face {
    font-family: 'hyperweb';
    src: url('../fonts/hyperwebco.eot') format('eot');
    src: local("?"), url("../fonts/hyperwebco.ttf") format('truetype'),
    url("../fonts/hyperwebco.woff") format('woff'),d
    url("../fonts/hyperwebco.woff2") format('woff2');
    font-weight: normal;
    font-style: normal;
}
body{
    position:relative;
}
@media(max-width:900px){
    main{
    padding:10px!important;
}
.footer form{
    width:90%!important;
    margin-right:5%!important;
}
}
#Slider .owl-carousel4 .owl-dots{
    text-align: center!important;
    position: absolute;
    bottom: 23%;
    left: 25%;
}
@media(max-width:900px){
  #Slider .owl-carousel4 .owl-dots{
    bottom: 40%;
    left: 35%;
  }  
}
#SectionCity .owl-carouselBlog .owl-dots{
    text-align: center!important;
}
.owl-carousel button.owl-dot{
    border: 1px solid #000;
    padding: 5px!important;
    margin: 0 5px;
    border-radius: 5px;
    text-align: center!important;
}
.owl-carousel button.owl-dot.active{
    background-color: #e3342f!important;
    border: 1px solid #e3342f!important;
    padding: 5px 15px!important;
}
#BC{
    background-color: #e3342f;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 900;
    font-size: 14px;
    float:left;
    text-align:left;
}
#news-section h2{
    color: #000;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.5rem;
    padding: 10px 0;
}
#news-section .loader{
    color: #e3342f;
    font-size: 14px;
    line-height: 1.5rem;
    padding: 20px 0;
}
#news-section #news-content p{
    color: #e3342f;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.5rem;
}
.marquee-container {
    width: 100%;
    overflow: hidden;
    color: #000;
    padding: 10px 0;
    direction: ltr;
    display: flex;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}


.marquee-content {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    animation: scroll-left 20s linear infinite;
}


.marquee-content span {
    direction: rtl;
    padding-left: 10px;
    font-size: 14px;
    font-family: 'hyperweb',Tahoma!important;
}


@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}
/*float*/
:root {
    --bg-color: #f0f2f5;
    --text-color: #333;
    --panel-bg: #ffffff;
    --accent-color: #007bff;
    --font-size: 16px;
    --zoom-level: 1;
}


body {
background-color: var(--bg-color)!important;
color: var(--text-color)!important;
font-size: var(--font-size)!important;
transition: background-color 0.3s, color 0.3s!important;
}

.accessibility-trigger img{
    position: fixed;
    bottom: 40%;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: #e3342f;
    padding: 5px;
   border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 1000;
    font-size: 30px;
    transition: transform 0.3s;
}

.accessibility-trigger:hover {
    transform: scale(1.1);
}

.side-menu {
    position: fixed;
    top: 0;
    left: -500px;
    width: 400px;
    height: 100%;
    background-color: var(--panel-bg);
    box-shadow: 2px 0 15px rgba(0,0,0,0.2);
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999!important;
    padding: 15px 10px;
    direction: rtl;
    box-sizing: border-box;
    overflow-y: scroll;
}

.side-menu.open {
    left: 0; / نمایش منو */
}
.side-menu .menu-header h3{
    color: #e3342f;
    font-size: 15px;
    line-height: 1.5rem;
    font-weight: 900;
}
.side-menu .control-group h3{
    color: #000;
    font-size: 13px;
    line-height: 1.5rem;
    font-weight: 700;
}
.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.close-btn {
    font-size: 24px;
    cursor: pointer;
    background: none;
    border: none;
}



.control-group {
    margin-bottom: 25px;
}

.control-group h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.btn-grid {
    display: block;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

button.tool-btn {
    font-size: 10px!important;
    padding: 10px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    font-family: inherit;
    transition: 0.2s;
}

button.tool-btn:hover {
    background-color: #f0f0f0;
}

input[type="range"] {
    width: 100%;
}


.color-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    border: 2px solid #ddd;
}


.content-demo {
    padding: 50px;
    text-align: center;
}
/*float*/
#CopyBlog{
    display: inline-flex;
    direction: ltr;
    float: left;
    width: 100%;
}
#CopyBlog input{
    height: 2rem;
    border: 1px solid #e3342f;
    border-radius: 0;
}
#CopyBlog button{
    height: 2rem;
    background-color: #e3342f;
    color: #fff;
    border: 1px solid #e3342f;
    font-size: 12px;
    outline: 0;
}
.ST{
    direction: rtl;
    text-align: center;
    border: 1px solid #e3342f;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 5px 5% 5px 5px;
    min-height: 170px;
    color: #e3342f;
}
.ST img{
    width: 90px;
    height: 60px;
    margin: 15px 0;
    border-radius: 10px;
}
.ST p{
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5rem;
}
.Person{
    padding: 20px 10px;
    border: 1px solid #eee;
    direction: rtl;
    border-radius: 10px;
    text-align: center;
    background-color: #eee;
}
.Person img{
    height: 150px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 2px #eee;
    margin-bottom: 20px;
}
@media(max-width:900px){
    .Person img{
        height:auto!important;
       width:auto!important;
    }
}
.Person p{
    line-height: 1.5rem;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 10px;
}
.Person p i{
    color: #e3342f;
    font-size: 14px;
}
.Person h3{
    font-size: 15px;
    font-weight: bolder;
}
.Bh{
    padding: 20px 10px;
    border: 1px solid #eee;
    direction: rtl;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.9);
}
.Bh img{
    width: 100%;
    height: 400px;
    border-radius: 10px;
    margin-bottom: 20px;
}
@media(max-width:900px){
 .Bh img{
      height:auto!important;
 }  
 #Slider .LightImg img{
     height:auto!important;
 }
}
.Bh p{
    direction: rtl;
    text-align: center;
    line-height: 1.5rem;
    font-size: 12px;
    padding: 15px 0;
    color: #000;
    font-weight: 800;
}
#SectionCity{
    margin:20px;
    padding: 20px 10px;
    position: relative;
    border-radius: 10px;
    background: url(../images/Rectangle%207.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#Slider{
    position: relative;
    margin-top: 20px;
    background: url('../images/photo13296327834.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
#SectionCity h4{
    text-align:right;
    float:right;
    color: #e3342f;
    font-weight: 900;
    padding-bottom: 20px;
    font-size: 15px;
}
#SectionCity .CityBlog{
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
}
#SectionCity .CityBlog img{
    border-radius: 10px!important;
    height: 220px;
}
#SectionCity .CityBlog .CityDetail{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    margin-bottom: -35px;
    margin-inline-start:10px;
    min-height: 100px;
    bottom: 20px;
    border: 1px solid #eee;
    box-shadow: 2px 2px 2px 2px #eee;
}
#SectionCity .CityBlog .CityDetail h6{
    line-height: 1.5rem;
    color: #000;
    font-weight: 800;
    text-align: center;
    font-size: 12px;
}
.Sc{
    margin-top: 80px!important;
    background-image: linear-gradient(to bottom, #eee , #fff);
}
@media(max-width:900px){
    .Sc {
        margin-top: 90px !important;
    }
}
#accessibility{
    position: fixed;
    bottom: 40%;
    left: 0;
    z-index: 2000;
}
#accessibility img{
    padding: 2px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    width: 45px;
    height: 45px;
    background-color:#e3342f ;
}
#accessibility [data-title] {
    position: relative;
}
#accessibility [data-title]:after {
    content: attr(data-title);
    background-color: #e3342f;
    color: #000;
    font-weight: bolder;
    border-radius: 8px;
    font-size: 70%;
    box-shadow: 1px 1px 5px #4a4a4a2a;
    position: absolute;
    padding: 0.5rem;
    bottom: 0.5em;
    left: 110%;
    white-space: nowrap;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
}
#accessibility [data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
/*map*/
#Map{
    padding: 20px 0;
}
#Map h4{
    text-align: center;
    color: #e3342f;
    font-weight: bolder;
}
/*map*/
#WP{
    text-align: center;
    margin-bottom: 10px;
}
#WP a{
    background-color: #e3342f;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
}
tbody, td, tfoot, th, thead, tr{border-width: 1px!important;}
.owl-carouselLogo .LogoLink{
    display: inline-block;
    text-align: center!important;
}
.owl-carouselLogo .LogoLink p{
    color: #000;
    font-size: 12px;
    line-height: 2rem;
    font-weight: 900;
    margin-bottom: 0!important;
}
.owl-carouselLogo .LogoLink img{
    width: auto!important;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 2px 2px 2px #eee;
    padding: 10px;
    margin-bottom: 20px;
    display: inline;
}
 #certificate{
    background-color: #e3342f;
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    font-weight: 900;
    color: #fff!important;
}
.footer #Social{
    margin: 15px 0;
}
.footer #Social li{
    list-style-type: none;
    display: inline-flex;
    justify-content: center;
}
.footer #Social li a{
    background-color: transparent;
}
.footer #Social li a img{
    width: 40px;
    height: 40px;
    color: #fff!important;
    border-radius: 50%;

}
.footer .alert-body .close{
    display: none!important;
}
:root,
[data-bs-theme=light] {
  --bs-body-bg: #ffffff;
  --bs-body-color: #494B5B;
  --bs-primary: #215C5C;
  --bs-primary-rgb: 33, 92, 92;
  --bs-primary-hover: #144B4B;
  --bs-primary-hover-rgb: 20, 75, 75;
  --bs-secondary: #CCE8C9;
  --bs-secondary-rgb: 204, 232, 201;
  --bs-heading-color: #16181B;
  --inverse-color: #494B5B;
  --inverse-color-rgb: 73, 75, 91;
  --bs-link-color: var(--bs-primary);
  --nav-bg: #ffffff;
  --nav-color: #fff;
  --nav-hover-color: #1f6bff;
  --dropdown-bg: #ffffff;
  --dropdown-color: #1f6bff;
  --dropdown-hover-bg: #f7f7f7;
  --nav-inverse: #000000;
  --nav-inverse-alt: #ffffff;
}
body h1,body h2,body h3,body h4,body h5,body h6{
    font-family: 'hyperweb',tahoma!important;
}
body {
  font-family: 'hyperweb',tahoma!important;
 /* background:url('../images/back.jpg');
  background-repeat: no-repeat;
  background-position-x:center ;*/
  color: var(--bs-body-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}
#ChatBox{
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: orange;
    color: #fff;
    font-size: 20px;
    padding:5px 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
body a{
    text-decoration: none!important;
}
#MultiMedia{
    border-radius: 10px!important;
    text-align: center;
    position: relative;
    margin: 20px 0;
    box-shadow: 30px 10px 30px 10px #eee;
    background-image: linear-gradient(to top, #29a929 , #fff);
}
#MultiMedia h2{
    font-size: 16px;
    font-weight: 900;
    padding: 10px 0;
    color: #e3342f;
}
 #LogoSlider{
     border-radius: 10px!important;
     padding: 10px 0;
     text-align: center;
     position: relative;
     margin: 10px 0 20px 0;
     box-shadow: 30px 10px 30px 10px #eee;
 }
 #LogoSlider::before{
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     background: url('../images/Rectangle 7.png');
     background-repeat: no-repeat;
     background-size: cover;
     opacity: 0.5;
 }
#LogoSlider #At{
    width: 100%;
    position: absolute;
    top: 0;
    left: 3px;
    right:3px;
}
#LogoSlider #Ab{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 3px;
    right:3px;
}
#LogoSlider h2 {
    font-size: 18px;
    font-weight: 900;
    padding: 10px 0;
}
@keyframes slides {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    position: relative;
}

.logos:before, .logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
}

.logos:before {
    left: 0;

}

.logos:after {
    right: 0;

}

.logo_items {
    display: inline-block;
    animation: 200s slides infinite linear;
}

.logos:hover .logo_items {
    animation-play-state: paused;
}

.logo_items img{
    height:auto;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 3px 3px 3px #eee;
}
.logo_items p{
    color: #000;
    font-size: 14px;
    line-height: 2rem;
    font-weight: bold;
    padding: 10px 0;

}
  #OverLayPic{
      background: url('ui/assets/images/Rectangle 10_1.jpg');
      min-height: 300px;
      border: 1px solid #eee;
      box-shadow: 5px 5px 5px #eee;
      border-radius: 20px;
      margin-bottom: 20px;
  }
.Pic{
    background: url('ui/assets/images/11.png');
    min-height: 300px;
    border: 1px solid #eee;
    box-shadow: 5px 5px 5px #eee;
    border-radius: 20px;
    position: relative;
    direction: rtl;
    padding: 10px;
    text-align: center;
}
.Pic:hover{
    background: none;
}
.Pic:hover i{
    background: #fff;
}
.Pic:hover #DetailPic h2,.Pic:hover #DetailPic p,.Pic:hover #DetailPic span{
    color: #fff!important;
}
.Pic:hover #DetailPic a{
    background: #fff;
    color: #000090;
}
.Pic i{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 40px;
    color: #ccc;
    border: 2px solid #ccc;
    padding: 5px 7px 5px 7px;
    border-radius: 50%;
    margin: 0;
    line-height: 0;
}
#DetailPic{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 10px;
    text-align: center;
}
#DetailPic h2{
    border-bottom: 1px solid #ccc;
    color: #000090;
    font-size: 14px;
    font-weight: 900;
    line-height: 2rem;
    text-align: right!important;
    width: 100%;
}
#DetailPic p{
    font-size: 10px!important;
    line-height: 2rem;
    text-align: justify;
    font-weight: 500;
}
#DetailPic a{
    border: 1px solid #000090;
    font-size: 11px!important;
    padding: 5px 10px;
    border-radius: 10px;
}
.Blog{
      background: #fff;
      direction: rtl;
      padding: 30px 10px;
      border-radius: 20px;
      box-shadow: 5px 5px 5px #eee;
      border: 2px solid #eee;
  }
.Blog .SideLeft{
    border: 1px solid #eee;
    border-radius: 10px;
    text-align: center;
}
.Blog .SideLeft p{
    font-size: 12px;
    line-height: 2rem;
    padding: 10px;
    font-weight: 900;
}
.Blog .SideLeft img{
    width: 100%;
    border-radius: 10px;
    padding: 10px;
}
.Blog .OtherCity #news-list{
    margin: 20px 0;
    color: #000;
    font-weight: 900;
    line-height: 1.5rem;
    font-size: 12px;
}
.Blog .OtherCity ul{
    text-align: center;
    padding: 0;
    margin: 0;
}
.Blog .OtherCity ul li{
    list-style-type: none;
    display: inline-block;
}
.Blog .OtherCity ul li a{
    background-color: #e3342f;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
}
.Blog .OtherCity{
    border: 1px solid #ccc;
    background-color: #eee;
    border-radius: 10px;
    padding: 20px 10px;
}
.Blog .OtherCity h2{
    color: #000;
    font-size: 15px;
    line-height: 2rem;
    font-weight: 900;
}
.Blog .OtherCity span{
    color: #000;
    font-size: 12px;
    line-height: 2rem;
    text-align: center;
}
  #Slider{
      direction: rtl;
  }
 #FloatSocial{
     position: fixed;
     right: 0!important; 
     top: 30%;
     z-index:1044;
 }
 @media(max-width:900px){
      #FloatSocial{
        right: 12px!important;  
      }
 }
#FloatSocial #Social{
    float: right;
    margin: 0;
    z-index: 10000;
}
#FloatSocial #Social li{
    list-style-type: none;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
    margin: 2px 0;
    height: 39px;
    width: 39px;
    background-color: #e3342f;
}
#FloatSocial #Social li a{
    background-color: transparent;
    color: #000;
    margin-right:0!important;
}
#FloatSocial #Social li a img{
    height: 25px;
    width: 25px;
}
#Slider .thumbs img,#Slider .LightImg img {
    vertical-align: middle;
    width: 100%;
    height: 400px;
    border:5px solid #fff;
    border-radius: 10px;
    margin-bottom: 5px;
}
#Slider .LightBox{
    background: rgba(255,255,255,0.9);
    width: 100%;
    min-height: 100px;
    border-radius: 10px!important;
    padding: 20px 10px;
}
@media(max-width:900px){
    #Slider .LightBox{margin-top: 0!important;margin-inline-start:0px;}
    #Slider .LightImg img{margin-top: 20px}

}
#Slider .LightBox h5{
    direction: rtl;
    text-align: right;
    color: #2c2c2c;
    font-size: 14px;
}
#Slider .LightBox h4{
    direction: rtl;
    text-align: right;
    color: #000;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.5rem;
    padding: 20px 0;
}
#Slider .LightBox p{
    direction: rtl;
    color: #000;
    font-size: 12px;
    line-height: 1.5rem;
    text-align: justify;
}
#Slider .col-md-4,.col-md-10,.col-md-2,#Slider .col-md-8{
    padding: 0;
}
#Slider #Archive{
    background: #e3342f;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 900;
    margin-right: 30px;
}
#Slider h2{
    color: #000;
    font-size: 15px;
    font-weight: 900;
    line-height: 2rem;
    margin-bottom: 20px;
}
 .bg-diffrent{
     margin: 10px;
     background-color: #fff;
     padding: 10px;
     border-radius: 5px;
     position: relative;
 }
 .bg-diffrent #WP{
     position: absolute;
     top:18px;
     left: 2px;
 }
.bg-diffrent .BlogBox{
    display: flex;
}
.bg-diffrent .BlogBox .BlogInfo{
    margin-right: 5px;
}
.bg-diffrent .BlogBox .BlogInfo p{
    font-family: 'hyperweb',tahoma;
    color: #000;
    font-size: 12px;
    line-height: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.bg-diffrent .BlogBox .BlogInfo strong{
    color: #ccc;
    font-size: 12px;
}
.bg-diffrent .BlogBox img{
    width: 100px;
    border-radius: 10px;
}
@media(max-width: 900px){
    .bg-diffrent .BlogBox img{
        height:auto!important;
    }
}
.category-lists-slider{
    position: relative;
    direction: rtl;
}
#catgory-slider .swiper-slide {
    width: auto;
}
#Slider #WP{
    top: 15px!important;
    left:5px!important;
}
#Slider #WP a{
    padding: 8px 15px!important;
    font-size: 12px!important;
    font-weight: 900!important;
}
#Slider .category-button{
    font-size: 10px!important;
    padding: 8px 10px!important;
    width: 100px!important;
    margin:0 2px 10px 0!important;
}
.category-button {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    border: 2px solid #ccc;
    background-color: #fff;
    color: #ccc;
    padding: 8px 28px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    margin-bottom: 10px;
}
.category-button.active{
    background-color: #e3342f;
    color: #fff;
    border: 2px solid #e3342f;
}
.data-text {
    display: none;
}
.data-text.active{
    display: block;
}
.data-text h6{
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 8px;
    font-weight: 700;
}
.data-text p{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.slider-button{
    width: 25px;
    height: 25px;
    background-color: #e3342f;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    top: 5px;
    z-index: 1;
    cursor: pointer;
}
.slider-button.slider-prev{
    left: -30px;
}
.slider-button.slider-next{
    right: -30px;
}
.slider-button.swiper-button-disabled{
    opacity: 0;
    visibility: hidden;
}
.box{
    padding: 30px;
    margin-top: 20px;
    background-color: #d9eefd;
    border-radius: 6px;
    transition: 0.3s;
    height: 100%;
}
.box i {
    font-size: 40px;
    margin-bottom: 20px;
    color: #37a7f1;
}



@media (max-width: 575px){
    .category-lists-slider{
       
    }
    .category-button{
        font-size: 12px;
        padding: 4px 14px;
    }
    .slider-button{
        top: -40px;
    }
    .slider-button.slider-prev {
        left: inherit;
        right: 32px;
    }
    .slider-button.slider-next {
        right: 0;
    }
}
      /* Style for the gallery section */
  .gallery-section {
      text-align: center;
  }
.tabs {
    margin: 20px 0;
    direction: rtl;
}
.tabs button {
    padding: 10px 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #e3342f;
    color: #e3342f;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 900;
    outline: 0!important;
    transition: background-color 0.3s;
}
.tabs button.active {
    background-color: #e3342f;
    color: white;
    border: 1px solid #e3342f;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery div {
    display: none; /* Initially hidden, handled via JS */
    margin: 10px;
}
.gallery img,.gallery video,.gallery object {
    margin-bottom:10px;
    width: 300px;
    height: 250px;
    object-fit: cover;
    border-radius: 5px!important;
}
  .openBtn {
      margin: 0;
      background:transparent;
      color: #000;
      border: none;
      padding: 0;
      font-size: 20px;
      cursor: pointer;
  }

.openBtn:hover {
    background: transparent;
    color: #000!important;
}

.overlay {
    direction: rtl;
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 14px;
    border: none;
    outline: 0;
    float: right;
    height: 3.45rem;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: right;
    width: 20%;
    padding: 15px;
    background: #ddd;
    height: 3.45rem;
    color: #e3342f;
    font-weight: bolder;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}
#BlogPage{
    direction: rtl;
    text-align: right;
}
#BlogPage .ShowComment{
    margin-bottom: 10px;
    display: inline-flex;
}
#BlogPage .ShowComment i{
    font-size: 30px!important;
}
#BlogPage .ShowComment p{
    padding: 10px;
    font-size: 12px;
    line-height: 2rem;
    margin-bottom: 0;
}
#BlogPage .CommentBlog{
    margin: 20px 0;
    text-align: center;
}
#BlogPage .CommentBlog h4{
    text-align: right!important;
    color: #0000ff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}
#BlogPage .CommentBlog .form-control{
    font-size: 14px;
}
#BlogPage .CommentBlog button{
    background-color: #0000ff;
    color: #fff!important;
    border: 1px solid blue;
    padding: 6px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 900;
}
#BlogPage .BtnRight{
    float: right;
    margin-bottom: 20px;
}
#BlogPage .BtnRight a,#BlogPage .BtnLeft a{
    background-color: #0000ff;
    color: #fff!important;
    border: 1px solid blue;
    padding: 6px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 900;
}
#BlogPage .BtnLeft{
    float: left;
    margin-bottom: 20px;
}
#BlogPage .AutherBlog .Keyword{
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
#BlogPage .AutherBlog .Keyword p{
    color: #000;
    font-size: 13px;
    font-weight: 900;
    text-align: right;
    direction: rtl;
    padding-bottom: 5px;
    margin-bottom: 0;
}
#BlogPage .AutherBlog .Keyword ul li{
    list-style-type: none;
    display: inline-block;
    background-color: #eee;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #eee;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 900;
    line-height: 2rem;
}
#BlogPage .AutherBlog{
    margin: 10px 0;
}
#BlogPage .AutherBlog span i{
    font-size: 30px;
}
#BlogPage .AutherBlog p,#BlogPage .AutherBlog span{
    font-size: 13px;
    font-weight: 900;
    line-height: 2rem;
    text-align: left;
    padding-bottom: 0;
}
#BlogPage .SideBlog{
    box-shadow: 3px 3px 3px #eee;
    border-radius: 5px!important;
    margin-bottom: 20px;
    padding: 20px 10px;
}
#BlogPage .SideBlog h4{
    color: #0000ff;
    font-size: 15px;
    font-weight: 900;
    line-height: 2rem;
   margin-bottom: 20px;
    border-bottom: 2px dotted blue;
}
#BlogPage .SideBlog .BlogSide{
    display: inline-flex;
}
#BlogPage .SideBlog .BlogSide img{
    width: 70px;
    height: 70px;
    border-radius: 5px;
    margin-left: 5px;
}
#BlogPage .SideBlog .BlogSide p{
    font-size: 12px;
    line-height: 1.5rem;
    text-align: justify;
    font-weight: 700;
}
#BlogPage .SideBlog .BlogSide p span{
    font-size: 10px;
    color: #808080;
}
#BlogPage .BlogSocial{
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 13px 0;
    margin-bottom: 20px;
    text-align: center;
}
#BlogPage .BlogSocial ul{
    padding: 0;
    margin: 10px 0;
}
#BlogPage .BlogSocial ul li{
    list-style-type: none;
    display: inline-block;
}
#BlogPage .BlogSocial ul li a img{
    width: 25px;
    height: 25px;
}
#BlogPage .IconBlog{
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: left;
}
#BlogPage .IconBlog ul{
    padding: 0;
    margin:10px  0;
}
#BlogPage .IconBlog ul li{
    list-style-type: none;
    display: inline;
    margin-left: 5px;
    font-size: 14px;
    line-height: 2rem;
}
#BlogPage .DetailBlog{
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 20px;
}
#BlogPage .DetailBlog ul{
    padding: 0;
    margin:10px 0;
}
#BlogPage .DetailBlog ul li{
    display: inline;
    margin-left: 5px;
    font-size: 12px;
    line-height: 2rem;
}
#BlogPage h2{
    color: #0000C0;
    font-size: 14px;
    font-weight: 900;
    line-height: 2rem;
    padding: 10px 0;
}
#BlogPage .ImageBlog img{
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 20px 0;
}
#BlogPage .SummeryBlog{
    background-color: #eee;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    font-weight: 900;
    line-height: 2rem;
    margin-bottom: 20px;
    text-align: justify;
}
#BlogPage .InfoBlog{
    line-height: 2rem;
    color: #000;
    font-weight: 500;
    text-align: justify;
    margin: 20px 0;
    font-size: 14px;
}
#BlogPage .InfoBlog h4{
    color:#e3342f;
    font-size:12px;
    line-height:1.5rem;
    font-weight:bold;
}
#BlogPage .InfoBlog img{
    width: 100%!important;
}
.BlogBox{
   direction: rtl;
    text-align: right;
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
@media(max-width: 900px){
    .BlogBox{
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .BlogBox img{width: 100%!important;margin-bottom: 20px}
}
.BlogBox img{
    width: 180px;
    position: relative;
    margin-left: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #ccc;
}
.BlogBox #Archive{
    position: absolute;
    top: 0;
    right: 0;
}
.BlogBox h5{
    color: #000;
    font-weight: 900;
    font-size: 15px;
    line-height: 2rem;
}
.BlogBox strong{
    color: #2c2c2c;
    font-weight: 400;
    font-size: 13px;
}
.BlogBox p{
    color: #000;
    font-weight: 700;
    line-height: 1.2rem;
    margin-bottom: 0!important;
    font-size: 11px;
    text-align: justify;
}
#Error{
    text-align: center;
    padding: 50px 0;
}
#Error h2{
    font-size: 150px!important;
    padding: 30px 0;
}
#Error p{
    font-size: 14px;
    line-height: 2rem;
    font-weight: 900;
}
#Top{
    direction: rtl;
    text-align: right;
    padding: 30px 0;
}
#Top table,#Top img{
    width: 100%!important;
}
#Top h1{
    color: #000;
    font-size: 16px;
    font-weight: 900;
    line-height: 2rem;
    border: 1px solid #000;
    border-radius: 5px!important;
    padding: 5px 10px;
    margin-bottom: 30px;
}
#Top ul{
    margin: 10px 0;
    border: 1px dotted #000;
    padding: 10px 10px;
    border-radius: 5px!important;
}
#Top ul li{
    line-height: 2rem;
    border-bottom: 1px solid #000;
    list-style-type: none;
}
#Top ul li a{
    font-size: 14px;
    line-height: 2rem;
    color: #000;
    font-weight: 600;
}
#Breadcrumb{
    direction: rtl;
    text-align: right;
    margin-top: 100px;
}
#Breadcrumb ul{
    padding: 20px 0;
    margin: 0;
}
#Breadcrumb ul li{
    list-style-type: none;
    display: inline-block;
    padding: 0;
}
#Breadcrumb ul li:after{
    content: ' / ';
    display: none;
}
#Breadcrumb ul li a{
    color: #000;
    font-size: 12px;
    line-height: 2rem;
    font-weight: 900;
    font-family: 'hyperweb',tahoma!important;
}
.offcanvas-header .btn-close{

}
.offcanvas.offcanvas-start{
    right: 0!important;
}
.navbar-nav{
    margin: 0;
    padding: 0;
}
#HeaderTop{
    background-color:#e3342f;
    direction: rtl;
    padding: 10px 10px;
    color: #fff!important;
}
#HeaderTop .RightIcon{
    direction: rtl;
    text-align: right;
    line-height: 2rem;
    font-size: 12px;
    font-weight: 700;
}
@media(max-width: 900px){
    #HeaderTop .RightIcon{text-align: center!important;}
}
#HeaderTop .LeftIcon{
    direction: ltr;
    text-align: left;
}
#HeaderTop .LeftIcon ul{
    padding: 0;
    margin: 0;
}
#HeaderTop .LeftIcon ul li{
    font-size: 12px;
    color: #fff;
    font-weight: 900;
    display: inline-block;
    list-style-type: none;
    padding: 0 5px;
}
#HeaderTop .LeftIcon ul li i{
    font-size: 20px;
    color: #fff!important;
}
.navbar-expand-lg .offcanvas .offcanvas-body{display: block!important;}
.site-wrap {
  position: relative;
    background-color: rgba(255,255,255,0.6);
}

::-moz-selection {
  background-color: var(--bs-black);
  color: var(--bs-white);
}

::selection {
  background-color: var(--bs-black);
  color: var(--bs-white);
}

a {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: var(--bs-primary);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bs-heading-color);
}

.container {
  max-width: 1140px;
}

.section {
  padding: 10px 0;
  scroll-margin-top: 60px;
}
@media (max-width: 767.98px) {
  .section {
    padding: 40px 0;
  }
}
.section.first-section {
  padding-top: 100px;
}
@media (min-width: 992px) {
  .section.first-section {
    padding-top: 130px;
  }
}

.text-heading-color {
  color: var(--bs-heading-color);
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
          box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
          box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
          box-shadow: 0 1rem 3rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.list-checked {
  padding: 0;
  margin: 0;
  color: var(--bs-body-color);
}
.list-checked li {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
}
.list-checked li i {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  border-radius: 50%;
  color: var(--bs-primary);
  font-size: 20px;
}
.list-checked li:before {
  position: absolute;
  display: inline-block;
  left: 0;
  content: "";
  vertical-align: -0.125em;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5625rem 1.5625rem;
  width: 1.5625rem;
  height: 1.5625rem;
}

.btn {
  padding: 12px 20px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 600;
  position: relative;
}
.btn:hover, .btn:active, .btn:focus {
  color: var(--bs-white);
  background-color: var(--bs-primary-hover) !important;
  border: 1px solid var(--bs-primary-hover) !important;
}
.btn.btn-white.hover-outline {
  background-color: var(--bs-white) !important;
  color: var(--bs-black) !important;
  border: 1px solid transparent !important;
}
.btn.btn-white.hover-outline:hover {
  color: var(--bs-white) !important;
  background-color: transparent !important;
  border: 1px solid var(--bs-white) !important;
}
.btn.btn-white-outline {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2) !important;
  color: var(--inverse-color) !important;
  background-color: transparent;
}
.btn.btn-white-outline:hover, .btn.btn-white-outline:focus, .btn.btn-white-outline:active {
  background-color: transparent !important;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.5) !important;
}

.block-squares {
  position: absolute;
  bottom: -12px;
  right: 0;
  z-index: 1;
  width: auto;
}

.form-control {
    margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 1px;
  font-size: 16px;
  background-color: transparent;
  border-color: rgba(var(--inverse-color-rgb), 0.1);
}

.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--bs-primary);
}

.a-link i {
  font-size: 26px;
  margin-left: 10px;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
.a-link:hover i {
  margin-left: 15px;
}

.page-title {
  padding-top: 100px !important;
  padding-bottom: 50px !important;
  background-color: rgba(var(--inverse-color-rgb), 0.03);
}

.special-link .icons {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.special-link .icons i {
  font-size: 25px;
  position: relative;
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.special-link .icons i.icon-1 {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.special-link .icons i.icon-2 {
  opacity: 0;
  visibility: hidden;
  top: 80%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.special-link:hover .icons .icon-1 {
  opacity: 0;
  visibility: hidden;
  top: 20%;
  left: 80%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.special-link:hover .icons .icon-2 {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.fbs__net-navbar {
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  z-index: 5000!important;
  width: 100%;
  background-color: transparent !important;
  border: none;
}
@media (min-width: 992px) {
  .fbs__net-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.fbs__net-navbar > .container {
  position: relative;
}
.fbs__net-navbar.relative {
  position: absolute;
}
.fbs__net-navbar .navbar-brand {
  color: var(--bs-white);
  font-size: 30px;
  font-weight: bold;
}
.fbs__net-navbar .navbar-brand .logo.dark {
  display: none;
}
.fbs__net-navbar .navbar-brand .logo.light {
  display: block;
}
.fbs__net-navbar .navbar-nav > li > .nav-link {
  position: relative;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 5px;
  padding-right: 5px;
  font-size:12px;
    font-weight: 900;
  color: rgba(var(--bs-white-rgb), 1);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link {
    color: var(--inverse-color);
  }
}
.fbs__net-navbar .navbar-nav > li > .nav-link:before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 5px;
  height: 1.5px;
  bottom: 0;
  left: 10px;
  background: currentcolor;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.fbs__net-navbar .navbar-nav > li > .nav-link:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.fbs__net-navbar .navbar-nav > li > .nav-link:hover, .fbs__net-navbar .navbar-nav > li > .nav-link:focus {
  color: var(--bs-white);
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link:hover, .fbs__net-navbar .navbar-nav > li > .nav-link:focus {
    color: var(--inverse-color) !important;
  }
}
@media (max-width: 767.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.fbs__net-navbar .navbar-nav > li > .nav-link.active {
  color: var(--bs-white);
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link.active {
    color: var(--inverse-color);
  }
}
.fbs__net-navbar .navbar-nav > li > .nav-link.active:before {
  content: "";
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.fbs__net-navbar .navbar-nav > li > .nav-link.dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fbs__net-navbar .navbar-nav > li > .nav-link.dropdown-toggle::after {
  display: none;
  content: "";
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.fbs__net-navbar .navbar-nav .dropdown-menu {
  background-color: var(--nav-bg);
}
.fbs__net-navbar .navbar-nav .dropdown-menu .nav-link:hover {
  background-color: var(--dropdown-hover-bg) !important;
  color: var(--inverse-color);
}
.fbs__net-navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}
.fbs__net-navbar .navbar-nav .dropdown-toggle .bi-chevron-down {
  margin-right: 0.5rem;
}
.fbs__net-navbar .fbs__net-navbar-toggler {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  background-color:transparent;
  color: #000;
  border: none;
  display: none;
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .fbs__net-navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.fbs__net-navbar .navbar-brand {
  margin-right: 0 !important;
}
.fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu,
.fbs__net-navbar .navbar-nav .dropend > .dropdown-menu,
.fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu {
  border: none !important;
    direction: rtl;
    text-align: right;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.1);
          box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.1);
}
@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropend > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu {
    padding-left: 10px;
    padding-right: 10px;
    width: max-content!important;
    border: none;
  }
}
.fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu .nav-link,
.fbs__net-navbar .navbar-nav .dropend > .dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropend > .dropdown-menu .nav-link,
.fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu .nav-link {
  font-size: 12px;
    font-weight: 900;
  padding: 10px 10px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 0.5rem;

}
@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropdown:hover > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropend:hover > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropstart:hover > .dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 0.3s ease;
            animation: fadeInUp 0.3s ease;
  }
}
@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-animation: fadeInRight 0.3s ease;
            animation: fadeInRight 0.3s ease;
  }
}
@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropstart:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    right: 100%;
    -webkit-animation: fadeInLeft 0.3s ease;
            animation: fadeInLeft 0.3s ease;
  }
}
.fbs__net-navbar .navbar-nav .dropdown-toggle::before {
  display: none;
}
.fbs__net-navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}
.fbs__net-navbar .navbar-nav li.dropend > a,
.fbs__net-navbar .navbar-nav li.dropstart > a {
  position: relative;
}
.fbs__net-navbar .navbar-nav li.dropend > a .bi,
.fbs__net-navbar .navbar-nav li.dropstart > a .bi {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav li.dropend > a .bi,
  .fbs__net-navbar .navbar-nav li.dropstart > a .bi {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    margin-top: -10px;
  }
}
.fbs__net-navbar .navbar-nav li.dropend > a::after,
.fbs__net-navbar .navbar-nav li.dropstart > a::after {
  display: none;
}
.fbs__net-navbar .navbar-nav li.dropend > a {
  position: relative;
}
.fbs__net-navbar .navbar-nav li.dropend > a:hover {
  background-color: var(--dropdown-hover-bg) !important;
}
.fbs__net-navbar .navbar-nav li.dropend > a .caret {
  position: absolute;
  right: 10px;
}
.fbs__net-navbar .navbar-nav li.dropstart > a {
  position: relative;
}
.fbs__net-navbar .navbar-nav li.dropstart > a:hover {
  background-color: var(--dropdown-hover-bg) !important;
}
.fbs__net-navbar .navbar-nav li.dropstart > a .caret {
  position: absolute;
  left: 10px;
}
.fbs__net-navbar .navbar-toggler:hover, .fbs__net-navbar .navbar-toggler:focus, .fbs__net-navbar .navbar-toggler:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.fbs__net-navbar .header-social a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: var(--bs-white);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  background-color: transparent;
}
.fbs__net-navbar .header-social a:hover {
  background-color: rgba(var(--bs-white-rgb), 0.1);
}
@media (min-width: 992px) {
  .fbs__net-navbar .header-social a {
    color: var(--bs-white);
  }
}
.fbs__net-navbar .header-social .btn {
  width: auto !important;
  height: auto !important;
  background-color:#fff!important;
  color: #000 !important;
    border-radius: 10px!important;
}
@media (max-width: 575.98px) {
  .fbs__net-navbar .header-social .btn {
    display: none;
  }
}
.fbs__net-navbar.active {
  position: fixed;
  top: 0;
  width: 100%;
    left: 0;
    right: 0;
  background-color: #d9d9d9 !important;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.05) !important;
          box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.05) !important;
}
.fbs__net-navbar.active .navbar-brand {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}
.fbs__net-navbar.active .navbar-brand .logo.dark {
  display: block;
}

.fbs__net-navbar.active .navbar-brand .logo.light {
  display: none;
}

.fbs__net-navbar.active .nav-link {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}
.fbs__net-navbar.active .nav-link:hover {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}
.fbs__net-navbar.active .header-social a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: var(--inverse-color);
}
.fbs__net-navbar.active .header-social a:hover {
  background-color: rgba(var(--inverse-color-rgb), 0.1);
}
@media (min-width: 992px) {
  .fbs__net-navbar.active .header-social a {
    color: rgba(var(--inverse-color-rgb), 1) !important;
  }
}
.fbs__net-navbar.active .header-social .btn {
  width: auto !important;
  height: auto !important;
  background-color: #fff!important;
  color:#000 !important;
}
.fbs__net-navbar.active .navbar-nav > li > .dropdown-toggle:hover {
  color: var(--inverse-color) !important;
}
.fbs__net-navbar.active .navbar-nav > li > .nav-link.dropdown-toggle::after {
  display: none;
  content: "";
}
.fbs__net-navbar.active .navbar-nav li.dropdown a:hover,
.fbs__net-navbar.active .navbar-nav li.dropend a:hover,
.fbs__net-navbar.active .navbar-nav li.dropstart a:hover {
  color: var(--inverse-color) !important;
}
.fbs__net-navbar .fbs__net-icon-menu {
  display: block;
}
.fbs__net-navbar .fbs__net-icon-close {
  display: none;
}
.offcanvas-active .fbs__net-navbar .fbs__net-icon-menu {
  display: none;
}
.offcanvas-active .fbs__net-navbar .fbs__net-icon-close {
  display: block;
}
.fbs__net-navbar.dark {
    direction: rtl;
  -webkit-box-shadow: 0 0px 2px rgba(var(--inverse-color-rgb), 0.15);
          box-shadow: 0 0px 2px rgba(var(--inverse-color-rgb), 0.15);
}
.fbs__net-navbar.dark .navbar-brand .logo.dark {
  display: block;
}

.fbs__net-navbar.dark .navbar-brand .logo.light {
  display: none;
}

.fbs__net-navbar.dark a {
  color: var(--inverse-color) !important;
}
.fbs__net-navbar.dark a:hover {
  color: var(--inverse-color);
}
.fbs__net-navbar.dark .header-social a:hover {
  background-color: rgba(var(--inverse-color-rgb), 0.05);
}

.fbs__net-navbar.dark ul li a {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}
.fbs__net-navbar.dark ul li a:hover {
  color: var(--inverse-color) !important;
}
.fbs__net-navbar .offcanvas-header .offcanvas-header-logo .logo-link .logo.dark {
  display: block;
}

.fbs__net-navbar .offcanvas-header .offcanvas-header-logo .logo-link .logo.light {
  display: none;
}


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.hero__v6 {
  padding: 10rem 0 !important;
}
.hero__v6 .hero-subtitle {
  background: color-mix(in srgb, var(--bs-secondary), transparent 70%);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.hero__v6 .hero-title {
  font-size: 48px;
}
@media (max-width: 1199.98px) {
  .hero__v6 .hero-title {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .hero__v6 .hero-title {
    font-size: 30px;
  }
}
.hero__v6 .logos .logos-title {
  font-size: 12px;
  letter-spacing: 1px;
  color: color-mix(in srgb, var(--bs-primary), transparent 10%);
}

.hero__v6 .logos img {
  width: 140px;
}
.hero__v6 .hero-img {
  position: relative;
}
.hero__v6 .hero-img .img-main {
  position: relative;
  z-index: 9;
}
.hero__v6 .hero-img .img-card {
  z-index: 10;
  border-radius: 20px;
  -webkit-box-shadow: 0 15px 40px 0 rgba(var(--bs-black-rgb), 0.1);
          box-shadow: 0 15px 40px 0 rgba(var(--bs-black-rgb), 0.1);
  position: absolute;
  max-width: 280px;
  bottom: -40px;
  left: -60px;
}
@media (max-width: 991.98px) {
  .hero__v6 .hero-img .img-card {
    left: 10px;
    max-width: 380px;
  }
}
@media (max-width: 575.98px) {
  .hero__v6 .hero-img .img-card {
    left: 10px;
    max-width: 280px;
  }
}

.features__v2 .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: var(--bs-secondary);
  color: var(--bs-primary);
}

.features__v2 .content {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
}

.features__v2 .btn-play i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: var(--bs-white);
  color: var(--bs-primary);
}

.about__v4 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.about__v4 .features li .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.about__v4 .mission-statement {
  background-color: var(--bs-primary);
  position: relative;
  bottom: -20px;
  width: 100%;
}
.about__v4 .mission-statement h3 {
  font-size: 10px;
  color: var(--bs-secondary);
}
.about__v4 .mission-statement p {
  color: var(--bs-white);
}
.about__v4 .mission-icon {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  line-height: 50px;
  display: inline-block;
  background-color: rgba(var(--bs-secondary-rgb), 0.1);
}
.about__v4 .mission-icon i {
  color: var(--bs-secondary);
}

.pricing__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.pricing__v2 .price-table {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}
.pricing__v2 .price-table .price {
  color: var(--bs-heading-color);
}
.pricing__v2 .price-table .price strong {
  font-size: 40px;
}
.pricing__v2 .price-table .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid rgba(var(--bs-white-rgb), 0.2);
}
.pricing__v2 .popular {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.pricing__v2 .popular .price {
  color: var(--bs-secondary);
}
.pricing__v2 .popular h3 {
  color: var(--bs-white);
}
.pricing__v2 .popular p {
  color: var(--bs-white);
}
.pricing__v2 .popular .pricing-features h4 {
  font-size: 12px;
  color: var(--bs-secondary);
}

.howitworks__v1 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.howitworks__v1 .step-card {
  position: relative;
}
.howitworks__v1 .step-card .step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  color: var(--bs-secondary);
  background-color: var(--bs-primary);
  font-size: 18px;
}
.howitworks__v1 .arch-line {
  position: absolute;
  top: 15px;
  width: 150px;
  right: 0;
  left: calc(100% + 24px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .howitworks__v1 .arch-line {
    display: none;
  }
}
.howitworks__v1 .arch-line.reverse {
  top: 20px;
}

.services__v3 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.services__v3 .icon {
  display: inline-block;
  position: relative;
  color: var(--bs-primary) !important;
}

.services__v3 .icon:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 40px;
  height: 40px;
  right: -10px;
  bottom: 0px;
  border-radius: 50%;
  background-color: rgba(var(--bs-secondary-rgb), 1);
}

.services__v3 .icon svg {
  width: 50px;
}
.services__v3 .service-card {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.faq__v2 {
  background-color: rgba(var(--inverse-color-rgb), 0.02);
}

.faq__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.faq__v2 .custom-accordion {
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-btn-icon: url("");
  --bs-accordion-btn-active-icon: url("");
}

.faq__v2 .custom-accordion .accordion-button {
  position: relative;
  padding-right: 50px;
}
.faq__v2 .custom-accordion .accordion-button::after {
  content: "\f4fe";
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  right: 20px;
  top: 15px;
  width: 18px;
  height: 14px;
  font-size: 30px;
  color: var(--inverse-color);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  line-height: 1;
  position: absolute;
  -webkit-font-smoothing: antialiased;
}

.faq__v2 .custom-accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  content: "\f2ea";
}
.faq__v2 .custom-accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.faq__v2 .custom-accordion .accordion-item .accordion-header .accordion-button {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--bs-heading-color);
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
}
.faq__v2 .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--inverse-color);
  -webkit-box-shadow: 0 1px 1px rgba(var(--inverse-color-rgb), 0.05);
          box-shadow: 0 1px 1px rgba(var(--inverse-color-rgb), 0.05);
}
.faq__v2 .custom-accordion .accordion-item .accordion-body {
  border-top: none;
}

.stats__v3 .content {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  overflow: hidden;
  position: relative;
}
.stats__v3 .content h3 {
  color: var(--bs-secondary);
}
.stats__v3 .content .rounded-borders {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 500px;
}
.stats__v3 .content .rounded-borders .rounded-border-1,
.stats__v3 .content .rounded-borders .rounded-border-2,
.stats__v3 .content .rounded-borders .rounded-border-3 {
  border: 1px solid var(--bs-secondary);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  position: absolute;
}
.stats__v3 .content .rounded-borders .rounded-border-1 {
  right: 20px;
  top: 20px;
}
.stats__v3 .content .rounded-borders .rounded-border-2 {
  right: 40px;
  top: 40px;
}

.testimonials__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.testimonials__v2 .testimonial {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}
.testimonials__v2 .testimonial-author .author-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

.contact__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.contact__v2 .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
  border-radius: 50%;
}

.footer {
    direction: rtl;
  background-color:#e3342f;
    background: url("../images/footer.jpg") center;
    background-size: cover;
    background-repeat: no-repeat;

  font-size: 15px;
}
.footer label{
    color: #fff;
    padding-bottom: 5px;
    font-size: 12px!important;
}
.footer .form-control{
    background-color: #fff;
    font-size: 12px;
}
.footer button{
    background-color: blue;
    color: #fff;
    margin: 20px;
    outline: 0;
    border: 0;
    padding: 5px 20px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #eee;
}
.footer h2 span, .footer h3 span, .footer h4 span,.footer ul li  a span{
color: #e3342f;
    font-weight: bold;
}
.footer h2, .footer h3, .footer h4 {
  font-size: 15px;
    color: #fff;
    padding-bottom: 10px;
    font-weight: 900;
}
.footer ul{
    padding: 0 5px;
    margin: 0;
}
.footer ul li ,.footer ul li  a{
    color: #fff;
    line-height: 2rem;
    text-align: justify;
    font-size: 12px!important;
  padding: 0;
  margin: 0 0 10px 0;
}
.footer ul li i{
    font-size: 18px;
}
.footer a {
  color: rgba(var(--inverse-color-rgb), 0.6);
  text-decoration: none;
}
.footer a:hover {
  color:#fff!important;
}
.footer a .badge {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
}
.footer a:hover .badge {
  background-color: rgba(var(--bs-primary-rgb), 1);
  color: var(--bs-white);
}
.footer .quick-contact i {
  color: var(--inverse-color);
}
.footer .credits {
  font-size: 13.5px;
}
.footer p{
    text-align: justify;
    line-height: 2rem;
    color: #fff;
    font-size: 12px!important;
    margin-bottom: 0!important;
}
#back-to-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
  visibility: hidden;
  opacity: 0;
  background-color:orange;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
  width: 40px;
  height: 40px;
}
#back-to-top i {
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#back-to-top.show {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}