/*

Theme Name: Finemark
Theme URI: 
Version: 1.0
Description: This theme is build for Finemark
Author: Finemark
Author URI: 

*/
.home .mt-video {overflow:hidden;}
.home .mt-video iframe {transform:scale(1.12);}
[dir="rtl"] .slick-slide {float:left;}

.sbi_caption_wrap {display:none !important;}
marquee {padding:20px 20px 15px;}

.cls-22, .cls-25, .cls-21 {opacity:0;  transition:all 0.5s;}

.draw #finemark-map-stroke {
	stroke-dasharray: 2200;
  	stroke-dashoffset: 2200;
  	animation: dash 5s linear;
}
@keyframes dash {
   0% {
    stroke-dashoffset: 2200;
	 
  }
	30% {
		stroke-dashoffset: 0;
	}
  100% {
    stroke-dashoffset: 0;
	 
  }
}