@media (min-width: 1620px){
    .container {
        max-width: 1536px;
    }
  }
  @media (min-width: 1920px){
    .container {
        max-width: 1720px;
    }
  }
.header_test{
	height: 230px;
	overflow: hidden;
}
.header_img{
	z-index: -3;
}
.header_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header_test h1{
	font-family: Segoe UI;
	font-style: normal;
	font-weight: 600;
	font-size: 56px;
	line-height: 74px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #FFFFFF;
}
.breadcrumbs, .breadcrumbs a{
	font-family: Segoe UI;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	color: #E1E1E1;
	text-decoration: none;

}
.breadcrumbs a:hover{
	text-decoration: underline;
}

.shape1 {
    background: #21A02F;
    width: 1200px;
    height: 3000px;
    position: absolute;
    left: -700px;
    top: -1000px;
    opacity: .3;
    background-blend-mode: overlay;
    transform: rotate(25deg); 
    z-index: -2;   
}

.shape2 {
  	background: #21A02F;
        width: 1300px;
        height: 3000px;
        position: absolute;
        transform: rotate(25deg);
        left: -600px;
        top: -700px;
        opacity: .3;
        z-index: -1;
}


.button_panel{
	background: #FBFBFB;
	border-radius: 8px;
}
.button_panel h3{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #427640;
}


.tablists .btn{
	background-color: inherit;
	text-align: left;
	font-family: Segoe UI;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	color: #69737B;
	transition: 0.3s;
}
.tablists .btn.active, .tablists .btn:focus, .tablists .btn:hover{
	outline: none;
	box-shadow: 0 0 0 0 #fff; 
	background: rgba(34, 106, 71, 0.08);
	color: #226A47;
}


.tab-pane h2{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
	color: #427640;
}
.cards_test{
	background: #FBFBFB;
	border-radius: 8px;
}
.cards_test .text_line{
	font-family: Segoe UI;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
	color: #427640;
}

.img_pdf{
	border: 2px solid #B6B6B6;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	text-decoration: none;
	height: 400px;
}
.pdf_img{
	text-decoration: none;
	font-family: Segoe UI;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	color: #313131;
}
.pdf_img:hover{
	color:  #427640;
}
.pdf_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s
}
.pdf_img p{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pdf_layout{
	background: linear-gradient(0deg, rgba(49, 49, 49, 0.4), rgba(49, 49, 49, 0.4));
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.3s linear;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.pdf_layout .iconify{
	font-size: 3rem;
	color: #fff;
}
.pdf_img:hover .pdf_layout,.pdf_img:hover .img_pdf img{
	visibility: visible;
  	opacity: 1;
  	transform: scale(1.05);
}



/*Sertificat*/
.sertificate_section{
	background: #FBFBFB;
	border-radius: 8px;
}
.sertificate_section h1{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	color: #427640;
}




/*Footer*/
footer{
	background: #427640;
}
.img_logo_div{
	width: 100px;
	height: 62px;
}
.img_logo_div img{
	width: 100%;
	height: 100%;
}
.logo_footer{
	text-decoration: none;
	color: #fff;
}
.logo_footer p, .error_text{
	font-family: Segoe UI;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #FFFFFF;
}
.logo_footer:hover{
	text-decoration: underline;
	color: #fff;
}
.head_link_footer{
	font-family: Segoe UI;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.5px;

	color: #FFFFFF;
}
.footer_links a{
	font-family: Segoe UI;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.5px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer_links a:hover{
	text-decoration: underline;
}



/*Question*/
.accordion-item{
	background: #FBFBFB;
border-radius: 8px;
}
.accordion-item button.collapsed{
	color: #313131;

}
.accordion-item button{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	color: #427640;
	width: 100%;
	background-color: inherit;
}

.plus{
	display: none;
}
.minus{
	display: block;
}
.collapsed .plus{
	display: block;
}
.collapsed .minus{
	display: none;
}


/*Contact*/
.contact_head_text{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	color: #427640;
}
.contact_body_text{
	font-family: Segoe UI;
	font-style: normal;
	font-weight: normal;

	color: #464646;
}
.form-label{
	font-family: Segoe UI;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #6E747B;
}
.contact_btn{
	font-family: Segoe UI;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 32px;
	color: #427640;
	border: 2px solid #427640;
	transition: 0.3s;
}
.contact_btn:hover{
	background-color: rgb(66,118,64, 0.7);
	color: #fff;
	box-shadow: 0 0 10px 0 rgb(66,118,64, 0.7);
}
.contact_form .form-control:focus{
	box-shadow: 0 0 10px -5px rgb(66,118,64, 0.7);
	border-color: rgb(66,118,64, 1);
}

.map p{
	font-family: Segoe UI;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.5px;
	color: #427640;
}
#map {
  height: 365px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
  border: 2px solid #427640;
  border-radius: 5px;
}






/*1536px*/
@media (max-width: 1536px){
	.header_test{
		height: 210px;
	}
	.header_test h1{
		font-size: 45px;
		line-height: 50px;
	}
	.breadcrumbs, .breadcrumbs a{
		font-size: 15px;
		line-height: 0;

	}
	.shape1 {
	    width: 1100px;
	}

	.shape2 {
	        width: 1150px;
	}
	.button_panel h3{
		font-size: 20px;
	}
	.tablists .btn{
		font-size: 16px;
	}
	.tab-pane h2{
		font-size: 28px;
	}
	.cards_test .text_line{
		font-size: 20px;
	}
	.pdf_img{
		font-size: 16px;
	}
	
	.pdf_layout .iconify{
		font-size: 3rem;
	}
	.img_pdf{
		height: 300px;
	}


/*Sertificat*/
	.sertificate_section h1{
		
		font-size: 28px;
		line-height: 30px;
	}


	/*Question*/
	
	.accordion-item button{
		font-size: 20px;
	}

	/*Contact*/

.form-label{
	font-size: 16px;
	line-height: 24px;
}
.contact_btn{
	
	font-size: 18px;
	line-height: 25px;
}

#map {
  height: 365px;

}

}



/*1240px*/
@media (max-width: 1240px){
	.header_test{
		height: 200px;
	}
	.header_test h1{
		font-size: 40px;
		line-height: 40px;
	}
	.breadcrumbs, .breadcrumbs a{
		font-size: 14px;

	}
	.img_pdf{
		height: 250px;
	}
	.shape1 {
	    width: 900px;
	}

	.shape2 {
	        width: 950px;
	}
	.button_panel h3{
		font-size: 18px;
	}
	.tablists .btn{
		font-size: 15px;
	}
	.tab-pane h2{
		font-size: 24px;
	}
	.cards_test .text_line{
		font-size: 18px;
	}
	.pdf_img{
		font-size: 14px;
	}
	
	.pdf_layout .iconify{
		font-size: 2.5rem;
	}

/*Sertificat*/
	.sertificate_section h1{
		
		font-size: 22px;
		line-height: 30px;
	}
}


/*768px*/
@media (max-width: 768px){
	.header_test{
		height: 180px;
	}
	.img_pdf{
		height: 200px;
	}
	
	.shape1 {
	    width: 600px;
	}

	.shape2 {
	        width: 550px;
	}

	/*Sertificat*/
	.sertificate_section h1{
		
		font-size: 20px;
		line-height: 30px;
	}
	.accordion-item button{
		font-size: 18px;
	}
}