﻿@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Teko:wght@300..700&display=swap');



html,
body {
    height: 100%;
    font-size:15px;
  font-family: "Mulish", sans-serif;
    color:#fff;
	/*background-color: #060F1C;
	background-color: #0a2955;*/
	background-color:#06449d;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}

.partner-logos {
    height: 155px;
}

.whatsapp{
	
	    position: fixed;
    width: 52px;
    height: 57px;
    bottom: 28px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    right: 34px;
	
	
}
.language
{
  font-family: "Almarai", sans-serif;
}

.header
{
    padding: 0px 0;
    background-color:#fff;
	position: relative;
	z-index: 99;
}


.container-fluid
{
	padding-left: 8%;
	padding-right: 8%;
}


.logo img
{
	//height: 80px;
    margin-top: 10px;
}
.get-right
{
	text-align: right;
}
.get-started

{
	margin-top: 13px;
	margin-left: 20px;
	display: inline-block;

}

.carousel {
    height:600px;
    position:relative;
	z-index: 9;
}

.item,
.carousel-inner {
    height:600px;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.fill-img{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-color: #FFFFFF;
	background-blend-mode:multiply;
}

/*.bg-h
{
background: #000A1F;
background: linear-gradient(89deg, rgba(0, 10, 31, 1) 0%, rgba(0, 44, 133, 0.8) 100%);    
position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 99;    
	opacity: 0.8;
	
}*/
.caption-carousel {
    position: absolute;
    top: 50px;
    right: auto;
    left:8%;
	width: 600px;  
    margin:auto;
    z-index: 99;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align:left;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

.caption-carousel h2{
    font-size:120px;
    font-weight:400;	
	font-family: "Teko", sans-serif;
    color:#fff;
	line-height: 110px;
}

.caption-carousel h3{
    font-size:20px;
    font-weight:500;
    color:#fff;
    line-height: 30px;
    margin: 0;
}

.carousel-indicators {
    position: absolute;
    bottom: 30px;
    padding-right: 100px;
    z-index: 15;
    width: 100%;
    left: 0;
    padding-left: 0;
    margin-left: 0%;
    text-align: right;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background: url('../images/off.png') no-repeat center center;;
    border: 0px solid rgba(255, 255, 255, 0.0);
    border-radius:0px;
}

.carousel-indicators .active {
    width: 25px;
    height: 25px;
    margin: 2px;    
    background: url('../images/on.png') no-repeat center center;;
}


.btn-header {
    display: inline-block;
    padding: 12px 32px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight:600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform:   capitalize;
    background-image: none;
    border: 2px solid transparent;
    border-radius:0px;
    margin-top:20px;

}


.btn-more{
    color: #fff;
    background-color: #10357F;
    border-color:#10357F;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #10357F;
    background-color: #FFFFFF;
    border-color: #10357F; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white{
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-white:hover {
    color: #10357F;
    background-color: #fff;
    border-color: #ffffff; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    

}


.welcome
{
	padding: 80px 0;
	overflow:hidden;
	color: #FFFFFF;
    margin-bottom: 0px;  
	position: relative;
}
.welcome-text
{
    height: 240px;
    overflow: hidden;    
    line-height: 26px;
    margin-bottom: 30px;
}

.pic-welcome
{
    color: #fff;
    padding: 0;
    border-radius: 20px;
}



.pic-welcome img
{
    object-fit: cover;
    width: 555px;
    height: 645px;
    border-radius: 5px;
    margin: 0 0 auto auto;
}


.pic-welcome2 {
    width: 175px;
    height: 160px;
    position: absolute;
    top: 30px;
    left: 15px;
    z-index: 99;
    background-color: #10357F;
    padding: 20px;
    color: #FFFFFF;
	text-align: center;
    font-size: 30px;
    border-radius: 10px;
	line-height: 60px;
    box-shadow: 0px 1px 11px 0px rgb(0 0 0 / 25%);
}

.pic-welcome2 span{
    display: block;
	font-weight: 700;
    font-size: 70px;
}

.pic-welcome3
{
    color: #fff;
    padding: 0;
    border-radius: 20px;
}



.pic-welcome3 img
{
    object-fit: cover;
    width: 100%;
    height: 645px;
    border-radius: 5px;
    margin:0;
}
.pic-welcome4 {
    width: 160px;
    height: 85px;
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 99;
    background-color: #fff;
    padding: 10px;
	text-align: center;
    border-radius: 3px;
    box-shadow: 0px 1px 11px 0px rgb(0 0 0 / 25%);
}


.title
{
    color: #fff;
    font-size: 61px;
    font-family: "Teko", sans-serif;
    font-weight: 400;
    line-height: 100px;
}

.title span
{
   color:#fff;
   font-size:20px;
   font-weight: 500;     
	font-family: "Mulish", sans-serif;
	display: block;
}
.title span img
{ 
   margin-right: 10px;
}

.title-white
{
   color:#fff;
   font-size:40px;
   font-weight: 700; 
   margin-bottom:20px;
}

.title-white span
{
   color:#fff;
   font-size:16px;
   font-weight: 500; 
	display: block;
	line-height: 25px;
}
.title-white img
{ 
   margin-right: 10px;
}



.services
{
	padding:50px 0 0px 0;    
    overflow: hidden;
	position: relative;
}


.services ul
{
    padding-left:0;
    margin-top:20px;
	margin-bottom: 50px;
}

.services ul li
{
     display:inline-block;
     margin: 20px 10px;
     width: 31%;
     height: 368px;
     padding:40px;
     background-color: #081B35;    
	 box-shadow: 4px 2px 15px 4px rgb(0 0 0 / 10%);    
	-webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;    

}

.services ul a:hover li
{
     background-color: #10357F;        
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; 
	text-decoration: none;

}
.services ul li img
{
    margin: 0;
    height: 70px;
    width: 70px;
    object-fit: contain;
}

.services ul a:hover li img
{    
	filter: brightness(2)
}
.services ul li .title-1
{
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    height: 50px;
      overflow: hidden;    
      margin: 20px 0;    
	font-family: "Teko", sans-serif;
}
.services ul a:hover li .title-1
{
	 color: #FFFFFF;
}
.services ul li .text
{
      font-size:14px;
      color:#CBCBCB;
      font-weight:400;
      height: 150px;
      overflow: hidden;
    text-align: justify;

}
.services ul a:hover li .text
{
	 color: #FFFFFF;
}


.projects {
    padding: 70px 0px;
	position: relative;
	overflow: hidden;
}



.news
{
	padding:50px 0;
	overflow: hidden;
}


.news ul
{
    padding-left:0;
    margin-top:20px;
}

.news ul li
{
    display: inline-block;
    margin: 20px 0px;
    width: 33%;
    height: auto;
    padding: 0px 10px 0 10px;
}


.news ul li img
{
    margin: auto;
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.news ul li .title-1
{
      font-size:35px;
      color:#fff;
      font-weight:500;
      height: 50px;
      overflow: hidden; 	
	font-family: "Teko", sans-serif;
      margin: 20px 0;
}

.news ul li .text {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    height: 48px;
    overflow: hidden;
}

.more-news{
     margin-top:10px;
}


.more-news a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.more-news a:hover{
    color: #fff;
    text-decoration: underline;
}

.certificate
{
	padding: 50px 0 50px 0;
	position: relative;
}

.side-image
{
	 position: relative;
}

.side-image img
{
	object-fit: contain;
    height: 245px;
}


.side-image+.side-table {
    margin-left: 310px;
    position: absolute;
    top: 50px;
}

.table-container {
    margin-top: -48px;
    margin-left: -161px;
    background: #10357f;
    padding: 0px 0px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    line-height: 1.6;
    font-size: 16px;
}

.table-container h3 {
   display: flex;
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: 600;
    height: 60px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.table-container p {
    font-size: 14px;
    color: #FFFFFF;
    height: 90px;
    overflow: hidden;    
	margin-bottom: 0;
}

.logos
{
	padding: 30px 0;
	background-color: #FFFFFF;
}
.footer
{
	background:#FFFFFF ;
	font-size:16px;
	padding:50px 0 10px 0;
	color:#575858;
	font-weight: 400;
}

.footer ul
{
   padding-left:20px;
}
.footer ul li
{
   margin:10px 0;    
   color: #4d4e4e;
}
.footer ul li a
{
	color:#4d4e4e;
}



.footer-title
{
	 color:#0d2664;
	 font-size:30px;	
	font-family: "Teko", sans-serif;
	 text-transform: capitalize;
	 font-weight:600;
	 margin:20px 0;
}

.footer-text
{
	//height: 65px;
    overflow: hidden;
}


.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:10px;
}
 
.vcard img
{
	margin-right:10px;
	 
}

.vcard a{
color:#575858;

}
.vcard a:hover{
color:#575858;

}
.footer .socials {
	position: relative;
	overflow: hidden;	
	margin-top:20px;
	text-align:left;
	margin-bottom:0px;    
	padding-left: 0;    
	margin-left: 0;
}



.footer .socials li {

    display: inline-block;	    
	margin: 8px 2px;
}


.footer .socials li a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
    margin-left: 0px;
		
	background-color: #ffffff00;
	border: 1px #FFFFFF solid;
	border-radius: 100px;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer .socials li a i.fab {
  color: #10357F !important;
}

.footer .socials li a:hover {
	color: #fff;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}
.footer-margin {
    margin-top: 10px;
}
.copyright
{
	background:#081B35;
    padding: 15px 0;
	border-top: 1px #ffffff29 solid;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}


.copyright a
{
    color:#10357F;
}






.inner-bg {
    position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;    
	opacity: 0.5;
}


.caption-inner 
{
    height:auto;
    width: 100%;
    color: #fff;
	position: relative;
	text-align: center;
    padding:235px 0 35px 0;  
    background-color:#000000;  
}


.caption-inner h3 
{
    margin-bottom: 10px;
    font-size: 40px;   
    font-weight:600; 
    text-transform: capitalize;
    margin-top:15px;
    color: #fff;
}


.breadcrumb 
{
    padding: 10px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
}


.breadcrumb>li 
{
    display: inline-block;
    font-size:13px;
    color:#fff;    
    font-weight: 300;
    text-transform: uppercase;
}

.breadcrumb>li a
{    
color:#fff;
}


.breadcrumb>.active
{
    color: #fff;
    font-weight: 300;
}

.breadcrumb>li+li:before 
{
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}



.content-inner {
    padding: 80px 0;
    margin-bottom:0;
    overflow:hidden;
}

.pic-inner {
display:none;
    width: 170px;
    height: auto;
    margin-left: 30px;
   // margin-bottom: 30px;
    float:  right;
}

.pic-inner img{
    width: 100%;
	border-radius: 20px;
}



.bg-navy
{
	background-color:#10357F;
	border-radius:10px;
	padding:30px;
	color:#FFFFFF;
}
.calls
{
	margin-bottom:25px;
	font-size:16px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 40px;
    background: #10357F;
}

.calls-data
{
	margin-top:15px;
    color: #fff;
    background-color: rgb(255 255 255 / 25%);
    border-radius: 10px;
    padding: 20px;
}


.calls-data a
{
	color:#fff;
}

.calls-data i
{
    color: #fff;
    margin-right: 10px;
    font-size:18px;
}


.navy-socail ul
{
	position: relative;
	overflow: hidden;	
	margin-top:15px;
	text-align: left;
	padding-left:0;
	margin-bottom:10px;
	margin-left: 0;
}

.navy-socail ul li 
{
    display: inline-block;	
}


.navy-socail ul li a 
{
	width: 45px;
	height: 45px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 43px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
    background-color: rgb(255 255 255 / 25%);
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
    border:1px #fff solid;

}

.navy-socail ul li a i
{
	font-size: 16px;
	color:#fff;
	margin-right:0;
}

.navy-socail ul li a:hover 
{
	color: #fff;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.title-white
{
	color:#FFFFFF;
    font-size: 35px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 20px;
}


.bg-white
{
	background-color:#f9f9f9;
	border-radius:10px;
	padding:30px;
}


.bg-shadow
{
 box-shadow: 0 1px 20px 5px rgb(0 0 0 / 8%);
}


.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}




.box-category 
{
	height:264px;
	color:#10357F;
	font-size:14px;
	font-weight:600;
	padding: 15px 10px;
	border-radius:4px;
	margin-bottom:25px;
	position:relative;
	border:1px solid #CCCCCC;
}


.box-category img
{
     width:18px;
     display:inline-block;
     margin-left:10px;
}



.box-category h1 {
    font-size: 15px !important;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    background-color: #fff;
    color: #10357F;
    border-radius: 4px;
    padding: 20px 10px;
    text-align: center;	
    border:1px solid #10357F;
    position: absolute;
    width:92%;
    bottom: 10px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category:hover h1
{
     background-color:#10357F;
     color:#FFFFFF !important;    
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.menu-left
{    
margin-top:0px;
z-index: 99;    
width: 100%;
overflow:hidden;
background-color:#10357F;
text-align:left;
border-radius:5px;

}


.menu-left ul
{
    padding-left:0;
    margin:0;
    font-size:15px;
}
.menu-left ul a:hover
{
    text-decoration:none;
    
}

.menu-left ul li
{
    padding: 15px 25px;
    display: block;
    border-bottom: 1px rgb(255 255 255 / 55%) solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    color: #fff;
    transition: 0.3s;
}
 
.menu-left ul li i
{
     font-size:14px;
     margin-right:10px;
}

.menu-left ul a:hover li
{
   background-color:rgb(255 255 255 / 32%);
   color:#FFFFFF;
   text-decoration:none;
   -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-right:10px;
    color:#fff;
}



.title-news {
    font-size: 20px;
    color:#fff;
    margin-bottom:10px;
    margin-top:10px;
}


.logo-search
{
	position:relative;
	z-index:999;
	padding-top:0px;
	padding-bottom:40px;
}


.logo-search .form-group {
    margin-bottom: 0px;
    margin-top: 0px;
}


.logo-search .form-control2 {
    display: block;
    width: 100%;
    height:43px;
    padding: 6px 40px 6px 14px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #f4f4f4;
    border-radius:6px;
}


.logo-search .form-control-feedback {
position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    display: block;
    width: 55px;
    height: 43px;
    color: #ffffff;
    background-color: #10357F;
    font-size: 17px;
    line-height: 44px;
    text-align: center;
    pointer-events: auto;
    border-radius: 6px;
}



.path-search
{
    border-left: 5px #F0F0F0 solid;
    padding-left: 15px;
    margin-bottom: 15px;
    border-radius: 0;
    background-color: #10357F;
}

.highlight {
    font-weight: bold;
    background-color: transparent;
    padding: 0 3px;
    color:#FFFF;
}
.highlight span{
background-color: transparent!important;
color:#FFFF;

}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #10357F;
    border-color: #10357F;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #10357F;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.collapsible-all
{
	
}
.collapsible-all .collapsible {
  background-color: #10357F ;
  color: white;
  cursor: pointer;
  padding: 10px 18px ;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  border-radius:5px;
  margin-bottom:5px;
}


.collapsible-all .collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-right: 5px;
}

.collapsible-all .active:after {
  content: "\2212";
}

.collapsible-all .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;  border-radius:5px;

  transition: max-height 0.2s ease-out;
  background-color: #fbfbfb;
}


.collapsible-all .content p
{
	padding:10px 0;color: #272727;
	
}



.news-inner{
     display:inline-block;
     margin:20px 0px;
     width: 100%;
     height: auto;  
     background-color:#FFFFFF;      
     border-radius: 10px;
     box-shadow: 0px 1px 11px 0px rgb(0 0 0 / 25%);
     padding: 0px 0px 25px 0px;
}

.news-inner img
{
    margin: auto;     
    border-radius: 10px 10px 0 0;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.news-inner .title-1
{
    font-size: 15px;
    color: #10357F;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    margin: 20px 20px;
}

.news-inner .text
{
    font-size: 18px;
    color: #160304;
    font-weight: normal;
    height: 50px;
    overflow: hidden;
    margin: 0px 20px 0px 20px;
}

.more-news-inner
{
     margin:0px 20px;
}


.more-news-inner a {
    font-size: 14px;
}


.box-news-all
{
	position:relative;
    margin-bottom: 20px;
}

.box-news{
    height: 115px;
    width: 35%;
    position: relative;
    background-color: #fff;
    background-blend-mode: multiply;
    background-size: cover;  
    border-radius: 5px;
}

.box-news-text
{
    width: 58%;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 15px;
    padding: 0px 0px 5px 0;
    height: 115px;    
    overflow: hidden;
    color: #2f2f2f;
    font-weight:500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-news-text:hover
{
    color: #2f2f2f;
}

.box-news-text .text-all 
{
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    height: 85px;
    overflow: hidden;
    margin: 0px 0px;
}


.news2-time 
{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    margin: 0 0 10px 0;
}


.category ul
{
   padding-left:15px;
}
.category ul li
{
   margin:10px 0;       
   color: #fff;
}
.category ul li a
{
	color:#fff;
}

.title-2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    border-left: 4px #fff solid;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 6px;
}

.newletter
{
    margin-top:20px;
    background-color: #092241;
    border-radius: 20px;
    padding: 20px 20px;
}

.newletter .form-group {
    margin-bottom: 10px;
    position: relative;
}

.newletter .form-control {
    display: block;
    height: auto;
    width:100%;
    padding: 15px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    margin-bottom:0px;
    background-color: #ffffff00;
    background-image: none;
    border: 1px solid #ededed;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.newletter .btn {
    display: block;
    padding:15px 35px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight:400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;    
    width: 100%;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    background-color:#10357F;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
}



.gray-box
{
    background-color:#10357f;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    border-radius:0px;
    min-height: 90px;
    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #fff;
    margin: 0px 0px 10px 10px;
    min-height: 50px;
    color: #000;
    width: 300px;
    float: right;
    border-radius: 0px;
}



a.code_apply {
    border: 1px solid rgba(0, 0, 0,1);
    color: #fff;    
	background-color: #000;
    padding: 3px 8px;
    margin: 0 0px 0 10px;
    float: right;   
    width: auto;
    min-height: auto;
}
   
    
a.code_apply:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #363636;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.btn-career 
{
    background-color:#4d4d4d;
    border: 1px #4d4d4d solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0;
    transition: 0.3s;
}

.btn-career:hover 
{
    background-color: #fff;
    border: 1px #ffffff solid;
    color: #08AF9A;
    margin:0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}





.brands
{
	margin-top:10px;
}

.brands ul
{
	padding-left:0;
	text-align:center;
}



.brands ul li
{
	
	width: 250px;
    height: 145px;
    background-color:#fff;
	display:inline-block;
	padding:0px;
	margin:10px;
	border:1px #d4d4d4 dashed;
}


.brands ul li img
{
	width: 120px;
    height: 80px;
    background-color:#fff;
	margin: 10px;
	object-fit: contain;
	display:inline-block;
}

.brands ul li .name
{
	text-align:center;
	background-color:#fff;
	display: table-cell;
	font-size:16px;
    height: 40px;
    vertical-align: middle;   
	width:250px;
	color: #000000;
	overflow:hidden;    
	padding: 0 5px;
	border-top:1px #d4d4d4 solid;
}


.pdf-all
{
	position:relative;
}

.pdf-inner
{
    padding: 25px 25px 25px 25px;
    display: block;
    background-color: #f2f4f7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    transition: 0.3s;
    color: #10357f;
    text-align:center;    
    font-size: 20px;
    border-radius:5px;
    margin-bottom:20px;
}

.pdf-inner i
{
    margin:auto auto 10px auto;
    display:block;
    font-size:35px;
}

.pdf-all a:hover .pdf-inner
{
   background-color:#10357f;
   color:#FFFFFF;
   text-decoration:none;
   -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.menu-left ul li {
    list-style: none;
    margin: 5px 0;
}

    .menu-left ul li a {
        color: #fff; /* white text */
        text-decoration: none; /* remove underline */
        display: block; /* makes the whole li clickable */
        padding: 8px 12px; /* spacing */
        border-radius: 4px; /* optional rounded corners */
        transition: background 0.3s ease, color 0.3s ease;
    }

    .menu-left ul li:hover a {
        background: rgba(255, 255, 255, 0.1); /* light overlay */
        color: #fff; /* keep white */
    }

    .menu-left ul li a.active {
        background: rgba(255, 255, 255, 0.2); /* highlight active */
        font-weight: 600;
    }


.menu-left .page-tab-link {
    color: #fff;
    text-decoration: none;
}




















/*
.age-steel-container {
            padding: 2rem;
            max-width: 57rem;
            margin: 0 auto;
        }

        /* Header Section */
        .age-steel-container header {
            background-color: #060F1C;
            color: #fff !important;
            padding: 3rem 1.5rem;
            text-align: center;
            border-radius: 0.75rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
            margin-bottom: 2rem;
        }

        .age-steel-container h1 {

            font-size: 2.5rem;
            //line-height: 1; 
            font-weight: 600;
            //letter-spacing: 0.1em;
            text-transform: uppercase;
        }

        .age-steel-container p {
            color: #374151;
            line-height: 1.625;
            margin-top: 1rem;
        }
        
        .age-steel-container header p {
            margin-top: 0.5rem;
            font-size: 1.125rem;
            line-height: 1.75rem;
            font-weight: 300;
            font-style: italic;
            color: #fff;
        }

        /* Content Sections */
        .age-steel-container section {
            margin-top: 2rem;
            margin-bottom: 2rem;
            padding: 2.5rem;
            background-color: #fff;
            border-radius: 0.75rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
        }

        .age-steel-container section > div {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 2rem;
        }

        .age-steel-container section div div:first-of-type {
            flex: 1;
        }

        .age-steel-container section div div:last-of-type {
            flex: 1;
        }
        
        /* Typography */
        .age-steel-container h3 {
            font-size: 1.875rem;
            line-height: 2.25rem;
            font-weight: 700;
            color: #060F1C;
            margin-bottom: 1rem;
            border-bottom: 2px solid #0ea5e9;
            padding-bottom: 0.5rem;
            display: inline-block;
        }

        .age-steel-container strong {
            color: #0284c7;
            font-weight: 600;
        }

        /* List Styles */
        .age-steel-container ul {
            list-style-type: none;
            padding-left: 0;
            margin-top: 1rem;
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }
        
        .age-steel-container li {
            position: relative;
            padding-left: 1rem;
            color: #374151;
        }

        .age-steel-container li::before {
            content: '';
            position: absolute;
            height: 0.5rem;
            width: 0.5rem;
            background-color: #0ea5e9;
            border-radius: 50%;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        /* Image Styles */
        .age-steel-container img {
            width: 100%;
            border-radius: 0.5rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
        }




*/



.bg-navy{

background-color:#081B35!important;

}




















.steel-content {
    /* max-width: 1100px; */
    border-radius: 15px;
    margin: 10px 20px 10px 20px ;
    padding: 10px;
    background: #fff; /* الخلفية بيضاء */
    color: #000; /* النص أسود */
    font-size: 16px;
    line-height: 1.7;
}

.steel-content h2 {
    font-size: 1.6rem;
    color: #000;
    margin: 25px 0 15px;
    border-left: 5px solid #002147; /* خط ديكوري */
    padding-left: 10px;
}

.steel-content p {
    margin-bottom: 15px;
}

.steel-content ul, 
.steel-content ol {
    margin: 15px 0 25px 25px;
}

.steel-content li {
    margin-bottom: 8px;
    list-style: none; /* remove default dots */
    position: relative;
    padding-left: 30px; /* space for the custom bullet */
}

.steel-content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;   /* adjust size */
    height: 20px;
    background: url("/website/images/Screenshot 2025-10-23 043216.png") no-repeat center;
    background-size: contain;
}

.steel-content img {
object-fit: cover;
height:240px;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.steel-content .flex-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 15px;
}

.steel-content .flex-row div {
    width: 60%;
}

.steel-content .flex-row img {
    object-fit: cover;
    height: 240px;
    width: 40%;
}

/* ----------- Two Columns Layout ----------- */
.two-columns {
    display: grid;
    grid-template-columns: 4fr 2fr;
    gap: 30px;
    margin-top: 20px;
}












.steel-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0; /* adds margin-bottom */
}
.steel-list li {
  padding: 6px 0;
  font-size: 16px;
  line-height: 1.5;
}
.steel-list li::before {
  content: "•";
  color: #0073e6;
  font-size: 20px;
  margin-right: 8px;
}
















.spec-image {
  text-align: center;
  margin: 15px 0 20px;
}
.spec-image img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
}






.calls-data a:hover {
    color: #fff;
}

















