@import url(video.css);
/********** Template CSS **********/
:root {
    --primary: #efe195;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #643911;
}


.border-bottom{
    color: var(--primary) !important;
}
body{

    font-family: 'Droid Arabic Kufi', sans-serif;
}
.rtl
{
    direction:rtl
}
/*** Spinner ***/
.spinner {
    width: 100%; /* Make the width responsive (adjusts to parent container width) */
    max-width: 200px; /* Optional: limit the maximum width */
    aspect-ratio: 2 / 3; /* Maintain the aspect ratio (width:height) */
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    background-image: url("/Portals/_default/Skins/saf/img/Logo_Dark.webp");
    background-position: center; /* Center the image within the container */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    position: relative; /* Position relative for the alt text */
}

.dropdown-menu > a, 
.dropdown-menu > a:visited {
    color: rgb(113, 61, 19) !important; 
    text-decoration: underline;
    outline: 0;
}
.d-inline-flex > a {
    color: #f8eba9; 
}
@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1,
h2, 
.h1,
.h2
.fw-bold {
	
	 font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: 800 !important;
}
h1
{
	font-size: 1.4rem !important; 
	
}
h2 
{
	font-size: 1.2rem !important; 
	
}

h3 
{
	font-size: 1.0rem !important; 
	
}
h3,
h4,
.h3,
.h4
.fw-semi-bold {
	 font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
	 font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: 'Droid Arabic Kufi', sans-serif !important;;
    font-weight: 600 !important;;
    transition: .5s !important;;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF !important;
    box-shadow: inset 0 0 0 50px transparent !important;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary) !important;
    color: #000 ;
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary) !important;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Droid Arabic Kufi', sans-serif !important;;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand .logoContainer {
    width: 200px; /* Set the width of the image */
    height: 108px; /* Set the height of the image */
    background-image: url('/Portals/_default/Skins/saf/img/Transparent_logo_small.webp'); /* Set the image source */
    background-size: auto; /* Ensure the image covers the container */
    background-position: center; /* Center the image within the container */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    position: relative; /* Position relative for the alt text */
}

.navbar-dark .navbar-toggler {
    color: #643911 !important;
    border-color: #643911 !important;
}

#dnn_dnnSearch2_txtSearch {  display: block;
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: gray;
    background-color: white;
    background-clip: padding-box;
    border: 2px solid #06A3DA;
    appearance: none;
    border-radius: 10px;
    
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}
#dnn_dnnSearch2_ClassicSearch{
    width: 100% !important;
    
}
.searchInputContainer{
    width: 80% !important;
    padding-right: 10px;
}

.searchButton
{
    padding: 1rem;
    text-indent: -100000 !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" viewBox="0 0 24 24" width="20px" height="20px"><path d="M21.71 20.29l-3.4-3.4a9 9 0 1 0-1.41 1.41l3.4 3.4a1 1 0 0 0 1.41-1.41zM4 11a7 7 0 1 1 7 7 7 7 0 0 1-7-7z"/></svg>') !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    padding-left: 18px !important;
    color: transparent !important;
}

.searchButton :hover
{
    color: transparent !important;
}

.searchSkinObjectPreview{
    width: 100% !important;
}
.loginButton{
    display: flex; /* Aligns the icon properly */
    justify-content: center; /* Centers the icon horizontally */
    align-items: center; /* Centers the icon vertically */
    background-position: center; /* Ensures the key is fully visible */
    color: transparent !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="rgb(255 245 199)" viewBox="0 0 24 24" width="24" height="24"><path d="M12 2a4 4 0 0 0-4 4v2H7a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3v-8a3 3 0 0 0-3-3h-1V6a4 4 0 0 0-4-4zm-2 6V6a2 2 0 0 1 4 0v2zm6 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%; /* Adjust icon size */
    cursor: pointer;
}


.loginButton:hover{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="black" viewBox="0 0 24 24" width="24" height="24"><path d="M12 2a4 4 0 0 0-4 4v2H7a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3v-8a3 3 0 0 0-3-3h-1V6a4 4 0 0 0-4-4zm-2 6V6a2 2 0 0 1 4 0v2zm6 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1z"/></svg>') !important;
    background-repeat: no-repeat;
    background-size: 20px 20px; 
    
}

