/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


#top-bar p {
	color: #FFF;
	font-size: 20px;
	margin-bottom: 0px;
	line-height: 36px;
	padding-top: 4px;
}

h1 span.sub_title_index {
	font-size: 26px;
}

.postcontent b {
	color: #c91f16;
}

.postcontent strong {
	color: #c91f16;
}

.active a {
	color: #c91f16;
}

.postcontent ul {
	list-style-type: none;
}

.ml-1 {
	margin-left: 1em;
}

.float-anim {
	animation: float 4s ease-in-out infinite;
}

.move-1 {
	-webkit-animation: move1 5s infinite;
	animation: move1 5s infinite; }

@keyframes float {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0px);
	}
}

@-webkit-keyframes move1 {
	0% {
	  -webkit-transform: rotate(-1deg) translate(-2px, -2px);
	  transform: rotate(-1deg) translate(-2px, -2px); }
	50% {
	  -webkit-transform: rotate(1deg) translate(2px, 2px);
	  transform: rotate(1deg) translate(2px, 2px); }
	100% {
	  -webkit-transform: rotate(-1deg) translate(-2px, -2px);
	  transform: rotate(-1deg) translate(-2px, -2px); } }
  
@keyframes move1 {
0% {
	-webkit-transform: rotate(-1deg) translate(-2px, -2px);
	transform: rotate(-1deg) translate(-2px, -2px); }
50% {
	-webkit-transform: rotate(1deg) translate(2px, 2px);
	transform: rotate(1deg) translate(2px, 2px); }
100% {
	-webkit-transform: rotate(-1deg) translate(-2px, -2px);
	transform: rotate(-1deg) translate(-2px, -2px); } }

#footer {
	
		background: url(../images/bg4.png);
	
}

.feature-box:hover img {
	transform: scale(1.2,1.2);
	transition: 1s transform;
}

.feature-box img {
	transform: scale(1,1);
	transition: 0.5s transform;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.widget_whatsapp a {
    color: #fff;
    font-weight: 800;
}

.widget_whatsapp {
	position: fixed;
    left: 10px;
    bottom: 40px!important;
    background-color: #25D366;
    padding: 9px 25px;
    text-align: center;
    border-radius: 20px;
    z-index: 99999;
}




.video-container{
  width: 100vw;
  margin-top: 4em;
}


@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    height: 34vw!important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    width: 177.78vh;
  }
}

@media (max-width: 991px) {
	.video-container iframe {
		height: 51vw!important;
		margin-bottom: 60em!important;
	  }

	  #content {
		padding-top: 5em;
	}
}
