@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');


::-webkit-scrollbar {
    width: .5em
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #adb5bd
}

::-webkit-scrollbar-thumb {
    background-color: #02417d;
    outline: 1px solid #02417d
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    
    font-family: "Mulish", sans-serif;
    font-style: normal;
    
    overflow-x: hidden; 
}
 


.langimg
{
	width:35px;
	margin:0 5px;
}

a.nav-link.language
{
	font-family: "Almarai", sans-serif;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.nav-menu li>a
{
	font-size:1rem;
	font-weight:bold;
	color: #02417d;
}

.nav-menu li>a:hover { 
    color: #06879a;
}

.nav-menu li>a.active { 
    color: #06879a;
    text-decoration:underline;
}

.sec-color {
    color: #06879a;
}

.main-header
{
	background:white;
}

.section_slider {
    height: 80vh;
    background-color: #02417d;
}


.slider-first-shap {
    left: -400px;
    top: 150px;
}

.slider-second-shap {
    right: -420px;
    top: -170px;
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
}


.container-slider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.effect01 {
    color: #fff;
    border: 2px solid #06879a;
    -webkit-box-shadow: 0px 0px 0px 1px #06879a inset;
    box-shadow: 0px 0px 0px 1px #06879a inset;
    background-color: #06879a;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 17px
}

.effect01:hover {
    border: 2px solid #06879a;
    background-color: #fff;
    color: #000 !important
}

.effect01 span {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 2
}

.effect01:hover span, .effect01:hover i {
    color: #06879a
}

.effect01:after {
    background: #fff;
    border: 0px solid #06879a;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.8;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    width: 50px;
    -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 1
}

.effect01:hover:after {
    background: #fff;
    border: 20px solid #06879a;
    opacity: 0;
    left: 120%;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
}

.effect01.white {
    color: #02417d;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 1px #fff inset;
    box-shadow: 0px 0px 0px 1px #fff inset;
    background-color: #fff
}

.effect01.white:hover {
    border: 4px solid #02417d;
    background-color: #02417d
}

.effect01.white:after {
    border: 0px solid #02417d
}

.effect01.white:hover:after {
    background: #02417d;
    border: 20px solid #02417d
}

.effect01.white:hover span {
    color: #fff
}


.btn-px-10-py-30
{
	padding:10px 30px;
}


.footer {
    z-index: 3;
    background-color: #02417d;
}




.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 400px auto
}

.lds-roller div {
    -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -webkit-transform-origin: 40px 40px;
    transform-origin: 40px 40px
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px
}

.lds-roller div:nth-child(1) {
    -webkit-animation-delay: -0.036s;
    animation-delay: -0.036s
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px
}

.lds-roller div:nth-child(2) {
    -webkit-animation-delay: -0.072s;
    animation-delay: -0.072s
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px
}

.lds-roller div:nth-child(3) {
    -webkit-animation-delay: -0.108s;
    animation-delay: -0.108s
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px
}

.lds-roller div:nth-child(4) {
    -webkit-animation-delay: -0.144s;
    animation-delay: -0.144s
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px
}

.lds-roller div:nth-child(5) {
    -webkit-animation-delay: -0.18s;
    animation-delay: -0.18s
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px
}

.lds-roller div:nth-child(6) {
    -webkit-animation-delay: -0.216s;
    animation-delay: -0.216s
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px
}

.lds-roller div:nth-child(7) {
    -webkit-animation-delay: -0.252s;
    animation-delay: -0.252s
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px
}

.lds-roller div:nth-child(8) {
    -webkit-animation-delay: -0.288s;
    animation-delay: -0.288s
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px
}

