*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	background:  #e5e5e5;
	font-family: Poppins, sans-serif;
	font-weight: 400;
}
.lgo{
	width: 180px;
}
nav.header{
	background: #fff;
}

.language{
	border-radius: 1.25rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
#hero{
	height: 450px;
	position: relative;
	z-index: 1;
}
#worldMap{
	height: 100%;
	position: relative;
	z-index: -1;
	width: 100%;
}
#worldMap > img {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	width: 500px;
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item img{
	height: 100%;
}
#hero .slider-caption {
	position: absolute;
	z-index: 99;
	top: 15%;
	left: 9%;
	color: #fff;
}
#hero .slider-caption form{
	margin-top: 2rem;
	position: relative;
}
#hero .slider-caption form input, #hero .slider-caption form button{
	
	border-radius: 1.5rem;
	border: none;
}
#hero .slider-caption h1{
	font-size: 3rem;
}
#hero .slider-caption h3{
	font-size: 2rem;
}

#hero .slider-caption form input{
	width: 100%;
	padding: 0.75rem 1rem;
}
#hero .slider-caption form button{
	position: absolute;
	background: #034BA5;
	color: #fff;
	padding: 0.5rem 1rem;
	right: 1%;
	top: 8%;
}
#hero .carousel-indicators li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #000;
	opacity: 1;
	border-top: none;
	border-bottom: none;
}
#hero .carousel-indicators .active{
	background: #fff;
	position: relative;
}
#hero .carousel-indicators .active:before{
	content: '';
	position: absolute;
	top: 48%;
	left: 48%;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
#hero .carousel-indicators{
	bottom: 27%;
}




#blogPosts .col-md-6:first-of-type{
	height: 400px;
}
#blogPosts .col-md-6 .col-sm-6, #blogPosts .col-md-6 .col-sm-12{
	height: 200px;
}
#blogPosts .blog-post{
	height: 100%;
	color: #fff;
	position: relative;
}
#blogPosts .blog-post img{
	width: 100%;
	height: 100%;
	border-radius: 0.5rem;
}
#blogPosts .blog-post .content{
	position: absolute;
	bottom: 20px;
	padding-left: 1rem;
	padding-right: 1rem;
}
#blogPosts .blog-post .content h3{
	font-size: 1.5rem;
}
#blogPosts .blog-post .content p{
	font-size: 15px;
}



#news h2{
	font-weight: 700;
}
#news h2 span:first-of-type{
	font-weight: 500;
}
.news-item{
	padding: 15px;
	border-radius: 10px;
	background-color: #fff;
}
.author img{
	width: 40px !important;
	border-radius: 100%;
}
.date{
	    padding-right: 10px;
/*     border-right: 1px solid #dddddd; */
    margin-right: 15px;
}
.news-photo img{
	border-radius: 10px;
}
.date span:first-child{
	font-weight: bold;
	color: #007bff;
}
.news-carousel{
	padding: 0 30px;
}
.owl-nav button span{
  display: none;
}
.owl-nav button{
  width: 50px;
  position: relative;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
}
.owl-nav button.owl-next::after{
  content: "\f061";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #000;
  background-color: #FFf;
  font-size: 20px;
  border-radius: 100%;
  font-family: "fontawesome";
}
.owl-nav button.owl-prev::after{
  content: "\f060";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #000;
  background-color: #FFf;
  font-size: 20px;
  border-radius: 100%;
  font-family: "fontawesome";
}
.owl-prev.disabled::after{
  border:1px solid #FF720F;
  color: #FF720F !important;
  background-color: #fff !important;
}
.owl-next.disabled::after{
  border:1px solid #FF720F;
  color: #FF720F !important;
  background-color: #fff !important;
}
.owl-nav .owl-next{
   position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right:  -30px;
}
.owl-nav .owl-prev{
  position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left:  -30px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
  background-color: transparent;
}



/******************************about vaccine********************/

.content-vaccine{
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	position: relative;
	margin-top: 100px;
}
.content-vaccine h4{
	font-size: 32px;
	font-weight: 600;
}
.about-vaccine-sec{
	position: relative;
	padding: 60px 0;
}
.about-vaccine-sec::after{
	content: "";
	width: 100%;
	position: absolute;
	height: 40%;
	background-color: #D1EBFF;
	top: 0px;
	left: 0px;
	z-index: -1;
}


