﻿@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body {
    height: 100%;
    font-size:16px;
    font-family: 'Poppins', sans-serif;
    color:#666666;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}


a
{
     text-decoration: none;
}

.container-fluid
{
	padding-right: 70px;
	padding-left: 70px;
}

/* ------top----*/

.top
{
	padding:2px 0;
	background-color:#08419e;
	background-image: url("../images/top.png");
	background-position:center center;
	background-size: 100% 100%;
	color:#fff;
	font-size:13px;
	text-align: left;
}

.top ul
{
	padding-left:0;
	margin-bottom:0;
	top: 5px;
    position: relative;
}

.top ul li
{
	 display:inline-block;
	 padding-right:20px;
}


.top i
{
    font-size: 15px;
    margin-right: 5px;
}


.top a
{
	color:#fff;        
	margin-right: 12px;
	text-decoration: none;
}


.top .socials {
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align:right;
	margin-bottom:0px;	
	top: 0px;
}


.top .socials ul 
{
	padding-left:0px;
	text-align:right;
	top: 0;
}



.top .socials ul  li {
    display: inline-block;	
    width: 25px;
    height: 25px;    
	padding-right: 0;    
	margin-left: 10px;
}

.top .socials ul li a {
	width: 25px;
	height: 25px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	padding-right:0;
    margin-right: 0px;
	color: #fff;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
    margin-left: 0px;
    padding-left:0;
}

.top .socials ul li a i{
 margin-left:0;
 font-size:15px;	
 margin-right: 0px;			
}

.top .socials ul li a:hover {
	color: #492a49;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}


.language
{
    width: auto!important;
    font-family: "Almarai", sans-serif;
    border-left: 1px #ffffff66 solid;
    padding-left: 12px;
}

.language a
{
    width: auto!important;    
    font-size:15px!important;

}

.contacts
{
    margin-top: 35px;  
	font-family: "Nunito", sans-serif;
	float: right;

}
.contacts a
{
    color: #fff ;
	padding:14px 30px;
    background-color: #08419E;
	border-radius: 100px;
	font-size: 16px;
}

.contacts a img
{
    margin-left: 5px;
}

.header
{
    padding: 0px 0;
    background-color:#fff;    
    color:#5b5b5b;
    font-size:12px;
    position:relative;
    z-index:999;
    font-weight:500;
}

.logo
{
     padding-top:5px;
}

.logo img
{
    width: 150px;
    object-fit: contain;
}

.carousel {
    position:relative;
    overflow:hidden;
}


.carousel-1 {
    height: 615px;
}


.img-responsive{
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.caption-carousel {
    position: absolute;
    top: 75px;
    right:40px;
    left:40px;
    margin:auto;
	width: 735px;
    z-index: 10;  
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #001B48;
    text-align:  center;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}
.caption-carousel h3 span{
    font-size:13px;
    font-weight:600;
	color: #08419E;
	background-color: #08419E1A;
	border-radius: 20px;
	padding: 8px 20px;
	text-transform: capitalize;
}

.caption-carousel h2{
    font-size:48px;
    font-weight:600;    
	color: #01122D;
	line-height: 72px;
}


.caption-carousel h2 span{
	color: #fff;
	padding: 8px 25px;
	background-color: #91C000;
	border-radius: 15px 0 15px 15px;
	
}
.caption-carousel h4{
    font-size:14px;
    font-weight:400;    
	line-height: 35px;
        color: #08419E;
}
.fill-img
{
    display: inline-block;
	margin: 20px 2px;
    width: 295px;
    height:  auto;
    position: absolute;
    z-index: 9;
    left: 90px;    
	top: 20px;
}


.fill-img img
{
	height: auto;
	object-fit: cover;
}


.fill-img2
{
    display: inline-block;
	margin: 20px 2px;
    width: 295px;
    height: auto;
    position: absolute;
    z-index: 9;
    right: 90px;
	bottom: 20px;
}


.fill-img2 img
{
	height: auto;
	object-fit: cover;
}

.btn-header {
    display: inline-block;
    padding: 12px 25px;
    margin-bottom: 0;
    font-size: 15px;
    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:100px;
    margin-top:20px;
    margin-bottom:20px;
}


.btn-header img{
    margin-left:10px;
}


.btn-more{
    color: #fff;
    background-color: #08419E;
    border-color:#08419E;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #fff;
    background-color: #91c000;
    border-color: #91c000; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-white
{
    color: #08419E;
    background-color: #fff;
    border-color:#08419E;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white:hover
{
    color: #91c000;
    background-color: #fff;
    border-color:#91c000;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.welcome
{
	padding: 80px 0 80px 0;
	background-color: #fff;
    overflow: hidden;
}

.title
{
   color:#020033;
   font-size:36px;
   font-weight: 600; 
   line-height: 55px;
   margin-bottom:20px;
}

.title span
{
   color:#91C000;

}

.title span img
{
   margin-right:10px;
}


.titlesmall
{
 
   margin-bottom:20px;

}
.titlesmall span
{
   color:#08419E;
	background-color:#08419E1A;
   font-size:13px;    
   line-height: 20px;
   font-weight: 600; 
   margin-bottom:20px;
	padding: 10px 15px;
	border-radius: 50px;
}

.welcome-text
{
    height: 95px;
    overflow: hidden;
    margin-bottom: 55px;
    color: #666666;
}

.play
{
	position: absolute;
    right: 0;
}
.blue-box
{
    background-color: #F5F9FF;
    padding: 45px 30px 25px 30px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
	margin-bottom: 30px;
}

.blue-box img
{
    position: absolute;
    top: -50px;
    left: 0;
}

.blue-box .name
{
	color: #08419E;
	margin-bottom: 15px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 700;
}


.green-box
{
    background-color:#FBFFF0;
    padding: 45px 30px 25px 30px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    position: relative;	
	margin-bottom: 30px;
}

.green-box img
{
    position: absolute;
    top: -50px;
    left: 0;
}

.green-box .name
{
	color: #91C000;
	margin-bottom: 15px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 700;
}

.projects
{
	padding: 20px 0;
	overflow: hidden;
}

.footer
{
	background: #112437;
	font-size:16px;
	padding:50px 0 10px 0;
	color:#fff;
	font-weight: 400;
}

.footer ul
{
   padding-left:20px;
}
.footer ul li
{
   margin:10px 0;    
   color: #fff;
}
.footer ul li a
{
	color:#fff;
}



.footer-title
{
	 color:#fff;
	 font-size:20px;	
	 text-transform: capitalize;
	 font-weight:600;
	 margin:20px 0;
}

.footer-text
{
	height: 145px;
    overflow: hidden;
}


.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:25px;
}
 
.vcard img
{
	margin-right:10px;	 
}

.vcard a{


color:#ffff;
}
.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;
	color: #fff;	
	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: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;
	text-align: center;
    font-size: 14px;
    line-height: 30px;
}


.copyright a
{
    color:#10357F;
}




.inner-bg {
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/3.png") no-repeat fixed center center;
    background-size: cover;
    opacity: 0.3;
}


.caption-inner 
{
    height:auto;
    width: 100%;
    color: #fff;
    padding:80px 0;  
	position: relative;
    background-color:#08419E;  
	margin-top: 10px;
}


.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 {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:  right;
}

.pic-inner img{
    width: 100%;
	border-radius: 20px;
}



.bg-navy
{
	background-color:#08419e;
	border-radius:5px;
	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: #162726;
}

.calls-data
{
	margin-top:15px;
    color: #fff;
    background-color: rgb(255 255 255 / 25%);
    border-radius: 20px;
    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;
}

.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: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}


.bg-white
{
	background-color:#f2f4f7 !important;
	border-radius:5px;
	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;
}


.services-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.services-one .container {
  max-width: 1600px;
}

.services-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  height: 230px;
}

.services-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color:rgb(6 87 118 / 53%);
  width: 0%;
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
}

.services-one__single:hover .services-one__img:before {
  transform: translateY(0);
  width: 100%;
}

.services-one__img img {
  width: 100%;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  height: 230px;
  object-fit:cover;
}

.services-one__single:hover .services-one__img img {
  transform: scale(1.1);
}

.services-one__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  margin-top: -40px;
  margin-right: 40px;
  padding:30px;
  z-index: 2;
}

