@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');
@font-face {
  font-family: 'Arial';
  src: url('../fonts/ARIAL.TTF'); 
}
body{
	   margin: 0 !important;
	   padding: 0 !important;
	   background-color: #8b908f;
  	 color: #2b2b2b;
 	  font-family: 'Open Sans', sans-serif;
  	font-size: 16px;
  	font-weight: 400;
  	line-height: 1.5;
}
a:hover,
a:focus{
  text-decoration: none !important;
}
p{
	font-size: 14px;
	margin-bottom: 15px;
  text-align: justify;
}

.header{
	background: #2e3842;
}
.header h2{
	 font-weight: 700;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
    text-shadow: 2px 3px 0px #17222c;
    font-family: inherit;   
}
.header h4{
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-align: center;
    color: #afd87a;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: normal;
}
.header h5{
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-align: center;
    color: #28cdbf;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: normal;
}
.header{
	padding: 0px 0;
}
.header_top{	
	width: 100%;
    height: 40px;
    background: #778593;
    padding: 10px;
    color: #fff;
    font-size: 12px;
}
.header_top a{
    font-family: Arial;
	text-decoration:none;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.header_top a:hover{
  text-decoration:none;
}
.mySlides {display:none;}
.home-news-events {
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 30vh;
}
.news-events {
    margin-top: 15px;
    margin-bottom: 30px;
    min-height: 30vh;
}
.service-box.left h3{
	margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    padding: 10px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background: #ec4c3c;
    font-weight: 500;
}
.service-box.right h3{
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    padding: 10px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background: #f4c30e;
    font-weight: 500;
}
/*.vertical-line .v-border {
    width: 1px;
    margin: 0 auto;
    height: 350px;
    background: #d9d9d9;
    margin-left: auto;
    margin-right: auto;
}
.vertical-line{
	width: 3em;
    height: 350px;
    float: left;
    border: 0px solid #000;
}*/
.home-news-events span,
.news-events span,
.related span{
	line-height: 50px;
}
.home-news-events a,
.news-events a,
.related a{
	color: #009fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;    
	font-family: 'Open Sans', sans-serif;
}
.home-news-events a:hover,
.news-events a:hover
.related a:hover{
	color:#ffcd02;
	text-decoration: none;
}
.home-news-events p,
.news-events p{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	text-align: justify;
}
.news-events p{
  margin-left: 15px;
}
.home-news{
	margin-bottom: 15px;
}
.read-more{
    text-align: right;
}
.read-more a{
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	font-size: 14px;
	padding: 7px 15px;
	background: #1bbc9b;
	line-height: 40px;
	margin-bottom: 15px;
}
.read-more  a:hover{
	text-decoration: none;
	opacity: 0.8;
  background: #ecb200;
	color: #fff;
}
.breadcrumb {
  position: relative;
  text-align: center;
  color: white;	
  font-weight: 700;
  font-size: 30px;
  padding: 0px !important;
}
.breadcrumb-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-breadcrumb {
    margin-bottom:30px;
}
.sub-breadcrumb a{
    color:#03a489;
}
.icon-pdf{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	color: red;
	
}
.fa-file-excel-o:before{
	margin-right: 15px;
    font-size: 20px;
	color: red;
	margin-top: 10px !important;
}
.footer{
  	background: #2b2b2b;    		
   	left: 0;
   	bottom: 0;
  	width: 100%;
	margin-top: 25px;
}
.footer h3{
    color: #aeaeab;
    font-size: 15px;  
    text-align: left;
    margin: 15px 0;
}
.footer a{
  color: #ffcd02;
}
.footer a:hover{
  color: #fff;
  text-decoration: none;
}
.padding-zero{
  padding: 0 !important;
}
.header-title{
  margin-top: 30px;
}
.stellarnav li.current a{
  color: #fff;
  background-color: #ecb200;
}
.stellarnav li.current ul li a{
  color: #101922;
  background-color: transparent;
}
.stellarnav > ul > li > a:hover{
  color: #fff;
  background-color: #ecb200;
}
.stellarnav ul ul li a:hover{
  color: #fff;
  background-color: #e9a32e;
}
.top-menu{
  border-bottom: 1px dotted #d9d9d9;
  margin-bottom: 0;
}
th, td{
    font-size: 14px;
}
.site-title{
    margin-top: 15px;
}
.vertical-line{
    border-left: 1px solid #d9d9d9;
    width: 1px;
    height: 350px;
    position: absolute;
    display: inline-block;
}
.sub-page{
  min-height: 50vh;
}
.site-content .entry-header {
    background-color: #fff;
    padding: 0 0px 12px;
}
.sub-page .entry-header {
    background-color: #fff;
    padding: 0 0px 12px;
}
.sub-page .entry-title {
    font-size: 28px;
    font-weight: 400;
    color: #333;
    line-height: 1.0909090909;
    margin-bottom: 12px;
    margin: 10px 5px 12px;
    padding-bottom: 5px;
    border-bottom: 2px solid #ecb200;
    margin-left: 30px;
}
.sub-page .entry-content{
    padding-right: 30px;
    padding-left: 30px;
}
.sub-page .entry-content a span{
  font-size: 16px;
  margin-left: 10px;
  margin-right: 10px;
}
.certificate-img{
  max-width: 300px;
  height: auto;
}
.receipt-list ul{
  margin-bottom: 15px;
}
.receipt-list ul li{
  list-style-type: none;
  margin-bottom: 15px;
}
.gallery-index{
  margin-top: 25px;
}
.gallery-index img{
  min-height: 248px;
}
.gallery-index a p{
  margin: 15px auto;
  text-align: center;
}
table.contacts {
  width: 50%;
  border-collapse: collapse;
}
table.contacts tr,
table.contacts td{
  border: none !important;
}


/*** Gallery - 26-11-2020 ***/

.sub-page p{
  font-size: 16px;
}
.filter-button.active {
    background-color: #0000fe !important;
    color: white !important;
}
.filter-button {
    font-size: 18px  !important;
    border: 1px solid #0000fe !important;
    border-radius: 5px  !important;
    text-align: center  !important;
    color: #000  !important;
    margin-bottom: 30px  !important;
}
.filter-button:hover {
    font-size: 18px !important;
    border: 1px solid #0000fe !important;
    border-radius: 5px !important;
    text-align: center !important;
    color: #ffffff !important;
    background-color: #0000fe !important;
}
.filter-button.active
{
    background-color: #0000fe !important;
    color: white !important;

}
.btn-default {
    color: #333 !important;
    background-color: #fff !important;
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.d-none{
  display: none;
}
.gallery_product
{
margin-bottom: 30px;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

/*** Responsive ***/
@media screen and (max-width: 768px) {
    .header img{   
        margin: 0 auto;
    }
    .padding-xs-zero{
        padding: 0 !important;
    }
    .row{
        margin: 0 !important;
    }
    .breadcrumb {  
        font-size: 16px;
    }
    .vertical-line{
      display: none;
    }
    table.contacts {
      width: 100%;
      border-collapse: collapse;
    }
}
@media screen and (max-width: 420px){
  .header h2{
    font-size: 26px;
  }
  .header h4{
    font-size: 18px;
  }
  .header h5{
    font-size: 16px;
  }
  .home-content-left{
    margin-bottom: 15px;
  }

}
@media screen and (max-width: 320px){
  .header_top a{
    font-size: 12px;
  }
  .header h2{
    font-size: 22px;
  }
  .header h4{
    font-size: 16px;
  }
  .header h5{
    font-size: 10px;
  }
}

@media screen and (min-width: 769px) {
    .home-content-left,
    .home-content-right{
      max-width: 93%;
      margin: 0 auto;
    }
}