/***************footer**************

footer{
	padding-top: 100px;
	position: relative;
}
.footer-wrapper{
    background: url(images/line-footerblue.png) no-repeat scroll 0 0 /cover;
}
.footer-social a{
    margin: 0 0.25rem;
    border: 1px solid #0f4da2;
    background: #0f4da2;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}
.footer-social a:hover{
    text-decoration: none;
}
.footer-logo{
	margin-top: 7rem;
}
.footer-logo .germanicon1{
    width: 50px;
}
.footer-logo .germanicon2{
    width: 250px;
}
.footer-logo .badges{
    width: 100px;
}
.footer-logo-img{
	margin-bottom: 15px;
	padding-top: 30px;
	/*text-align: center;*
}
/*footer ul li{
    display: inline-block;
    list-style: none;
    color: #000;
    position: relative;
}
footer ul li:after{
    content: '';
    position: absolute;
    border: 1px solid #000;
    height: 100%;
    right: 0;
}
footer ul li:last-of-type:after{
    border: none;
}
footer ul li a{
	color: #060A1C !important;
	text-decoration: none;
}*/
.br-1{
	border-right: 1px solid #060A1C;
	padding-right: 10px;
}
#hero .container{
    position: relative;
    z-index: -1;
    height: 100%;
}


@media all and (max-width: 1200px){
	#hero .slider-caption h1{
		font-size: 2rem;
	}
	#hero .slider-caption h3{
		font-size: 1.5rem;
	}
	/*#hero .carousel-indicators{
		bottom: 37%;
	}*/
}

@media all and (max-width: 1050px){
	#worldMap > img{
		width: 400px;
	}
	#hero .slider-caption form{
		margin-top: 1rem;
	}
	/*#hero .carousel-indicators{
		bottom: 41%;
	}*/
	/*#hero .carousel-indicators li{
		width: 10px;
		height: 10px;
	}
	#hero .carousel-indicators .active:before{
		top:  52%;
		left: 45%;
		width: 20px;
		height: 20px;
	}*/
}

@media all and (max-width: 992px){
	/*#hero .carousel-indicators li{
		display: none;
	}*/
}

@media all and (max-width: 768px){
	#worldMap > img{
		display: none;
	}
	.subheading{
		padding-left: 15px;
		padding-right: 15px;
	}
	#hero{
	    height: auto;
	}
	.footer-social{
	    padding-top: 8rem;
	}
	footer ul li{
	    font-size: 0.88rem;
	}
}

@media all and (max-width: 576px){
    .footer-social{
	    padding-top: 20rem;
	}
	.footer-menu ul{
	    flex-direction: column;
	}
	footer ul li:after{
	    border: none;
	}
}

@media all and (max-width: 500px){
	#hero .slider-caption{
		text-align: center;
		left: 0;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	#hero .slider-caption form input{
		padding: 0.5rem 0.75rem;
	}
	#hero .slider-caption form button{
		padding-top: 0.35rem;
		padding-bottom: 0.35rem;
	}
}

@media all and (min-width:  768px){
	/*footer ul{
		text-align: right;
	}*/
}

@media all and (min-width: 576px){
	#blogPosts .col-md-6 .col-sm-6, #blogPosts .col-md-6 .col-sm-12{
		height: 200px;
	}
}






.accordion button span{
	transition: all 0.35s;
}
.accordion button:not(.collapsed) span{
	transform: rotate(180deg);
}
.accordion .card-body{
	margin: 1rem;
}
.list-style-inside{
	list-style: inside;
}
.accordion .box-top-content{
	padding: 1.5rem;
}

@media all and (max-width: 500px){
	.accordion .card-body{
		margin: 0;
		padding: 0.75rem;
	}
    #iframe{
		padding-left: 0;
		padding-right: 0;
	}	
}
ul.indexer-index{
	margin-left: 10px !important;	
}
ul.indexer-list li{
	list-style: none;
}
ul.indexer-index li{
	list-style: none;
 	line-height:normal; 
 	margin: inherit;
}
.block-index .indexer ul.indexer-index li a {
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0 7px;
    position: relative;
}
a.link-black, a.link-black:visited {
    color: #151515;
}
.block-index .indexer ul.indexer-index li:not(:last-child) > a::after {
    content: "";
    display: block;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 3px;
    height: 3px;
    background: #115e67;
}
ul.indexer-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.logo-text-footer{
    font-size:9px;
}
.header-footer-group{
	padding-bottom: 5px !important;
}
.post-inner{
	padding-top: 28px !important;
}
h1.entry-title, h2.entry-title{
	font-size: 2rem;
}
.entry-content {
    font-size: 1.5rem;
}
.entry-content-color{
	color: #007bff;
}