.logOutButton{
    display: flex; /* Aligns the icon properly */
    justify-content: center; /* Centers the icon horizontally */
    align-items: center; /* Centers the icon vertically */
    background-position: center; /* Ensures the key is fully visible */
    color: transparent !important;
    margin-left: 6px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="rgb(255 245 199) " viewBox="0 0 24 24" width="24" height="24"><circle cx="12" cy="12" r="10" stroke="rgb(2,139,255)" stroke-width="2" fill="none"/><path d="M16 12l-4-4v3H7v2h5v3l4-4z"/></svg>') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%; /* Adjust icon size */
    cursor: pointer;
}


.logOutButton:hover{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="black" viewBox="0 0 24 24" width="24" height="24"><circle cx="12" cy="12" r="10" stroke="black" stroke-width="2" fill="none"/><path d="M16 12l-4-4v3H7v2h5v3l4-4z"/></svg>') !important;
    background-repeat: no-repeat;
    background-size: 20px 20px; 
    
}

.main-content ul{
     list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

.main-content ul li {
 position: relative;
    padding-left: 1.8em;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    color: #333; /* You can change this to match your theme */
    line-height: 1.6;
}
.main-content ul li::before {
 content: "✔"; /* Choose another: •, ▸, ➤, etc. */
    position: absolute;
    left: 0;
    top: 0;
    color: #0d6efd; /* SAF blue or any accent color */
    font-size: 1rem;
    line-height: 1.4;
}
@media (max-width: 991.98px) {

   
    .fa-search
    {
        color: #643911!important;
    }

    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link 
    .navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active{
        padding: 10px 0;
        color: var(--dark);
    }

     

    .navbar-dark .navbar-brand .logoContainer {
        width: 100%; /* Make the width responsive (adjusts to parent container width) */
		height: 45px !important;
        max-width: 120px; /* Optional: limit the maximum width */
        aspect-ratio: 3 / 2; /* Maintain the aspect ratio (width:height) */
        background-image: url('/Portals/_default/Skins/saf/img/Logo_mobile.png') !important; /* Set the image source */
        background-size:auto; /* Ensure the image covers the container */
        background-position: center; /* Center the image within the container */
        background-repeat: no-repeat; /* Prevent the image from repeating */
        position: relative; /* Position relative for the alt text */
        
    }
}

.pagination {
    text-align: center;
    margin: 10px 0;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 2px;
    color: #007bff;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    text-decoration: none;
    border-radius: 4px;
	
}

.pagination a:hover {
    background-color: #007bff;
    color: #fff;
}

.pagination .current {
    font-weight: bold;
    background-color: #007bff;
    color: #fff;
    border: 1px solid #007bff;
}

.pagination span {
    font-weight: bold;
    background-color: #007bff;
    color: #fff;
    border: 1px solid #007bff;
    padding: 8px 12px;
    border-radius: 4px;
    margin: 0 2px;
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand .logoContainer {
        width: 100%; /* Make the width responsive (adjusts to parent container width) */
        max-width: 300px; /* Optional: limit the maximum width */
        aspect-ratio: 3 / 2; /* Maintain the aspect ratio (width:height) */
        background-image: url('/Portals/_default/Skins/saf/img/Transparent_logo_small.png') !important; /* Set the image source */
        background-size:auto; /* Ensure the image covers the container */
        background-position: center; /* Center the image within the container */
        background-repeat: no-repeat; /* Prevent the image from repeating */
        position: relative; /* Position relative for the alt text */
        margin-left:30px;
    }
}

.language-object .dropdown {
    position: relative;
    white-space: nowrap;
    margin-top: 15px;
    margin-left: -49px;
}
.language-object .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.language-object .dropdown:hover .dropdown-menu {
    display: block;
    background-color: #814e1f;
}

.language-object .top_bar_dropdown .dropdown a {
	font-size: 10px !important;
	color: #f8eba9;
}


.language-object .dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
}

.language-object .dropdown-menu li a:hover {
  background-color: #814e1f;
}

/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    right: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    right: 50%;
    margin-right: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #f4e6a2;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}
.service-icon a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.service-icon a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-item .service-icon {
    margin-bottom: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(0deg);
}

.service-item .service-icon i {
    transform: rotate(0deg);
}

