
                  .goTo {
                    background-color: #2535c2ea !important;
                    color: white !important;
                    padding: 10px 30px !important;
                    margin: 16px 0 20px;
                    font-weight: 700 !important;
                    text-transform: uppercase;
                    width: 50%;
                    text-align: center;
                    font-size: 22px;
                    border-radius: 10px;
                    -webkit-animation-name: 'play_down';
                    -moz-animation-name: 'play_up';
                    animation-duration: 2s;
                    animation-iteration-count: infinite;
                  }

                  .goTo:hover {
                    transform: scale(1.1);
                    transition: 1s;
                    text-decoration: none !important;
                  }


                  @keyframes play_top {

                    0% {
                      -webkit-box-shadow: 0 0 rgba(0, 163, 182, .6);
                      -moz-box-shadow: 0 0 rgba(0, 163, 182, .6);
                      box-shadow: 0 0 rgba(0, 163, 182, .6);
                    }

                    to {
                      -webkit-box-shadow: 0 0 0 20px rgba(0, 163, 182, 0);
                      -moz-box-shadow: 0 0 0 20px rgba(0, 163, 182, 0);
                      box-shadow: 0 0 0 20px rgba(0, 163, 182, 0);
                    }

                  }

                  @keyframes play_down {

                    0% {
                      -webkit-box-shadow: 0 0 rgba(55, 55, 55, .6);
                      -moz-box-shadow: 0 0 rgba(55, 55, 55, .6);
                      box-shadow: 0 0 rgba(55, 55, 55, .6);
                    }

                    to {
                      -webkit-box-shadow: 0 0 0 20px rgba(55, 55, 55, 0);
                      -moz-box-shadow: 0 0 0 20px rgba(55, 55, 55, 0);
                      box-shadow: 0 0 0 20px rgba(55, 55, 55, 0);
                    }

                  }
                  .comm {
                    color: var(--e-global-color-text);
  
      font-size: 18px;
      font-weight: 700;
    padding-left: 8px;
    border-left: 4px solid rgb(81, 12, 123);
}
.link {
    font-weight: 700 !important;
    /* font-size: 20px; */
    color: rgb(20, 44, 118) !important;
}

                  @media (max-width: 800px) {
                    .goTo {
                      width: 90%;
                      font-size: 20px;
                    }
                    .elementor-section.elementor-section-boxed>.elementor-container {
     max-width: 100% !important;
      padding-left: 1% !important;
      padding-right: 1% !important;
}
                  }


									b,strong {
										font-weight: 700
									}
									.m-t-25{
										margin-top: 20px;
										margin-bottom: 10px;
									}
									.hrefs{
										color: rgb(81, 12, 123);
										font-weight: 700 !important;
									}
    
