@font-face {
    font-family: 'AL-Mohanad';
    src: url(/fonts/AL-Mohanad-Bold-1.ttf);
}
body{
      font-family: 'AL-Mohanad';
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
       font-family: 'AL-Mohanad';

}

:root{
    --darkbg :#2C2B2A;
    --iconbg : #5E5D5D;
    --oranangbg : #ED691E;
}
.btn{
    box-shadow: none !important;
}

a{
    text-decoration: none !important;
    color: black !important;

}
a:hover{
    color: var(--oranangbg) !important;
}
p{
    color: #413748;
    font-size: 18px;
    line-height: 30px;
}
.dark-bg{
    background-color: var(--darkbg);
}
.h3, h3 {
    margin-bottom: 15px;
        font-weight: bold;
        font-size: 1.60rem;
         line-height: 34px;
}
.h4, h4 {
    font-size: 1.6rem !important;
    line-height: 33px !important;
}
.stat{
    padding:0 25px;
}
.stat:hover{color: var(--oranangbg);}
footer p {
    font-size: 16px !important;
}
footer a {
    color: white !important;
}
footer .nav a{
    font-size: 17px !important;
}
footer span{
    font-size: 17px !important;
}
footer .nav a:hover {
    color: var(--oranangbg) !important;
    margin-right: 4px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.socil-icons a {
    width: 36px;
    height: 36px;
    background-color: var(--iconbg);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 7px;
    text-align: center;
    margin-left: 10px;
}

.socil-icons a:hover{
    background-color: var(--oranangbg);
}

.socil-icons a i{
    color: white;
}
.socil-icons a i:hover{
    color: white;
}

.mb-6{
    margin-bottom: 5rem !important;
}
footer .call a i{
     color: #ED691E !important;
}

.py-6{
     padding-top: 5rem ;
     padding-bottom: 5rem ;
}

.cstumer .swiper-slide{
    max-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cstumer .swiper-slide img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.cstumer .swiper-slide img:hover{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.orange-word {
    color: var(--oranangbg);
}


.lines3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.lines1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.lines2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bg-grey{

position: relative;
z-index: 0;
}

.bg-grey::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.932);
    z-index: 1;
}

 .news .bg-grey .contect{
    position: relative;
     z-index: 10;
}

.bg-grey .card{
    border: 1px solid rgba(255, 255, 255, 0.11) !important;
    box-shadow: 0px 3px 6px #70707018;
}

.bi-calendar{
    color: #009146;
}

.date{
    color: #555555;
    font-size: 13px;

}
.prg{
    color: #444;
    font-size: 19px;

}
.news-detels{
    color: #444;
    font-size: 18px;
    line-height: 25px;
}

figure {
	position: relative;
}
figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;

}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


figure img {
    transition: transform .5s .2s ease;
    -webkit-transition: transform .5s .2s ease;
    -moz-transition: transform .5s .2s ease;
    -ms-transition: transform .5s .2s ease;
    -o-transition: transform .5s .2s ease;
}

  /* The Transformation */
  figure:hover img {
    transform: scale(1.2) rotate(3deg);
    -webkit-transform: scale(1.2) rotate(3deg);
    -moz-transform: scale(1.2) rotate(3deg);
    -ms-transform: scale(1.2) rotate(3deg);
    -o-transform: scale(1.2) rotate(3deg);
}

.btn-info{
    background-color: var(--oranangbg) !important;
    border-color: var(--oranangbg) !important ;
    position: relative;
    z-index: 0;
    transition-delay: 900ms;
    overflow-y: hidden;
    display: inline-block;
}
.btn-info:hover{
    background-color: var(--oranangbg) !important;
    border-color: #1516163d !important ;
    color: white !important;
}



  .btn-info::before, .btn-info::after {
    position: absolute;
    z-index: -1;
    top: 0;
    display: block;
    height: 100%;
    width: 0;
    background-color: #1516163d;
    content: "";
  }
  .btn-info::before {
    left: 0;
  }
  .btn-info::after {
    right: 0;
    transition: width 0.3s;
  }
  .btn-info:hover::before {
    width: 100%;
    transition: width 0.3s;
  }
  .btn-info:hover::after {
    background-color: transparent;
    width: 100%;
  }
.img-bg{
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: -41px;
    margin-bottom: -65px;

}

