/* =====================================
Template Name: 	Clean.
Author Name: Ettar Clean
Website: 
Description: Clean.
Version:	1.1
========================================*/ 
ul,li{
	list-style:none;
}

/*--------------------------------------------------------------
# Basic
--------------------------------------------------------------*/
@font-face {
  font-family: droid;
  src: url(../fonts/droid.ttf);
}
body,h1,h2,h3,h4,h5,p,a,button,ul,li,span,input,textarea,b{
	font-family: droid;
    direction: rtl;
}
:root{
  --orange: #ff901b;
  --blue: #1f8a70;
  --green: #bfdb38;
  --dark: #003a5d;
  --primary-color:#020d29;
  
}
p{
	line-height: 35px;
}
a{
	text-decoration: none;
}
header{
	height:auto;
	background-color: none;
	border-top: 5px solid #041c16;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
}
.header-top{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.header-content{
	width:100%;
	margin:auto;
	position:fixed;
	    background-color: #fff;
		top: 0;
padding:15px 5px;
z-index: 100;
height: auto;

}
.header-social{
	display:flex;
	justify-content: flex-end;
	gap:5px;
	margin-bottom:0;
}
.header-icons .fa-search{
font-size: 22px;
    color: #fff;
}
.header-social a{
	color:#dfe9fe;
    width: 40px;
    display: flex;
    text-decoration: none;
    height: 40px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
}
.green-btn{
	background-color: #138d44;
    color: #fff;
	border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}
.logo{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    height: auto;
	padding: 0px;
	margin-left: 50px;

}
.logo img{
width:auto;
height: 50px;
}
.header-search{
	background: #ffffff40;
    padding: 5px;
    border-radius: 30px;
}
.header-search .form{
	display: flex;
	margin-bottom: 0;
}
.header-search .form input[type="search"]{
	width: 250px;
	background: #ffffff;
	border-color: #ffffff29;
	color: #00425a;
	border-radius: 30px;
	padding: 0 20px;
}
.header-search .form button{
    align-items: center;
    background: var(--orange);
    border: none;
    color: #fff;
    cursor: pointer;
    font: inherit;
    height: 45px;
    display: flex;
    width: 45px;
    justify-content: center;
    border-radius: 50%;
    margin-left: 3px;
}
.navbar-collapse{
    padding: 5px;
    border-radius: 30px;
}
.navbar {

	width:100%;
	padding: 0;
}

.active-nav-link{
color: var(--orange);
position: relative;
}
.active-nav-link::before{
	    content: "";
        position: absolute;
        width: auto;
        height: 3px;
        top: 50%;
        left: 5px;
        right: 5px;
        margin-top: 15px;
        transform: translateY(-3px);
		background: var(--dark);
}
.navbar-dark .navbar-nav .nav-link{
	color: #222;
}
.nav-vertical-line{
	height: 21px;
    width: 2px;
    background: #e7e7e76b;
}
.header-icons{
	display:flex;
	align-items:center;
	gap:15px;
}
nav > .container-fluid{
	padding-left: 0;
}

.topbar{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
     border-bottom-right-radius: 30px;
	 padding: 5px 0;

}
.home-link{
	align-items: center;
	background: var(--blue);
	border: none;
	color: #fff;
	cursor: pointer;
	font: inherit;
	height: 45px;
	display: flex;
	width: 45px;
	justify-content: center;
	border-radius: 50%;
	margin-left: 3px;
}
.header-data-container{
	    margin-right: 0;
    height: auto;
    align-items: center;
    display: flex;
}
.header-middle{
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 10px 0;
}
.btn-danger {
    color: #fff;
    background-color: #f25b26;
    border-color: #f25b26;
}
.data-data{
	display:flex;
	gap:10px;
	align-items:flex-start;
	padding-left:20px;
	border-left:1px solid #ddd;
	margin-left:20px;
	align-items: center;

}
.data-data:last-child{
	border-left:none;
	margin-left: 0;
	padding-left: 0;
}
.data-data i{
	    font-size: 20px;
    color: #ffffff;
}
.data-data span{
	display:block;
	    font-weight: bold;
    color: #f25b26;
}
.data-data p{
	margin-bottom:0px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.carousel-item{
	position: relative;
	height: 100vh;
}
.carousel-caption {
    position: absolute;
    text-align: right;
    justify-content: center;
    display: flex;
    flex-direction: column;
	align-items: center;
	gap: 20px;
	top: 0;
}
.carousel-caption a.btn i{
display: inline-flex;
justify-content: center;
align-items: center;
width: 25px;
height: 25px;
border-radius: 50%;
background: #fff;
margin-right: 5px;
font-size: 18px;
color:var(--orange);
line-height: 25px;
}
.carousel-caption h1{
	color: var(--orange);
}
.carousel-caption p{
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.carousel-caption .btn-primary {
    background: none;
    border: none;
    padding: 0;
    background: #ffffff42;
    padding: 7px 22px;
    color: var(--dark);
    border-radius: 30px;
	font-size: 18px;
	display: none;
}
.carousel-item .container{
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	left: 0;
	right: 0;
}
.carousel-item img{
	width: 100%;
	position: relative;
	top: -20%;
}
.carousel-control{
    position: absolute;
    right: 10%;
    top: 50%;
    display: flex;
    justify-content: space-between;
    width: 80%;
    left: 10%;
}
.carousel-control-prev, .carousel-control-next,.carousel-indicators{
	z-index: 3;
}
.carousel-control-prev, .carousel-control-next{
	position: static;
}
.carousel-item::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(7, 0, 22, 0.527); 
	left: 0;
	z-index: 2;
	/* background: rgb(244 67 54 / 65%); */
  }
  .carousel-indicators{
	justify-content: flex-end;
	margin-left: 12%;
	display: none;
  }
  .carousel-indicators [data-bs-target]{
    width: 30px;
	height: 30px;
	opacity: 1;

  }
  .carousel-indicators .active{
	background-color: var(--green);
  }
.btn-primary {
    color: #fff;
    background-color: #2fb2af;
    border-color: #2fb3b0;
}
.marketing h2{
	font-size:24px;
	margin:10px 0;
	position:relative;
}
.marketing .btn{
	padding: 10px 24px !important;
}

.section{
	padding: 70px 0;
}
/* intro */
.intro{
	background:#f6f5f5;
	background-size: 100% auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	
}
.intro .intro-content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.intro .intro-content button{
	border: none;
    padding: 10px 30px;
}
.intro h3{
	color: #00354b;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 30px;
}
.section-title{
		color: #00354b;
	font-weight: bold;
	font-size: 40px;
}
.intro p{
	color: #00354b;
}
.intro .intro-text{
	padding: 10px 0;
	display: flex;
	gap: 5px;
	border-bottom: 1px solid #f68c2a;
	color: #00354b;
}
.intro .intro-text i{
	background: #fe7727;
	color: #fff;
	padding: 5px;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}



.circle-img {
    width: 480px;
    height: 360px;
    position: relative;
    top: 0;
    left: 0;
	right: auto;
    background-size: contain !important;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    -msn-background-size: contain !important;
    background-repeat: no-repeat !important;
}
.svg-circle-wrapper{
	position: relative;
	    width: 100%;
    height: 500px;

}
.svg-circle-wrapper svg{
	position: absolute;
	left: 0;
}
.svg-circle-wrapper .circle-img{
	position: absolute;
	z-index: 1;
	left: 100px;
	top: 100px;
}
.btn-secondary {
    background-color: #eeeeee;
    border-color: var(--dark);
    color: var(--dark);
    border-style: dashed;
}
.intro-about-link{
	    color: var(--dark);
    background-color: transparent;
    background-image: none;
    border:2px solid var(--dark);
	    padding-top: .5rem;
    padding-bottom: .5rem;
	    padding-left: 1.4rem;
    padding-right: 1.4rem;
	border-radius: 5px;
	display: inline-block;
}
.blog{
	background: #e2e1e1;
	
}
.blog .owl-carousel.owl-drag .owl-item{
	padding-left: 10px;
}
.blog .data{
	position: relative;
    display: block;
    background-color: white;
    -webkit-box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 22px 27px 20px;
    margin-right: 20px;
    margin-top: -50px;
    /* border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; */
	border-radius: 15px;
	text-align:right;
	padding-top:50px;
	margin-left: 20px;
}
.blog .data span{
	direction:rtl;
	display:flex;
	gap:5px;

}
.blog .data-head{
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	text-align:right;
	justify-content:space-between;
	margin-bottom:10px;
	color:var(--blue);
}
.blog .data-head span i{
	color:var(--orange);
}
.blog p{
	line-height:30px;
}
.blog .owl-carousel .owl-item img{
	border-radius:10px;
	transition:0.5s;
	position:relative;
	z-index:-1;
	min-width: 100%;
	min-height: 100%;
	max-height: 250px;
}
.blog .image-container{
	position:relative;
	transition:0.5s;
	cursor:pointer;
	overflow:hidden;
    height: 250px;
	border-radius: 15px;
}
.blog .image-container:before{
   position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: -100%;
    bottom: 0;
    content: "";
    background: rgb(242 91 38 / 59%);
    display: block;
    width: 100%;
    height: 100%;
	transition:0.5s;
	opacity:0;
}

.blog .image-container:hover:before{
opacity:1;
transition:0.5s;
z-index:0;
top:0
}
.blog .image-container:hover img{
transform:scale(1.2);
transition:0.5s;
}
.blog .image-container:before{

}
.blog-link{
	font-size: 14px;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin: auto;
	justify-content:center;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
	text-decoration:none;
	gap:5px;
	cursor:pointer;
	padding: 10px 20px;
	width: 180px;
	border-radius: 30px;
}
.blog .user{
	position:relative;
}
.blog .user .label{
	position: absolute;
    top: -17px;
    right: 45px;
    background-color: var(--orange);
    padding: 8px 15px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
	color:#fff;
}
.blog .user .label:before {
    position: absolute;
    top: 0;
    right: -14px;
    content: "";
    border-top: 17px solid transparent;
    border-left: 14px solid #0a2e99;
    border-bottom: 0px solid transparent;
	
}
.blog .head, .blog .head h2 {
    text-align: right;
    margin: 0 0 0 0;
}
.blog .owl-nav button.owl-next, .blog .owl-nav button.owl-prev {
    height: 50px;
    width: 50px;
    background: var(--blue);
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 55px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog .owl-nav button span {
    display: flex;
    font-size: 35px;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.gmap_iframe{
	width:100%;
	height:400px;
}
.map-container{
	position:relative;
}
.map-container:before{
	position:absolute;
	z-index:1;
	left:0;
	right:0;
	top:0;
	bottom:0;
	content:"";
	background:rgba(0,0,0,0.5);
	display:block;
	width:100%;
	height:100%;
}
/*=========================
	Start Footer CSS
===========================*/
.footer{
	position:relative;
}
.footer .footer-top{
	padding:70px 0px 70px 0;
	position:relative;
	background:url(../img/footer-bg.jpg);
}

.footer .single-footer ul{
	padding-right:0;
}
.footer .single-footer .social{
	margin-top:25px;
}
.footer .single-footer .social li{
	display:inline-block;
	margin-right:0px;
}
.footer .single-footer .social li:last-child{
	margin-right:0px;
}
.footer .single-footer .social li a {
	height: 34px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #fff;
	text-align: center;
	padding: 0;
	border-radius: 100%;
	display: block;
	color:#fff;
	font-size: 16px;
	text-decoration:none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .single-footer .social li a:hover{
	color:#f22626;
	background:#fff;
	border-color:transparent;
}
.footer .single-footer .social li a i{
	
}
.footer .single-footer.f-link li a i{
	margin-right:10px;
}
.footer .single-footer.f-link li{
	display:block;
	margin-bottom:12px;
}
.footer .single-footer.f-link li:last-child{
	margin:0;
}
.footer .single-footer.f-link li a {
	display: flex;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	text-decoration:none;
	align-items:center;
	text-align:center;
	gap:5px;
}
.footer .single-footer.f-link li a i{
	font-size:12px;
}
.footer .single-footer.f-link li a:hover{
	padding-left:8px;
}
.footer .single-footer h2{
	color:#fff;
	font-size:20px;
	font-weight:600;
	text-transform:capitalize;
	margin-bottom:40px;
	padding-bottom:20px;
	text-transform:capitalize;
	position:relative;
}

.footer .single-footer .time-sidual{
	margin-top:15px;
}
.footer .single-footer .time-sidual{
	overflow:hidden;
}
.footer .single-footer .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom: 5px;
}
.footer .single-footer .time-sidual li i{
	margin-left:5px;
}
.footer .single-footer .time-sidual li span{
	display:inline-block;
	float:right;
}
.footer .single-footer .day-head .time {
	font-weight: 400;
	float: right;
}
.footer .single-footer p{
	color:#fff;
}
.footer .single-footer .newsletter-inner{
	margin-top:20px;
	position:relative;
}
.footer .single-footer .newsletter-inner input {
	background: transparent;
	border: 1px solid #fff;
	height: 50px;
	line-height: 42px;
	width: 100%;
	margin-right: 15px;
	color: #fff;
	padding-left: 18px;
	padding-right: 70px;
	display: inline-block;
	float: left;
	border-radius: 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 5px;
}
.footer .single-footer .newsletter-inner input:hover{
	padding-left: 22px;
}
.footer input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.footer input::input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.footer .single-footer .newsletter-inner .button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	line-height: 50px;
	width: 50px;
	background: #fff;
	border-left: 1px solid #fff;
	text-shadow: none;
	box-shadow: none;
	display: inline-block;
	border-radius: 0px;
	border: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0 5px 5px 0;
	color: #f22626;
	font-size: 25px;
}
.footer .single-footer .newsletter-inner .button i{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.footer .single-footer .newsletter-inner .button:hover i{
	color:#2C2D3F;
}
.footer .copyright{
	padding:15px 0px 15px 0px;
	text-align:center;
	background: #212529;
}
.footer .copyright .copyright-content p{
	color:#fff;
}
.footer .copyright .copyright-content p a{
	color:#fff;
	font-weight:400;
	text-decoration:underline;
	display:inline-block;
	margin-left:4px;
}
.single-footer .media{
	display:flex;
	gap:10px;
    margin-bottom: 15px;
}
.single-footer .media a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.single-footer .media img{
	width:80px;
	height:70px;
	border-radius:5px;
}
.single-footer .date{
	display:flex;
	gap:5px;
	color:rgb(132 240 253);
}
    footer form input[type="text"],
	footer form input[type="email"],
	footer form textarea
	{
       background-color: rgb(255 255 255 / 27%) !important;
       border:none !important;
	   border-radius:5px;
	   margin-bottom:7px;
	   padding:10px;
	   text-align:right;
	   color:#fff;
	   width:100%;
	 
    }
	    footer form input[type="text"]::placeholder,
	footer form input[type="email"]::placeholder,
	footer form textarea::placeholder
	{
	   color:#fff;
	 
    }
	footer form button{
		background:var(--orange) !important;
		color:#fff !important;
		padding:7px 24px !important;
	}
	.information .information__inner {
    position: relative;
    display: block;
    border-radius: 10px;
    background-color: #0a2e99;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 72px 0px 73px;
    top: -105px;
    margin-left: 60px;
    margin-right: 60px;
    z-index: 1;
}
/*--------------------------------------------------------------
# Information
--------------------------------------------------------------*/
.information {
  position: absolute;
  display: block;
  z-index: 2;
  width:80%;
  margin:auto;
  left:10%;
  right:10%;
}

.information-inner {
  position: relative;
  display: block;
  border-radius: 10px;
  background-color: var(--orange);

  padding: 72px 0px 73px;
  margin-top: -105px;
  margin-left: 60px;
  margin-right: 60px;
  z-index: 1;
}

.main-footer .information-inner {
  margin-top: 0;
}

.information-inner:before {
  position: absolute;
  top: 15px;
  left: -60px;
  right: -60px;
  bottom: 15px;
  content: "";
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  z-index: -1;
}

.information-logo-box {
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.information-logo-box:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--brote-white);
  border-radius: 50%;
}

.information-logo-box a {
  z-index: 2;
}
.information a{
	
}
.information-logo-box img {
  width: 100%;
  padding:10px;
}

.information-border-1 {
  position: absolute;
  top: 76px;
  left: -90px;
  right: -90px;
  height: 3px;
  content: "";
  background-color: var(--brote-primary);
  z-index: -1;
}

.information-border-2 {
  position: absolute;
  top: 83px;
  left: -70px;
  right: -70px;
  height: 3px;
  content: "";
  background-color: var(--brote-base);
  z-index: -1;
}

.information-list {
  position: relative;
  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;
}

.information-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
    align-items: center;
    display: flex;
    gap: 15px;
}

.information-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.information-icon span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 50px;
  color: var(--brote-base);
}

.information-content {
  margin-left: 20px;
}

.information-sub-title {
  font-size: 18px;
}

.information-number {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 6px;
}

.information-number a {
  color: var(--brote-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.information-number a:hover {
  color: var(--brote-primary);
}

.information-two .information-inner {
  margin-top: 0;
}
#mobile-menu{
	display:none;
}
/* News Single */
.news-single {
	padding: 60px 0 90px;
	background: #f8f8f8;
	direction:rtl;
}
.pageoverlay:before{
	background: #333333 !important;
}
.news-single .single-main {
	margin-top: 30px;
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
}
.news-single .news-head{}
.news-single .news-head img{
	width:100%;
	height:auto;
}
.news-single .news-title {
	font-size: 25px;
	margin: 20px 0;
}
.news-single .news-title a {
	color: #252525;
	font-weight: 600;
}
.news-single .news-title a:hover {
	color: #f22626;
}
/* Blog Meta */
.news-single{
	background:#fff;
}
.news-single .meta {
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 15px;
}
.news-single .meta span {
	margin-right: 10px;
	display: inline-block;
}
.news-single .meta span:last-child{
	margin:0;
}
.news-single .meta span, .news-single .meta span a {
	color: #2C2D3F;
	font-weight: 400;
}
.news-single .meta span i {
	margin-right: 5px;
	color:#f22626;
}
.news-single .meta-left{
	float:left;
}
.news-single .meta-left .author img {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	margin-right: 12px;
}
.news-single .meta-left .author {
	float: left;
}
.news-single .meta-left span.date {
	margin-top: 10px;
}
.news-single .meta-right {
	float: right;
	margin-top: 10px;
}
.news-single .news-content{
	margin:20px 0;
}
.news-single .news-content p{
	margin-bottom:10px;
}
.news-single .news-content p:last-child{
	margin:0;
}
.news-single .news-text p {
	font-size: 14px;
	margin-bottom:20px;
	line-height:30px;
}
.blog-more{
    background: var(--orange);
    color: #fff;
    padding: 10px 24px;
}
.news-single .container{
    width: 80%;
}
.page{
	padding-top: 100px;
}
.page-title{
	text-align:center;
	margin-bottom:30px;
	padding: 65px 0;
	background-color: var(--dark) !important;
	color: #fff;
}
/* sidebar */
.main-sidebar {
	background: #fff;
	margin-top: 30px;
	background: transparent;
}
.main-sidebar .single-widget {
	margin-bottom: 30px;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
}
.main-sidebar .single-widget .title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
	background: #fff;
	padding-left: 12px;
}
.main-sidebar .single-widget .title::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 100%;
	width: 3px;
	background: #f22626;
}
.main-sidebar .single-widget:last-child{
	margin:0;
}
.main-sidebar .search{
	position:relative;
}
.main-sidebar .search input {
	width: 100%;
	height: 45px;
	box-shadow: none;
	text-shadow: none;
	font-size: 14px;
	border: none;
	color: #222;
	background: transparent;
	padding: 0 70px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0;
	border: 1px solid #eee;
	border-radius: 5px;
}
.main-sidebar .search .button {
	position: absolute;
	right: 40px;
	top: 40px;
	height: 44px;
	width: 50px;
	line-height: 45px;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	border: none;
	font-size: 14px;
	color: #fff;
	background: #333;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0 5px 5px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-sidebar .search .button:hover {
	background:#f22626;
	color:#fff;
}
.sidebar-title{
	padding: 18px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    border-radius: 30px;
	margin-bottom: 10px;
	background: #30b4b1;
}
.sidebar-title h3{
	color: #fff;
	font-size: 18px;
    margin-bottom: 0;
}
.main-sidebar .categor-list {
	margin-top: 15px;
}
.main-sidebar .categor-list li {
	margin-bottom: 10px;
}
.main-sidebar .categor-list li:last-child{
	margin-bottom:0px;
}
.main-sidebar .categor-list li a {
	display: inline-block;
	color: #333;
	font-size:14px;
}
.main-sidebar .categor-list li a:hover{
	color:#f22626;
	padding-left:7px;
}
.main-sidebar .categor-list li a i {
	display: inline-block;
	margin-right:0px;
	font-size: 9px;
	transform: translateY(-1px);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.main-sidebar .categor-list li a:hover i{
	margin-right: 6px;
	opacity:1;
	visibility:visible;
}
/* Recent Posts */
.main-sidebar .single-post {
	position: relative;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	padding: 17px 0;
	width: 100%;
}
.main-sidebar .single-post:last-child{
	padding-bottom:0px;
	border:none;
}
.main-sidebar .single-post .image img{
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}
.main-sidebar .single-post .content{
	padding-left:100px;
}
.main-sidebar .single-post .content h5 {
	line-height: 18px;
}
.main-sidebar .single-post .content h5 a {
	color: #2C2D3F;
	font-weight: 500;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
	line-height:25px;
}
.main-sidebar .single-post .content h5 a:hover{
	color:#f22626;
}
.main-sidebar .single-post .content .comment li{
	color:#888;
	display:inline-block;
	margin-right:15px;
	font-weight:400;
	font-size:14px;
}
.main-sidebar .single-post .content .comment li:last-child{
	margin-right:0;
}
.main-sidebar .single-post .content .comment li i{
	display:inline-block;
	margin-right:5px;
}
.main-sidebar .comment{
    padding-right: 0;
}
.main-sidebar .single-post .content .comment li i {
    margin-left: 5px;
    margin-right: 0;
}
.wpcf7-form-control{
    background: #ffffff30;
    color: #fff;
    border-radius: 30px;
    color: #fff;
    text-align: right;
    border: none;
    margin-bottom: 10px;
    padding: 15px;
}
.wpcf7-form-control::placeholder{
color:#fff;
}
.wpcf7-form textarea{
    height: 100px;
}
.blog h3 a{
    text-decoration: none;
    font-size: 18px;
    color: #222;
}
.footer-services li{
color: #fff;
padding: 5px 0;
}
.footer-services li i{
margin-left: 5px;
    }

    

@keyframes mymove {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
		.contact-phone{
    position: fixed;
    width: 60px;
    height: 60px;
    background: #2196f3;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 25px;
    bottom: 100px;
    border-radius: 100%;
    color: #fff;
    box-shadow: 0px 0px 5px #00000085;
    font-size: 20px;
		    animation: phone 2s infinite;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
			z-index:100;
            border: 5px solid #fff;
		}
        .contact-phone i{
            color: #fff;
        }
        .contact-whatsapp{
            position: fixed;
            width: 60px;
            height: 60px;
            background: #14cf46;
            display: flex;
            justify-content: center;
            align-items: center;
            left: 25px;
            bottom: 170px;
            border-radius: 100%;
            color: #fff;
            box-shadow: 0px 0px 5px #00000085;
            font-size: 20px;
            animation: phone 2s infinite;
            animation-timing-function: linear;
            animation-fill-mode: forwards;
            z-index:100;
                    border: 5px solid #fff;
                    animation: mymove 3s infinite;
                    animation-timing-function: linear;
                    animation-fill-mode: forwards;
        }
        .contact-whatsapp i{
            color: #fff;
        }
@keyframes phone {
  0% {transform: rotate(0deg);}
  25% {transform: rotate(45deg);}
	50% {transform: rotate(0deg);}
	100% {transform: rotate(0deg);}
}
/*
 *  Bootstrap Carousel Effect Ken Burns
 * ===========================================================================*/

 @keyframes kenburns {
	0% {
	  transform: scale(1);
	  transition: transform 20000ms linear 0s;
	}
  
	100% {
	  transform: scale(1.4);
	  transition: transform 20000ms linear 0s;
	}
  }
  
  /* Carousel Wrapper */
  .kb-carousel {
	overflow: hidden;
	max-height: 650px;
	margin-bottom: 0 !important;
  }
  
  /* Carousel Items */
  .kb-carousel .carousel-item {
	transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
  }
  
  .kb-carousel .carousel-item.active {
	transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
  }
  
  .kb-carousel > .carousel-inner > .carousel-item > img,
  .kb-carousel > .carousel-inner > .carousel-item > a > img {
	opacity: 0.8;
	animation: kenburns 20000ms linear 0s infinite alternate;
  }
  
  .kb-carousel .carousel-item-next.carousel-item-start .carousel-caption,
  .kb-carousel .carousel-item-prev.carousel-item-end .carousel-caption {
	z-index: 0;
	opacity: 0;
  }
  
  /* Carousel Captions */
  .kb-caption {
	right: 7%;
	left: 7%;
	bottom: 25%;
	padding: 0;
	width: 80%;
  }
  
  .kb-caption-left {
	margin-right: auto;
  }
  
  .kb-caption-right {
	margin-left: auto;
  }
  
  .kb-caption-center {
	margin: auto;
  }
  
  .kb-caption h1,
  .kb-caption h3 {
	padding: 0.5rem 0;
	margin-bottom: 0;
  }
  
  .kb-caption h1 {
	animation-delay: 1s;
	color: #bf392b;
	background: #fff;
  }
  
  .kb-caption h3 {
	animation-delay: 1.5s;
	color: #fff;
	background: rgba(0 0 0 / 0.5);
  }
  
  @media (min-width: 768px) {
	.kb-caption {
	  bottom: 37%;
	  width: 40%;
	}
  }
  
  @media (min-width: 1200px) {
	.kb-caption {
	  bottom: 45%;
	}
  }
  
  /* Controls */
  .kb-control-prev,
  .kb-control-next {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 5px;
    margin: auto 0;
    color: #ffffff;
    background: rgb(0 0 0 / 48%);
    opacity: 1;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon{
	width: 1.5rem;
    height: 1.5rem;
  }
  /* .kb-carousel:hover .kb-control-prev,
  .kb-carousel:hover .kb-control-next {
	opacity: 1;
  } */
  
  .kb-control-prev {
	right: 1%;
  }
  
  .kb-control-next {
	left: 1%;
	right: auto;
  }
  
  .kb-control-prev:hover,
  .kb-control-prev:focus,
  .kb-control-next:hover,
  .kb-control-next:focus {
	color: #fff;
	background: rgba(0 0 0 / 0.5);
  }
  
  /* Support for dark mode */
  [data-bs-theme = "dark"] .carousel .carousel-control-next-icon,
  [data-bs-theme = "dark"] .carousel .carousel-control-prev-icon {
	filter: none;
  }
  
  .single-img-crop-img{
    background:url('../img/intro.jpg') no-repeat;
    height:450px;
    width: 100%;
    border-bottom-left-radius: 100px;
    background-size: cover;
    position: relative;
}
.single-img-crop-img::before{
    content: "";
    position: absolute;
    width: 30px;
    height: 50%;
    z-index: 1;
    background: var(--orange);
    right: -30px;
    top: 10%;
}
.single-img-crop-img{
	position: relative;
}
.intro-link{
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    z-index: 2;
    background: #b9de51;
    left: 5%;
    bottom: 5%;
    opacity: 0.8;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 100px;
	text-decoration: none;
}
.slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* opacity: 0.7; */
    /* background: rgba(1, 20, 32, 0.4); */
    background: rgb(1 40 55 / 53%);
    z-index: 1;
}  

/* Projects */
     .projects .card-img-top {
            object-fit: cover;
            height: 200px;
        }
       .projects .col-lg-4 .card-img-top {
            height: 100%;
            max-height: 100%;
        }
        @media (max-width: 991px) {
            .col-lg-4 .card-img-top {
                height: 300px;
            }
        }

/* clients */
 
        .clients{
			padding: 50px 0;
		}
		.clients .owl-carousel{
			direction: ltr;
		}

/* experience */

		.experience{
     position: relative;
		}
		.experience .overlay-50 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}
.experience .container{
	position: relative;
	z-index: 0;
	text-align: center;
}
.experience .container h3{
	color: #fff;
	font-size: 50px;
	font-weight: bold;
}
.experience .container p{
	color: #fff;
	font-size: 24px;
}

/* contact */
.contact{
	padding: 50px 0;
}

.fixed-contact{
		position:fixed;
	top:50%;right:0;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	height:50px;
	width: 50px;
	background:#25d366;
	text-decoration:none;
	border-radius: 50%;
	z-index: 10;
}
.fixed-contact span{
	color:#fff;
}

.fixed-contact i{
	color:#fff;font-size:30px;
	width:50px;
		display:flex;
	justify-content:center;
	align-items:center;
}
.navbar-nav .nav-link:hover{
	color:var(--orange) !important;
}
.contact-info-list{
	display: flex;
	flex-direction: column;
	gap:15px;
}
.contact-info-list li{
	display:flex;
	align-items:flex-start;
	gap:10px;
}
.contact-info-list li i{
	border-left: 2px solid #00354b;
	padding-left: 20px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #00354b;
}
.footer-map-container iframe{
	width: 100% !important;
	height: 250px !important;
}
/* الشاشة الكاملة */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* مربع البحث */
.search-box {
  position: relative;
  width: 80%;
  max-width: 500px;
  text-align: center;
}

.search-box input {
  width: 100%;
  padding: 15px;
  font-size: 20px;
  border: none;
  border-radius: 8px;
}

/* زر الإغلاق */
.close-btn {
  position: absolute;
  top: -50px;
  right: 0;
  background: none;
  border: none;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/* أيقونة البحث */
.search-icon {
  cursor: pointer;
  color: #333;
  font-size: 20px;
}
.box-wrap{
	    display: flex;
    flex-direction: column;
    justify-content: center;
}
.box-data{
	background: var(--orange);
	padding: 20px;
	border-radius: 15px;
	text-align: center;
	padding-top: 50px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.box-img{
display: flex;
    height: 90px;
    line-height: 90px;
    padding: 0;
    width: 90px;
	border: 1px solid var(--orange);
	border-radius: 50%;
	margin: auto;
	background: #fff;
	align-items: center;
	justify-content: center;
	z-index: 2;
	position: relative;
}
.box-img-container{
display: flex;
    height: 100px;
    line-height: 100px;
    padding: 0;
    width: 100px;
	border: 2px solid var(--orange);
	border-radius: 50%;
	margin: auto;
	background: #fff;
	align-items: center;
	justify-content: center;
	z-index: 1;
	    position: relative;
    bottom: -40px;
	

}
/* .box-img-container:before{
	content: "";
	position: absolute;
	display: block;
	top: -5px;
	left: -5px;
	width: 100px;
	height: 100px;
	background: #fff;
	z-index: 1;
	border: 2px solid var(--orange);
	border-radius: 50%;

} */
.box-img-container img{
	width: 50%;
}
.box-data h3{
	color: #fff;
}
.box-data p{
	color: #fff;
}

.projects-section{
	background: #003a5d;
	padding: 50px 0;
}
.projects-section h2{
	color: #fff;
	text-align: center;

}
        .project-card {
            display: block;
            height: 100%;
            transition: all 0.3s ease-in-out;
            position: relative;
			overflow: hidden;
        }
        .project-card img {
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        .project-card .overlay {
            background: rgba(0, 0, 0, 0.4);
            transition: background 0.4s ease;
        }
        .project-card .title-box {
    background: var(--orange);
    position: absolute !important;
    bottom: 50px !important;
    display: flex;
    color: #fff;
    padding: 10px;
    text-align: right;
    max-width: 75% !important;

        }
        .project-card:hover img {
            transform: scale(1.05);
        }
        .project-card:hover .overlay {
            background: rgba(0, 0, 0, 0.6);
        }
 .plus-link{
	width: 50px;
	height: 50px;
	background: var(--orange);
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	border:none;
	display: none;
 }
.project-card:hover .plus-link{
	display: flex;
	animation: plusAnim 0.5s ease-in-out;
}
.outline-btn{
	border: 2px solid var(--orange);
	color: var(--orange);
	background: transparent;
	padding: 10px 24px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	border-radius: 5px;
}
/* اظهار القائمة المنسدلة عند hover */
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* تحسين الحركة */
.dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

/* اصلاح وضع القائمة */
.navbar-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0; /* لأن موقعك عربي */
  left: auto;
  margin-top: 0;
}

@keyframes plusAnim {
	0% {
	  top: -100%;
	  right: -100%;
	}
  
	100% {
	  top: 0;
	  right: 0;
	}
  }
