﻿@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700|Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


::selection {
    background: #0b72ba;
	color:#FFFFFF; 
}



a:focus, a:hover {
    color: #0b72ba;
    text-decoration: underline;
}


html,
body {
    height: 100%;
    font-size:16px;
   /* font-family: "Montserrat", sans-serif;*/
font-family: 'Tajawal', sans-serif;
    color:#000;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}

p
{margin: 18px 0;}

.top
{
    padding: 10px 0;
    background-color: rgb(0 0 0 / 0%);
    position: absolute;
    z-index: 99;
    width: 100%;
}

.top a
{
	color:#fff;
}


.top-inner
{
    padding: 10px 0;
    background-color: rgb(0 0 0 / 0%);
    position: relative;
    z-index: 99;
    width: 100%;
}
.top-inner a
{
	color:#000;
}

.top-inner2 a
{
	color:#000 !important;
}


.language
{
    font-family: 'Tajawal', sans-serif !important;
}



.header-top
{
	margin-top:5px;
	text-align:left;
	font-size: 12px;
	z-index: 99;
	position: relative;
    font-weight: 600;
}
.header-top i
{ 
    margin-right: 5px;
}
.header-top a
{ 
    margin:0 5px;
	color: #0b72ba;
}
.logo  
{

    width: 100%;
	z-index: 99;
	position: relative;}

.logo img 
{
	margin:20px 0 0 0;
}
.logo2 {
	margin-right: -125px;
    width: 100%;
}
.carousel {
    height: 100%;
    position:relative;
}

.item,
.carousel-inner {
    height: 100%;
}

/* 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: #dfdfdf;
    background-blend-mode:multiply;
}

.caption-carousel {
    position: absolute;
    top: 215px;
   /* width: 700px;*/
    width: 662px;
    right: 8%;
    margin: auto;
    z-index: 10;
    text-transform: capitalize;
    padding: 20px;
    color: #fff;
    background-color:rgb(0 0 0 / 0%);
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    border-radius: 30px;
}

.caption-carousel h2{
    /*  font-size:65px;*/
        font-size: 58px;
    font-weight:800;    
    line-height:70px;
}

.caption-carousel h2 span{
	text-transform: lowercase;
    color:#0b72ba;
}

.Tagline-line {
    font-size: 12px;
    font-weight: 700;
    position: relative;
    padding-right: 75px;
    text-transform: lowercase;
	margin-bottom: 30px;
}


.Tagline-line:before {
    content: "";
    display: block;
    height: 2px;
    width: 55px;
    background-color: #0b72ba;
    position: absolute;
    right: 0;
    margin-top: 8px;
    border-radius: 6px;
}
.Tagline-line2 {
    font-size: 12px;
    font-weight: 700;
    position: relative;
    padding-right:0px;
    text-transform: uppercase;
	margin-bottom: 30px;
}


.Tagline-line2:before {
    content: "";
    display: block;
    height: 2px;
    width: 70px;
    background-color: #0b72ba;
    position:relative;
    right: 0;
    margin-top: 8px;
    border-radius: 6px;
}
.Tagline-line3 {
    font-size: 12px;
    font-weight: 700;
    position: relative;
    padding-right: 0px;
    text-transform: uppercase;
    margin: 5px 15px;
    display: inline-block;
}


.Tagline-line3:before {
    content: "";
    display: block;
    height: 2px;
    width: 70px;
    background-color: #0b72ba;
    position:relative;
    right: 0;
    margin-top: 8px;
    border-radius: 6px;
}

.carousel-indicators {
    position: absolute;
    bottom: 30px;
    padding-right:0px;
    z-index: 15;
    width: 100%;
    left: 0;
    padding-left: 0;
    margin-left: 0%;
    text-align: center;
    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;;
}

.slider {
  position: relative;
  width: 100%;
  height: 700px;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
}



.btn-header {
    display: inline-block;
    padding: 32px 60px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight:500;
    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;
    margin-bottom:20px;
}
.btn-header i{
   margin-right: 30px;
}

