﻿@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=Outfit:wght@100..900&display=swap');


html,
body {
    height: 100%;
    font-size:14px;
    font-family: "Outfit", sans-serif;
    color:#767676;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}


.view-div
{
    margin-top:30px;
}

.view-products
{
    border-radius:100px;
    padding:10px 20px;
    border:1px #FFFFFF solid;
    color:#FFFFFF;  
    width:100%;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
}

.view-div a:hover
{
    color:#fff;  
    background-color:#0079c2;
    text-decoration:none;    
    border:1px #0079c2 solid;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;


}

.header
{
    padding: 10px 0;
    background-color:rgb(255 255 255 / 0%);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:999;
}



.carousel {
    height: 700px;
    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 {
	display:none;
    position: absolute;
    top: 200px;
    right:40px;
    left:8%;
    margin:auto;
    z-index: 10;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fefefe;
    text-align:left;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

.caption-carousel h2{
    font-size:60px;
    font-weight: 600;
    color:#fefefe;
}

.caption-carousel h3{
    font-weight:200;
    font-size:20px;
    line-height:30px;
}

.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;;
}

.home {
    height: 100%;    width: 110%;
    position: relative;
}
video {
    position: absolute;
    width: 130%;
    height: 100%;
    bottom:0;
    top:0;
    margin:0;
    object-fit: cover;
}

.btn-header {
    display: inline-block;
    padding: 8px 32px;
    margin-bottom: 0;
    font-size: 16px;
    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:50px;
    margin-top:20px;
    margin-bottom:20px;
}


.btn-more{
    color: #000;
    background-color: #fff;
    border-color:#000;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #fff;
    background-color: #ee2e24;
    border-color: #ee2e24; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-red{
    color: #ee2e24;
    background-color: #fff;
    border-color:#ee2e24;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-red:hover {
    color: #0079c2;
    background-color: #FFFFFF;
    border-color: #0079c2; 
    -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: #fff;
    background-color:#f63228;
    border-color: #f63228; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
}


.welcome
{
	padding: 0px 0 40px 0;
    margin-bottom: 0px;  
    position:relative;
    overflow:hidden;
}

.welcome-bg
{
    background: url(../images/Rectangle.png) no-repeat center top;
    /* height: 75px; */
    background-size: cover;
    border-radius: 100px 100px 0 0;
    margin-top: -65px;
    padding-top: 28px;
}
    

.title
{
   color:#000;
   font-size:35px;
   font-weight: 700; 
   margin-bottom:30px;
}

.title span
{
   color:#777777;
   font-size:14px;
   display:block;
   font-weight: 400; 
   margin-top:10px;
}

.welcome-margin
{
    margin-top: 50px;
}

.welcome-text
{
    overflow: hidden;    
    line-height: 26px;
    margin-bottom: 10px;
}



.whats-new
{ 
    padding:40px 0;
    background-image: url(../images/bg1.png), url(../images/bg2.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat;
    background-size: 30%, 30%;
    overflow: hidden;
}


.products
{
	padding:40px 0; 
	background-color:#f0f7fb;
}


.products ul
{
    padding-left:0;
    margin-top:20px;
    text-align:center;
}

.products ul li
{
     display:inline-block;
     margin:20px 10px;
     width: 260px;
     height: auto;
     background-color:#FFFFFF;
     padding: 20px 25px;
     border-radius:10px;
     box-shadow:1px 1px 10px rgb(0 0 0 / 30%);
}


.products ul li img
{
    margin: auto;
    height: 205px;
    width: 100%;
    object-fit: contain;
}

.products ul li .title-1
{
      font-size:24px;
      color:#000;
      font-weight:600;
      margin: 20px 0 5px 0;
}
.products ul li .title-1 span
{
      font-size:14px;
      display:block;
      font-weight:400;
}

.products ul li .text
{
      font-size:14px;
      color:#767676;
      font-weight:normal;
      height: 40px;
      overflow: hidden;
}



.newsletter
{
	 position:relative;
	 padding:20px 0;
	 background:url('../images/newsletter-bg.png') no-repeat left top;
	 background-size: contain;
}
.newsletter-m
{
	    margin-top:200px;
}
.newsletter .form-group {
    margin-bottom: 0px;
    position: relative;
}

.newsletter .form-control {
    display: block;
    width: 100%;
    height:65px;
    padding: 0px 140px 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    margin-bottom:0px;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #ededed;
    border-radius: 0px;
    -webkit-box-shadow:1px 1px 20px 9px rgb(0 0 0 / 10%);
    box-shadow: 1px 1px 20px 9px rgb(0 0 0 / 10%);
    -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;
}


.newsletter .btn {
    display: inline-block;
    padding:8px 2px;
    margin-bottom: 0;
    font-size: 16px;
    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-color:#0079c2;
    border: 1px solid transparent;
    border-radius: 0px;
    height: 65px;
    position: absolute;
    width: 125px;
    right: 0px;
    color: #fff;
    top: 0px;
}







.footer
{
	background:#01578c;
	font-size:14px;
	padding:30px 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: 65px;
    overflow: hidden;
}

.footer-line
{
	border-bottom:1px #FFFFFF solid;
	padding-bottom:15px;
}
.footer .socials {
	position: relative;
	margin-top:15px;
	text-align:right;
	margin-bottom:0px;
}


.footer .socials li {
    display: inline-block;	
    width: 33px;
    height: 33px;
}


.footer .socials li a {
	width: 33px;
	height: 33px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.footer .socials li a:hover {
	color: #0076be;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:10px;
}
 
.vcard i
{
	margin-right:10px;	 
	color:#fff;
}


.copyright
{
    background-color: #fff;
    padding: 5px 0;
    color: #0079c2;
    font-size: 13px;
    text-align:center;
    line-height: 30px;
}


.copyright a
{
    color:#0079c2;
}





.inner-bg {
    height:  auto;
}

.caption-inner {
    height:  auto;
    width: 100%;
    color: #fff;
    padding:155px 0 100px 0;    
    text-align:left;
}


.caption-inner h3 {
    margin-bottom: 10px;
    font-size: 45px;
    text-transform: capitalize;
    margin-top: 0;
    color: #fff;
    font-weight:900;
}

.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:#fff;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#fff;
}


.breadcrumb>.active {
    color: #fff;
    font-weight: 700;
}


.header-inner
{
	position:relative !important;
	
}

.content-inner {
    padding: 30px 0;
    margin-bottom:0;
}


.share-article
{
    position: relative;
    right:0;
}


.share-article ul
{
   padding-left:0px;    
   margin-top: 0px;
}


.share-article ul li
{
   width: 35px;
   height: 35px;
   display:inline-block;
}

.share-text
{
    width: 105px !important;
    top: -10px;
    position: relative;
}
.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: 99; 
border-radius:10px;  
width: 100%;
overflow:hidden;
text-align:left;
background-color:#01578c;
}


.menu-left ul
{
    padding-left:0;
    margin:0;
    font-size:16px;
}
.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: #0079c2;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #0079c2;
    margin-right: 10px;
    font-size:18px;
}


.btn-contact{
    color: #fff;
    background-color: #0079c2;
    border-color: #0079c2;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
}


.btn-contact:hover {
    color: #0079c2;
    background-color:#fff;
    border-color:#0079c2;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0;
    transition: 0.3s;

}

.btn-news{
    color: #fff;
    background-color: #0079c2;
    border-color: #0079c2;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-news:hover {
    color: #0079c2;
    background-color:#fff;
    border-color:#0079c2;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}


.container2{
    padding:200px 20px 200px 20px;
    text-align:center;
    color:#FFF;
    font-weight:bold;
}


.section-1{
    background-image:url('../images/img-fixed.png');
    background-position:center;
    position:fixed;
    z-index:999;
}




.gray-box
{
    background-color: #f1f1f1;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    min-height: 90px;
    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #0079c2;
    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: #03daa9;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

 



.btn-career 
{
    background-color:#000;
    border: 1px #000 solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0;
    transition: 0.3s;
}

.btn-career:hover 
{
    background-color: #fff;
    border: 1px #0079c2 solid;
    color: #0079c2;
    margin:0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}




.box-category 
{
	height:330px;
	color:#3d3d3d;
	border:2px #CCCCCC solid;
	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;
     object-fit:contain;
}



.box-category h1 {
    font-size: 15px !important;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    background-color: #fff;
    color: #01578c;
    border-radius: 4px;
    padding: 20px 10px;
    text-align: center;
    position: absolute;
    width:92%;	
    border:2px #01578c solid;
    bottom: 10px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category:hover h1
{
     background-color:#01578c;
     color:#FFFFFF !important;    
     -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;
}




.title-product
{
	color: #d43f39;
    font-size: 30px;
    margin-bottom: 20px;
}









.products-all
{
 display:inline-block;
 width: 355px;

}


.products-box
{
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    width: 355px;
    text-align: center;    
    padding: 0 10px;
}




.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-right:10px;
}


.title-news {
    font-size: 20px;
    color:#0079c2;
    margin-bottom:10px;
    margin-top:10px;
}

.products-inner ul
{
	 padding-left:0;
	 margin-bottom:0;
	 text-align:center;
	 
}
.products-inner ul li
{
    display: inline-block;
    width: 192px;
    height: 370px;
    overflow: hidden;
    margin: 0px 16px 40px 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.products-inner ul li img
{
	 margin:auto;    
	 height: 235px;
     width: 200px;
     object-fit: contain;
}

.products-inner ul li .product-name
{
	 text-align:center;
	 font-size:16px;    
	 margin-top: 0px;
	 text-transform:capitalize;    
	 height: 60px;
	 font-weight:600;
	 color:#333333;
     overflow: hidden;      
     -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;

}
.products-inner ul li .product-name span
{
	 text-align:center;
	 font-size:12px;    
	 margin-top: 10px;
	 font-weight:600;
	 display:block;      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;

}

.more-products
{
	 display:none;          
	 -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;

}


.products-inner ul li:hover .more-products
{
	 display: block;    
	 -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}
.about{
	
	margin-top:40px;
}

.desc {
    margin-left: 1%;
    width: 100%;
    visibility: visible;
    box-shadow: 0 0 12px #93c951;
    padding: 3px 24px;
    line-height: 22px;
    margin-top: 30px;
    border-radius: 10px;
    background-color: #fff;
    font-size: 18px;
}

