﻿@import url('https://fonts.googleapis.com/css2?family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Londrina+Solid:wght@100;300;400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&display=swap');



html,
body {
    height: 100%;
    font-size:15px;
  font-family: "Libre Bodoni", 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;*/
}


.header
{
    padding: 10px 25px;
    background-color:#fff;
    border-radius:20px;
    position:absolute;
    top:40px;
    left:0;
    right:0;
    width:100%;
    z-index:99;
}

.k2d{
  /*font-family: "K2D", sans-serif;*/
  font-family: "Libre Bodoni", serif;
}

.carousel {
    height: 720px;
    position:relative; 
    background: url('../images/background.png') no-repeat left center;
    background-size:cover;
}

.item,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width:578px;
    height: 578px;
    background-position: right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
}


.fill-img{
    width: 100%;
    height: 100%;
    background-position: right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-blend-mode:multiply;
}

.caption-carousel {
    display: none;
    position: absolute;
    top: 200px;
    left:8%;
    margin:auto;
    z-index: 10;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fefefe;
    width:600px;
    text-align:left;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

.caption-carousel h2{
    font-size:60px;
    font-weight:600;
    color:#053779;
}


.carousel {
	height:759px!important;
	
}
.caption-carousel h2 span{
color:#abca1f;
}
.caption-carousel h3{
    font-size:20px;
    font-weight:400;
    color:#053779;
}


.carousel-indicators {
    position: absolute;
    bottom: 30px;
    padding-right:0px;
    z-index: 15;
    width: 100%;
    left: 0;
    padding-left: 0;
    margin-left: 0%;
    text-align: center;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background: #053779;
    border: 1px solid rgba(255, 255, 255, 0.0);
    border-radius:100px;
}

.carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 2px;    
    background: #abca1f;
    border: 1px solid #abca1f;
}



.btn-header {
    display: inline-block;
    padding: 12px 40px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight:300;
    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:6px;
    margin-top:20px;
    margin-bottom:20px;  
  font-family: "Libre Bodoni", serif;
}


.btn-more{
    color: #fff;
    background-color: #abca1f;
    border-color:#abca1f;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #abca1f;
    background-color: #FFFFFF;
    border-color: #abca1f; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-red{
    color: #fff;
    background-color: #ed3139;
    border-color:#ed3139;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:5px 0;
}


.btn-red:hover {
    color: #ed3139;
    background-color: #FFFFFF;
    border-color: #ed3139; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-gray{
    color: #fff;
    background-color: #abca1f;
    border-color:#abca1f;     
    -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: #abca1f;
    background-color: #fff;
    border-color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
}


.btn-white:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffffff; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
    margin:0;
}


.welcome
{
	padding: 40px 0;
	overflow:hidden;
	background:url('../images/bg.png') no-repeat right center;
	background-size:cover;
    margin-bottom: 0px;  
}

.welcome-margin
{
	margin-top:50px;
}


.title
{
   color:#053779;
   font-size:40px;
   font-weight: 500; 
   text-transform:capitalize;
   margin-bottom:20px;
}


.welcome-text
{
    margin-bottom: 10px;
    color:#000000;
    font-size:20px;
}



.products
{
	background:#fbfcf6;
	padding:70px 0px;
}

.products-text
{
	height: 105px;
    overflow: hidden;
}


.products ul
{
    padding-left:0;
    margin-top:20px;
    text-align:center;
}

.products ul li
{
     display:inline-block;
     margin:20px 0px;
     width: 280px;
     height: auto;
}


.products ul li img
{
    margin: auto;
    height: auto;
    width:255px;
    object-fit: contain;
}

.products ul li .title-1
{
      font-size:25px;
      text-align:center;
      font-weight:bold;
      margin: 5px 0;
}

.color1
{
	color:#CCFF66;
}
.color2
{
	color:#a31c53;
}
.color3
{
	color:#ca2928;
}
.color4
{
	color:#419fda;
}

.slider-products
{
	background-color: #f9fbf0;
	padding:60px 0 30px 0;	 
	overflow:hidden;
    position:relative;
}


.up-down{
  animation: up-down linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: up-down linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: up-down linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: up-down linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
  position:absolute;
  left:0;
  right:0;
  margin:auto;
  top:0;
  z-index:1;
}


.up-down img{
width:100% !important;
height:100%  !important;
}

@keyframes up-down{
  0% {
    transform:  translate(1px,20px)  ;
  }
  24% {
    transform:  translate(1px,30px)  ;
  }
  50% {
    transform:  translate(1px,12px)  ;
  }
  74% {
    transform:  translate(1px,22px)  ;
  }
  100% {
    transform:  translate(1px,22px)  ;
  }
}

@-moz-keyframes up-down{
  0% {
    -moz-transform:  translate(1px,20px)  ;
  }
  24% {
    -moz-transform:  translate(1px,30px)  ;
  }
  50% {
    -moz-transform:  translate(1px,12px)  ;
  }
  74% {
    -moz-transform:  translate(1px,22px)  ;
  }
  100% {
    -moz-transform:  translate(1px,22px)  ;
  }
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform:  translate(1px,20px)  ;
  }
  24% {
    -webkit-transform:  translate(1px,30px)  ;
  }
  50% {
    -webkit-transform:  translate(1px,12px)  ;
  }
  74% {
    -webkit-transform:  translate(1px,22px)  ;
  }
  100% {
    -webkit-transform:  translate(1px,22px)  ;
  }
}

