﻿@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');


@font-face {
  font-family: shatha;
  src: url(../fonts/AraHamahSahetAlAssi-Regular.ttf);
}
:root {
  color-scheme: only light;
}

html,
body {
    height: 100%;
    font-size:22px;
    font-family: 'shatha';
    color:#3c3c3c;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}
a.inline-block.litebox {
    height: 241px;
}

.top
{
	padding:0px 0;
	background-color:#a5a5a5;
	color:#fff;
	font-size:13px;
	line-height:35px;
}

.top i
{
	font-size:15px;
	margin-left:5px;
}


.top a
{
font-size:16px;
	color:#fff;
}



.top .socials {
/*margin-right: 385px;*/
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align:left;
	margin-bottom:0px;

}


.top ul 
{
	/*padding-right:150px;*/
	text-align:right;
}



.top .socials li {
    display: inline-block;	
    width: 30px;
	height: 28px;
background-color: white;
    border-radius: 20px;
    margin-bottom: 7px;
}


.top .socials li a {
top: 4px;
	width: 25px;
	height: 28px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
    margin-left: 0px;
	color: #989898;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.top .socials li a i{
 margin-right:-3;
 font-size:18px;	
 margin-left: 0px;			
}

.top .socials li a:hover {
	color: #ed1c24;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.header
{
    padding: 10px 0;
	height:100px;
    position: absolute;
    width:100%;
    z-index: 99;
}

.header-inner
{
    padding: 10px 0;
    background-color:rgb(255 255 255 / 1);
    position:relative;
}




.margin-left
{
	margin-right:130px !important;
}


.margin-right
{
	margin-left:130px !important;
}

.logo 
{
	width: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999999999;
	
}

.logo img
{
    margin:auto;	
    height:100px;

}


.btn-header {
    display: inline-block;
    padding: 12px 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:5px;
    margin-top:10px;
    margin-bottom:10px;
}


.btn-more{
    color: #fff;
    background-color: #004d94;
    border-color:#004d94;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #004d94;
    background-color: #FFFFFF;
    border-color: #004d94; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.btn-gray{
    color: #fff;
    background-color: #004d94;
    border-color:#004d94;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-gray:hover {
    color: #fff;
    background-color: #CCCCCC;
    border-color:#CCCCCC;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white{
    color: #3683a9;
    background-color: #fff;
    border-color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.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;    
}


.welcome
{
	padding: 75px 0;
	overflow:hidden;
	position:relative;
    margin-bottom: 0px;  
}

.title
{
   color:#3c3c3c;
   font-size:29px !important;
   font-weight: 700; 
   margin-bottom:10px;   
   text-transform: capitalize;
   font-family: 'shatha';

}






.title span
{
   color:#3f3f3f;
   font-size:35px;
   font-weight: 300; 
   margin-bottom:8px;
}

.title2
{
   color:#004d94;
   font-size:35px;
   font-weight: 700; 
   margin-bottom:10px;   
   text-transform: capitalize;
   font-family: 'shatha';
   
}


.title2 span
{
   color:#3f3f3f;
   font-size:35px;
   font-weight: 300; 
   margin-bottom:8px;
}


.welcome-text
{
    height: 155px;
    overflow: hidden;    
    line-height: 26px;
    margin-bottom: 10px;
}


.bg-products
{
	padding:40px 0;
	direction:ltr;
}

.products-text
{
   font-size:18px;
   font-weight: 300; 
}


/* title-tip down */
.title-tip[title]:hover {
  position: relative;
}
.title-tip[title]:hover:before {
  position: absolute;
  top: 100%;
  left: 0;
  text-transform:capitalize;
  z-index: 99999;
  content: attr(title);
  margin-top: 0.5em;
  padding: 0.5em;
  width: 180px;    /* change it */
  overflow: hidden;
  word-wrap: break-word;
  border-radius:50px;
  font-size: inherit;
  color: #FFF;
  font-size:14px;
  text-align: center;
  background-color: #d60c19;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.title-tip[title]:hover:after {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99999;
  content: '';
  margin-left: -0.125em;
  width: 0;
  height: 0;
  border: 0.55em dashed transparent;
  border-bottom: 0.55em solid #d60c19;
  font-size: inherit;
}

/* title-tip-up */
.title-tip-up[title]:hover:before {
  top: auto;
  bottom:54%;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.title-tip-up[title]:hover:after {
  top: auto;
  bottom: 48%;
  border: 0.55em dashed transparent;
  border-top: 0.55em solid #d60c19;
}

/* title-tip-right */
.title-tip-right[title]:hover:before {
  top: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.5em;
}
.title-tip-right[title]:hover:after {
  top: 50%;
  left: 100%;
  margin-left: 0;
  margin-top: -0.125em;
  border: 0.25em dashed transparent;
  border-right: 0.25em solid #222;
}

/* title-tip-left */
.title-tip-left[title]:hover:before {
  top: auto;
  left: auto;
  right: 100%;
  margin-top: 0;
  margin-right: 0.5em;
}
.title-tip-left[title]:hover:after {
  top: 50%;
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-top: -0.125em;
  border: 0.25em dashed transparent;
  border-left: 0.25em solid #222;
}


.pic-welcome
{
    background-color:#fff;    
}

.pic-welcome img
{
	object-fit: contain;    
	margin:auto;
}

.title-white
{
   color:#fff;
   font-size:35px;
   font-weight: 700; 
   margin-bottom:20px;   
   text-transform: capitalize;
   padding-bottom: 10px;
   background:url('../images/line-title2.png') no-repeat left bottom;
}

.title-white span
{
   color:#fff;
   font-size:20px;
   font-weight: 500; 
   margin-bottom:8px;
   display:block;
}

.project-text
{
	height: 90px;
    overflow: hidden;
    margin-bottom:15px;
}


.projects ul
{
    padding-right:0;
    margin-top:20px;
    text-align:center;
}

.projects ul li
{
    display: inline-block;
    margin: 20px 10px;
    width: 260px;
   /* height: 323px;*/
height: 308px;
    padding:0px;
    border-radius: 0px 0px 40px 40px;
    background-color: #004d94;
    border: 5px white solid;
}


.projects ul li img
{
    margin: auto;
    height: 255px;
    width: 100%;
    object-fit: cover;
}

.projects ul li .title-1
{
      /*font-size:22px;*/
font-size:18px;
      color:#fff;
      text-transform:capitalize;
      font-weight:bold;
      height: 30px;
      overflow: hidden;    
     /* margin: 20px 10px;*/
margin: 6px 10px;
      text-align:center;
}

.projects ul li .text
{
      font-size:14px;
      color:#fff;
      font-weight:normal;      
      margin: 20px 10px;
      height: 60px;
      overflow: hidden;      
      text-align:center;
}


.bg
{
  /* image url  */
  background-image:url('../images/bg.png');

  /* make the image full height */
  height: 80vw;

  /* center and scale the image */
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;

  /* use the following only if if you are able to scroll past the image to see a white area (this is the <body> peeking out) above or below the image */
  overflow: hidden;
  padding:240px 0px 0;
}


.bg-div
{
    margin-left: 160px;
}

.bg-text
{
margin-right: 10px;
    height:  auto;
    overflow: hidden;    
    line-height: 26px;
    margin-bottom: 10px;
}




.footer
{
	font-size:15px;
	padding:30px 0 ;
	color:#272727;
	font-weight:400;
	background-color:#fff;
}
.footer img
{
    height:95px;
    margin:auto;
}

.footer .app ul
{
     margin-top:20px;
     text-align:center;  
     padding-right:0;   
}


.footer .app ul li
{
      display:inline-block;    
      width: 31%;
}

.footer .app ul li img
{
    height: auto;
}

.footer ul
{
   padding-right:20px;
}
.footer ul li
{
   margin:10px 0;    
   color: #272727;
}
.footer ul li a
{
	color:#272727;
}

.amy-social-list ul
{
	padding-left:0;
	font-size: 15px;
}
.amy-social-list ul li
{
	 display:block;
}
.amy-social-list ul li i
{
   color: #fff;
   margin-right:10px;    
   width: 20px;
    text-align: center;
}


.footer-title
{
	 color:#004d94;
	 font-size:25px;
	 text-transform: uppercase;
	 font-weight:bold;
	 margin:20px 0;
	 font-family: 'shatha';
}




.newletter .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #edeff1;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 50px;
    -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;
}

.newletter .form-control::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

.newletter .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.newletter .form-control::placeholder {
    color: #fff;
}

.footer .btn {
    display: inline-block;
    margin-bottom: 0;
    font-size:20px;
    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: #f3f6f2;
    border: 1px solid transparent;
    border-radius: 100px;
    color: #45aa25;
}

.footer-margin {
    margin-top: 10px;
}


.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:25px;
}
 
.vcard i
{
	margin-left:10px;	 
	color:#004d94;
}

.footer .socials {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    text-align:  center;
    margin-bottom: 0px;
    padding-right: 0;
    padding-top: 10px;
   
}


.footer .socials li {
    display: inline-block;	    
    margin: 0 7px;
    
}


.footer .socials li a {
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 35px;
	text-align: center;
    margin-left: 0px;
	color: #004d94;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer .socials li a i{
 margin-right:0;
 font-size:18px;	
 margin-left: 0px;			
}

.footer .socials li a:hover {
	color:#2f2f2f;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.copyright
{
    background-color: #fff;
    padding: 15px 0;
    color: #323232;
    font-size: 13px;
    border-top:1px #CCCCCC solid;
    text-align:center;
    font-weight:500;
}


.copyright a
{
    color:#323232;
}

.services-img
{
    width: 150px;
    height: auto;
    display:inline-block;
    margin-right:10px;
}



.caption-inner {
   /* height: 450px;*/
height: 360px;
    width: 100%;
    color: #fff;
    position:relative;
}

.caption-inner h1 {
    margin-bottom: 10px;
    font-size: 50px!important;    
    padding:150px 0 0px 0;  
    font-weight:800;
    text-transform: capitalize;
    margin-top: 0;
    color: #004d94!important;

}

.caption-inner h4 {
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 25px;
    text-align:right;
    text-transform: capitalize;
    margin-top: 0;
    color: #004d94;
}



.breadcrumb>.active { 
    color: rgb(255 255 255 / 48%);
    font-weight: 400;
}

.text-right2
{
	text-align:right;
}

.breadcrumb {
    padding: 10px 0 30px 0;
    margin-bottom: 0px;
    color:#004d94;
    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:#004d94;
    text-transform:capitalize;
}

.breadcrumb>li a{    
    color:#004d94;
}


.breadcrumb>.active { 
    color:#004d94;
    font-weight: 600;
}



.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #004d94;
    content: "/\00a0";
}

.title-o {
    color: #004d94;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
text-align: center;
}

.title-2 {
    color: #383838;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
    border-right: 4px #004d94 solid;
    padding-right: 20px;
    margin-bottom: 30px;
    margin-top: 6px;
}

.margin-top {
    margin-top: 15px;
}

.title-w
{
   color: #fff;
   font-size: 33px;
   font-weight: 700;
   margin-bottom:25px;
}

.title-w span
{
   color: #fff;
   display:block;
   text-transform:uppercase;
   font-weight: 400;
   font-size:16px;
   letter-spacing: 4px;
}

.content-inner {
    padding: 50px 0 160px 0;
    margin-bottom:0;
    background:url('../images/content-bg.png') no-repeat center bottom;
}
.content-blue {
    padding: 50px 0;
    color: #FFFFFF;
    margin-bottom: 0;
    background-color: #3683a9;
}
.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:  right;
}

