
@font-face {
  font-family: "welcomefont";
  src: url("../fonts/ML-KV-Chandralekha Heavy.ttf"); /* IE9 Compat Modes */  
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "head";
  src: url("../fonts/ML-KV-Veerankutty-B Bold.ttf"); /* IE9 Compat Modes */  
  font-weight: normal;
  font-style: normal;
}
.mlfont{
 
  font-family: "welcomefont";
  font-size: 22px;
  text-align: justify;
  color: #2e2e2e;
  margin-top: 35px;
  line-height: 29px;
}
.mlhead{
  font-family: "head";
  font-size: 45px;
  text-align: center;
  color: #2e2e2e;
  margin-top: 35px;
  font-weight: bold;
  line-height: 47px;
}
.imgct{
  text-align: center;
  margin: auto;
  width: 100%;
}

.downloadicon {
	top: 5px;
    position: fixed;
    z-index: 999;
    right: 0px;
    margin: auto;   
    height: 50px;
    width: 50px;
    border-radius: 15px 0px 0px 15px;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    /* text-shadow: 2px 2px #ffffff; */
    text-orientation: mixed;
    margin-top: 400px;
    color: #FFFFFF;
    padding: 6px;
    font-family: Arial, Helvetica, sans-serif;
    LINE-HEIGHT: 26px;
    background-image: url("../images/dow.png");

    background-repeat: no-repeat;
}
.btn {
	color: #fff;
	padding: 13px 25px;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 500;
	background: #1A76D1;
	position: relative;
	box-shadow: none;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	border: none;
	border-radius: 0;
	border-radius:4px;
}
.btn:hover{
	color:#fff;
}
.btn:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #2C2D3F;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	border-radius:4px;
}
.btn:hover:before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
		.topmg15{
	margin-top: 15px;
}

.topmg25{
	margin-top: 25px;
}

@media only screen and (max-width: 600px){


  .mlhead{
    font-size: 22px;
line-height: 24px;
  }
}
.mgtop25{
  padding-top: 25px;
}




.vedio-icone {
  position: relative;
  
}

.video-play-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-play-button {
    right: -70%;
    left: auto;
  }
}
.video-play-button span.outer-text {
  border: none;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: var(--color-primary);
  font-weight: 500;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -32%;
  top: -31%;
  display: block;
  width: 130px;
  height: 130px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #f89696;
  animation: waves 3s ease-in-out infinite;
}
.video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 57px;
  height: 57px;
  background: #FBF0F0;
  border-radius: 50%;
  transition: all 200ms;
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 14px solid #DF0A0A;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}

.video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

