.bounce {
    animation: bounce 2s ease infinite !important;
  }
  @keyframes bounce {
      70% { transform:translateY(0%); }
      80% { transform:translateY(-15%); }
      90% { transform:translateY(0%); }
      95% { transform:translateY(-7%); }
      97% { transform:translateY(0%); }
      99% { transform:translateY(-3%); }
      100% { transform:translateY(0); }
}
.fgrg {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0em;
    margin: 0 0 15px;
    line-height: 1.1;
    color: #000;
    font-weight: 600;
}
.tc-services-st4 {
    padding: 20px 0 90px 0;
  }
.tc-services-st4 .service-card {
    position: relative;
    padding: 25px 25px 50px 25px;
    border-radius: 10px;
    background-color: #FF986F;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11);
    overflow: hidden;
    margin-bottom: 20px;
  }
  .tc-services-st4 .service-card .cont {
    position: relative;
    z-index: 20;
  }
  .tc-services-st4 .service-card .icon {
    height: 75px;
    margin-bottom: 20px;
  }
  .tc-services-st4 .service-card .wh-cir {
    position: absolute;
    left: -230px;
    top: -300px;
    width: calc(100% + 400px);
    height: calc(100% + 270px);
    border-radius: 50%;
    background-color: #fff;
  }
  .tc-services-st4 .service-card .float-cir {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    bottom: 30px;
    right: 50px;
    background-image: linear-gradient(124deg, #FF5F6D 22.75%, #FFC371 72.61%);
  }
  .tc-services-st4 .row .col-lg-3:nth-of-type(2) .service-card {
    background-color: #99D232;
  }
  .tc-services-st4 .row .col-lg-3:nth-of-type(2) .service-card .float-cir {
    background-image: linear-gradient(126deg, #08B259 22.58%, #F3E51A 73.54%);
  }
  .tc-services-st4 .row .col-lg-3:nth-of-type(3) .service-card {
    background-color: #8ACAFE;
  }
  .tc-services-st4 .row .col-lg-3:nth-of-type(3) .service-card .float-cir {
    background-image: linear-gradient(125deg, #7E8FFF 22.32%, #92EFFD 72.69%);
  }
  .tc-services-st4 .row .col-lg-3:nth-of-type(4) .service-card {
    background-color: #865DBB;
  }
  .tc-services-st4 .row .col-lg-3:nth-of-type(4) .service-card .float-cir {
    background-image: linear-gradient(124deg, #392D69 22.75%, #B57BEE 72.61%);
  }
  .tc-services-st4 .row .col-lg-3:nth-of-type(5) .service-card {
    background-color: #FF986F;
  }
  .tc-services-st4 .row .col-lg-3:nth-of-type(5) .service-card .float-cir {
    background-image: linear-gradient(126deg, #08B259 22.58%, #F3E51A 73.54%);
  }
  
  .tc-services-st4 .row .col-lg-3:nth-of-type(6) .service-card {
    background-color: #99D232;
  }
  .tc-services-st4 .row .col-lg-3:nth-of-type(6) .service-card .float-cir {
    background-image: linear-gradient(126deg, #08B259 22.58%, #F3E51A 73.54%);
  }
  .tc-services-st4 .row .col-lg-3:nth-of-type(7) .service-card {
    background-color: #8ACAFE;
  }
  .tc-services-st4 .row .col-lg-3:nth-of-type(7) .service-card .float-cir {
    background-image: linear-gradient(125deg, #7E8FFF 22.32%, #92EFFD 72.69%);
  }
  .tc-services-st4 .row .col-lg-3:nth-of-type(8) .service-card {
    background-color: #865DBB;
  }
  .tc-services-st4 .row .col-lg-3:nth-of-type(8) .service-card .float-cir {
    background-image: linear-gradient(124deg, #392D69 22.75%, #B57BEE 72.61%);
  }
  
  
  .tc-services-st4 .icon{
    width: 70px;
  }
  .text.fsz-16 {
    letter-spacing: 0em;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    text-align: justify;
    height: 130px;
  }
  .gelatine {
    animation: gelatine 3s infinite;
  }
  @keyframes gelatine {
    from, to { transform: scale(1, 1); }
    25% { transform: scale(0.9, 1.1); }
    50% { transform: scale(1.1, 0.9); }
    75% { transform: scale(0.95, 1.05); }
  }
  .fge {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    margin-top: 20px;
  }
  .single-footer-wized-one h6{
    font-size: 20px;
    text-transform: uppercase;
  }
  /* .brand-area-start .swiper-wrapper .swiper-slide img{
    background: #fff;
    border: 1px solid #d7d7d7;
    height: 140px;
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
    padding: 0 15px;
  } */
  .carousel-caption{
    bottom: 15%;
    right: 0%;
    left: 0%;
  }
  .text-effect{
    color: #f9be21;
    font-size: 70px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.text-effect span{ display: inline-block; }
.text-effect span:first-child,
.text-effect span:nth-child(3),
.text-effect span:nth-child(5),
.text-effect span:nth-child(7),
.text-effect span:nth-child(9),
.text-effect span:nth-child(11),
.text-effect span:nth-child(13),
.text-effect span:nth-child(15),
.text-effect span:nth-child(17),
.text-effect span:nth-child(19),
.text-effect span:nth-child(21),
.text-effect span:nth-child(23),
.text-effect span:nth-child(25),
.text-effect span:nth-child(27),
.text-effect span:nth-child(29),
.text-effect span:nth-child(31){ animation: letters-left 0.7s infinite linear; }
.text-effect span:nth-child(2),
.text-effect span:nth-child(4),
.text-effect span:nth-child(6),
.text-effect span:nth-child(8), 
.text-effect span:nth-child(10), 
.text-effect span:nth-child(12), 
.text-effect span:nth-child(14), 
.text-effect span:nth-child(16), 
.text-effect span:nth-child(18), 
.text-effect span:nth-child(20), 
.text-effect span:nth-child(22), 
.text-effect span:nth-child(24), 
.text-effect span:nth-child(26), 
.text-effect span:nth-child(28), 
.text-effect span:nth-child(30), 
.text-effect span:nth-child(32){ animation: letters-right 0.7s infinite linear; }
@keyframes letters-left{
    0%, 100%{ transform: rotate(0deg); }
    25%{ transform: rotate(10deg); }
    75%{ transform: rotate(-10deg); }
}
@keyframes letters-right{
    0%, 100%{ transform: rotate(0deg); }
    25%{ transform: rotate(-10deg); }
    75%{ transform: rotate(10deg); }
}
@media only screen and (max-width: 990px){
    .text-effect{ font-size: 40px; }
    .tc-services-st4 .service-card{margin-bottom: 40px;}
      .onload_top_head_modal span {
        font-size: 24px !important;
        top: -2px !important;
      }
    .onload_top_head_modal img {
        max-width: 275px !important;
        width: 100% !important;
        height: 50px !important;
    }
    .onload_top_head_modal{
          margin-left: -9px !important;
    }
     .onload_form_popup_left label {
        font-size: 32px !important;
        line-height: 40px !important;
        margin: 0 0 0 5px !important;
        padding-bottom: 0 !important;
     }
     .onload_offer_valid {
       font-size: 13px !important;
        padding: 3px 0 0px !important;
     }
     .contact-form .single-input-area {
      margin-bottom: 11px !important;
    }
    .onload_tag span {
      font-size: 18px !important;
      line-height: 28px !important;
      padding: 0px 5px 10px !important;
    }
    .onload_form_popup_left span{line-height: 30px !important; font-size: 40px !important;}
    .onload_form_popup_right p{font-size: 14px !important; line-height: 20px !important;}
    .modal-body .contact-form .single-input-area input{font-size: 12px !important; }
    .modal-body form i{padding-left: 0px !important; display:none;}
    .onload_top_head_modal{margin-top: 0;}
    .modal.show .modal-dialog{
        margin: 10px 30px;
    }
}
@media only screen and (max-width: 767px){
    .text-effect{ font-size: 30px; }
}
@media only screen and (max-width: 576px){
    .text-effect{ font-size: 25px; }
}
.pulse {
  animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(0.8); }
  to { transform: scale(1.2); }
}
.swing {
	transform-origin: top center;
	animation: swing 2s ease infinite;
}
@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}
.header-style-one-wrapper .logo img{
  width: 200px;
}
    .my-form-container{
    background-color: #fff;
  font-size: 0;
  padding: 20px 30px;
  position: relative;
}
.my-form-container .form-group textarea{
    min-height: 110px;
}
.my-form-container:before,
.my-form-container:after{
    content: '';
    height: 50%;
    width: 20%;
    border-left: 7px dashed #614CE1;
    border-top: 7px dashed #614CE1;
    opacity: 0.5;
    position: absolute;
    left: 5px;
    top: 5px;
}
.my-form-container:after{
    height: 20%;
    width: 50%;
    transform: rotate(180deg);
    top: auto;
    bottom: 5px;
    left: auto;
    right: 5px;
}
.my-form-container .title{
  color: #333;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 10px;
  text-align: center;
}
.my-form-container .form-horizontal{ font-size: 0; }
.my-form-container .form-horizontal .form-group{ margin: 0 0 18px; }
.my-form-container .form-horizontal .form-group.row{
    width: calc(70% - 15px);
    margin-left: 7px;
    margin-right: 7px;
    display: inline-block;
}
.modal-footer .btn.btn-secondary {
  width: 70px;
  font-size: 14px;
  font-weight: 400;
}
.my-form-container .form-horizontal .form-group.row.code{ width: calc(30% - 15px); }
.my-form-container .form-horizontal .form-group label{
    color: #999;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.my-form-container .form-horizontal .form-control{
color: #333;
  background: #fff;
  letter-spacing: 0.3px;
  height: 45px;
  padding: 6px 15px;
  border-radius: 0;
  border: 1px solid #d0d0d0;
  box-shadow: none;
  z-index: 9999 !important;
  position: relative;
  font-size: 15px;
  font-weight: 400;
}
/*.my-form-container .form-horizontal .form-control:focus{*/
/*    box-shadow: 0 0 10px rgba(186,37,206,0.3);*/
/*    border-bottom: 2px solid #614CE1;*/
/*}*/
.my-form-container .form-horizontal .form-control::placeholder{
    color: #7d7d7d;
    
}
.my-form-container .form-horizontal .form-control textarea{
 height: 100px !important;
}
.my-form-container .form-horizontal .btn{
    color: #fff;
    background: #614CE1;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: auto;
    padding: 10px 15px 10px;
    border-radius: 0;
    transition: all 0.3s ease 0s;
}
.my-form-container .form-horizontal .btn:hover,
.my-form-container .form-horizontal .btn:focus{
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(186,37,206,0.9);
    outline: none;
}
.buy_now_wrap {
  background: #fff;
  border-radius: 3px;
  padding: 0;
  position: relative;
}
.onload_top_head_modal {
  display: block;
  margin-top: 15px;
  margin-left: -12px;
  position: relative;
}

.onload_top_head_modal img {
  max-width: 485px;

  width: 100%;

  height: 90px;

}
.onload_top_head_modal span {display: block;font-size: 35px;line-height: 60px;font-weight: 700;color: #fff;position: absolute;top: 10px;width: 100%;left: 25px;}
.onload_tag {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}
.onload_tag span {
  color: #353535;
  font-size: 27px;
  display: inline-table;
  padding: 20px 10px;
  line-height: 35px;
}
.oval_wrap {
  position: relative;
}
.onload_form_popup_wrap {
  display: block;
  padding: 0px 0 0;
  background-color: #fff;
}
.onload_form_popup_left {
  text-align: center;
  position: relative;
}
.onload_form_popup_left span {
  display: block;
  font-size: 70px;
  font-weight: 700;
  color: #614CE1;
  line-height: 50px;
}
.onload_form_popup_left label {
  border-bottom: 1px solid #454545;
  font-weight: 400;
  line-height: 46px;
  width: 80%;
  margin: 10px auto;
  font-size: 50px;
  color: #614CE1;
  padding-bottom: 20px;
}
.onload_form_popup_right {
  width: 90%;
  margin: 0px auto 0;
}
.onload_form_popup_right p {
  color: #454545;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 30px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.modal-body .contact-form {
  padding: 0;
  box-shadow: none;
  border-radius: 16px;
  width: auto;
  margin: auto;
  background: transparent;
  position: relative;
}
.modal-body .rts-btn.btn-primary {
  background: var(--color-primary-btn);
  border: none;
  height: 50px;
}
.modal-body .contact-form .single-input-area input {
  height: 50px;
  padding: 15px;
  color: var(--color-body);
}
.modal-body form i {
  color: #fff;
  padding-left: 20px;
}
.dont_offer {
  display: block;
  padding: 0 10px;
  text-align: right;
}
.onload_offer_valid {
  color: #454545;
  text-align: center;
  font-size: 20px;
  padding: 0 0 10px;
}



@media only screen and (max-width: 600px) {
    .header-style-one-wrapper .logo img {
      width: 90px;
    }
}