.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2e1695a:#00A191;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--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;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 */:where(.wp-site-blocks *:focus){outline-width:2px;outline-style:solid}
.box-tubb {
	margin-top: 20px;
   	margin-bottom: 20px;
  	margin-right: 15px;
  	margin-left: 15px;
    padding: 15px;
	background: #FFFFFF;
	color: #000;
	text-align: center;
    justify-content: center;
	border-radius: 5px;
	border: #1bd7bb 2px solid;
	width: auto;
	height: auto;
	display: inline-block;
    diaplay: block;
    unicode-bidi: isolate;
}
.sp {
	color: #FFFFFF;
	font-size: 16px;
	border-radius: 5px;
	border: solid 1px #3866a3;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	font-family: Arial;
	background: #ff6600;
	display: inline-flex;
	align-items: center;
	padding: 0;
}
.sp:hover {
	background: #ff4000;
}
.sp-text {
	position: relative;
	padding: 10px 30px;
}
.sp-icon {
	position: relative;
	border-right: 1px solid #ffffff29;
	box-shadow: inset rgb(0 0 0 / 14%) -1px 0 0;
	padding: 10px 10px;
}
.laz {
	color: #FFFFFF;
	font-size: 16px;
	border-radius: 5px;
	border: solid 1px #3866a3;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	font-family: Arial;
	background: #0027c2;
	display: inline-flex;
	align-items: center;
	padding: 0;
}
.laz:hover {
	background: #00218c;
}
.laz-text {
	position: relative;
	padding: 10px 23px;
}
.laz-icon {
	position: relative;
	border-right: 1px solid #ffffff29;
	box-shadow: inset rgb(0 0 0 / 14%) -1px 0 0;
	padding: 10px 10px;
}
@media only screen and (max-width: 800px) {
   .post-title { 
      font-size: 1.5em; 
      line-height: 1.8;
   }
}.table_tubb {
	border: 2px solid;
 	border-color: #1BD7BB;
 	border-radius: 10px;
    overflow: auto;
    width: 100%;
}

.table_tubb table {
    border: 2px;
 	border-color: #1BD7BB;
 	border-radius: 10px;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
	
}

.table_tubb caption {
    caption-side: top;
	color: #ffffff;
 	background-color: #1BD7BB;
    text-align: center;
}

.table_tubb th {
    border: 1px solid;
 	border-color: #1BD7BB;
 	background-color: #D4F7F2;
 	text-align: center;
    padding: 10px;
}

.table_tubb td {
    border: 1px solid;
	border-color: #1BD7BB;
	border-radius: 10px;
    padding: 10px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}/* End custom CSS */