@-webkit-keyframes lds-roller {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes lds-roller {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loader {
    background-color: #02417d;
    position: fixed;
    z-index: 9999999;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center
}



.footer .social {
    border: 1px solid #06879a;
    background-color: #06879a;
    width: 50px;
    height: 50px;
    line-height:57px;
    border-radius: 6px;
    color: #fff
}


.footer .social i
{
	font-size:1.5rem;
}

.footer .social:hover, .footer .social .social i {
    background-color: transparent;
    color: #fff;
    border-color: fff
}

.line {
    width: 100%;
    height: 1px;
}



.scrolltop {
    display: inline-block;
    position: fixed;
    text-align: center;
    opacity: 0;
    bottom: 25px;
    right: 25px; 
    width: 3.5em;
    height: 3.5em;
    line-height: 3.5em;
    background: #06879a;
    background: #02417d;
    z-index: 9999;
    color: #fff;
    border-radius: 10px;
}

.show {
    opacity: 1;
}


.dropdown-menu-smart
{
    border: 0;
}

.dropdown-menu-smart a
{
    padding: 10px;
    font-size: 14px !important;
    text-align: center;
}

.dropdown-menu-smart a:hover
{
    background: #02417d;
    color:white !important;
}


.social-t
{
	display: flex;
   justify-content: center;
}


.page-title-title-content {
    padding: 90px 0 70px 0;
}

.page-title-title-content p {
    display: none;
}

.page-title {
    background: linear-gradient(225deg, rgb(6 79 130) 0%, rgb(58 196 243) 100%);
    background: linear-gradient(180deg, rgb(1, 37, 73) 0%, rgb(7, 88, 170) 100%);
    position: relative;
    background-size: cover;
    background-position-y: center;
    padding: 75px 0 55px 0;
    padding: 0px 0 0px 0;
    color: white;
}


.overlay-pagetitle {
    /* background: linear-gradient(180deg, rgba(1, 37, 73, 0.57) 0%, rgba(7, 88, 170, 0.24) 100%); */
    background: #004f9e80;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.breadcrumb 
{
	background: #01254980;
    position: relative;
    z-index: 100;
	padding:20px 0;
	margin:0; 
}


.breadcrumb a 
{
    color: #06879a !important;
    text-decoration:none;
    font-size:16px;
}

.breadcrumb-span-in
{
	    margin: 0 15px;  
}


.about_section_3
{
    background-image: url(../img/about.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.smartOverlay
{
    background-color: rgba(3, 65, 125, 0.6);
}

.about_section_3 .container
{
	padding-top:5rem;
	padding-bottom:5rem;
}

.about_section_2
{
	margin-top:5rem;
	margin-bottom:5rem;
}

.about_section_2_1,.about_section_2_2,.about_section_2_3
{
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
	padding:2rem !important;
}


.about_section_2_2
{
	color:white;
    background-color: #02417d;
}

.about_section_2_3
{
	color:white;
    background-color: #06879a !important;
}

.top_map {
    margin-top: -130px;
}

.main-color {
    color: rgb(2, 65, 125) !important;
}


.contact .card {
    box-shadow: rgb(221, 221, 221) 0px 0px 6px;
    border-radius: unset !important;
}


.pageContent .contact .side-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding-top: 0;       /* remove padding; flex centering handles it */
    border: 1px solid rgb(2, 65, 125);
    border-radius: 6px;
    background-color: transparent;
    color: rgb(2, 65, 125);
    font-size: 18px;
}

.pageContent .contact .side-icon i {
    display: inline-flex;   /* or block / flex */
    justify-content: center; /* center the icon horizontally */
    align-items: center;    /* center the icon vertically */
    width: 50px;
    height: 50px;
    font-size: 18px;        /* icon size */
}

.error_sms{
    display: block;
    text-align: left;
    color:#f00;
}
.pageContent .contact .side-icon i
{
	font-size:24px;
}

.input-error {
    border: 1px solid red !important;
}

/* Optional: error message style */
.error_sms {
    color: f00;
    font-size: 0.9rem;
    margin-top: 0.25rem;
    display: block;
}

.contact-loader {
    color: white;
    background: #02417d4f;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 20;
}


.contact-loader i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 40px;
}
.serviceContact{
	display: flex;
    justify-content: center;
     flex-wrap: wrap; 
    
}
.serviceContact ul
{
	list-style:none;
	display: flex !important;
    justify-content: center;
    gap : 0 10px;
    flex-direction: row-reverse;
    margin:0;
}



.contact-data-side a
{
	color:rgb(2, 65, 125);
	text-decoration: none;
}

.contact-data-side a.phone
{
	direction:ltr;
}





.effect010 {
    color: #FFF;
    border: 2px solid #06879a;
    -webkit-box-shadow: 0px 0px 0px 1px #06879a inset;
    box-shadow: 0px 0px 0px 1px #06879a inset;
    background-color: #06879a;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 17px
}

.effect010:hover {
    border: 2px solid #02417d;
    background-color: #FFF;
    color: #000 !important
}

.effect010 span {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 2
}

.effect010:hover span, .effect010:hover i {
    color: #06879a
}

.effect010:after {
    background: #FFF;
    border: 0px solid #06879a;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .8;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    width: 50px;
    -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 1
}

.effect010:hover:after {
    background: #FFF;
    border: 20px solid #06879a;
    opacity: 0;
    left: 120%;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
}

.effect010.white {
    color: #02417d;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 1px #fff inset;
    box-shadow: 0px 0px 0px 1px #fff inset;
    background-color: #fff
}

.effect010.white:hover {
    border: 4px solid #02417d;
    background-color: #02417d
}

.effect010.white:after {
    border: 0px solid #02417d
}

.effect010.white:hover:after {
    background: #02417d;
    border: 20px solid #02417d
}

.effect010.white:hover span {
    color: #fff
}

.effect010 {
    border: 2px solid #02417d;
    -webkit-box-shadow: 0px 0px 0px 1px #02417d inset;
    box-shadow: 0px 0px 0px 1px #02417d inset;
    background-color: #02417d
}

.effect010:hover {
    -webkit-box-shadow: 0px 0px 0px 0px #02417d inset;
    box-shadow: 0px 0px 0px 0px #02417d inset
} 


.contact-btnn
{
	min-width:150px;
}

.pageContent.clients .card-footer, .partners .card-footer
{
	 background: #02417d !important;
}


.pageContent.clients .card-body
{
	 min-height:150px;
	 display: flex;
     align-items: center;
} 

.pageContent.clients .card-body img
{
	 max-height:150px;
	 margin: 0 auto;
}


.homeServices .bg-theme
{
	background-color: rgba(3, 65, 125, 0.6);
}


.homeServices-container
{
	padding-top: 6rem;
    padding-bottom: 6rem;
}


.homeServices .effect01
{
	background:white;	
	color: #000 !important;
	border-color:white;
}


.homeServices .effect01:hover
{
	background:#06879a;	
	color: white !important;
	border-color:#06879a;
}

.partners {
  padding: 40px 0;
  background: #f6f6f6;
}

.partners .section-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 600;
}

.partners-carousel .item img {
  width: 140px;
  margin: auto;
  /*opacity: 0.7;*/
  transition: 0.3s;
}

.partners-carousel .item img:hover {
  opacity: 1;
}

/* 🔘 Navigation Dots */
.partners-carousel .owl-dots {
    margin-top: 15px;
    text-align: center;
}
.partners-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    background: #ffffff80;
    display: block;
    border-radius: 50%;
    margin: 2.5px; 
    transition: .3s;
}
.partners-carousel .owl-dot.active span {
    background: #ffcc00; /* Change to your brand color */
    width: 14px;
    height: 14px;
}

/* ⬅️➡️ Navigation Arrows */
.partners-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between; 
    pointer-events: none; 
}
.owl-carousel.partners-carousel
{
	padding:0 2.75rem; 
} 
.owl-carousel.partners-carousel .owl-nav button {
    pointer-events: auto;
    background: #fff;           
    border-radius: 50%;      
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    
    background: #02417d !important;
    font-size: 40px !important;
    color: #ffffff !important;
    position: relative;
    top: -25px;
}
.owl-carousel .owl-nav button.owl-next
{
	right:-12px;
}
.owl-carousel .owl-nav button.owl-prev
{
	left:-12px;             
} 