.btn-more{
    color: #fff;
    background-color: #0b72ba;
    border-color:#0b72ba;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #0b72ba;
    background-color: #FFFFFF;
    border-color: #0b72ba; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}




.btn-more2{
    color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
	padding: 15px 0px;    
	font-size: 15px;
    font-weight:500;
}


.btn-more2 i{
    color: #0b72ba;    
	 margin-left: 20px;    
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	right: 0;
	position: relative;
}

.btn-more2:hover {
    color: #0b72ba;
    background-color: #FFFFFF;
    border-color: #0b72ba; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-more2:hover  i{
    color: #0b72ba;    
	left: 5px;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.welcome
{
	
	padding: 115px 0 0 0;
	overflow:hidden;
}

.footer.wow.fadeInUp.animated {
    background-color: #2b2b2b;
}

.welcome-inner2
{
/*	padding: 30px 0 85px 0;*/
padding:0px 0 85px 0; 
	overflow:hidden;
}
button.b2:hover {
    width: 100%;
}

.b2:hover i { 
    right: 94%!important;

}


.img7 {

    height: 527px!important;
}

.welcome-inner.p5 {
    /* margin-left: -49px; */
    padding-left: 0px;
}

.welcome-inner3
{
	padding: 30px 0 30px 0;
	overflow:hidden;
}
.welcome-img
{
	 /*  box-shadow: 0 4px 15px rgb(0 0 0 / 54%);*/
   /* border-radius: 5px;*/
	height: 530px;
	object-fit: cover;
	/*	width: 450px;    */
	width: 516px;     
	float: left;
		 
}

.welcome-img2
{
	 
	   /*box-shadow: 0 4px 15px rgb(0 0 0 / 54%);*/
   /* border-radius: 5px;*/
	height: 530px;
	object-fit: cover;
	width: 100%;    
	float: left;
		 
}
.welcome-bg
{
	padding:0px 0 0 105px;
}
.welcome-bg2
{
	padding:0px 105px 0 0 ;
}
.welcome-text
{
    line-height: 26px;
    margin-bottom: 30px;
	font-weight: 300;
	/*padding-right: 114px;*/
	padding-right: 59px;
	height: 310px;
    overflow: hidden;
	font-size: 17px;
}
.welcome-inner
{
    line-height: 26px;
    margin-bottom: 30px;
	font-weight: 300;
	/*padding-right: 114px;*/
	padding-right: 45px;
    height: auto;
    font-size: 17px;
}

.join-inner {
    margin-bottom: 30px;
    font-weight: 300;
    padding: 0 114px;
    height: auto;
    font-size: 17px;
}
.cta {
  width: 215px;
  height: 85px;
  border-radius: 2px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #121212;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  box-shadow: 4px -1rem 3rem 0 rgb(0 0 0 / 18%);
  margin-right: 220px;

  transform-origin: left center;        /* 👈 Expand from the left */
  transform: scaleX(0.4);               /* Initial small width */
  transition: transform 0.35s ease;
  overflow: hidden;
  cursor: pointer;
}

/* Expand the button on hover — EXCEPT when hovering the arrow */
.cta:hover:not(:hover i) {
  transform: scaleX(1);                /* Expand to full width */
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #121212;
}

/* Arrow styling */
.cta i {
  opacity: 1;
  position: absolute;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s ease, opacity 0.3s ease;
}

/* Prevent hover expansion when mouse is on arrow */
.cta i:hover {
  cursor: default;
  opacity: 1;
  pointer-events: auto;
}
.cta:hover i.fas.fa-chevron-left {
  left: 10px;
}
/* Button text styling */
.cta .button-text {
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
  padding-left: 10px;
  white-space: nowrap;
  pointer-events: none;
}

/* Show text ONLY when hovering the button — not arrow */
.cta:hover:not(:hover i) .button-text {
  opacity: 1;
}



.cta4 {
	    height: 99px;
  width: 85px;
 /* height: 85px;*/
  border-radius:2px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #121212;
  font-weight: 500;
  transition: width 0.7s;
  text-transform: uppercase;
  position:relative;        
  box-shadow:4px -1rem 3rem 0 rgb(0 0 0 / 18%);
}
.cta4:hover {
		width: 60%;
 
    height: 99px;
 width: 256px;
 /* width:427px;*/
  transition: width 0.7s;
  border: 2px solid #ffffff;
  background-color: #282828;
    color: #ffffff;
}

.cta4 i {
  opacity: 1;
  transition: opacity 0.5s;
  position: absolute;
  right: 35px;
  top: 40px;
}

.cta4:hover i {
	right: 86%;
  opacity: 1;
  transition: opacity 0.5s
}

.cta4 .button-text {
  opacity: 0;
  transition: opacity .5s;
  position: absolute;
  width: 100%;
  right: 0;
  top: 36px;
 }

.cta4:hover .button-text {
  opacity: 1;
  transition: opacity 0.5s
}
.row.footer2 {
    padding: 59px 55px;
}





.cta1 {
  width: 85px;
  height: 85px;
  border-radius:2px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #121212;
  font-weight: 500;
  transition: width 0.7s;
  text-transform: uppercase;
  position:relative;        
  box-shadow:4px -1rem 3rem 0 rgb(0 0 0 / 18%);
}
.cta1:hover {
/* width: 215px;*/
 width:427px;
  transition: width 0.7s;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #121212;
}

.cta1 i {
  opacity: 1;
  transition: opacity 0.5s;
  position: absolute;
  left: 35px;
  top: 35px;
}

.cta1:hover i {
	right: 86%;
  opacity: 1;
  transition: opacity 0.5s
}

.cta1 .button-text {
  opacity: 0;
  transition: opacity .5s;
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
 }

.cta1:hover .button-text {
  opacity: 1;
  transition: opacity 0.5s
}
.cta3 {
  width: 85px;
  height: 85px;
  border-radius:2px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #121212;
  font-weight: 500;
  transition: width 0.7s;
  text-transform: uppercase;
  position:relative;        
  box-shadow:4px -1rem 3rem 0 rgb(0 0 0 / 18%);
      left: -22rem;
    transform: translateY(-10%);

}


.cta3 i {
  opacity: 1;
  transition: opacity 0.5s;
  position: absolute;
  right: 35px;
  top: 35px;
}

.cta3:hover i {
	/*right: 86%;*/
  opacity: 1;
  transition: opacity 0.5s
}

.cta3 .button-text {
  opacity: 0;
  transition: opacity .5s;
  position: absolute;
  width: 100%;
  right: 0;
  top: 30px;
 }

.cta3:hover .button-text {
  opacity: 1;
  transition: opacity 0.5s
}

.cta-blue {
  width: 85px;
  height: 85px;
  border-radius:2px;
  border: 2px solid #0b72ba;
  background-color: #0b72ba;
  color: #fff;
  font-weight: 500;
  transition: width 0.7s;
  text-transform: uppercase;
  position:relative; 
	margin-top: 30px;       
  box-shadow:4px -1rem 3rem 0 rgb(0 0 0 / 18%);
}


.cta-blue:hover {
  width: 412px;
  transition: width 0.7s;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #121212;
}

.cta-blue i {
  opacity: 1;
  transition: opacity 0.5s;
  position: absolute;
  right: 35px;
  top: 35px;
}

.cta-blue:hover i {
	right: 86%;
  opacity: 1;
  transition: opacity 0.5s
}

.cta-blue .button-text-blue {
  opacity: 0;
  transition: opacity .5s;
  position: absolute;
  width: 100%;
  right: 0;
  top: 30px;
 }

.cta-blue:hover .button-text-blue {
  opacity: 1;
  transition: opacity 0.5s
}



.cta-blue2 {
  width: 85px;
   /*height: 85px;*/
  height:97px;
  border-radius:2px;
  border: 2px solid #0b72ba;
  background-color: #0b72ba;
  color: #fff;
  font-weight: 500;
  transition: width 0.7s;
  text-transform: uppercase;
  position:relative; 
	margin-top: 30px;       
  box-shadow:4px -1rem 3rem 0 rgb(0 0 0 / 18%);
}


.cta-blue2:hover {
  width: 321px;
  transition: width 0.7s;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #121212;
}

.cta-blue2 i {
  opacity: 1;
  transition: opacity 0.5s;
  position: absolute;
  right: 35px;
  top: 40px;
}

.cta-blue2:hover i {
	right: 86%;
  opacity: 1;
  transition: opacity 0.5s
}

.cta-blue2 .button-text-blue {
  opacity: 0;
  transition: opacity .5s;
  position: absolute;
  width: 100%;
  right: 0;
  top: 36px;
 }

.cta-blue2:hover .button-text-blue {
  opacity: 1;
  transition: opacity 0.5s
}


.cta-home {
  width: 85px;
  height: 85px;
  border-radius:2px;
  border: 2px solid #0b72ba;
  background-color: #0b72ba;
  color: #fff;
  font-weight: 500;
  transition: width 0.7s;
  text-transform: uppercase;
  position:relative; 
	margin-top: 30px;       
  box-shadow:4px -1rem 3rem 0 rgb(0 0 0 / 18%);
}
.cta-home:hover {
  width: 285px;
  transition: width 0.7s;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #121212;
}

.cta-home i {
  opacity: 1;
  transition: opacity 0.5s;
  position: absolute;
  right: 35px;
  top: 35px;
}

.cta-home:hover i {
  opacity: 1;
  transition: opacity 0.5s
}

.cta-home .button-text-home {
  opacity: 0;
  transition: opacity .5s;
  position: absolute;
  width: 100%;
  right: 0;
  top: 30px;
 }

.cta-home:hover .button-text-home {
  opacity: 1;
  transition: opacity 0.5s
}

.cta-plus {
  width: 85px;
  height: 85px;
  border-radius:2px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #121212;
  font-weight: 500;
  transition: width 0.7s;
  text-transform: uppercase;
  position:relative;        
  box-shadow:4px -1rem 3rem 0 rgb(0 0 0 / 18%);
}
.cta-plus:hover {
  transition: width 0.7s;
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
}


.cta-plus:hover i {
  opacity: 1;
  transition: opacity 0.5s;
	color: #fff;
}


.welcome-inner5
 {
    padding: 0px 0 13px 0;
    overflow: hidden;
}

.title
{
  /* font-size:45px;*/
  font-size:53px; 
   font-weight: 700; 
   margin-bottom:20px;
}

.title img
{
   margin-right:10px;
}
.title-big
{
      font-size:55px;
 /* font-size:45px;*/
   font-weight: 700; 
   margin-bottom:50px;
	line-height: 65px;
}

.title-big img
{
   margin-right:10px;
}

.title-white
{
   font-size:45px;
   font-weight: 700; 
	border-right: 1px solid #fff;
   margin-bottom:50px;
	padding-right: 50px
}
.title-white i
{
    height: 100px;
    position: relative;
    float: right;
    margin-left: 30px;
}

.title-white img
{
   margin-left:10px;
}
.title-ceo
{
   font-size:17px;
   font-weight: 400; 
   border-right: 2px solid #0b72ba;
   margin-bottom:50px;
   padding-right: 50px;
}

.title-ceo i
{
    color: #0b72ba;
    display: inline-block;
    float: right;
    margin-left: 53px;
    height: 150px;   
	font-size: 26px;
}

.title-w
{
   color:#fff;
   font-size:40px;
   font-weight: 600; 
   margin-bottom:20px;
   text-transform:capitalize;
}


.title-b
{
   color:#0b72ba;
   font-size:35px;
   font-weight: 600; 
   margin-bottom:20px;
   text-transform:capitalize;
}

.title-b img
{
   margin-left:10px;
}

.title-b span
{
   color:#000;
}

.title-s
{
   font-size:27px;
   font-weight: 700; 
   margin-bottom:20px;
}

.title-ss
{
   font-size:18px;
   font-weight: 600; 
   margin-bottom:20px;
}

.footer
{
    font-size: 13px;
    padding: 80px 0 10px 0;
    color: rgb(255 255 255 / 58%);
}

.footer ul
{
   padding-left:0px;
}
.footer ul li
{
   margin:10px 0;    
    color: rgb(255 255 255 / 58%);
	display: block;
}
.footer ul li a
{
    color: rgb(255 255 255 / 58%);
}

.footer-title img
{
	 margin-bottom:20px ;
}


.footer .socials {
	position: relative;
	overflow: hidden;	
	margin-top:10px;
	text-align: right;
	margin-bottom:0px;
	padding-left:0;
}

.footer .socials li {
    display: inline-block;	
    width: 25px;
    height: 25px;    
    border-radius:100px;
	background-color: #ffffff6e;
}


.footer .socials li a {
	width: 25px;
	height: 25px;
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 27px;
	text-align: center;
	color: #000;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer .socials li a:hover {
	color: #0b72ba;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}


.copyright
{
    padding: 10px 0;
    color: rgb(255 255 255 / 58%);
    font-size: 13px;
    border-top: 1px rgb(255 255 255 / 29%) solid;
    line-height: 30px;
	text-align: center;
    margin-top: 20px;
}


.copyright a
{
    color: rgb(255 255 255 / 58%);
}


.inner-bg {
    height: 250px;
    padding:90px 0 50px 0;
}


.caption-inner {
    height:  auto;
    width: 100%;
    color: #fff;
    padding:35px 0 10px 0;    
    text-align:left;
}


.caption-inner h3 {
    margin-bottom: 10px;
    line-height: 40px;
    font-size: 45px;
    text-transform: capitalize;
    margin-top: 0;
}

.breadcrumb {
    padding: 10px 0 10px 0;
    margin-bottom: 0px;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
    text-align:  left;
}


.breadcrumb>li {
    display: inline-block;
    font-size:14px;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#fff;
}


.breadcrumb>.active {
    color: #0b72ba;
    font-weight: 400;
}





.content-inner {
    padding: 30px 0;
    margin-bottom:0;
}

.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:  right;
}

.pic-inner img{
    width: 100%;
}





.menu-left
{    
margin-top:0px;
z-index: 9999;    
width: 100%;
overflow:hidden;
text-align:left;
border-radius:4px;
background-color:#0b72ba;
}


.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;
}


.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: #0b72ba;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #0b72ba;
    margin-right: 10px;
    font-size:18px;
}


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 13px;
}