.services-one__title-box {
  position: relative;
  display: block;
}

.services-one__sub-title {
  font-size: 12px;
  color: #08419e;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  line-height: 12px;
}

.services-one__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 7px;
  margin-bottom: 14px;
}

.services-one__title a {
  color: #91C000;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.services-one__title a:hover {
  color: #08419e;
}

.services-one__arrow {
  position: absolute;
  top: -20px;
  right: 20px;
}

.services-one__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #91C000;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.services-one__arrow a:hover {
  background-color: #08419e;
}


.box-category 
{
	height:264px;
	color:#162726;
	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: #91C000;
    border-radius: 4px;
    padding: 20px 10px;
    text-align: center;	
    border:1px solid #91C000;
    position: absolute;
    width:92%;
    bottom: 10px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category:hover h1
{
     background-color:#91C000;
     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:#91C000;
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;
}




.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: #2e2e2e;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    margin: 20px 20px;
}

.news-inner .text
{
      font-size:20px;
      color:#160304;
      font-weight:normal;
      height: 30px;
      overflow: hidden;
      margin: 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: #160304;
    font-weight: normal;
    height: 85px;
    overflow: hidden;
    margin: 0px 0px;
}


.news2-time 
{
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    margin: 0 0 10px 0;
}


.category ul
{
   padding-left:15px;
}
.category ul li
{
   margin:10px 0;       
   color: #160304;
}
.category ul li a
{
	color:#160304;
}

