/*--------------------------- Color variations ----------------------*/
/** Generated by FG **/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap');
</style>


::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #cccccc;
 font-weight: 300;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cccccc;
 opacity: 1;
 font-weight: 300;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cccccc;
 opacity: 1;
 font-weight: 300;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccccc;
 font-weight: 300;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cccccc;
 font-weight: 300;
}
body {
	color: #333;
	font-family: 'Lora', serif;
		font-size: 15px;
	font-weight: 300;
	line-height: 1.5em;
	position: relative;
}
ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a, a:focus, a:hover {
	text-decoration: none;
	outline: 0;
	color: #777777;
}


.titel {
	color: #027c5f;
	font-family: 'Lora', serif;
		font-size:45px;
	font-weight: bold;
	line-height: 1.5em;
	text-align:center;
	margin-top:50px;
	
	
}
.titel_sub {
	color: #444d54;
	font-family: 'Lora', serif;
		font-size:27px;
	font-weight: 500;
	line-height: 0;
	text-align:center;
	margin-top:20px;
	line-height: 30px;
	    font-style: italic;
	
}
h3.titel_sub_sub {
	color: #444d54;
	font-family: 'Lora', serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 0;
	text-align: center;
	margin-top: 20px;
	line-height: 30px;
	font-style: italic;
}
.box1_tite {
	color: #027c5f;
	font-family: 'Lora', serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 20px;
	line-height: 22px;
}
.bg {
background:#007854;	
padding:30px 0;
}
.bg p {
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 15px;
	font-weight: normal;
	line-height:35px;
	position: relative;
	text-align:center;
	letter-spacing:0px;
	margin-top:30px;
}
.box1 {
	width:100%;
background:#fff;
box-sizing:border-box;
border-radius:20px;
padding:10px;
margin:0;
position:relative;
height: 370px;	
}
.box1:after {
background-image:url(../images/bulet.png) ;
background-position:center right;
background-repeat:no-repeat;
position:absolute;
height:50px;
width:50px;
content: "";
top:47%;
right: -24px;
}
 .box1-1:after { 
 background-image:none;
 
 }
.box1 ul  {
   padding:0;
   margin:0px 0px 0 15px;
   color:#000;
	font-size:15px;
}
.box1 ul li {
    list-style: disc;
	line-height:20px;
	margin-bottom:10px;
	color:#000;
	font-size:15px;
	    
}
.box1 ul li a {
   text-decoration:underline;
	color:#000;
	    
}

.box1_1 {
	width:100%;
background:#fff;
box-sizing:border-box;
border-radius:20px;
padding:10px;
margin:0;
position:relative;
height: 370px;	
}
.box1_1:after {
background-image:none ;
background-position:center right;
background-repeat:no-repeat;
position:absolute;
height:50px;
width:50px;
content: "";
top:47%;
    right: -23px;
	 
 }
 .box1-1:after { 
 background-image:none;
 
 }
.box1_1 ul  {
   padding:0;
   margin:0px 0px 0 15px;
   color:#000;
	font-size:15px;
}
.box1_1 ul li {
    list-style: disc;
	line-height:20px;
	margin-bottom:10px;
	color:#000;
	font-size:15px;
	    
}
.box1_1 ul li a {
   text-decoration:underline;
	color:#000;
	    
}
.footer {
	margin-top:30px;
color: #fff;
	font-size: 13px;
	line-height:20px;
	font-family: 'Lora', serif;
	text-align:left;	
}


.iconbox {
margin-top:100px;	
}
.topbox {
		width:95%;
background:#454d54;
box-sizing:border-box;
border-radius:20px;
padding:10px;
margin:0 auto;
position:relative;
border:1px solid #303941;
}


.topbox:after {
background-image:url(../images/bulet1.png);
background-position:center right;
background-repeat:no-repeat;
position:absolute;
height:50px;
width:50px;
content: "";
top:33%;
    right:-40px;
	 
 }
 .topbox1:after {
background-image:none;
 }

 .boxtitel {
color: #fff;
	font-family: 'Lora', serif;
		font-size:24px;
	font-weight: 500;
	line-height: 1.5em;
	text-align:center;
	margin-top:80px;
position:relative;
}
 .boxicon {
    margin: 0 auto;
    width: auto;
    display: table;
    margin: -70px auto;
    padding: 0;
}
.colbox {
	background:#007854;
	border:1px solid #007854;
}
.iconb {
    margin: -20px 0 0 -37px;
}
.des {display:none;}
@media only screen and (min-width: 320px) and (max-width: 1199px) { 
 .boxtitel {
    font-size: 19px;
 }
 .iconb {
    margin: -23px 0 0 -30px;
 }
 .iconb img {
    width: 108%;
}
.box1 {
height:400px;	
}
.box1_1 {
height:400px;		
}
 
}
 @media only screen and (min-width: 768px) and (max-width: 991px) { 
.boxtitel {
    font-size: 13px;
}
.iconb {
    margin: -18px 0 0 -22px;
}
.box1 {
height:577px;	
}
.box1_1 {
height:577px;	
}
 }
  @media only screen and (min-width: 320px) and (max-width: 991px) { 
 
 
  }
 @media only screen and (min-width: 320px) and (max-width: 767px) { 
 
 .des {display:block;}
.d_none {
display:none;	 
 }`
 
 .iconb {
    margin: -18px 0 0 -54px;
}
.iconb img {
    width: 108%;
	display: none;
}
.topbox.colbox:after {
    background-image: url(../images/bulet_back1.png);
    background-position: center right;
    background-repeat: no-repeat;
    position: absolute;
    height: 50px;
    width: 50px;
    content: "";
    top: -47px;
    left: 45px;
}
 .box1 {margin-bottom:40px;}
 .box1 {
height:auto;	
}

.box1_1 {
height:auto;	
}


.box1:after {
    background-image: url(../images/bulet01.png);
    background-position: center right;
    background-repeat: no-repeat;
    position: absolute;
    height: 50px;
    width: 50px;
    content: "";
    top: 94%;
    left: 43%;
}
.box1 {
	background-image:none!important ;
}

.des .topbox {
height: 150px;	
}
.iconbox {
    margin-top:50px;
}
.titel_sub {
	 margin-bottom:50px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
 }
 
  @media only screen and (min-width: 320px) and (max-width: 400px) { 
  .boxtitel {
    font-size: 17px;
}
  }
.box1 {
	background-image:none !important;
}

.me:after {
	background-image: url(../images/bulet_back.png) !important;
}