.pic-inner img{
    width: 100%;
}






.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: #004d94;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #004d94;
    margin-right: 10px;
    font-size:18px;
}


.btn-contact{
    color: #fff;
    background-color: #004d94;
    border-color: #004d94;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
}


.btn-contact:hover {
    color: #004d94;
    background-color:#fff;
    border-color:#004d94;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0;
    transition: 0.3s;

}

.btn-news{
    color: #fff;
    background-color: #004d94;
    border-color: #004d94;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-news:hover {
    color: #004d94;
    background-color:#fff;
    border-color:#004d94;    
    -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;
}


.products-inner ul
{
	 padding-right:0;
	 margin-bottom:0;
	 text-align:center;
	 
}
.products-inner ul li
{
    display: inline-block;
    width: 200px;
    height: 340px;
    overflow: hidden;
    margin: 0px 12px 20px 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.products-inner ul li img
{
	 margin:auto auto 20px auto;    
	 height: 200px;
     width: 200px;
     object-fit: contain;
}

.products-inner ul li .product-name
{LINE-HEIGHT: NORMAL;
	 text-align:center;
	 font-size:20px;    
	 margin-top: 0px;
	 text-transform:capitalize;    
	 height:50px;
	 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;

}

.products-inner a:hover{
	
	text-decoration:none;
}

.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;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #004d94;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #004d94;
    border-color: #004d94;
}





