.elementor-kit-28180{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-color-3a15c2a:#1E73BE;--e-global-color-25e3150:#FAFAFA;--e-global-color-9440c04:#2F3033;--e-global-color-a5b5394:#FFFFFF;--e-global-color-bebcec5:#0D2D6E;--e-global-color-59fea43:#EE2A24;--e-global-color-d570f9d:#878787;--e-global-color-24b7680:#3CB371;--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;color:var( --e-global-color-primary );}.elementor-kit-28180 e-page-transition{background-color:#FFBC7D;}.elementor-kit-28180 a{color:var( --e-global-color-3a15c2a );}.elementor-kit-28180 h1{color:var( --e-global-color-bebcec5 );font-weight:700;}.elementor-kit-28180 h2{color:var( --e-global-color-bebcec5 );font-weight:400;}.elementor-kit-28180 h3{color:#0D2D6E;font-weight:400;}.elementor-kit-28180 h4{color:var( --e-global-color-bebcec5 );font-weight:400;}.elementor-kit-28180 h5{color:var( --e-global-color-bebcec5 );font-weight:400;}.elementor-kit-28180 h6{color:var( --e-global-color-bebcec5 );font-weight:400;}.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);}@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 */a:hover {
  filter: brightness(0.6);
  text-decoration: underline;
}

ul {
    padding-left: 18px;
    padding-bottom: 14px;
}

h2, h3 {
    margin-top: 2.4rem;
}

th{
    background-color:#0D2D6E !important;
    color: #fff;
}

td:hover {
  background-color: #878787 !important;
}

.closed {
    color: #EE2A24;
    font-weight: 500;
}

.cookie {
    color: #1e73be !important;
}

.container-bullet {
  width:100%;
  display:flex;
  align-items: center;
  color: #000000;
}

.choices {
  margin-top: 25px;
  margin-right: 25px;
  font-weight: 500;
  font-size: 3rem;
  color:  #EE2A24;
}

.letter{
    margin: 0 10px;
}


.slider h1 {
  height: 50px;
  float: left;
  margin-right: 0.3em;
	color: #999;
	font-size: 2.5rem;
	font-weight: bold;
}
.slider b {
  float: left;
  overflow: hidden;
  position: relative;
  height: 50px;
  top: 10px;
}
.slider .inner {
  display: inline-block;
  color: #1e73be;
  position: relative;
  white-space: nowrap;
  top: 0;
  left: 0;


/*animation*/
-webkit-animation:move 5s;
   -moz-animation:move 5s;
    -ms-animation:move 5s;
     -o-animation:move 5s;
        animation:move 15s;
/*animation-iteration-count*/
-webkit-animation-iteration-count:infinite;
   -moz-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
     -o-animation-iteration-count:infinite;
        animation-iteration-count:infinite;
/*animation-delay*/
-webkit-animation-delay:1s;
   -moz-animation-delay:1s;
    -ms-animation-delay:1s;
     -o-animation-delay:1s;
        animation-delay:1s;
}
@keyframes move{
0%  { top: 0px; }
15% { top: -50px; }
30% { top: -100px; }
45% { top: -150px; }
60% { top: -200px; }
75% { top: -250px; }
}

@-webkit-keyframes move {
    0%  { top: 0px; }
15% { top: -50px; }
30% { top: -100px; }
45% { top: -150px; }
60% { top: -200px; }
75% { top: -250px; }
}
@-moz-keyframes move {
    0%  { top: 0px; }
15% { top: -50px; }
30% { top: -100px; }
45% { top: -150px; }
60% { top: -200px; }
75% { top: -250px; }
}

@keyframes move {
0%  { top: 0px; }
15% { top: -50px; }
30% { top: -100px; }
45% { top: -150px; }
60% { top: -200px; }
75% { top: -250px; }
}

.inner {
	font-size: 40px;
	line-height: 50px;
	color: #1e73be;
}

.polaroid, .polaroid-two {
  background: #fff;
  padding: 1rem;
  box-shadow: 0 0.2rem 1.2rem rgba(0,0,0,0.2);
  

}
.polaroid, .polaroid-two > img{
  height: auto;
}

.caption {
  font-size: 1.3rem;
  text-align: center;
  line-height: 2em;
}

.item, .item-two {
  display: inline-block;
}

.item .polaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.35s;
}

.item-two .polaroid-two:before {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.35s;
}

.item {
  transform: scale(0.9, 0.9) rotate(5deg);
  transition: all 0.35s;
}

.item .polaroid:before {
  transform: rotate(6deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  right: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.4);
}

.item-two {
  transform: scale(0.9, 0.9) rotate(-5deg);
  transition: all 0.35s;
}

.item-two .polaroid-two:before {
  transform: rotate(-6deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  left: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.4);
}

.item:hover {
  filter: none;
  transform: scale(1, 1) rotate(0deg) !important;
  transition: all 0.35s;
}

.item:hover .polaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transform: rotate(0deg);
  height: 90%;
  width: 90%;
  right: 5%;
  box-shadow: 0 1rem 3rem rgba(0,0,0,0.2);
  transition: all 0.35s;
}

.item-two:hover {
  filter: none;
  transform: scale(1, 1) rotate(0deg) !important;
  transition: all 0.35s;
}

.item-two:hover .polaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transform: rotate(0deg);
  height: 90%;
  width: 90%;
  right: 5%;
  box-shadow: 0 1rem 3rem rgba(0,0,0,0.2);
  transition: all 0.35s;
}

.wpforms-form {
  font-family:roboto;
  font-size:16px; 
  color:#000;
  line-height: 1.8rem;
}

.wpforms-form h2 {
    font-size:32px;
    color:#0D2D6E;
}

.wpforms-form p {
    line-height:1.8rem;
} 

.wpforms-field-date-time-date,  .wpforms-form .wpforms-field>*{
    border-radius: 20px !important;
    padding: 10px !important;
}

.wpforms-form input[type=submit], 
.wpforms-form button[type=submit] {
    background-color: #1E73BE !important;
    border-radius: 43px !important;
    color: #fff !important; 
    padding: 15px 50px !important; 
}/* End custom CSS */