/* General */
@font-face {
  font-family: 'Noto Kufi Arabic';
  src: url('../fonts/NotoKufiArabic-Regular.ttf') format('truetype'), url('../fonts/NotoKufiArabic-Bold.ttf') format('truetype');
}
body {background:#FFF;font-family: 'Noto Kufi Arabic', sans-serif; direction: rtl;}
body a:hover{text-decoration: none !important;}
/* End General */
/* Main Navbar */
.navbar {
    min-height: 70px;
}

/* Active Link */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #ffcb05;
}

/* Normal Link & Brand Link */
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-brand  {
    color: #BBB;
    padding: 25px
}

.navbar-inverse {
    font-size: 1.4em;
}

.navbar-brand span {
    color: #ffcb05;
}

/* Navbar Toggle */
.navbar-nav .navbar-toggle{
    margin-top: 20px;
}

/* Dropdown Menu */
.dropdown-menu {
    background-color: #333;
    border-top: 3px solid #ffcb05;
    min-width: 200px;
}

.dropdown-menu> li> a {
    color: #BBB;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: padding 0.5s ease;
    -mz-transition: padding 0.5s ease;
    -o-transition: padding 0.5s ease;
}

.dropdown-menu> li> a:hover,
.dropdown-menu> li> a:focus {
    color: #fff;
    background-color: #ffcb05;
    padding-left: 30px;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #000;
    background-color: #ffcb05;
}

.dropdown-menu .divider {
    background-color: #ffcb05;
}

.navbar-inverse .navbar-toggle {
    border-color: #ffcb05;
}

.navbar-toggle {
    margin-top: 15px;
}


.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-brand {
    padding-right: 35px;
    padding-left: 35px;
}
.social {
    padding: 20px 0;
}

.social .share-link {
    color: #ffcb05;
    margin-left: 10px;
    font-size: 22px;
    transition: 0.5s ease-in-out;
}

.social .share-link:hover {
    color: #FFF;
}
/* Start Carousel section */

.carousel-caption{
    bottom: 25%;
    background: rgba(2,2,2,.4);
    padding: 5px;
}

.carousel-caption h1{
    margin-bottom: 20px;
    font-weight: bold;
}

.carousel-caption p{
    margin-bottom: 20px;
    line-height: 30px;
}

.carousel-inner > .item > img{ width: 100% }

.carousel-caption h1 {
    color: #ffcb05;
}

.carousel-indicators li {
    border: 1px solid #000;
}

.carousel-indicators .active {
    background-color: #000;
}

header {
    
}

.ersal-bar {
    border-top: 3px solid #111;
}

/* About Section */
#about {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url('../images/light-bg.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#about h1 {
    padding-bottom: 30px;
    font-size: 4em;
    font-weight: bold;
}

#about i {
    width: 150px;
    height: 150px;
    padding: 45px;
    background: #ffcb05;
    border-radius: 100%;
    color: #FFF;
    margin-bottom: 20px;
    -webkit-transition-duration: .7s;
    -moz-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
}

#about i:hover {
    -webkit-transform: scale(1.1,1.1) rotate(360deg);
    -moz-transform: scale(1.1,1.1) rotate(360deg);
    -o-transform: scale(1.1,1.1) rotate(360deg);
    transform: scale(1.1,1.1) rotate(360deg);
}

#about p {
    margin-bottom: 30px;
    font-size: 14pt;
    line-height: 2.5em;
}

/* Service Section */
#service {
    background: url('../images/black-bg.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFF;
    padding-bottom: 20px;
    padding-top: 60px;
    min-height: 400px;
}

#service .our-service p {
    font-size: 1.4em;
    line-height: 2.6em;
}

#service .our-service .right-bar {
    border-right: 8px solid #ffcb05;
    padding-right: 30px;
}

#service .our-service h1 {
    margin-top: 0;
    margin-bottom: 30px;
    color: #ffcb05;
    font-size: 4em;
    font-weight: bold;
}

#service .our-service .slide span {
    color: #333;
    background: #ffcb05;
    display: inline-block;
    width: 36px;
    height: 36px;
    padding-top: 4px;
    padding-right: 12px;
    font-size: 1.5em;
    border-radius: 50%;
}

#service .our-service .slide h2 {
    display: inline-block;
    margin-bottom: 25px;
}

.services p {
    font-size: 1em !important;
    min-height: 180px;
}


.bar {
    height: 50px;
    background: url('../images/ersal-logo-bg.png') repeat-x;
}

@media screen and (max-width: 991.98px) {
    #service .our-service .right-bar {
    border-right: none;
    padding-right: 15px;
    }
}

/* Contact Section */
#contact {
    padding-top: 0;
    padding-bottom: 30px;
    background: #ffcb05;
    min-height: 200px;
}

#contact .inj-bar {
    border-right: 5px solid #333;
    padding-right: 10px;
}

#contact .inj-bar span {
    display: block;
    padding-bottom: 10px;
    color: #FFF;
}

#contact .inj-bar span i {
    color: #333;
    margin-left: 5px;
}

#contact p > span {
    color: #FFF;
}

#contact .two-cols {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 5px 20px !important;
}

#contact .two-cols span {
    display: block !important;
    float: none !important;
    width: 100% !important;
}

#contact .two-cols.inj-bar {
    display: grid !important;
}
@media (max-width: 576px) {
            #contact .two-cols {
                grid-template-columns: 1fr !important; /* عمود واحد */
                gap: 5px !important;
            }
        }

.soon {
    background: #504e4e;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px solid #444242;
    border-bottom: 1px solid #757373;
}

.soon h2 {
    color: #ffcb05;
    margin-bottom: 20px;
}

.soon p {
    color: #FFF;
}

/* Ourclients Section */
.ourclients{ background: #EEE }

.ourclients img{
    opacity: .4;
    filter: alpha(opacity=40);
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.ourclients img:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}

/* Footer */
footer {
    padding-top: 20px;
    padding-bottom: 10px;
    background: #111;
    border-top: 1px solid #000;
}

footer p {
    color: #FFF;
}

footer p span {
    color: #ffcb05;
}

/* Scroll To Top */
.scroll-to-top {
    padding: 10px;
    background: #FFEA00;
    color: #333;
    border-radius: 5px 5px 0 0;
    position: fixed;
    bottom: 0;
    right: 50px;
    text-decoration: none;
    display: none;
}

.scroll-to-top:hover{
    color: #FFF;
}


/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 2px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 2px;
}


 * {
            box-sizing: border-box;
        }

        #myInput {
            background-position: 10px 10px;
            background-repeat: no-repeat;
            width: 100%;
            font-size: 16px;
            padding: 12px 20px 12px 40px;
            border: 1px solid #ddd;
            margin-bottom: 12px;
        }

        #myTable {
            border-collapse: collapse;
            width: 100%;
            border: 1px solid #ddd;
            font-size: 18px;
			
        }

        #myTable th, #myTable td {
            text-align: right;
            padding: 12px;
        }

        #myTable tr {
            border-bottom: 1px solid yellow;
        }

        #myTable tr.header, #myTable tr:hover {
            background-color: #FFEA00;
        }