.gray-box
{
    background-color: #f1f1f1;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    min-height: 90px;    
    border-radius:4px;

    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #0b72ba;
    margin: 0px 0px 10px 20px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: right;
    border-radius:3px;
}



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: #0b72ba;
    -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: #0b72ba;
    margin:0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.form-group {
    margin-bottom: 35px;
}

.form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ffffff;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    -webkit-transition: border-colorease-in-out .15s, -webkit-box-shadowease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
    border-bottom: 1px solid #cccccc;
}


.big-text
{
	font-size:18px;
}

.cv-box
{    
    background-color:#2ea053;
    padding: 20px;
}


.cv-box-title {
    text-align: center;
    color: rgba(255, 255, 255,1);
    font-size: 25px;
    margin-bottom: 20px;
}





.box-category 
{
	height:264px;
	color:#3d3d3d;
	font-size:14px;
	font-weight:600;
	padding: 15px 10px;
	border-radius:4px;
	margin-bottom:25px;
	position:relative;
}


.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: #0b72ba;
    border-radius: 4px;
    padding: 20px 10px;
    text-align: center;
    position: absolute;
    width:92%;
    bottom: 10px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category:hover h1
{
     background-color:#0b72ba;
     color:#FFFFFF !important;    
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.title-news {
    font-size: 20px;
    color:#231f20;
    margin-bottom:10px;
    margin-top:10px;
}


.text-news
{
	margin-bottom:20px;
}


.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-left:10px;
}

