﻿@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');

html,
body {
    height: 100%;
    font-size:15px;
    font-family: 'Poppins', 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;*/
}



.top
{
	padding:10px 0;
	background-color:#000;
	color:#fff;
	font-size:13px;
	line-height: 25px;
}


.top a
{
	color:#fff;
}



.top .socials {
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align:right;
	margin-bottom:0px;

}


.top ul 
{
	padding-left:0px;
	text-align:right;
}



.top .socials li {
    display: inline-block;	
    width: 25px;
    height: 25px;    
    border-radius:100px;

}


.top .socials li a {
	width: 25px;
	height: 25px;
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 27px;
	text-align: center;
	color: #fff;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.top .socials li a:hover {
	color: #fff;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}
.facebook
{
	background-color:#3b5998;
}
.twitter
{
	background-color:#55acee;
}
.linkedin
{
	background-color:#007ab9;
}
.whatsapp
{
	background-color:#32d951;
}



.language
{
    font-family: 'Tajawal', sans-serif !important;
}


.header
{
    padding: 5px 0;
   /* background-color:#fffaee;*/
}

.header-top
{
	margin-top:15px;
	text-align:right;
}

.header-top a
{ 
    margin:0 5px;
}

.links-top
{
	  line-height: 26px;
	  margin-top:20px;
}


.links-top img
{
	 float:left;
	 margin-right:8px;
	 color:#000;
}

.links-top a
{
	 color:#000;
}


.carousel {
    height: 570px;
    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: #fff;
    background-blend-mode:multiply;
}

.caption-carousel {
    position: absolute;
    top: 100px;
    width: 735px;
    left: 8%;
    margin: auto;
    z-index: 10;
    text-transform: capitalize;
    padding: 20px;
    color: #000;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    border-radius: 30px;
}

.caption-carousel h2{
    font-size:40px;
    font-weight:400;    
    line-height:55px;
}

.caption-carousel h2 span{
    font-weight:  800;
    color:#07b8c4;
}
.caption-carousel h3{
    font-size:16px;
    font-weight:400;
    line-height:25px;
}

.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;;
}



.btn-header {
    display: inline-block;
    padding: 15px 32px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight:400;
    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:10px;
    margin-top:20px;
    margin-bottom:20px;
}


.btn-more{
    color: #fff;
    background-color: #07b8c4;
    border-color:#07b8c4;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #07b8c4;
    background-color: #FFFFFF;
    border-color: #07b8c4; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-more2{
    color: #fff;
    background-color: #07b8c4;
    border-color:#07b8c4;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
}


.btn-more2:hover {
    color: #07b8c4;
    background-color: #FFFFFF;
    border-color: #07b8c4; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white{
    color: #07b8c4;
    background-color: #fff;
    border-color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
}


.btn-white:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffffff; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
    margin:0;
}


.welcome
{
	padding: 60px 0;
	background:#fff url('../images/bg2.png') no-repeat center top;
	overflow:hidden;
}

.title
{
   color:#07b8c4;
   font-size:30px;
   font-weight: 600; 
   margin-bottom:20px;   
   text-transform:capitalize;

}
.title img
{
   margin-right:10px;
}

.title span
{
   color:#000;
   font-size:40px;
}

.title-c
{
   color:#07b8c4;
   font-size:35px;
   font-weight: 600; 
   margin-bottom:20px;
   text-align:center;
   text-transform:capitalize;
}
.title-c img
{
   margin-right:10px;
}

.title-c span
{
   color:#000;
}

.welcome-text
{
    line-height: 26px;
    margin-bottom: 10px;
}


.welcome-pic {
    box-shadow: 1px 1px 20px 20px rgb(33 145 153 / 52%);
    border-radius: 25px;
}



.products
{
background:#fff url('../images/bg.png') no-repeat center top;
background-size:cover;
padding:80px 0; 
}


.products-inner ul
{
    padding-left:0;
    margin-top:20px;
    text-align:center;
}

.products-inner ul li
{
    display: inline-block;
    margin: 20px 10px;
    width: 355px;
    background-color: #FFFFFF;
    padding-bottom: 30px;
    border-radius: 10px;
    text-align:left;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 50%);
}


.products-inner ul li img {
    margin: 0 auto;
    height: 215px;
    width: 100%;
    padding: 0px;    
    border-radius: 10px;
    object-fit:cover;
}