.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: #444444;
    margin: 0px 20px 10px 0 ;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: left;
    border-radius:4px;
    font-size:13px;
}



a.code_apply {
    border: 1px solid rgba(255, 255, 255,1);
    color: rgba(255, 255, 255,1);
    padding: 3px 8px;
    margin: 10px 0px 0 0;
    float: none;
    width: 100%;
    min-height: auto;
    text-align: center;
    font-size: 16px;
}
   

a.code_apply:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #004d94;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

 



.btn-career 
{
    background-color:#004d94;
    border: 1px #004d94 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: #004d94;
    margin:0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}





.collapsible-all
{
	
}
.collapsible-all .collapsible {
  background-color: #004d94;
  color: #fff;
  cursor: pointer;
  padding: 14px 18px ;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  margin-bottom:5px;
  font-weight:500;
  position:relative;
  border-radius: 3px;
}

.collapsible-all .active, .collapsible-all .collapsible:hover {
  background-color:#01649a;
  color:#FFFFFF;
}

.collapsible-all .collapsible:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 15px;
}


.collapsible-all .active:after {
  content: "\2212";
}

.collapsible-all .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fbfbfb;
}



.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-left:10px;
}


.box-program-all
{
	position:relative;
    margin-bottom: 20px;
}

.box-program{
    height: 115px;
    width: 35%;
    position: relative;
    background-color: #fff;
    background-blend-mode: multiply;
    background-size: cover;     
    border-radius: 4px;  
}

