.elementor-kit-6{--e-global-color-primary:#0F3D2E;--e-global-color-secondary:#145A43;--e-global-color-text:#1F1F1F;--e-global-color-accent:#F3F8F6;--e-global-color-a2d6023:#09271F;--e-global-color-03a49a2:#EAF4F1;--e-global-color-94ca69b:#FFFFFF;--e-global-color-afd0cd4:#145A43;--e-global-color-41c136b:#1B7F5E;--e-global-typography-primary-font-family:"Noto Serif Bengali";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Serif Bengali";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Serif Bengali";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Serif Bengali";--e-global-typography-accent-font-weight:600;font-family:"Noto Serif Bengali", Sans-serif;font-size:20px;line-height:1.5em;overscroll-behavior:auto;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-afd0cd4 );font-family:"Noto Serif Bengali", Sans-serif;font-size:20px;color:var( --e-global-color-94ca69b );border-radius:50px 50px 50px 50px;padding:10px 20px 8px 20px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-41c136b );color:var( --e-global-color-94ca69b );}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-6 a{color:#0F3D2E;font-family:"Noto Serif Bengali", Sans-serif;}.elementor-kit-6 a:hover{color:var( --e-global-color-41c136b );}.elementor-kit-6 h1{color:#0F3D2E;font-family:"Noto Serif Bengali", Sans-serif;}.elementor-kit-6 h2{color:#0F3D2E;font-family:"Noto Serif Bengali", Sans-serif;}.elementor-kit-6 h3{color:#0F3D2E;font-family:"Noto Serif Bengali", Sans-serif;}.elementor-kit-6 h4{color:#0F3D2E;font-family:"Noto Serif Bengali", Sans-serif;}.elementor-kit-6 h5{font-family:"Noto Serif Bengali", Sans-serif;}.elementor-kit-6 h6{font-family:"Noto Serif Bengali", Sans-serif;}.elementor-kit-6 img{border-radius:7px 7px 7px 7px;}.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:1366px){.elementor-kit-6{font-size:18px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:18px;}}@media(max-width:1200px){.elementor-kit-6 img{border-radius:6px 6px 6px 6px;}}@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 *//* Sticky Effect Settings */
.elementor-sticky--effects.sticky-menu {
   /*background: var(--e-global-color-primary)!important;*/
   background: white;
   color: black;
}

/* edit the hamburger and close icon colors here */


.lytbox-button {

--hamburger-color: #0F3D2E;

--close-x-color: #0F3D2E;

display: block;

height: 18px;

cursor: pointer;

position: relative;

z-index: 101;

}



/* must add in elementor template ID number to make the menu full width */

.elementor-1102 {

width: 100%;

}





/* end editing */


.lytbox-navigation {

position: fixed;

top: 0;

left: 0;

transform: translateX(100%);

overflow: hidden;

transition: transform 0.2s;

width: 100%;

height: 100vh;

z-index: 100;

}


.lytbox-navigation {

display: flex;

justify-content: center;

align-items: center;

}





/* toggle hamburger*/


.lytbox-button .hamburguer {

position: relative;

}


.lytbox-button .hamburguer span{

display: block;

height: 2px;

width: 24px;

background: var(--hamburger-color);

transform-origin: 50% 50%;

transition: all 0.1s 0.2s ease, transform 0.2s ease;

}


.lytbox-button .hamburguer span:nth-child(2) {

transform: translate(0, 6px);

}


.lytbox-button .hamburguer span:nth-child(3) {

transform: translate(0, 12px);

 

}


.lytbox-nav_control {

position: absolute;

left: -9999px;

width: 100%;

clip: rect(0, 0, 0, 0);

}


.lytbox-nav_control:checked~.lytbox-navigation {

transform: translateX(0);

opacity: 1;

transition: transform 0.3s, opacity 0.3s;

}


.lytbox-nav_control:checked~.lytbox-button .hamburguer {

transition: all 0.1s 0s ease;

}

/* Fix off-canvas menu alignment */
.lytbox-navigation{
justify-content:flex-start !important;
align-items:flex-start !important;
padding-top:80px;
overflow-y:auto !important;
}






/* closed X */


.lytbox-nav_control:checked~.lytbox-button .hamburguer span {

background: var(--close-x-color);

transition: all 0.1s ease, transform 0.1s 0.2s ease;

}


.lytbox-nav_control:checked~.lytbox-button .hamburguer span:first-child {

opacity: 0;

}


.lytbox-nav_control:checked~.lytbox-button  .hamburguer span:nth-child(2) {

transform: translate(0, 6px) rotate(45deg);

}


.lytbox-nav_control:checked~.lytbox-button .hamburguer span:nth-child(3) {

transform: translate(0, 4px) rotate(-45deg);

}


/* Fix off-canvas alignment */
.lytbox-navigation{
justify-content:flex-start !important;
align-items:flex-start !important;
padding-top:80px;
overflow-y:auto !important;
}


/* Keep submenu hidden by default */
.lytbox-navigation .sub-menu{
display:none !important;
position:static !important;
width:100% !important;
min-width:100% !important;

background:transparent !important;
box-shadow:none !important;
padding:0 !important;
margin:0 !important;
}


/* Show submenu only when Elementor opens active dropdown */
.lytbox-navigation .menu-item.elementor-active > .sub-menu,
.lytbox-navigation .menu-item.menu-item-has-children.elementor-active > .sub-menu,
.lytbox-navigation .menu-item.menu-item-has-children:hover > .sub-menu{
display:block !important;
}


/* Full width submenu links */
.lytbox-navigation .sub-menu li{
display:block;
width:100%;
}

.lytbox-navigation .sub-menu li a{
display:block;
width:100%;
padding:12px 35px !important;
box-sizing:border-box;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Noto Serif Bengali';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://markaz.digitalnexuspro.com/wp-content/uploads/2026/03/NotoSerifBengali-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Noto Serif Bengali';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://markaz.digitalnexuspro.com/wp-content/uploads/2026/03/NotoSerifBengali-Bold.woff') format('woff');
}
/* End Custom Fonts CSS */