﻿@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=Lato: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=Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Short+Stack');



html,
body {
    height: 100%;
    font-family: 'Century Gothic Paneuropean';
    color:#000;
    font-size:16px;
    font-weight:400;        
}

.language
{
	  font-family: 'Tajawal', sans-serif !important;
	  font-weight:400!important;
      font-size:15px!important;
}

.top-right
{
	margin-top:15px;
	text-align:left;
}

.contacts {
    background-color: #fff;
    color: #273868!important;
    border-radius:0px;
    padding: 12px 15px !important;
    text-align: center;
    font-size:15px;
    font-weight:600;
    border:2px #273868 solid;
    text-transform: capitalize !important;    
    margin-top: 20px;
    margin-right:10px;
}

.contacts a {
    color: #273868;  
}

.menu-logo
{
    padding: 10px 0 10px 0;
    width: 100%;
   //* position: relative;*/
	position: sticky;
    height: auto;
    z-index: 9;
    top:0px;
    background-color:rgb(255 255 255);
}

.logo
{
	margin-top:5px;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}


.slider-video 
{
    height: 715px;
    margin: auto;
    overflow:hidden;
}
video {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
}



.carousel {
    height: 715px;
}

.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: #bdbdbd;
    background-blend-mode: multiply;
}



.fill-img-inner{
    width: 100%;
    height: 390px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.caption-carousel {
    position: absolute;
    top: 127px;
    right: 101px;
    z-index: 10;
    width: 657px!important;
    color: #fff;
    text-align: right;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.caption-carousel h2{
    font-size: 45px;
    font-weight: bold;
    background: url(../images/caption-slider-ar.png) no-repeat right top;
    padding-top: 27px;
    padding-right: 60px;
    padding-bottom: 50px;
}


.caption-carousel h2 span{
    font-size:20px;
    font-weight:300;
    margin-bottom:20px;
    display:block;
}

.btn {
    display: inline-block;
    padding: 12px 55px 12px 40px;
    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-radius:5px;    
    border: 0px solid transparent;
    margin-top:20px;
    position:relative;
}

.green-button i{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    right:20px;
    top:15px;
    position: absolute;

}

.green-button:hover  i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    right:25px;
}
.btn-more{
    color: #fff;
    background: #273868;
    background: linear-gradient(106deg, #273868 0%, #273868 100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #fff;
    background:#273868;
    background: linear-gradient(106deg, #273868 0%, #596ea7 100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more2{
    color: #273868;
    background:#fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border:1px #273868 solid;    
}


.btn-more2:hover {
    color: #273868;
    background:#fff;
    border:1px #fff solid;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border:1px #273868 solid;    
}
.btn-more3{   
    color: #fff;
    background-color:#f7b72f;
    border-color:#f7b72f;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more3:hover {
    color: #f7b72f;
    background-color:rgba(255, 255, 255, 0);
    border-color:#f7b72f;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-more4{   
    color: #fff;
    background-color:#052739;
    border-color:#052739;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more4:hover {
    color: #052739;
    background-color:rgba(255, 255, 255, 0);
    border-color:#052739;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.carousel-indicators {
    position: absolute;
    bottom: 30px;
    padding-right: 0;
    z-index: 15;
    width: 100%;
    right: 0;
    padding-left: 0;
    margin-right: 0%;
    text-align:  center;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 33px;
    height:4px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
}

.carousel-indicators .active {
    width: 47px;
    height: 4px;
    margin: 2px;
    background-color: #8dc045;
    border: 1px solid #8dc045;
}


.title
{
   color:#383838;
   font-size:30px;
   font-weight: 700;  
   text-transform:uppercase;
   margin-bottom:30px;
}

.title span
{
   color:#92c63e;
}



.title-s
{
   color:#1c2e60;
   font-size:13px;
   font-weight:600;
   text-transform:uppercase;
   display:block;
   margin-bottom:20px;
}

.all-text
{
    color:#383838;
    font-size:16px;
}

.services
{
	 padding:50px 0;
	 background-color:#f9f9f9;
}

.services ul
{
    padding-right:0;
    margin-top:20px;
}

.services ul li
{
     display:inline-block;
     margin:20px 5px;
     width:270px;
     padding:20px 20px 25px 20px;
     background-color:#FFFFFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.services ul li:hover
{
    color: #fff;
    background:#273868;
    background: linear-gradient(106deg, #364673 0%, #2187bf 100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.services ul li .title-1
{
      font-size:25px;
      color:#1c2e60;
      font-weight:400;
    height: 125px;
    text-transform:capitalize;
    padding-right: 15px;
    padding-top: 15px;
    overflow: hidden;
    margin: 20px 0;
    background: url(../images/caption-slider2.png) no-repeat right center;
    background-size: contain;
}
.services ul li .title-1 span
{
      font-size:15px;
      color:#1c2e60;
      display:block;
}

.services ul li:hover .title-1
{
      color:#fff;
    background: url(../images/caption-slider-ar.png) no-repeat right center;
    background-size: contain;
}
.services ul li:hover .title-1 span
{
      color:#fff;
}

.services ul li .text
{
      font-size:16px;
      color:#1c2e60;
      font-weight:normal;
      height: 65px;
      overflow: hidden;
}

.services ul li:hover .text
{
      color:#fff;
}

.products
{  
    padding: 0px 0px;
    margin-bottom: 30px;
    background-image: url(../images/left-bg.png), url(../images/right-bg.png);
    background-position: left top, right top;
    background-repeat: no-repeat;
    overflow: hidden;
}

.pro-top
{
	margin-top:50px;
}

.pic-products
{
    z-index: 99;
    padding: 16px;
    height:265px;
    position:relative;
}

.pic-products-img
{
    height:265px;
    width:100%;
    object-fit:cover;
}

.play
{
	position:absolute;
	top:10px;
	right:10px;
	background-color:#FFFFFF;
	padding:6px;
}
.title-top
{
   margin-top:50px;
}





.news
{
	padding:50px 0;
	background-color:#fff;
	overflow:hidden;
}
.news ul
{
    padding-right:0;
    margin-top:20px;
    text-align:center;
}

.news ul li
{
    display:inline-block;
    width: 345px;
    height: auto;
    position: relative;      
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0px 15px; 
    background-color:#FFFFFF;
    -webkit-box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 10%);
 }

.news ul a:hover li
{
    color:#FFFFFF;
    background-color:#1b82b7;      
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.news ul li a:hover
{
    text-decoration:none;
}


.news ul li img
{
    margin: auto;
    height:250px; 
    width: 100%;
    object-fit: cover;
}


.news ul li .date-time
{
    font-size: 20px;
    width: 77px;
    height: 98px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    background-color:#1b82b7;
    font-weight: 600;
    padding: 18px 0;
    position: absolute;
    top: 0px;
    left: 20px;
}


.news ul li .date-time span
{
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #1b82b7;
    font-weight: 600;
    padding: 5px 5px 11px 5px;
    display: block;
    margin-top: 8px;
    border-top:1px rgb(255 255 255 / 35%) solid;
}


.news ul li .text
{
      font-size:15px;
      font-weight:500;
      margin-bottom:0px;  
      margin-top:10px;  
      color: #383838;    
      text-align:right;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      padding:15px;
}
.news ul a:hover .text
{    
      color: #fff;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
}



.news ul li .text-news
{
      font-size:20px;
      font-weight:600;      
      height: 60px;
      color:#383838;
      overflow: hidden;
      margin-bottom:10px;
}
.news ul li:hover .text-news
{
      color:#fff;
}


.news ul li .text-inner
{
    font-size: 14px;
    font-weight: 500;
    height: 60px;      
    color:#383838;
    overflow: hidden;
    margin-bottom: 10px;
}


.news ul li:hover .text-inner
{
      color:#fff;
}


.units-bg
{
    border:1px #dcdcdc solid;
    padding:0 0 20px 0;
    text-align:right;
    position:relative;
}


.units-bg .icon
{

     position:absolute;
     left:20px;
     top:250px;
}


.units-bg .icon img
{
	    background-color: #98c949;
 /*height:68px;*/
 height:64px;
}


.units-bg img
{
    margin: auto;
    height: 285px;
    width: 100%;
    object-fit: cover;
}

.units-bg .title-1
{
    font-size: 14px;
  /*  color: #263767;*/
  color:#000000;
    font-weight: bold;
    height: 20px;
    overflow: hidden;
    text-transform: uppercase;
    margin: 30px 15px 10px 15px;
}

.units-bg .text
{
      font-size:20px;
      color:#000;
      font-weight:normal;
      height: 35px;
      overflow: hidden;
      margin: 0px 15px;
}


.footer
{
	background-color:#042333;
	border-top:8px #94c742 solid;
	font-size:16px;
	padding:50px 0 0px 0;
	color:#fff;
}
.footer ul
{
   padding-right:0px;
}
.footer ul li
{
   margin:10px 0;       
   list-style-type: none; 
   color: #fff;
}
.footer ul li a
{
	color:#fff;
}
.footer ul li a i
{
	color:#00a4e4;
	font-size:14px;
	margin-left:5px;
}

.footer-title
{
	 color:#fff;
	 font-size:23px;
	 text-transform:  capitalize;
	 font-weight:bold;
	 margin:20px 0;
}

.footer-text
{
	height: 65px;
    overflow: hidden;
}


.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:10px;
}
 
.vcard i
{
	margin-left:10px;	 
	color:#fff;
}

.newletter
{
	margin:0;
}

.footer  .form-group {
    margin-bottom: 10px;
    position: relative;
}

.footer .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    margin-bottom:0px;
    background-color: #ffffff00;
    background-image: none;
    border: 1px solid #ededed;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.footer .btn {
    display: inline-block;
    padding:15px 35px;
    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-color:#94c742;
    border: 1px solid transparent;
    border-radius: 5px;
    position: absolute;
    color: #fff;
    margin-top:0;
}


.footer .text-gary
{
	font-size:13px;
	text-transform: capitalize;
	margin-bottom:10px;
}


.socials ul
{
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align: right;
	padding-right:0;
	margin-bottom:10px;
}


.socials ul li 
{
    display: inline-block;	
}


.socials 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: #94c742;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
    border:1px #94c742 solid;

}

.socials ul li a i
{
	font-size: 16px;
	color:#94c742;
	margin-left:0;
}

.socials ul li a:hover 
{
	color: #fff;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.copyright
{
    padding: 5px 0;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 45px;
    background-color:#06293b;
    margin-top:20px;
}


.copyright a
{
    color:#fff;
}








.content-inner
{
    margin:30px 0 30px 0;
    overflow:hidden;
}


.headertitle
{
    background-color: #f6f6f6;
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    background-color: #f6f6f6;
    text-transform: capitalize;
    padding-top: 0px; 
}


.breadcrumb {
    padding: 0px 15px 20px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
    text-align: center;
    line-height:20px;    
}


.breadcrumb>li {
    display: inline;
    font-size:15px;
    color:#f6f6f6;    
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#3a3a3a;
}


.breadcrumb>.active {
    color:#0167a8;
}

.title-gallery {
    font-size: 20px;
    color: #2386b9;
    margin-bottom: 30px;
    text-align: center;
}


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}
    
.gray-box
{
	background: #f9f9f9;
    padding: 10px 20px 10px 20px;
    margin: 10px 0px 0px 0px;
    min-height: 90px;
    margin-bottom:20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #2386b9;
    margin: 0px 0px 10px 0px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    border-radius: 50px;
    float: right;
}

a.code_apply {
    border: 1px solid #fff;
    color: #fff;
    padding: 3px 8px;
    margin: 0 0 0 10px;
    float: right;   
    width: auto;
    min-height: auto;
}


a.code_apply:hover {
    border: 1px solid #fff;
    color: #323536;
    background-color:#fff;

}


.btn2 {
    display: inline-block;
    padding: 7px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-transform:capitalize;
    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;
    background-image: none;
    border: 3px solid transparent;
    border-radius: 0px;
}

.btn-career{
    color: #fff;
    background-color: #2386b9;
    border-color: #2386b9;
    margin-bottom:10px;
}

.btn-career:hover {
    color: #fff;
    background-color: #2386b9;
    border-color: #2386b9;
}

.big-text
{
	margin-top:0;
}






.calls
{
	margin-bottom:45px;
}


.calls .h4
{
   font-size:18px;
}

.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: #2386b9;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #2386b9;
    margin-right: 10px;
    font-size:16px;
}


.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
	font-weight:400;
}


.date-news i
{
padding-right:10px;
}





.title-news {
    font-size: 20px;
    color:#92c73c;
    margin-bottom:10px;
    margin-top:10px;
}





.left-menu ul
{
	 padding-left:0;
	 text-align:center;
}
.left-menu ul a:hover
{
    text-decoration:none;
}


.left-menu ul a li
{
    padding: 12px 15px;
    background-color: #0574af;             
    display: block;
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 10px;
    border-radius: 3px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.left-menu ul a:hover li
{
    background-color: #8fc537;                          
    color: #FFFFFF;
    text-decoration:none;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}




.left-menu ul a li i
{
    font-size: 35px;
    margin-right:0px;
    text-align:center;
    display:block;
    margin-bottom: 15px;
}

.products-inner
{
	margin-top:20px !important;
}

.products-inner ul
{
	 padding-left:0;
	 margin-bottom:0;
	 text-align:center;
	 
}
.products-inner ul li
{
	  display:inline-block;
	  width:230px;
	  height:340px;
	  padding:35px;
      margin: 0px 20px 40px 20px;
      
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.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:18px;    
	 margin-top: 0px;
	 text-transform:capitalize;    
	 height: 50px;
    overflow: hidden;
}


.title-products
{
    font-family: 'Spicy Rice';
	text-transform:uppercase;
	color:#8b8b8b;
	font-size:40px;
	text-align:center;
	padding: 0 0 20px 0;
} 
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    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;
}


.inner-bg {
    height: auto;
    position:relative;
}


.inner-bg-color {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color: rgb(19 34 119 / 74%);
	}

.caption-inner {
    height:  auto;
    width: 100%;
    color: #fff;
    padding:100px 0;    
    text-align:right;
}


.caption-inner h3 {
    margin-bottom: 10px;
    font-size: 51px;
    text-transform: capitalize;
    margin-top: 0;
    color: #fff;
    font-weight:600;
}

.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:right;
}


