.elementor-kit-61{--e-global-color-primary:#07074B;--e-global-color-secondary:#B00000;--e-global-color-text:#7A7A7A;--e-global-color-accent:#C8C8C8;--e-global-typography-primary-font-family:"Hind Siliguri";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FEF9F9;}.elementor-kit-61 button,.elementor-kit-61 input[type="button"],.elementor-kit-61 input[type="submit"],.elementor-kit-61 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-weight:600;color:#FFFFFF;border-radius:12px 12px 12px 12px;padding:5px 10px 5px 10px;}.elementor-kit-61 e-page-transition{background-color:#FFBC7D;}.site-footer{background-color:#D97F7F;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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 .header-inner{width:1400px;max-width:100%;}.site-header .site-branding .site-logo img{width:220px;max-width:220px;}@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 */.rotate-border{
position:relative;
border-radius:14px;
padding:3px;
}

.rotate-border::before{
content:"";
position:absolute;
inset:0;
border-radius:inherit;
padding:2px;

background: conic-gradient(
from var(--angle),
transparent 70%,
#f4c542 85%,
#0F84AE 95%,
#f4c542 100%
);

-webkit-mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);

-webkit-mask-composite:xor;
mask-composite:exclude;

animation: spinBorder 4s linear infinite;
}

@keyframes spinBorder{
from{--angle:0deg;}
to{--angle:360deg;}
}/* End custom CSS */