.box-program-text
{
    width: 58%;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 15px;
    padding: 0px 0px 5px 0;
    height: 115px;    
    overflow: hidden;
    color: #2f2f2f;
    font-weight:500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-program-text:hover
{
    color: #2f2f2f;
}

.box-program-text .text-all 
{
    font-size: 14px;
}

.program2-time 
{
    font-size: 15px;
    color: #004d94;
    font-weight: 600;
    height: 55px;
    overflow: hidden;
    background-color: #f7f7f7;
    padding:8px 10px 10px 10px;
    border-radius: 4px;
    margin-bottom: 5px;
}





.title-news {
    font-size: 20px;
    color:#004d94;
    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: #ed1c24;             
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 1px;
    border-radius: 0px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.left-menu-active
{
    background-color:#25247b!important;             
}

.left-menu ul a:hover li
{    background-color: #25247b;                          
    color: #FFFFFF;
    text-decoration:none;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.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: #004d94;    
    margin:10px 0;

}
.product-addto-links {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #666666;
    display: block;
    font-size: 14px;
    line-height: 35px;
    margin-top:15px;
    margin-right: 8px;
    padding: 0;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
}


.product-addto-links a {
    display: block;
    color:#5a5a5a;
}


.product-addto-links a i {
     padding-right:10px;
}
   


.div-border
 {
    border: 1px #bfbfbf solid;
    padding: 20px;
    border-radius: 10px;
    font-size:15px;
    margin-bottom:20px;
}



.box-title h4
{
	
	 margin:0;
}

.div-border2
 {
    border: 1px #bfbfbf solid;
    padding: 15px;
    border-radius: 0px;
    font-size:15px;
    margin-bottom:0px;
}

.div-border2
{
    border: 1px #bfbfbf solid;
    padding: 15px;
    border-radius: 0px;
    font-size:15px;
    margin-bottom:0px;
}

.div-border3
{
    padding: 15px 0px;
    border-radius: 0px;
    font-size: 15px;
    margin-bottom: 0px;
}


.lines
{
	 margin-top:30px;
	 margin-bottom:50px;
}
.lines .row .col-md-3
{
	 padding:0;
}

.line-gray
{
	border-top:5px #c9cacc solid;
	text-align:center;
}

.title-gallery {
    font-size: 20px;
    color: #004d94;
    margin: 30px 0;
    text-align: center;
}



.results-star 
{
   margin-top:20px;
}

.star2 
{
   margin-top:0px !important;
}


.results-star i
{
  font-size:12px;
  color:#cecece;    
  padding:0px;
}

.star-active
{
  color:#fcb040!important;    
}

.Prices__price-label {
    text-transform: var(--h8-text-transform);
    font-family: var(--h8-font-family);
    font-size: var(--h8-font-size);
    font-weight: var(--h8-font-weight);
    font-style: var(--h8-font-style);
    line-height: 1;
    line-height: 1em;
    color: #000;
    font-size: 16px;
    display: inline;
    margin: 10px 0;
    font-weight: 700;
    font-size: 14px;
}


.Prices__serving {
    display: inline-block;
    font-size: 14px;
    margin-left: 4px;
}

.Prices__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
}

.Prices .Price {
    font-size: 30px;
}


.Prices__price {
    padding-right: 10px;
    font-size: 29px;
    font-weight: 600;
}

.box-products ul
{
	padding-right:0;
	margin-top:15px;
}


.box-products ul li
{
    display: inline-block;
    margin-right: 10px;
    font-weight:500;
    color:#333333;
    font-size:15px;
    text-transform:capitalize;
    margin-bottom:15px;
}

.box-products ul li a:hover
{
    text-decoration:none;
}

.box-products ul li .number-pro
{
    border: 2px #004d94 solid;
    padding: 10px 20px;
    font-weight:500;
    color:#333333;
    border-radius: 5px;
    font-size:15px;
}


.box-products ul li a:hover .number-pro
{
  background-color:#004d94;
  color:#FFFFFF;
}

.box-products ul li .price-pro
{
    font-weight: 700;
    color: #333333;
    font-size: 15px;
    margin-top: 10px;
}


.box-products ul li .price-pro span
{
    color: #fff;
    background-color: #004d94;
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
}








.bg a.btn-header.btn-more {

    color: #ffffff;
    background-color: #d70a17;
    border-color: #d70a17;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

figure.goOnZoom.slick-slide.slick-current.slick-active:hover img {
    opacity: 0;
}


figure.goOnZoom.slick-slide.slick-current.slick-active:hover {
    background-size: auto !important;
}

figure.goOnZoom.slick-slide.slick-current.slick-active {
    background-size: 0px;
}

.bg a.btn-header.btn-more:hover {
    color: #d70a17;
    background-color: #ffffff ;
    border-color: #d70a17;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


figure.goOnZoom.slick-slide.slick-current.slick-active {
    background-repeat: no-repeat;
}



a.language {
color: #a5a5a5;

  
}

.language {
    
       padding: 12px;
    text-align: center;
    /* margin-top: 4px; */
    background-color: white;
    width: 90px;
  
}
i.fa-solid.fa-earth-americas {
    color: #a5a5a5;
}


.figure.goOnZoom.slick-slide.slick-current.slick-active {
    background-repeat: no-repeat;
}


a.btn-header.btn-more.slider {
    background-color: #cb101d;
    border-color: #cb101d;
    
}

a.btn-header.btn-more.slider:hover {
    color: #cb101d!important;
    background-color: #ffffff!important;
    border-color: #cb101d!important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

div#ContentPlaceHolder1_A_Title {
    text-transform: capitalize;
}


.text-all {
    text-align: center;
    /*transform: translate(-29%, 1%);*/
}





.col-lg-3.col-md-3.col-sm-3.col-xs-12.hid_in_mobile {
   /* margin-right: 267px;*/
}

figure.effect-marley:hover h2 {
    
    color: #f1f1f1 !important;
}

.footer .socials{
margin-right:0px;}


div#ContentPlaceHolder1_DivText2en {
    text-align: right;
/*    direction: ltr;*/
   
}



.Contacts .title-o {
    margin-right: 0px;
}

.Contacts .text-all{
text-align: right; 
transform: none;

}

.Career .title-o{
 margin-right:0px;

}


.text-subline:before{
margin-left: 296px;
 
    width: 52px;
}


a.btn-header.btn-more.slider {
    background-color: #cb101d;
    border-color: #cb101d;
}



a.direction {
       font-weight: 700;
    padding-right: 30px;
}


  



@media (prefers-color-scheme: dark) {
    body {
        background-color: #ffffff;
    }

    html, body, table, thead, input, textarea, select {
        color: #3c3c3c !important;
        background: #ffffff;
    }
    #amazingcarousel-3 .amazingcarousel-image img {
        background-color: #ffffff;
    }
    .title {
        color: #3c3c3c !important;}
        * {
            color: #3c3c3c !important;
        }
        .btn-more {
            color: #ffffff !important;
        }
        i.fa.fa-arrow-left {
            color: #ffffff !important;
        }
    }
    :root {
        color-scheme: light only;
      }
	  
	  #product-slider__main::after{display:none;}
	  
	  
	  
	  .additional-links a{
	    display: inline-block;
    margin-right: 1.25rem;
    color: #034b39;
    font-size: 1.75em;
	text-decoration: underline;
	
}




.text-all {
text-align: center;
 /*   transform: translate(26%, -6%);*/
}


figure.effect-marley:hover h2 {
    
    color: #f1f1f1 !important;
}


.Contacts .title-o {
    margin-left: 0px;
}

.Contacts .text-all{
text-align: right; 
   transform: none;

}
a.direction {
       font-weight: 700;
    padding-left: 30px;
}

.fa-x-twitter:before {
    content: "\e61b" !important;
}

   
.productbg {
	margin-top: 57px;
   background: url(../images/borderar.png);
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;  
}

.productbg h2 {

 
	    display: inline-block;
    padding-bottom: 1rem;
    border-bottom: 3px #e4ad51 solid;
    color: #004d94;
    font-size: 2.6em;  
    font-weight: 700;
}



.sizes {
    margin: 2em 0;
    color: #034b39;
    font-weight: 500;
}
 .great-for {
    margin: 0.5em 0;
    color: #034b39;
    font-size: 2em;
    font-weight: 400;
}



.free{
    float: left;
    display: block;
    top: 9px;
    left: 35px;
    position: absolute;
}

.free2{
    float: left;
    display: block;
    top: 9px;
    left: 35px;
    position: absolute;
}


.recipes ul {
  margin: 0;
  padding: 0;
}

/* Style the list items */
.recipes ul li {
  cursor: pointer;
  position: relative;
  padding: 12px 8px 12px 40px;
  list-style-type: none;
  background: #eee;
  font-size: 18px;
  transition: 0.2s;
  
  /* make the list items unselectable */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Set all odd list items to a different color (zebra-stripes) */
.recipes ul li:nth-child(odd) {
  background: #f9f9f9;
}

/* Darker background-color on hover */
.recipes ul li:hover {
  background: #ddd;
}

/* When clicked on, add a background color and strike out text */
.recipes ul li.checked {
  background: #888;
  color: #fff;
  text-decoration: line-through;
}

/* Add a "checked" mark when clicked on */
.recipes ul li.checked::before {
  content: '';
  position: absolute;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  top: 10px;
  left: 16px;
  transform: rotate(45deg);
  height: 15px;
  width: 7px;
}

/* Style the close button */
.recipes .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 16px 12px 16px;
}

.recipes .close:hover {
  background-color: #f44336;
  color: white;
}



 body main {
	 width: 100%;
	 margin-bottom: 30px;
}
 body main section:not(.section1) {
	/* margin-top: 30px;*/
}
 body main .section1 {
	 width: 60%;
	 display: flex;
	 flex-direction: column;
	 row-gap: 12px;
}
 body main .section1 h1 {
	 font-size: 30px;
}
 body main .section1 > div {
	 display: flex;
	 column-gap: 10px;
}
 body main .section1 > div div {
	 position: relative;
	 width: 8%;
}
 body main .section1 > div div img {
	 position: absolute;
	 top: 5px;
}
 body main .section1 > div p {
	 
	 font-style: italic;
	 font-weight: 500;
	
	 color: #4f4f4f;
}
 body main .section2 {
	 width: 100%;
}
 body main .section2 .section-img {
	 width: 100%;
}
 body main .section2 .section-img img {
	 width: 100%;
}
 body main .section3 {
	 display: flex;
	 width: 100%;
	 column-gap: 20%;
}
 body main .section3 .recipe-content {
	 width: 100%;
	 display: flex;
	 flex-direction: column;
	 row-gap: 25px;
}
 body main .section3 .recipe-content .recipe-ingredients, body main .section3 .recipe-content .recipe-instructions {
	 display: flex;
	 flex-direction: column;
	 row-gap: 20px;
}
 body main .section3 .recipe-content .recipe-ingredients > h2, body main .section3 .recipe-content .recipe-instructions > h2 {
	     font-size: 40px;
    color: #005aa1;
}
 body main .section3 .recipe-content .recipe-ingredients .ingredients-list, body main .section3 .recipe-content .recipe-instructions .ingredients-list {
	 display: flex;
	 flex-direction: column;
	    row-gap: 20px;
    width: 100%;
    box-shadow: 0px 0px 20px 1px rgb(0 83 154 / 65%);
    border-radius: 10px;
    padding: 40px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
 body main .section3 .recipe-content .recipe-ingredients .ingredients-list h5, body main .section3 .recipe-content .recipe-instructions .ingredients-list h5 {
	
	 text-transform: capitalize;
	 font-style: italic;
	 color: #333;
	 font-size:20px;
	 font-weight: 700;
}
 body main .section3 .recipe-content .recipe-ingredients .ingredients-list .inner-lists, body main .section3 .recipe-content .recipe-instructions .ingredients-list .inner-lists {
	 display: flex;
	 flex-direction: column;
	 row-gap: 10px;
}
 body main .section3 .recipe-content .recipe-ingredients .ingredients-list .inner-lists .list-group, body main .section3 .recipe-content .recipe-instructions .ingredients-list .inner-lists .list-group {
	 display: flex;
	 column-gap: 15px;
	 align-items: flex-start;
}
 body main .section3 .recipe-content .recipe-ingredients .ingredients-list .inner-lists .list-group p, body main .section3 .recipe-content .recipe-instructions .ingredients-list .inner-lists .list-group p {
    margin-bottom: 10px;
	 
}
 body main .section3 .recipe-content .recipe-ingredients .instructions-list, body main .section3 .recipe-content .recipe-instructions .instructions-list {
	 display: flex;
	 flex-direction: column;
	
}
 body main .section3 .recipe-content .recipe-ingredients .instructions-list .list-group, body main .section3 .recipe-content .recipe-instructions .instructions-list .list-group {
	 display: flex;
	/* column-gap: 15px;*/
	 align-items: flex-start;
}
 body main .section3 .recipe-content .recipe-ingredients .instructions-list .list-group .list-count, body main .section3 .recipe-content .recipe-instructions .instructions-list .list-group .list-count {
	 width: 5%;
}
 body main .section3 .recipe-content .recipe-ingredients .instructions-list .list-group .list-count span, body main .section3 .recipe-content .recipe-instructions .instructions-list .list-group .list-count span {
	 display: flex;
	 width: 25px;
	 height: 25px;
	 background: #cd101d;
	 color: #fff;
	 justify-content: center;
	 font-size: 16px;
	 border-radius: 5px;
	 font-weight: bold;
}
 body main .section3 .recipe-content .recipe-ingredients .instructions-list .list-group .list-content, body main .section3 .recipe-content .recipe-instructions .instructions-list .list-group .list-content {
	 width: calc(95% - 15px);
}
 body main .section3 .recipe-content .recipe-ingredients .instructions-list .list-group .list-content p, body main .section3 .recipe-content .recipe-instructions .instructions-list .list-group .list-content p {
	  margin-bottom: 10px;
	
	 font-weight: 500;
	 word-spacing: 1px;
}
 body main .section3 .recipe-content .recipe-link {
	 margin-top: 20px;
}
 body main .section3 .recipe-content .recipe-link a {
	 text-decoration: none;
}
 body main .section3 .recipe-content .recipe-link a span {
	 
	 font-style: italic;
	 font-weight: normal;
	
	 color: #c8973b;
}
 body main .section3 .recipe-details {
	width: 20%;
    top: 104px;
    position: relative;
}
 body main .section3 .recipe-details .recipe-details-inner {
	 width: 100%;
	 box-shadow: 0px 0px 20px 1px rgb(0 83 154 / 65%);
	 border-radius: 10px;
	 padding: 40px;
	 min-height: 300px;
	 display: flex;
	 flex-direction: column;
	 justify-content: space-between;
}
 body main .section3 .recipe-details .recipe-details-inner .recipe-details-inner-group {
	 width: 100%;
	 display: flex;
	 column-gap: 5%;
}
 body main .section3 .recipe-details .recipe-details-inner .recipe-details-inner-group .group-image {
	 width: 25%;
}
 body main .section3 .recipe-details .recipe-details-inner .recipe-details-inner-group .group-image span {
	 font-size: 25px;
}
 body main .section3 .recipe-details .recipe-details-inner .recipe-details-inner-group .group-details {
	 width: 70%;
	 display: flex;
	 flex-direction: column;
	 
	 font-weight: bold;
}
 body main .section3 .recipe-details .recipe-details-inner .recipe-details-inner-group .group-details h6 {
	
	 text-transform: uppercase;
	 color: #c8973b;
}
 body main .section3 .recipe-details .recipe-details-inner .recipe-details-inner-group .group-details p {
	 
	 color: #cd101d !important;
}


 @media screen and (max-width: 1200px) {
	 body main .section3 {
		 column-gap: 10%;
	}
	 body main .section3 .recipe-content {
		 width: 65%;
	}
	 body main .section3 .recipe-details {
		 width: 25%;
	}
}
 @media screen and (max-width: 900px) {
	 body {
		 width: 100%;
	}
	 body main .section3 {
		 column-gap: 5%;
	}
	 body main .section3 .recipe-content {
		 width: 65%;
	}
	 body main .section3 .recipe-details {
		 width: 30%;
	}
}
 @media screen and (max-width: 768px) {
	
	 body main .section1 {
		 width: 100%;
	}
	 body main .section3 {
		 flex-direction: column-reverse;
		 row-gap: 25px;
	}
	 body main .section3 .recipe-content {
		 width: 100%;
	}
	 body main .section3 .recipe-details {
		 width: 100%;
	}
	 body main .section3 .recipe-details .recipe-details-inner {
		 flex-direction: row;
		 flex-wrap: wrap;
		 min-height: auto;
		 row-gap: 20px;
	}
	 body main .section3 .recipe-details .recipe-details-inner .recipe-details-inner-group {
		 width: 100px;
	}
}
 
section.section2 {
    text-align: center;
}
iframe.test {

   width: 1000px;
    height: 480px;
}


.lable-white {
    background-color: #004b92;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 20px 0;
}

.lable-white i {
    padding-right: 5px;
    font-size: 35px;
    float: right;
    margin-right: 20px;
    color: #ffffff99;
    margin-top: 5px;
}
 

.list-group {
    padding-right: 0;
  margin-bottom: 0px;