.fixed-action-btn ul a.btn-floating,.btn-floating.btn-large,.scrolltop
{
	border:1px solid white;   
}

/*
.partners-carousel .owl-nav button.owl-prev,
.partners-carousel .owl-nav button.owl-next {
    position: absolute;
    background: #06879a !important;
     background: #02417d !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 40px !important;
    color: #ffffff !important;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
*/

.partners-carousel .owl-nav button.owl-prev span,
.partners-carousel .owl-nav button.owl-next span{
	line-height:10px;
	line-height: 0;
    position: absolute;
    top: 14px;
}


.partners-carousel .owl-nav button.owl-prev:hover,
.partners-carousel .owl-nav button.owl-next:hover {
    background: #02417d !important; /* Change color */
    color: #fff !important;
}

/* Position of arrows */
.partners-carousel .owl-nav {
    width: 110%; 
    left: -5%;  
}


.partners-carousel .owl-dot span {
    border: 1px solid #02417d;
    color:#f3f3f3;
}
.partners-carousel .owl-dot.active span {
    background: #02417d;
}


.pageContentServiceSec1 h1,.pageContentServiceSec1 p
{
	color:rgb(2, 65, 125) !important;
}


.backup {
    background-image: url(../img/bg-cybercloud.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.backup .topping {
    position: absolute;
    top: -35px;
    width: 50px;
    height: 50px;
    text-align: center;
    left: 30px;
    background-color: rgb(6, 135, 154);
}






.accordin .card-header .btn-link {
    padding: 1rem 1.25rem;
    text-decoration: none;
}

.accordin .card-header .btn-link {
    color: rgb(255, 255, 255);
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
}

.accordin .card-header .btn.btn-link {
    background-color: rgb(6, 135, 154);
}



.accordin .card-header {
    padding: unset !important;
    border: 0;
}
.accordin .card
{
	margin:5px 0;
}

.accordion > .card:first-of-type {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: 0px;
    margin:0;
}
.accordin .card-header .btn.btn-link.collapsed {
    background-color: rgb(255, 255, 255);
    color: rgb(2, 65, 125);
    border:0;
}

.accordin .card-body {
    color: rgb(2, 65, 125);
    background-color:rgb(233 233 233);
}

.accordion-button::after {
    display: none !important;
}

/* أيقونات + و - */
.toggle-icon::before {
    content: "+";
    font-weight: 900;
    font-size: 20px;
    margin-left: 10px;
    transition: 0.3s;
    position: absolute;
    top: 4px;
    right: 18px;
    font-size: 30px;
}

.toggle-icon[aria-expanded="true"]::before {
    content: "-";
}


.accordin .card-header .btn.btn-link {
    padding-right: 65px;
} 

.headLogo
{
	max-width: 100%;
}

.headBig
{
	position:relative;
}

a#scroll-top i
{
	top: -3px;
    position: relative; 
}

a#scroll-top:hover
{
	color:#02417d;
	background:white;
}

.fixed-action-btn {
    right: 25px; 
    bottom: 95px;   
} 

.fixed-action-btn.active ul {
    padding: 0 3px;
    bottom: 55px;
    right: 5px; 
}

.btn-floating.btn-large i {
    background: #02417d !important; 
}

.btn-floating.btn-large:hover i
{
	color: #06879a !important;
    background: white !important;	    
}


.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px; /* spacing between items */
}

.side-icon {
    width: 40px; /* fixed width for icons */
    text-align: center;
    margin-right: 15px;
}

.contact-text a {
    color: inherit; /* keep main-color */
    text-decoration: none;
}

.contact-text a:hover {
    text-decoration: underline;
}

.logoimg
{
    max-height: 40px;
} 


.fixed-action-btn.direction-top.active .btn-floating i {
   
    font-size: 1rem;
    line-height: 38px;
    position: relative;
    right: -1px;
} 

a.btn-floating.btn-large {
    background: #02417d;
    line-height: 46px;
    font-size: 2rem;
}

a.btn-floating.btn-large:hover
{
	background: #ffffff;
    line-height: 46px;
    font-size: 2rem;
}


.pageContentService .serviceContact h3
{
	margin: 0;
    padding: 0;
    position: relative;
    top: 6px;  
}

/* Start Responsive Block */

@media screen and (max-width: 1200px)
{
}

@media screen and (max-width: 1024px)
{
}

@media screen and (max-width: 992px)
{
	.nav-menu li>a {
	    font-size: 14px;
	}
}

@media screen and (max-width: 768px)
{
	.text-align-justify 
{
    text-align: justify !important;
}
	
	.col-logo-head
	{
		display:block;
		text-align: srart;
		width: 100%;
		margin-bottom:0 !important; 
	}
	
	.col-lang-head {
	    position: absolute;
	    top: 18px;
	    right: 0;
	}
	
	ul.nav.nav-menu.col-12.col-md-auto.mb-2.justify-content-center.mb-md-0 {
	    margin-bottom: 10px !important; 
	            padding-left: 0 !important;
        padding-right: 0 !important;
	}
	
	.headBig {
	    padding-bottom: 0 !important;
	}
	
	.footer p
	{
		font-size:1rem;
	}
	
	.footer .social {
	    width: 35px;
	    height: 35px;
	    line-height: 35px;
	}
	
	.footer .social i {
		    font-size: 1rem;
	}
	
	.social-t.text-center.mt-5 {
	    margin-top: 20px !important;
	}
	
	.foot_under h5
	{
		font-size: 1rem;
	}
	.page-title-title-content {
	    padding: 50px 0 35px 0;
	}
	
	.breadcrumb {
	    padding: 10px 0;
	}
	
	.dropdown-menu a
	{
		        font-size: 12px !important;
        padding: 5px;
	}
	
	.pageContentContact
	{
		margin-top:0 !important
	}
	
	.pageContentContact .top_map {
	    margin-top: 30px;
	}
}

@media screen and (max-width: 600px)
{
}

@media screen and (max-width: 480px)
{	
	.pageContentService .serviceContact h3 { 
	    flex-basis: 100%;
	    width: 100%;
        margin-bottom: 1.25rem; 
	}
	
	
	.langimg {
	    width: 28px;
	}
	 
	.section_slider .txtcontent,.home.about_section_1 .txtcontent,.homeServices-container .txtcontent
	{
		font-size:1rem;
	}
	
	.section_slider .btncontent,.home.about_section_1 .btncontent,.homeServices-container .btncontent
	{
        font-size: 14px;
        padding: 7.5px 15px;
	}
	
	.homeServices-container h2
	{
		font-size:1.25rem;
	}
	
	.breadcrumb span,.breadcrumb a 
	{
		font-size:14px;  
	}
	
	.breadcrumb-span-in { 
		    margin: 0 10px;  
		}
}
@media screen and (max-width: 400px)
{	
	
}
@media screen and (max-width: 320px)
{	
	
}
/* End Responsive Block */