.products-inner ul li .title-1
{
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    height: 85px;
    overflow: hidden;
    padding: 15px 20px 15px 20px;
    display: table-cell;
    vertical-align: middle;
}

.products-inner ul li .text
{
    font-size: 13px;
    color: #767676;
    font-weight: normal;
    height: 70px;
    overflow: hidden;
    margin:0 20px;
}

.more-news{
     margin:0 20px;
}


.products-index
{
    display: inline-block;
    margin: 20px 10px;
    background-color: #FFFFFF;
    padding-bottom: 20px !important;
    border-radius: 10px;
    text-align:left;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 50%);
}


.products-index img {
    margin: 0 auto;
    height: 215px;
    width: 100%;
    padding: 0px;    
    border-radius: 10px;
    object-fit:cover;
}


.products-index .title-1
{
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    height: 85px;
    overflow: hidden;
    padding: 15px 20px 5px 20px;
    display: table-cell;
    vertical-align: middle;
}

.products-index .text
{
    font-size: 13px;
    color: #767676;
    font-weight: normal;
    height: 70px;
    overflow: hidden;
    margin:0 20px 20px 20px;
}

.more-index{
     margin:0 20px;
}



.partners 
{
	 padding:50px 0;
}

.partners ul
{
	padding-left:0;
	margin:0;
	text-align:center;
}
.partners ul li {
    display: inline-block;
    margin: 5px 20px;
    border-radius:100%;
    width:180px;
    height:180px;
    position: relative;
}

.partners-line {
    background:url('../images/circle2.png') no-repeat center center;
    position:  absolute;    
    width:180px;
    height:180px;

}

.partners ul li img{
    margin:  auto;    
    position: absolute;
    object-fit: contain;
    width:80%;
    left: 0;    
    right: 0;
    top: 0;
    bottom: 0;
}

.footer
{
	background:#FFFFFF url('../images/footer.png') no-repeat center center ;
	background-size:cover;
	font-size:14px;
	padding:50px 0 10px 0;
	color:#fff;
}

.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: uppercase;
	 font-weight:bold;
	 margin:20px 0;
}

.footer-text
{
	height:  auto;
    overflow: hidden;
}


.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:10px;
}
 
.vcard i
{
	margin-right:10px;	 
	color:#fff;
}


.copyright
{
    padding: 10px 0;
    color: #fff;
    font-size: 13px;
    text-align:center;
    border-top:1px #FFFFFF solid;
    line-height: 30px;
    margin-top:20px;
}


.copyright a
{
    color:#fff;
}









.inner-bg {
    height: 250px;
    padding: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;
    color: #231f20;
}

.breadcrumb {
    padding: 10px 0 10px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
    text-align:  left;
}


.breadcrumb>li {
    display: inline-block;
    font-size:14px;
    color:#58585a;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#58585a;
}


.breadcrumb>.active {
    color: #07b8c4;
    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:10px;
background-color:#07b8c4;
}


.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: #07b8c4;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #07b8c4;
    margin-right: 10px;
    font-size:18px;
}



.gray-box
{
    background-color: #f1f1f1;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    min-height: 90px;    
    border-radius:10px;

    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #07b8c4;
    margin: 0px 0px 10px 20px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: right;
    border-radius:10px;
}



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: #07b8c4;
    -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: #07b8c4;
    margin:0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -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;
}

.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: #07b8c4;
    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:#07b8c4;
     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-right:10px;
}





.rotateCircles {
	
	border-style: dashed;
    border-color: #CCCCCC ;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
	border-radius:100%;
    border-width: 3px;
    animation: rotateCircle 2s linear infinite reverse;
}


@keyframes rotateCircle {
  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



.title-Activities{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #000;
    text-align: center;
    margin-top: 35px;    position: absolute;
    bottom: -70px;
}


@media (max-width: 767px) {

.carousel {
    height: 750px;
    position: relative;
}
}


li.instagram {
    background-color: #2196F3;
}


table.table4 {
	    width: 100%;
    box-shadow: 0 0 12px #bcbcbc;
    border-radius: 12px;
    /* border-radius: 18px !important; */
    border: 1px solid #5f5f5f;
}

.table4 td {
    border: 1px solid #d3d3d3;
    padding: 17px 50px;
}

.t6 th {
    border: 1px solid #d3d3d3;
    padding: 17px 50px;
}

.t6 td {
    font-weight: 500;
}

.t6 i.fa.fa-check {
    font-size: 31px;
    text-align: center;
    color: #07b8c4;
}