.breadcrumb>li {
    display: inline-block;
    font-size:14px;
    color:#fff;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#fff;
}


.breadcrumb>.active {
    color: #fff;
    font-weight: 600;
}


.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;
background-color:rgb(148 199 66 / 100%);
text-align:right;
border-radius:5px;

}


.menu-left ul
{
    padding-right: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-left: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;
    right: 0;
    height: 1px;
    width: 40px;
    background: #94c742 ;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #94c742 ;
    margin-left: 10px;
    font-size:18px;
}




.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: #1e4881;
    margin: 0px 0px 10px 20px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: right;
    border-radius:5px;
}



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: #1e4881;
    border: 1px #1e4881 solid;
    color: #fff;
    margin:0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}








.btn-career2 
{
    background-color: #459844;
    border: 1px #ffffff solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-career2:hover 
{
    background-color: #ffffff ;
    border: 1px #ffffff solid;
    color: #459844;
    -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: 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;
}

.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;
}




.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-right:10px;
}





.title-news {
    font-size: 20px;
    color:#94c742 ;
    margin-bottom:10px;
    margin-top:10px;
}


.text-news
{
	margin-bottom:20px;
}




.box-category 
{
	height:264px;
	color:#94c742;
	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: #94c742 ;
    border-radius: 4px;
    padding: 20px 10px;
    text-align: center;	border:1px solid #94c742;

    position: absolute;
    width:92%;
    bottom: 10px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category:hover h1
{
     background-color:#94c742 ;
     color:#FFFFFF !important;    
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.logo-search
{
	position:relative;
	z-index:999;
	padding-top:0px;
	padding-bottom:30px;
}


.logo-search .form-group {
    margin-bottom: 0px;
    margin-top: 0px;
}


.logo-search .form-control2 {
    display: block;
    width: 100%;
    height:43px;
    padding: 6px 14px 6px 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: #fff url('../images/search1.png') no-repeat 10px center;
    border: 1px solid #f4f4f4;
    border-radius:6px;
}


.logo-search .form-control-feedback {
position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    display: block;
    width: 55px;
    height: 43px;
    color: #ffffff;
    background-color: #94c742 ;
    font-size: 17px;
    line-height: 44px;
    text-align: center;
    pointer-events: auto;
    border-radius: 6px;
}

a.box_topic {
    text-align: center;
    background: #fff;
    padding: 40px 30px 15px 30px;
    display: block;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    color: #444;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

@media (max-width: 767px) {
    a.box_topic {
        padding:20px 20px 0 20px
    }
}

a.box_topic:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

a.box_topic i {
    display: inline-block;
    font-size: 51px;
    font-size: 3.1875rem;
    color: #94c742 ;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #0044c2;
    background-color: rgba(0,77,218,0.05);
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 15px
}

a.box_topic h3 {
    font-size: 18px;
    font-size: 1.125rem
}

a.box_topic.version_2 {
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left
}

a.box_topic_2 {
    padding: 30px 30px;
    position: relative;
    display: block;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #444;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    min-height: 165px;
    border: 1px solid #ededed
}

@media (max-width: 991px) {
    a.box_topic_2 {
        min-height:inherit
    }
}

a.box_topic_2:hover {
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,77,218,0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,77,218,0.1);
    box-shadow: 0px 0px 25px 0px rgba(0,77,218,0.1);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

a.box_topic_2 i {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 52px;
    font-size: 3.25rem;
    color: #94c742 ;
    margin-bottom: 10px
}

a.box_topic_2 h3 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #94c742 
}

a.box_topic_2 p {
    font-size: 16px;
    font-size: 1rem
}

.list_articles ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.list_articles ul li {
    float: left;
    width: 45%;
    margin-right: 45px;
    padding: 15px 0;
    border-bottom: 1px solid #ededed
}

.list_articles ul li a {
    color: #444;
    display: block
}

.list_articles ul li a:hover {
    color: #94c742 ;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

.list_articles ul li i {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    top: 2px
}

@media (max-width: 991px) {
    .list_articles ul li {
        float:none;
        width: 100%;
        margin-right: 0
    }
}




.pro-details1
{
	margin-bottom: 15px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin:10px 0;    
    color:#242424;
}

.pro-details2
{
    display: block;
    vertical-align: middle;    
    margin:0px 0;
}

.pro-details3
{
    font-size: 25px;
    line-height: 25px;
    color: #e31213;    
    margin:10px 0;

}
.results-star 
{
   margin-top:10px;
}

.results-star i
{
  font-size:12px;
  color:#cecece;    
  padding:0px;
}

.star-active
{
  color:#fcb040!important;    
}
.title-inner {
    text-transform: capitalize;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}.title-inner span {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}




 .box {
	 padding:10px;
text-align: center;
    width: 80%;
    height: 186px;
    display: grid;
   /* place-content: center;*/
    color: #000000;
    /*text-shadow: 0 1px 0 #000;*/
    --border-angle: 0turn;
    --main-bg:conic-gradient(from var(--border-angle), #ffffff, #ffffff 5%, #ffffff 60%, #ffffff 95%);
    border: solid 5px transparent;
    /*border-radius: 2em;*/
    --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #08f, #99bd58 99%, transparent);
    background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
    background-position: center center;
    animation: bg-spin 3s linear infinite;
}
 @keyframes bg-spin {
	 to {
		 --border-angle: 1turn;
	}
}
 .box:hover {
	 animation-play-state: paused;
}
 @property --border-angle {
	 syntax: "<angle>";
	 inherits: true;
	 initial-value: 0turn;
}


.values-section .value-box {
  background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    margin: 20px 0;
	padding: 20px;
	    margin-right: 23px;
    height: 110px;
	text-align: center;
	
	}

.values-section {
    display: flex
;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}
 
 .b2{
   display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
 }
 
 .b3{
	 
	display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; 
 }
 
 .centers li {
    /* background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box; */
    /* border-image-source: linear-gradient(to left, #00C853, #2196F3) !important; */
    font-weight: 500;
    list-style: none;
    padding: 21px 23px;
    border-radius: 10px;
    box-shadow: 1px 2px 15px rgb(0 0 0 / 8%);
    margin: 15px -24px 0px;
    /* height: 148px; */
    /* display: flex
; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    /* align-items: center; */
    margin-right: 12px;
    /* border: 10px solid #03a9f400; */
    border: 10px solid;
    border-image-slice: 4;
    border-width: 4px;
    /* background-color: #f9f9f9; */
    border-radius: 20px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    padding: 20px;
    /* width: 30%; */
    border-image-source: linear-gradient(to left, #00C853, #2196F3) !important;
    /* min-width: 250px; */
    /*text-align: center;*/
    /* border-radius: 9em; */
    background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
}

.centers h3 {
    color: #759b37;
    font-weight: 600;
    font-size: 18px;
}
.text-gradients {
      margin-top: 51px;
    text-align: center;
    background: linear-gradient(to right, #00C853, #3492C8, #6ed6aa, #2196F3);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.caption-carousel p {
    font-size: 42px;
}
.title.text-center img {
    margin-left: 10px;
    margin-right: 10px;
}

.title7{
	    letter-spacing: 3px;

	    margin-left: 14px!important;
margin-top: 22px!important;
    color: #1c2e60;
    font-size: 10px;
    font-weight: 500!important;
    text-transform: uppercase;
    display: block;
margin-bottom: 0px!important;}


.title8{

    margin: 8px 15px 10px 15px!important;
}

.socials i {
    margin-right: 4px;
    font-size: 16px;
}

.socials img {
	width:20px;
    display: inline-block;
}

.modern-card1 {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    margin: 20px 0;
}



.modern-card-image1 {
    width: 100%;
    height: 35%;
}



.modern-card-content1 {
	    height: 166px;
    padding: 15px;
    text-align: center;
}

.modern-card-title1 {
    height: 59px;
    font-size: 1.5em;
    margin: -10px 0;
}

.modern-card-description1 {
    color: #666;
    margin-bottom: 15px;
}

.modern-card1 img {
      margin-top: 21px;
    width: 60px !important;
    margin-bottom: -4px;
}

.title-counter{
	
	display:none!important;
}

.menu-logo .socials {
    margin-top: 17px;
}