.elementor-kit-347{--e-global-color-primary:#C30000;--e-global-color-secondary:#02234B;--e-global-color-text:#FF7979;--e-global-color-accent:#E4C100;--e-global-color-9008ecc:#5CB85C;--e-global-color-6f1c50f:#17A2B8;--e-global-color-7e31f10:#E0A800;--e-global-typography-primary-font-family:"Source Sans Pro";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Source Sans Pro";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Source Sans Pro";--e-global-typography-accent-font-weight:500;font-family:"Source Sans Pro", Sans-serif;}.elementor-kit-347 e-page-transition{background-color:#FFBC7D;}.elementor-kit-347 a{font-family:"Source Sans Pro", Sans-serif;}.elementor-kit-347 h1{font-size:26px;}.elementor-kit-347 h2{font-family:"Source Sans Pro", Sans-serif;font-size:24px;}.elementor-kit-347 h3{font-family:"Source Sans Pro", Sans-serif;font-size:20px;}.elementor-kit-347 h4{font-size:19px;}.elementor-kit-347 h5{font-family:"Source Sans Pro", Sans-serif;font-size:18px;}.elementor-kit-347 h6{font-family:"Source Sans Pro", Sans-serif;font-size:17px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#dkplyr h3{display: none;}
html {
  scroll-behavior: smooth;
}

.crd:hover img {
  filter: blur(4px);
	transition:0.3s ease;
	filter:brightnes(10%);
	transform:scale(1.03);}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.crd:hover .play-btn {
  opacity: 1;
}
.crd h3{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rcimg,#dkplyr iframe { overflow:hidden;border: 2px solid;
border-image: conic-gradient(red,yellow,lime,aqua,blue,magenta,red) 1; }


.elementor-widget-search .e-search-label>i:is(svg), .elementor-widget-search .e-search-label>svg:is(svg){
	    background: #c30000;
    width: auto;
    fill: #fff;
    padding: 5px;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    line-height: 1.4em;
}
   .ttl::before{ content: '';
    display: inline-block;
    width: .84rem;
    height: .84rem;
    border: .21428571428571427rem solid #FFFFFF;
    outline: solid .07142857142857142rem;
    background: #c30000;
    border-radius: 3.13rem;
    
    margin-right: -15px;
    margin-top: 3px;
   }
.ttl{display:flex;}/* End custom CSS */