.service-item a.btn {
    position: absolute;
    width: 100%;
    bottom: -48px;
    left: 0%;
    margin-left: 0px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgb(0 0 0 / 80%), rgb(133, 82, 34, .8)), url(/Portals/_default/skins/saf/img/carousel-1.jpg) Top center no-repeat;
    background-size: cover;
}

.bg-header-51, .bg-header-52 {
    background: linear-gradient(rgb(0 0 0 / 80%), rgb(133, 82, 34, .8)), url(/Portals/_default/skins/saf/img/carousel-1.jpg) Top center no-repeat;
    background-size: cover;
}

.bg-header-53 {
    background: linear-gradient(rgb(0 0 0 / 80%), rgb(133, 82, 34, .8)), url('/Portals/_default/skins/saf/img/PBX Banner.webp') center center no-repeat;
    background-size: cover;
}
  
.bg-header-55 {
    background: linear-gradient(rgb(0 0 0 / 80%), rgb(133, 82, 34, .8)), url('/Portals/_default/skins/saf/img/cover.webp') center center no-repeat;
    background-size: cover;
}

.bg-header-129 {
    background: linear-gradient(rgb(0 0 0 / 80%), rgb(133, 82, 34, .8)), url('/Portals/_default/skins/saf/img/Mobile.webp') center center no-repeat;
    background-size: cover;
}
.bg-header-110 {
    background: linear-gradient(rgb(0 0 0 / 80%), rgb(133, 82, 34, .8)), url('/Portals/_default/skins/saf/img/webandsoftware.webp') center center no-repeat;
    background-size: cover;
}

.bg-header-49 {
    background: linear-gradient(rgb(0 0 0 / 80%), rgb(133, 82, 34, .8)), url('/Portals/_default/skins/saf/img/BusinessAutomation.webp') center center no-repeat;
    background-size: cover;
}

.bg-header-126 {
    background: linear-gradient(rgb(0 0 0 / 80%), rgb(133, 82, 34, .8)), url('/Portals/_default/skins/saf/img/webhosting.webp') center center no-repeat;
    background-size: cover;
}

.bg-header-114 {
    background: linear-gradient(rgb(0 0 0 / 80%), rgb(133, 82, 34, .8)), url('/Portals/_default/skins/saf/img/CMS.webp') center center no-repeat;
    background-size: cover;
}

.bg-header-120 {
    background: linear-gradient(rgb(0 0 0 / 80%), rgb(133, 82, 34, .8)), url('/Portals/_default/skins/saf/img/Mobile.webp') center center no-repeat;
    background-size: cover;
}


.bg-header-124 {
    background: linear-gradient(rgb(0 0 0 / 80%), rgb(133, 82, 34, .8)), url('/Portals/_default/skins/saf/img/Mobile.webp') center center no-repeat;
    background-size: cover;
}


.bg-header-122 {
    background: linear-gradient(rgb(0 0 0 / 80%), rgb(133, 82, 34, .8)), url('/Portals/_default/skins/saf/img/Mobile.webp') center center no-repeat;
    background-size: cover;
}



.bg-header-112 {
    background: linear-gradient(rgb(0 0 0 / 80%), rgb(133, 82, 34, .8)), url('/Portals/_default/skins/saf/img/custom.webp') center center no-repeat;
    background-size: cover;
}

.bg-header-47 {
    background: linear-gradient(rgb(0 0 0 / 80%), rgb(133, 82, 34, .8)), url('/Portals/_default/skins/saf/img/sas.webp') center center no-repeat;
    background-size: cover;
}
.bg-header-128 {
    background: linear-gradient(rgb(0 0 0 / 80%), rgb(133, 82, 34, .8)), url('/Portals/_default/skins/saf/img/sharePoint.webp') center center no-repeat;
    background-size: cover;
}

.bg-header-118 {
    background: linear-gradient(rgb(0 0 0 / 80%), rgb(133, 82, 34, .8)), url('/Portals/_default/skins/saf/img/Mobile.webp') center center no-repeat;
    background-size: cover;
}

.bg-header-97,
.bg-header-57,
.bg-header-59,
.bg-header-98,
.bg-header-99,
.bg-header-100,
.bg-header-107,
.bg-header-105,
.bg-header-101,
.bg-header-103 
{
	background: linear-gradient(rgb(0 0 0 / 80%), rgb(133, 82, 34, .8)), url('/Portals/_default/skins/saf/img/Marketing.webp') center center no-repeat;
    background-size: cover;
}
.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}