/* Custom Header Text Color */
.site-title2,
.site-title2 a,
.site-header2,
.site-header2 a,
h1, h2, h3, h4, h5, h6 {
    color: #3f82e0 !important;
}

/* Custom Header Text Color */

.site-title,
.site-title a,
.site-header,
.site-header a,
h1, h2, h3, h4, h5, h6 {
    color: #F45E0B !important;
}


.rmform-control {
	background-color: white !important;
}

.hover-background-color-1 a.wp-block-button__link:hover {
    background-color: #3F82E0 !important;
		color: #f2f1ea !important;
}


.boxsize {

		height: 300px;
	
}

.aligntable {

	margin: auto !important;
  width: 100% !important;

}

.noline:hover {
	text-decoration: none !important;
}

/* If the screen size is 601px wide or more, set the font-size of  to 80px
@media screen and (min-width: 1401px) {
  .scale {
    font-size: 14px !important;
  }
}

/* If the screen size is 600px wide or less, set the font-size of  to 30px
@media screen and (max-width: 1400px) {
  .scale {
    font-size: 10px !important;
  }
}		
		

/* If the screen size is 601px wide or more, set the font-size of  to 80px
@media screen and (min-width: 1201px) {
  .hscale {
    font-size: 18px !important;
  }
}

/* If the screen size is 600px wide or less, set the font-size of  to 30px 
@media screen and (max-width: 1200px) {
  .hscale {
    font-size: 11px !important;
  }
}		
*/

.link-7  {

	color: #3f82e0 !important;	
  transition: 0.4s;
  text-decoration: none !important;
  padding: 10px 20px;
  margin: 0 5px;
  position: relative;
}
.link-7::after {
	
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #D2DFF6;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s;
}
.link-7:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.webinar {
	color: #ddff00 !important;	
	font-size: 20px !important;
	text-align: center !important;
	align-content: center !important;
		transition: 0.4s;
  text-decoration: none  !important;
  padding: 10px 20px;
  margin: 0 5px;
  position: relative;
}


.webinar::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #ddff00;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s;
}
.webinar:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

#rm-form-submit-btn { 
	background-color: #ded8c4 !important;
	color: #2a2b2d !important;
	font-family: "Days One";
	border-radius:18px; 
    font-size: 14px !important;
	line-height: 1.5;
		text-transform: uppercase !important;
    text-align: center !important;
}


#rm-form-submit-btn:hover { 
	background-color: #3F82E0 !important;
  color: black	 !important;
}









/* Animated HEADING */

.frandly-word-heading {
  font-weight: 700;        /* makes the whole heading bold */
  text-align: center;      /* ensures the text is centered */
}


/* FASTER

.frandly-word-heading span {
  opacity: 0;
  display: inline-block;
  transform: translateY(0.4em);
  animation: frandlyWordFade 0.5s forwards ease-out;
  margin-right: 0.2em;
}
*/

/* SLOWER */

.frandly-word-heading span {
  opacity: 0;
  display: inline-block;
  transform: translateY(0.4em);
  animation: frandlyWordFade 0.6s forwards ease-out; /* was 0.5s */
  margin-right: 0.2em;
}


/* FASTER - Staggered delays word by word
.frandly-word-heading span:nth-of-type(1) { animation-delay: 0s; }
.frandly-word-heading span:nth-of-type(2) { animation-delay: 0.15s; }
.frandly-word-heading span:nth-of-type(3) { animation-delay: 0.30s; }
.frandly-word-heading span:nth-of-type(4) { animation-delay: 0.45s; }
.frandly-word-heading span:nth-of-type(5) { animation-delay: 0.60s; }
.frandly-word-heading span:nth-of-type(6) { animation-delay: 0.75s; }
.frandly-word-heading span:nth-of-type(7) { animation-delay: 0.90s; }
.frandly-word-heading span:nth-of-type(8) { animation-delay: 1.05s; }

*/

/* Slower stagger: 0.25s steps instead of 0.15s */

.frandly-word-heading span:nth-of-type(1) { animation-delay: 0s; }
.frandly-word-heading span:nth-of-type(2) { animation-delay: 0.25s; }
.frandly-word-heading span:nth-of-type(3) { animation-delay: 0.50s; }
.frandly-word-heading span:nth-of-type(4) { animation-delay: 0.75s; }
.frandly-word-heading span:nth-of-type(5) { animation-delay: 1.00s; }
.frandly-word-heading span:nth-of-type(6) { animation-delay: 1.25s; }
.frandly-word-heading span:nth-of-type(7) { animation-delay: 1.50s; }
.frandly-word-heading span:nth-of-type(8) { animation-delay: 1.75s; }


@keyframes frandlyWordFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/*IMAGE HOVER*/
.imagehover {
    transition: all 0.3s ease-in-out;
}

.imagehover:hover
{
    transform: scale(1.05);
}

.container {
overflow: hidden;
}