.title-2 {
    color: #1d1d1b;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    border-left: 4px #092241 solid;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 6px;
}
.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-right:10px;
    color:#162726;
}



.title-news {
    font-size: 20px;
    color:#162726;
    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;
	position: relative;
}


.logo-search .form-control2 {
    display: block;
    width: 100%;
    height:55px;
    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: 55px;
    color: #ffffff;
    background-color:#91C000;
    font-size: 17px;
    line-height: 55px;
    text-align: center;
    pointer-events: auto;
    border-radius: 6px;
}



.path-search
{
    padding-left: 15px;
    margin-bottom: 15px;
    border-radius: 0;
    background-color: #08419e;
}

.highlight {
    font-weight: bold;
    background-color: #91C000;
    padding: 0 3px;
    color: #ffffff;
}
.pagination {
    margin-top: 50px;
}
.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: #08419e;
    border-color: #08419e;
}

.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: #162726;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.collapsible-all
{
	margin-top: 30px;
}


.collapsible-all .collapsible {
  background-color: #fff ;
  color: #000;
  cursor: pointer;
  padding: 10px 18px ;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  border-radius:2px;
  margin-bottom:5px;
  border: 1px #d3d3d3 solid;
}


.collapsible-all .collapsible:after {
  content: '\002B';
  color:#000;
  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;
  transition: max-height 0.2s ease-out;
  background-color: #08419e;
	color: #FFFFFF;  border-radius:2px;

}


.collapsible-all .content p
{
	padding:10px 0;
}



.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: #91C000;
    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:#91C000;
   color:#FFFFFF;
   text-decoration:none;
   -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gray-box
{
    background-color: #F2F4F7;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    border-radius:5px;
    min-height: 90px;
    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #91C000;
    margin: 0px 0px 10px 20px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: right;
    border-radius: 50px;
}



a.code_apply {
    border: 1px solid rgba(255, 255, 255,1);
    color: rgba(255, 255, 255,1);
    padding: 3px 8px;
    margin: 0 0 0 10px;
    float: right;   
    width: auto;
    min-height: auto;
}
   
    
a.code_apply:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #91C000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.form-group {
    margin-bottom: 15px;
}
.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;
	overflow:hidden;    
	padding: 0 5px;
	border-top:1px #d4d4d4 dashed;
}

.title-course {
    color: #373A3F;
    font-size: 35px;
    font-weight: 700;
}

.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;
}

h6.videoTitle {
    height: 152px;
}


















.jade {
    direction: ltr;
    line-height: 1.8;
    color: #033e3e; /* dark teal (green-blue mix) */
    background: #ffff; /* very light green-blue */
    padding: 25px;
    border-radius: 12px;
    max-width: 85%;
    margin: 30px auto;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
}

/* Headings */
.jade h1, 
.jade h2 {
    margin-bottom: 10px;
    color: #08419E; /* blue */
}

.jade h1 {
    font-size: 28px;
    border-bottom: 3px solid #91C000; /* green */
    padding-bottom: 10px;
}

.jade h2 {
    font-size: 22px;
    margin-top: 25px;
    color: #91C000; /* teal (green+blue) */
}

/* Paragraphs */
.jade p {
    font-size: 18px;
    margin: 8px 0 15px;
    color: #033e3e;
}

/* List */
.jade ul {
    list-style: none; /* remove default bullets */
    padding-left: 0;
    margin-top: 10px;
}

.jade ul li {
   position: relative;
    padding-left: 30px;  /* space for the logo */
    margin-bottom: 12px;
    font-size: 18px;
}
.jade ul li::before {
    content: "";
    position: absolute;
    left: 0;           /* where the bullet appears */
    top: 5px;          /* adjust vertical alignment */
    width: 25px;       /* adjust icon size */
    height: 25px;
    background-image: url('/website/images/icon li.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.slogans {
    display: flex;
    justify-content: center; /* center horizontally */
    gap: 20px; /* space between the slogans */
    margin: 20px 0;
    border-radius: 12px;
    padding: 15px 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
flex-wrap: wrap;
}

/* Individual slogan styling */
.slogans p {
    margin: 0;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    flex: 1; /* make them same width */
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: default;
}

/* First slogan */
.slogan-ar {
    color: #91C000; /* green */
    border: 2px solid #91C000;
    background: #ffffff;
}

/* Second slogan */
.slogan-en {
    color: #08419E; /* blue */
    border: 2px solid #08419E;
 
}

/* Hover effect for fun */
.slogans p:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.welcome .blue-box{
margin-top:25px;


}