.activeslide{
    height: 6px;
    width: 55px;
    background-color: var(--oranangbg);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.nextslide{
    height: 6px;
    width: 16px;
    background-color: #828181;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.pravslide{
    height: 6px;
    width: 30px;
    background-color: #828181;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.projects .overflow-hidden{
    height: 600px;
}


.bg-oroang{
    background-color: var(--oranangbg);
}

.slid-bg{

    position: relative;
    z-index: 5;
    text-align: center;
        height: 550px;

}
.slid-bg-wihte{ 
    position: absolute;
    z-index: 10;
    bottom: 25px;
    background-image: url(../images/shp2-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 70px;
    
}
.abs-slid{
    position: absolute;
    z-index: 6;
   width: 100%;
height: 95% !important;
    top: 0;
    right: 0%;
}

.container{
    max-width: 1200px !important;
  }

header .bg-green{
    background-color: var(--oranangbg) ;

}
header .bg-green .nav-link{
    color: #eee !important;

}
 header .bg-green .offcanvas-body .nav-link{
    color: #413748 !important;


}
header .bg-green .nav-link:hover{
    color: #EAB42D !important;


}

header .bg-green ul{
   gap: 17px;
   font-size: 15px;
}

@media (max-width : 1400px) {
    header .bg-green ul{
        gap: 7px;
    }
}
@media (max-width : 1200px) {
    header .bg-green ul{
        font-size: 13px;
        gap: 5px;
    }
}
header .navbar-toggler-icon{
    color: var(--iconbg);
}

header .offcanvas{
    transition: all 0.8s 0.4s;
    -webkit-transition: all 0.8s 0.4s;
    -moz-transition: all 0.8s 0.4s;
    -ms-transition: all 0.8s 0.4s;
    -o-transition: all 0.8s 0.4s;
}
header .offcanvas-header .btn-close{
    box-shadow: none;
}

.sidebar li .submenu{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 1rem;
	padding-right: 1rem;
}
.dropdow {
    position: relative;
    display: inline-block;
  }


  .dropdow-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 30;
    border-radius: 4px;
  }

  .dropdow-content a {
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
padding: 8px 15px;
    font-size: 17px;
  }

  .dropbtn{
    font-size: 16px;
    color: white !important;
  }
  .dropbtn i{
    font-size: 12px !important;
  }


  @media (max-width : 1400px) {
    .dropbtn{
    font-size: 15px !important;
  }
  }
  .dropdow-content a:hover {color:#ED691E !important;}
  .dropdow:hover .dropdow-content {
      display: block;
    margin-left: 10px;

}


/* contact us */


.top-sec{
    background-color: var(--color4) ;

}

.top-sec .title{
  color: #fff !important;
    font-size: 28px;
    font-weight: bold;
}
.top-sec i{
    color: #ffffff8a!important;

}
.top-sec .sup-title{
color: #fff !important;

}

/* end topsec */

.info i{
color: #ed691e !important;
}
.form .btn-primary{

    background-color: var(--color1) !important;
    border-color: var(--color1);
    width: 100%;

}
.form .btn-primary:hover{

    background-color: var(--color3) !important;
    border-color: var(--color3);


}
.form input
,.form textarea
,.form select{
    box-shadow: none !important;
    background-color: var(--color4) !important;
    border: 1px solid #ddd  !important;
}

.form button{
    box-shadow: none !important;
}

footer.bg-green{
    background-color: var(--color1);
    height: 300px;
}


/* post of details start */
.post_details .img_of_post{
    height: 450px;
    overflow: hidden;
    border-radius: 13px;
  }
  .post_details .desc_read_more{
    color: #2D3E50;
    font-size: 13px;
  }
  .post_details .desc_read_more a{
    color: #2D3E50;
  }
  .post_details .read_more_option{
    background-color: #F2F5FA;
    border-radius: 12px;
    max-height: 450px;
    overflow: hidden;
  }
  .post_details .read_more_option .col_of_img_read_more{
    padding-left: 0px;
  }
  .post_details .col_of_desc_of_read_more{
    padding-right: 0px;
  }
  .post_details .date_of_post span{
    color: #ed691e;
    font-family: 'Almarai', sans-serif;
  }.post_details .share_post_with_other{
    background-color: #ed691e;
    border-radius: 9px;
    padding: 21px 25px;
  }
  .post_details .share_post_with_other .col{
    padding-right: 0px;
    padding-left: 0px;
  }
  .post_details .share_post_with_other .social-icon a{
    border: 1px solid #FFFFFF ;
    border-radius: 10px;
    margin-right: 7px;
  }
  .post_details .share_post_with_other a{
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 3px 8px;
    margin-bottom: 10px;
  }
  .post_details .share_post_with_other a span{
    font-size: 24px;
    vertical-align: middle;
    color: white;


  }
  .post_details .share_post_with_other .title_of_share{
    color: white;
    font-size: 20px;
  }
  .post_details .desc_of_the_post{
    color: #2D3E50;
  }
  .post_details .keywords{
  list-style: none;
  display: inline-block;
  padding-right: 0px;
  }
  .post_details span{
    font-family: 'Almarai', sans-serif;

  }
  .post_details .keywords li{
    display: inline-block;
    padding-right: 10px;
    font-family: 'Almarai', sans-serif;
    background-color: white;
    padding: 5px;
    margin-right: 10px;
    border-radius: 5px;
  }

  .post_details .keyword_of_paragraph{
    background-color: #F2F5FA;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 30px;
    padding-top: 19px;
    padding: 20px 31px;
  }
  .post_details .img_read_more{
  width: 120px;
  }
  .post_details .next_post{
    list-style: none;
    padding-bottom: 20px;
  }
  .post_details .title_of_next_post{
    padding-right: 0px;
  }
  .post_details .title_of_next_post a{
    color: #2D3E50;
    font-size: 15px;
  }
  .post_details .next_post_arrow{
    font-size: 20px;
    padding-top: 10px;
    font-family: 'Almarai', sans-serif;
    color: #0AB896;

  }
  .post_details .next_post_arrow a{
    color: #0AB896;
  }
  /* end post of details */

/* photo album */
.albums_of_photo{
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .albums_of_photo .card{
    overflow: hidden;
    border-radius: 10px;
    padding: 10px;
  }
  .albums_of_photo .card-body{
    padding-top: 0px!important;

  }
  .albums_of_photo h2::after{

      content: '';
      height: 3px;
      background: #08CC7F;
      width: 63px;
      display: block;
      text-align: 3;

      margin: 0 auto;
      padding-top: 10;
      margin-top: 10px;
  }
  .albums_of_photo .card{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }

  .albums_of_photo .card:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .albums_of_photo .date-of-card{
    position: relative;
    z-index: 10;
    background-color: #0AB896;
    width: fit-content;
    color: white;
    left: 15px;
    top: -46px;
    border-radius: 5px;
    padding: 6px 15px;
    font-size: 17px;

  }
  .albums_of_photo .card-paragraph{
    font-size: 18px !important;
    color: black;


  }
  .albums_of_photo .card{
    margin-bottom: 30px;
  }
  .albums_of_photo .btn-outline-more{
    color: #0AB896;
    border-color: #0AB896;
    width: 161px;
    border-radius: 22px;
    margin-bottom: 30px;
    margin-top: 30px;

  }
  .albums_of_photo .card-text.text-muted{
    font-size: 14px;
    line-height: normal;
  }

  .albums_of_photo .pagination{
    padding-right: 0px;
  }
  .albums_of_photo .pagination li{
    margin-right: 15px;
  }
  .albums_of_photo .pagination-lg .page-item .page-link{
    border-radius: 7px;
    color: #000;

  }
  .albums_of_photo .pagination-lg .page-item .page-link{
    border-radius: 7px;
    color: #000;

  }
  .albums_of_photo .pagination-lg .page-item .page-link:hover{
    background-color: #0AB896;
    border: #0AB896;
  color: white;
  }
  .albums_of_photo .page-item.active .page-link{
    background-color: #0AB896;
    border: #0AB896;
    color: white;
  }

  /* end album */

/* postdetails */
.img_of_post_details{
    margin-bottom: 30px;
    overflow: hidden;
  }
  .img_of_post_details:hover{

    overflow: hidden;
  }
  .img_of_post_details img{
    min-height: auto;
  }

  .postdetails .pagination{
    padding-right: 0px;
  }
  .postdetails .pagination li{
    margin-right: 15px;
  }
  .postdetails .pagination-lg .page-item .page-link{
    border-radius: 7px;
    color: #000;

  }
  .postdetails .pagination-lg .page-item .page-link{
    border-radius: 7px;
    color: #000;

  }
  .postdetails .pagination-lg .page-item .page-link:hover{
    background-color: #0AB896;
    border: #0AB896;
  color: white;
  }
  .postdetails .page-item.active .page-link{
    background-color: #0AB896;
    border: #0AB896;
    color: white;
  }
  /* post details end */
  
  
  .about_us h2::after {
    content: '';
    height: 3px;
    background: #ed691e;
    width: 63px;
    display: block;
    text-align: 3;
    margin: 0 auto;
    padding-top: 10;
    margin-top: 10px;
}

.form input, .form textarea, .form select {
    box-shadow: none !important;
background-color: #f7f7f7 !important;
    border: 1px solid #ddd !important;
    height: 45px;
}

.form .btn-primary {
    background-color:#ed691e !important;
    border-color:#ed691e !important;
    width: 100%;
    background-color: var(--oranangbg) !important;
    border-color: var(--oranangbg) !important;
}

textarea.form-control {
    min-height: calc(1.5em + (0.75rem + 2px));
    height: 220px !important;
}


section.top-sec.py-4 {
    height: 200px;
   background-image: url(../images/headerbg.png);
       background-position: center;
           color: #fff;
    line-height: 130px;
    background-color: #f6f6f6 !important;
        padding-top: 75px !important;
}

section.top-sec.py-4 a{ color: #fff !important;}


h3.file-page-title {
    background: #f6f6f6 padding-box;
    padding: 12px 20px;
    border-radius: 6px;
    padding-top: 10px;
    font-size: 26px !important;
    font-weight: bold;
    
}

section.post_details {
    padding: 80px;
}


a.btn.btn-primary {
    width: 100%;
    background-color: #eab42d !important;
    border-color: #eab42d !important;
    line-height: 35px;
}



.navbar-light .navbar-nav .nav-link {
    font-weight: bold;
        padding: 0.3rem;
        font-size: 18px;
}

h4.card-text.lines1.fw-bold {
    font-size: 1.2rem;
}

.card {

    border: none;

}

.projects .overflow-hidden {
    height: 500px !important;
    border-radius: 8px;
}

.bg-grey .card figure {
    max-height: 267px;
    margin: 0 !important;
}

.bg-grey .card figure .h-100 {
    height: auto !important;
    min-height:100%;
}

.ms-3.d-none.d-md-block h5 {
    font-weight: bold;
    margin-top: 15px;
    font-size: 28px !important;
}

.cstumer .swiper-slide img {

    padding: 25px;
}

.my-5 {
    margin-top: 4rem!important;
    margin-bottom: 4rem!important;
}

.py-5 {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important;
}

.file-section {
    border: #ddd solid 1px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.slid-bg h4 {
    width: 75%;
    font-size: 28px !important;
    line-height: 48px !important;
}

section.land {
    height: 550px;
    overflow: hidden;
}

  @media (max-width : 760px) {
.projects .overflow-hidden {
    height: 350px !important;
    margin-bottom: 10px;
}
.img-bg {

    WIDTH: 100%;

}
.nextslide {

    position: relative;
}
.activeslide {

    position: relative;
}
.pravslide {

    position: relative;
}
  }
  
  
  .regulations0 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-bottom: -10px;
    list-style-type: none;
    column-gap: 25px;
    break-inside: avoid-column;
    padding: 0;
}

.regulations0 li {
    position: relative;
    display: inline-block;
    width: 100%;
}

  .regulations1 {

    list-style-type: none;

}
  .regulations2 {

    list-style-type: none;

}

@media (min-width: 1200px){
.h1, h1 {
    font-size: 3.5rem !important;
}
.h3, h3 {
    font-size: 1.5rem !important;
    font-weight: bold !important;
}
.h2, h2 {
    font-size: 2.5rem !important;
    font-weight: bold !important;
}
span {
    font-size: 22px;
}
}

.h5, h5 {
    font-size: 1.4rem !important;
    font-weight: bold !important;
}


element.style {
}
.text-white {
    color: #fff!important;
}
.py-2 {
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}
.px-4 {
    padding-left: 1.5rem!important;
    padding-right: 1.5rem !important;
}
.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn {

    font-weight: 700 !important;
}

.card-title {
    font-size: 18px !important;
}

h3.fw-bold.my-3.mt-0 {
    font-size: 2.5rem !important;
}

.form-label {
    margin-bottom: 0.5rem;
    font-size: 18px;
}

.float{
        position:fixed;
        width:60px;
        height:60px;
        bottom:40px;
        right:40px;
        background-color:#25d366;
        color:#FFF !important;
        border-radius:50px;
        text-align:center;
      font-size:30px;
        box-shadow: 2px 2px 3px #999;
      z-index:100;
    }
    
    .my-float{
        margin-top:16px;
    }