@-o-keyframes up-down {
  0% {
    -o-transform:  translate(1px,20px)  ;
  }
  24% {
    -o-transform:  translate(1px,30px)  ;
  }
  50% {
    -o-transform:  translate(1px,12px)  ;
  }
  74% {
    -o-transform:  translate(1px,22px)  ;
  }
  100% {
    -o-transform:  translate(1px,22px)  ;
  }
}

@-ms-keyframes up-down {
  0% {
    -ms-transform:  translate(1px,20px)  ;
  }
  24% {
    -ms-transform:  translate(1px,30px)  ;
  }
  50% {
    -ms-transform:  translate(1px,12px)  ;
  }
  74% {
    -ms-transform:  translate(1px,22px)  ;
  }
  100% {
    -ms-transform:  translate(1px,22px)  ;
  }
}


.video-bg
{
	padding:50px 0;
	position:relative;
	background-image: url('../images/bg2.png'), url('../images/square.png'), url('../images/square.png');
	background-repeat:no-repeat;
	background-position: right center, 10% center, 90% 35px;    
	background-size: cover, 170px, 150px;
	 overflow:hidden;
}

.footer
{
background: rgb(187,209,94);
background: -moz-linear-gradient(278deg, rgba(187,209,94,1) 0%, rgba(205,218,164,1) 58%, rgba(172,203,36,1) 100%);
background: -webkit-linear-gradient(278deg, rgba(187,209,94,1) 0%, rgba(205,218,164,1) 58%, rgba(172,203,36,1) 100%);
background: linear-gradient(278deg, rgba(187,209,94,1) 0%, rgba(205,218,164,1) 58%, rgba(172,203,36,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bbd15e",endColorstr="#accb24",GradientType=1);
	font-size:14px;
	padding:50px 0 30px 0;
	color:#000;
}

.footer ul
{
   padding-left:20px;
}
.footer ul li
{
   margin:10px 0;    
   color: #000;
}
.footer ul li a
{
	color:#000;
}



.footer-title
{
	 color:#000;
	 font-size:18px;
	 text-transform: uppercase;
	 font-weight:500;
	 margin:20px 0;
}

.footer-title img
{
	width: 130px;
    height: 80px;
    object-fit: contain;
}

.footer-text
{
	height: 65px;
    overflow: hidden;
}


.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:10px;
}
 
.vcard i
{
	margin-right:10px;	 
	color:#000;
}

.newletter
{
	margin:0;
}
.footer .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: 10px;
    -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;
}

.footer .btn {
    display: inline-block;
    padding:9px 20px;
    margin-bottom: 0;
    font-size: 14px;
    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:#abca1f;
    border: 1px solid transparent;
    border-radius: 10px;
    background-size: 100% 100%;
    /* height: 30px; */
    color: #fff;
}
.footer .text-gary
{
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
}
.footer-margin {
    margin-top: 10px;
}
.copyright
{
    background-color: #fff;
    padding: 5px 0;
    color: #abca1f;
    font-size: 13px;
    text-align:center;
    line-height: 30px;
}


.copyright a
{
    color:#abca1f;
}



.inner-bg {
    height: auto;
}


.caption-inner {
    height:  auto;
    width: 100%;
    color: #fff;
    padding:200px 0 50px 0;    
    text-align:left;
}


.caption-inner h3 {
    margin-bottom: 10px;
    font-size: 45px;
    text-transform: capitalize;
    margin-top: 0;
    color: #000;
}

.breadcrumb {
    padding: 10px 0 10px 0;
    margin-bottom: 0px;
    color:#000;
    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:#000;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#000;
}


.breadcrumb>.active {
    color: #abca1f;
    font-weight: 400;
}



.content-inner {
    padding: 50px 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: 9;    
width: 100%;
background:#ed3139;
overflow:hidden;
text-align:left;
border-radius:20px;
}


.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: #abca1f;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #abca1f;
    margin-right: 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: #abca1f;
    margin: 0px 0px 10px 20px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: right;
    border-radius: 6px;
}



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: #abca1f;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

 



.btn-career 
{
    background-color:#4d4d4d;
    border: 1px #4d4d4d solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0;
    transition: 0.3s;
}

.btn-career:hover 
{
    background-color: #fff;
    border: 1px #ffffff solid;
    color: #abca1f;
    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: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    -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:#abca1f;
    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 5px 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
{
	display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	
	margin: 13px;
    background-color: #abca1f;
	padding: 5px;
	 text-align:center;
	 font-size:16px;    
	 margin-top: 11px;
	 text-transform:capitalize;    
	 height: 65px!important;
	 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;
}

.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 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;
}

      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;
}



.col-md-6.d-flex.align-items-start {
    border-radius: 23px;
    padding: 13px;
    text-align: center;
    height: 235px;
    width: 45%;
    margin: 17px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
    /* text-shadow: 0 0px 0px rgb(81 81 81 / 92%); */
}
.products-inner ul li {
    height: 325px;
    width: 23%;
    margin: 0px !important;
    margin-right: 31px !important;
    box-shadow: 0 0 12px #4CAF50;
    margin-bottom: 25px !important;
}

.box-category {
    box-shadow: 0 0 12px #4CAF50;
}

table.table4 {
    box-shadow: 0 0 12px #bcbcbc;
    border-radius: 12px;
    /* border-radius: 18px !important; */
   /* border: 1px solid #5f5f5f;*/
}

.table4 td {
    /* border: 1px solid #d3d3d3; */
    padding: 16px 44px;
}

.t6 td {
    font-weight: 500;
}