.btn-box
{
	position: absolute;
    margin-top: -30px;
	left: 75px;
}

.btn-box2
{
	position: absolute;
    margin-top: -35px;
    left: -35px;
}
.btn-box3
{
	position: absolute;
    margin-top: -35px;
}
.blue-box
{
    background-color: #0b72ba;
  padding: 40px 70px;
    text-align: right;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 30px;
    font-weight: 500;
    margin-right: -65px;
    height: 114px;
}

.join-box
{
background-color: #0b72ba;
    padding: 40px;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 30px;   
	font-weight: 500;
	margin-right: 0px;    
	box-shadow: -12px 2rem 3rem 0 rgb(0 0 0 / 18%);
}

.join-box i
{
 float: left;
}
.news-box
{
	width: 545px;
	height:145px;
	position: absolute;
	right: auto;
	left: 8%;
    background-color: #000000;
    z-index: 9;
    top: 375px;
}

.box-program-all
{
	position:relative;
    margin-bottom: 20px;
}

.box-program{
    height: 145px;
    width: 30%;
	text-align:center;
    position: relative;
    background-color: #0b72ba;
}
.box-program img{
    margin: 0 auto auto auto;
    position: relative;
    top: 40px;
}

.box-program-text
{
    width: 63%;
    position: absolute;
    top: 18px;
    left: 15px;
    padding: 0px 0px 5px 0;
    height: 115px;
    /* overflow: hidden; */
    color: #fff;
    font-weight: 500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.program2-time 
{
    font-size: 13px;
    color: #0b72ba;
    font-weight: 600;
    height: 20px;
    overflow: hidden;
    padding: 0px;
	text-transform: uppercase;    
	margin-bottom: 10px;
}


.text-all
{
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    height: 75px;
    overflow: hidden;
}
.ArrowButton {
   padding: 30px 30px;
   width: 75px;
 /*  border-bottom:2px rgb(255 255 255 / 45%) solid;
   color: #ffffff;   */
border-bottom: 2px rgb(10 114 185) solid;
    color: #0a72b9;   
   position: relative;
}

.ArrowButton i {
    position: relative;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
	top: 0px;   
	font-size: 20px;
}
.ArrowButton:hover  {
   border-bottom:2px rgb(255 255 255 / 1) solid;
}
.ArrowButton:hover i {
    top: 10px;    
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.ArrowTop {
   padding: 30px 30px;
   width: 75px;
   border-top:2px rgb(255 255 255 / 45%) solid;
   color: #ffffff;    
   position: relative;
}

.ArrowTop i {
    position: relative;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
	bottom: 0px;   
	font-size: 20px;
}
.ArrowTop:hover  {
   border-top:2px rgb(255 255 255 / 1) solid;
}
.ArrowTop:hover i {
    bottom: 10px;    
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.TextBlock-blue {
    color: #fff;
    background-color:#0b72ba;
	padding: 100px;
	margin-top: 80px;
	font-size: 18px;
	margin-bottom: 100px;
}

.TextBlock-blue::selection 
{
    background: #0b72ba;
	color:#000; 
}

.vision-text
{
	 margin-bottom:30px; 
}
.team-pic
{
    height:450px;
    width: 350px;    
	margin: auto;
    position: relative;
}
.team-pic img
{ 
    height: 450px;
    width: 350px;
	object-fit: cover;

}
.team-top {
    margin-top: 100px
}
.team-content {
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent, transparent 20%, rgba(0, 0, 0, .9));    
	bottom: 0;
    padding: 0 5rem 1.5rem 3rem;
    color: #fff;
}
.team-name {
    padding: 0;
    font-size:25px;
    border: 0;
    line-height: 1;
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.team-name:before {
    content: "";
    margin-bottom: 1.3rem;
    display: block;
    width: 45px;
    height: 2px;
    background: #0b72ba;
}

.team-position {
    padding: 0;
    font-size:18px;
    border: 0;
    line-height: 1;
    line-height: 1.25;
	font-style: italic; 
    font-weight: 400;
    margin: 0 0 10px 0;
}

.big-pic
{
/*	box-shadow: 0 4px 15px rgb(0 0 0 / 54%);*/
    border-radius: 5px;
	height: 620px;
    object-fit: cover;
    width: 100%;
}


.line4 {
    margin-bottom: -54px;
}
.title-bg
{
/*    font-size: 24px;
    font-weight: 700;
    background-color: #FFFFFF;
    padding: 20px;
    width: 590px;
    bottom: 0px;
    position: absolute;
    margin-top: -170px;*/
		  margin-bottom: -56px;
    font-size: 38px;
    font-weight: 700;
    background-color: #FFFFFF;
    padding: 44px 0px;
    width: 590px;
    bottom: 0px;
    position: absolute;
    margin-top: -170px;
}
.pic-text
{margin-top: 143px;
	/*margin-top: 50px;*/
}
.padding-text
{
	font-size: 17px;    
	line-height: 30px;
}


.arrow-pic
{
	position: relative;
}

.arrow-down-pic
{    
	/*top: 400px;
    left: 45px;*/
	    top: 415px;
    left: 45px;
    position: absolute;
}

.top-container
{
	padding-top: 80px;
	padding-bottom: 80px;	
}

.container-check {
  display: block;
  position: relative;
  padding-right: 35px;
  font-weight:400;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 30px;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  border-radius:0px;
  background-color: #fff;
  border: 1px #363636 solid;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #0b72ba;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}




.button-pro
{
	 position:relative;margin-top: 80px;
}



.button-pro ul
{
	 padding-right:0;
	 margin:0;
	text-align: left;
}


.button-pro ul li
{
	display:inline-block;
    margin-right: 30px;
    color: #000000;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
}

.button-pro ul li a
{
	color:#000;    
	padding-bottom: 10px;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.button-pro ul li a:hover
{
	  color:#0b72ba;    
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
	text-decoration: none;
    transition: 0.3s;
	border-bottom: 2px solid #0b72ba;
}


.button-active
{
	  color: #0b72ba !important;
	border-bottom: 2px solid #0b72ba;
}




.letterset
{
    display: block;
}



.letterset ul
{
       padding-left:0;
       margin:0;
}



.letterset ul li
{
    display: inline-block;
    margin: -3px;
}

.letterset ul li a
{
color: #000000;
    border: 1px #e9e9e9 solid;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 34px;
    width: 88px;
    height: 88px;
    /* float: left; */
    text-align: center;
    margin:  3px 1px 3px 0px;
}
.letterset ul li a:hover
{
    color: #fff;
	background-color:#0b72ba;
    border: 1px #0b72ba solid;

}



.collapsible-all
{
	 margin-top: 80px;
}
.collapsible-all .collapsible {
	background-color:rgb(255 255 255 / 0%);
    cursor: pointer;
    padding: 20px 0 20px 0px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-weight: 600;
    border-bottom: 1px rgb(0 0 0 / 14%) solid;
    font-size: 15px;
    margin-bottom: 5px;
	position: relative;
}
.collapsible-all .collapsible span {
    position: absolute;
    left: 5%;
    top: 25px;
    color: #a7a7a7;
}

.collapsible-all .active, .collapsible-all .collapsible:hover {
}

.collapsible-all .collapsible:after {
  content: '\002B';
  font-weight: bold;
  float: left;
  margin-left: 0px;    
	font-size: 20px;
}

.collapsible-all .active:after {
  content: "\2212";
}

.collapsible-all .content {
  padding: 0 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}



table {
 /* border: 1px solid #ccc;*/
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  /*table-layout: fixed;*/
  table-layout: inherit;
}
.img-table
{
    height: 70px; 
    width: 105px;
    object-fit: cover;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
 /* background-color: #f8f8f8;
  border: 1px solid #ddd;*/
  padding: .35em;
}

table th,
table td {
	
   
  padding: .625em;
  text-align: center;
}
table td
{/* text-transform: capitalize;*/
	padding: 1rem;
    text-align: right;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
}
table th {
    letter-spacing: .1em;
 /*   padding: 20px 28px 21px 62px;*/
    padding: 20px 23px 21px 19px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
    text-align: right;
    white-space: nowrap;
}



@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}








.box-p 
{
	height:315px;
	color:#3d3d3d;
	font-size:14px;
	font-weight:600;
	padding: 15px 10px;
	border-radius:0px;
	margin-bottom:25px;
	position:relative;	
	overflow: hidden;
    border: 1px #e7e7e7 solid;
}

.box-p img 
{
	height:200px;
	width: 100%;
	object-fit: contain;
}




.box-p h1 {
    font-size: 14px !important;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
    background-color: #eeeeee;
    color: #000!important;
    border-radius: 0px;
    padding: 35px 25px;
    position: absolute;
    width:100%;
    bottom: 0px; 
	left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: translateY(0);
}


.box-p:hover h1
{
 
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
    transform: translateY(-85px);    box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
}



.box-p h2 {
    font-size: 14px !important;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
     background-color:#0b72ba;
     color:#FFFFFF !important;  
    border-radius: 0px;
    padding: 35px 25px;
    position: absolute;
    width:100%;
    bottom: 0px; 
	left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	transform: translateY(100%);
}

.box-p h2 i{
    font-size: 15px !important;
    color: #fff;
    border-radius: 0px;
    text-align: center;
    float: left;
}


.box-p:hover h2
{
  
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
	transform: translateY(0);
}





ul.BS li:before {
  
    content: url(../images/icon7.png);
    display: inline-block;
    vertical-align: middle;
	    margin-right: 8px;
} 

ul.BS li {
    list-style: none;
    margin-bottom: 10px;
}


.color5{
color:#0a72b9;
}

ul.BS1 li:before {
    content: url(../images/circle3.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
	transform: scaleX(-1);
	margin-left: 10px;
}

ul.BS1 {
    margin-right: 22px;
    margin-top: 18px;
    margin-bottom: 22px;
}


.box3{
margin-bottom: 30px;
 /*   width: 31%;*/
    margin-left: 17px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 29px !important;
}


.box3:hover{

    padding: 0px;
    border: unset !important;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgb(0 0 0 / 14%);
}

.bg22{

border: 3px solid #0a72b9;
    margin-bottom: 30px;
    /* width: 31%; */
    margin-left: 17px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 86%);
    padding: 6%;
    border-radius: 24px;
}

.box5 {
    box-shadow: 0 4px 6px rgb(0 0 0 / 52%);
    background-color: #88b9db5e;
    padding: 8px 10px 4px 39px;
    border-radius: 6px;
}

.WelcomeTextNew {
    height: auto !important;
}

.loc1{
    border: 4px solid #c0c0c0c2;
    border-radius: 10px;
    /* width: auto; */
    padding: 0px;

}

 .loc1 iframe{

    border-radius: 7px;
}

.faq1{

 box-shadow: 0 4px 15px rgb(0 0 0 / 32%);
    display: inline-block;
    /* background: url(../images/images.png) no-repeat 25px 25px; */
    margin: 20px 15px 45px 15px;
    border: 3px #0b72ba solid;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    padding: 0px 25px 30px 25px;
    border-radius: 4px;
}
.faq1 img {
    margin: -41px -5px 7px auto;
    height: 77px;
    width: 77px;
    object-fit: cover;
    border-radius: 100px;
}
.faq6{
    text-align: center;
    font-weight: 700;
    font-size: 29px;
    color: #0ea4e8;
    filter: drop-shadow(2px 6px 4px #c6c6c6);
}


.t3 {
  height: 518px;
}


.m4 {
    margin-right: 16px;
    margin-top: 29px;
    /* font-weight: 900; */
}

.m4 .btn-more2 {
    font-weight: 700;
}

.text5 {
    height: 181px;
}

.black-screen {
 
    background-color: #1b1a48!important;
}