/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}
/*animation*/
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: translateY(-150px) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: translateX(150px) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: translateY(150px) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: translateX(-150px) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes zoomOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-150px);
  }
}

@keyframes zoomOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(150px);
  }
}

@keyframes zoomOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-150px);
  }
}

@keyframes zoomOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(150px);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-150px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

 /* Common reveal styles */
.reveal {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}

.reveal.active {
  opacity: 1;
}

.reveal.zoomInDown.active {
  animation: zoomInDown 1s ease-out forwards;
}

.reveal.zoomInRight.active {
  animation: zoomInRight 1s ease-out forwards;
}

.reveal.zoomInUp.active {
  animation: zoomInUp 1s ease-out forwards;
}

.reveal.flipInX.active {
  animation: flipInX 1s ease-out forwards;
}

.reveal.fadeInLeft.active {
  animation: fadeInLeft 1s ease-out forwards;
}


/* Adding new animation styles */
.reveal.zoomInLeft.active {
  animation: zoomInLeft 1s ease-out forwards;
}

.reveal.zoomOutLeft.active {
  animation: zoomOutLeft 1s ease-out forwards;
}

.reveal.zoomOutRight.active {
  animation: zoomOutRight 1s ease-out forwards;
}

.reveal.zoomOutUp.active {
  animation: zoomOutUp 1s ease-out forwards;
}

.reveal.zoomOutDown.active {
  animation: zoomOutDown 1s ease-out forwards;
}

.reveal.fadeInRight.active {
  animation: fadeInRight 1s ease-out forwards;
}

.reveal.fadeInUp.active {
  animation: fadeInUp 1s ease-out forwards;
}

.reveal.fadeInDown.active {
  animation: fadeInDown 1s ease-out forwards;
}
/*--------commom css------------*/
 {
    color: #2D215F ;  
}
h6.slide-sm-head,a.slider-wait-btn.btn,h6.abt-small-head{
    color: #FE9403 ;  
}
a.camp-icon-bg p{
    background: #FE9403; 
}
h2.slide-main-head,h6.classes-name a, h6.classes-name,p.clss-date,p.clss-duratn,p.clss-price,p.clss-time,p.clss-age-grp,a.camp-icon-bg p,a.clsses-btn.btn,h2.info-main-head,a.info-btn.btn,a.hcon-btn.btn,h6.team-name a,h6.team-name,p.team-inn-txt,a.team-btn,.team-soco-box i,p.fetre-yrs,p.fetre-day,p.fetre-hour,p.fetre-age,p.fetre-week,p.fetre-time,a.evnt-btn.btn,.date-box1 p, .date-box1 span,h3.period-name,p.period-sm-hd,h3.period-time,p.period-txt {
  color: #ffffff;
}

/* --------- SLIDER--------- */
h6.slide-sm-head {
    font-size: 28px;
    font-weight: 700;
    font-family: "Caveat", cursive;
}
h2.slide-main-head {
    font-size: 50px;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 75px;
}
a.slider-wait-btn.btn,a.slider-more-btn.btn {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
    border-radius: unset;
    padding: 16px 65px;
}

a.slider-more-btn.btn{
  color: #ffffff;
}
.slider-box .carousel-caption {
    transform: translateY(-50%);
    top: 57%;
    left: 33%;
    right: 33%;
}
section#slider-banner,.slid-bg-op{
  position: relative;
}
.slid-bg-op:before {
    content: '';
    background: #2D215F;
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider-banner-image img {
    width: 100%;
}
/*----------------services-------------*/
h3.service-title, h3.service-title a {
    font-size: 20px;
    font-family: 'Poppins';
    color: #2D215F;
}
.servc-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 50px 10px;
    margin: auto;
    display: inline-block;
}
.serv-clr-box1{
  background: #D9C826;
}
.serv-clr-box2 {
    background: #375E35;
}
.serv-clr-box3 {
    background: #2D215F;
}
.serv-clr-box4 {
    background: #E3562E;
}
.serv-clr-box5 {
    background: #FE9403;
}
h3.service-title a:hover {
    color: #FE9403;
}
/*----------about------------*/
h6.abt-small-head {
    font-size: 32px;
    font-weight: 600;
}
h2.abt-main-head {
    font-size: 45px;
}
p.abt-para {
    line-height: 35px;
    color: #2D215F;
    opacity:0.5;
}
span.abt-point {
    font-size: 14px;
    color: #56545F;
    font-weight: 500;
}
span.pnt1-colr {
    color: #FE9403;
    font-weight: 600;
}
span.pnt2-colr {
    color: #375E35;
}
span.pnt3-txt2 {
    color: #E32E37;
}
span.pnt4-txt2 {
    color: #E32E9A;
}
ul.abt-list {
    list-style: none;
}
img.img-1-abt {
    border: 12px solid #D9C826;
    border-radius: 50%;
    width: 38%;
}
span.abt-img-shape1,span.abt-img-shape2,.abt-img3{
  position: relative;
}
span.abt-img-shape1:after {
    content: '';
    background: #D9C826;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    position: absolute;
    right: -18px;
    bottom: 90px;
}
span.abt-img-shape2 {
    top: 25px;
    right: -15px;
    width: 60%;
}
img.img-2-abt {
    border: 15px solid #2D215F;
    border-radius: 50%;
    width: 55%;
}
span.abt-img-shape2:after {
    content: '';
    position: absolute;
    background: #2D215F;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    top: 155px;
    right: 28px;
}
img.img-3-abt {
    border: 15px solid #E32E9A;
    border-radius: 50%;
}
.abt-img3:before {
    content: '';
    position: absolute;
    background: #E32E9A;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    left: -15px;
}
.abt-img3 {
    left: 50px;
    top: -55px;
}
section#about,section#latest_news{
  position: relative;
}
section#about:before,section#latest_news:before{
    content: '';
    background-image: url(../images/about/abt-bg1.png);
    background-size: cover;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    height: 26px;
    display: block;
    width: 70%;
    background-repeat: no-repeat;
    margin: auto;
}
section#about:after,section#latest_news:after{
    content: '';
    background-image: url(../images/about/abt-bg2.png);
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 26px;
    display: block;
    width: 70%;
    background-repeat: no-repeat;
    margin: auto;
}
/*---------------classes------------------*/
.clss-color-box1 {
    background: #E3562E;
}
.clss-color-box2 {
    background: #375E35;
}
.clss-color-box3 {
    background: #FE9403;
}
.clss-color-box4 {
    background: #2D215F;
}
.clss-color-box5 {
    background: #D9C826;
}
.clss-color-box6 {
    background: #E32E37;
}
.instruct-info.item img {
    border-radius: 30px 30px 0px 0px;
}
.classes-detail-box {
    border-radius: 0px 0px 30px 30px;
}
h6.classes-name a, h6.classes-name {
    font-weight: 600;
    line-height: 30px;
}
p.clss-date,p.clss-duratn,p.clss-time,p.clss-age-grp {
    font-size: 14px;
    font-weight: 500;
}
p.clss-price {
    font-size: 25px;
    font-weight: 600;
}
.clss-time-box {
    border-top: 5px solid rgba(197, 197, 197, 0.4);
}
h6.classes-name {
    border-bottom: 5px solid rgba(197, 197, 197, 0.4);
}
a.camp-icon-bg p {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins';
    border-radius: 5px;
}
.clss-diff-box3 .cls-tag {
    display: block;
    position: absolute;
    left: 45px;
    top: 10px;
}
.tm-inn-detail {
    position: relative;
}
.cls-tag {
    display: none;
}
a.clsses-btn.btn,a.info-btn.btn {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 70px;
    border-radius: 5px;
}
/*---info--------------*/
h2.info-main-head {
    font-size: 45px;
}
p.info-para {
    color: #DADADC;
    line-height: 35px;
}
a.info-btn.btn{
     padding: 18px 55px;
}
/*-------contact-section----*/
h2.cont-sec-form-hd {
    font-size: 35px;
    color: #E32E9A;
}
p.hcon-para,p.fetre-inn-txt,p.evnt-inn-txt {
    line-height: 35px;
}
a.hcon-btn.btn {
    font-weight: 500;
    background: #E32E9A;
    border-radius: 5px;
    padding: 18px 70px;
}
a.hcon-btn.btn:hover {
    background: #ffffff;
    color: #E32E9A;
    border: 3px solid #E32E9A;
}
.conth-box-detail {
    width: 900px;
}
.border-bx-hcon {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
}
.conthom-bg {
    position: relative;
}
/*--------------------gallery--------*/
a.galry-srch {
    position: relative;
    top: 40%;
    color: #ffffff;
    font-size: 20px;
}
.gallery-img-info {
    position: relative;
}
.gallery-srch-box {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    background: rgba(227, 46, 154, 0.5);
    bottom: 8px;
    display: none;
}
.glry-effct:hover img.galr-left-img {
    border: 1px solid #E32E9A;
    width: 100%;
}
.glry-effct:hover .gallery-srch-box{
  display: block;
}
/*------------teacher--------------*/
h6.team-name a,h6.team-name {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Inter';
}
.techr-box-inn.team-clr-box1 .team-detail-box {
    background: #E3562E;
}
.techr-box-inn.team-clr-box2 .team-detail-box{
    background: #375E35;
}
.techr-box-inn.team-clr-box3 .team-detail-box{
    background: #2D215F;
}
.techr-box-inn.team-clr-box4 .team-detail-box{
    background: #FE9403;
}
p.team-desig {
    color: #BABABC;
    font-size: 14px;
}
p.team-inn-txt {
    font-size: 14px;
    line-height: 28px;
}
a.team-btn{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter';
    text-decoration: underline;
    width: 60%;
    margin: auto;
    justify-content: center;
    align-items: center;
    line-height: 35px;
}
.techr-info.item img {
    width: 100%;
}
.techr-box-inn.team-clr-box2,.techr-box-inn.team-clr-box4 {
    margin-left: 25px;
}
.techr-box-inn.team-clr-box1,.techr-box-inn.team-clr-box3 {
    margin-right: 25px;
}
/* Add this CSS to make the parent container a flex container */
.row.equal-height-row {
    display: flex;
}
/* Add this CSS to make each offer-box a flex item with equal height */
.row.equal-height-row .rew-box{
    display: flex;
    flex-direction: column;
}
.row.equal-height-row .review-data{
    flex: 1;
    align-content: center;
    display: inline-grid;
}
/*-----------testimonial-------------*/
.star-rating .star {
  font-size: 30px;
  cursor: pointer;
  color: #FE9403;
}
.star-rating .star:hover {
  color: #000000;
}
p.testi-small-hd {
    color: #767576;
}
img.testi-left-img {
    border-radius: 30px;
}
p.test-inn-txt {
    line-height: 35px;
}
h3.testimonial-title a,h3.testimonial-title {
    font-size: 24px;
    color: #56545F;
}
i.test-quote-icon {
    color: #FE9403;
    font-size: 55px;
}
.testimonial-data:hover {
    border: 18px solid #2D215F;
    border-radius: 30px;
    border-top: none;
    border-left: none;
    border-right: 12px solid #2D215F;
}
.testimonial-data:hover i.test-quote-icon {
    color: #2D215F;
}
/*timetable*/
/*dd*/
.cat-dropdown-menu {
  display: none;
    position: absolute;
    background-color: #fafbff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 999;
    left: 0;
    right: 0;
    width: 80%;
    border-radius: 0px 0px 7px 7px;
    margin: auto;
    text-align: left;  
}
.head_category {
    position: relative;
}
/* Style the dropdown button */
.cat-dropdown-toggle {
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    border: none;
    font-family: 'Poppins';
    background: #E3562E;
    padding: 18px;
    border-radius: 5px;
}
a#dropdownMenuLink-cat i {
    color: #B5995A;
}
a#dropdownMenuLink-cat:hover,a#dropdownMenuLink-cat:focus {
    color: #2D215F;
}
a#dropdownMenuLink-cat:after {
    content: '\f078';
    color: #fff;
    font-family: fontawesome;
    font-weight: 100;
    font-size: 15px;
    margin-left: 140px;
}
/* Style the bars icon inside the button */
.cat-bars {
  margin-left: 5px;
}
.cat-dropdown-menu.show {
  display: block;
}
.cat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
li.cat-inn:after {
    content: '\f105';
    position: absolute;
    right: 30px;
    font-family: fontawesome;
    color: #AEAEAE;
}
li.cat-inn a {
    color: #333E48;
}
.cat-inn {
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 14px;
  font-weight: 400;
  color: #333E48;
  text-transform: capitalize;
}
td.timetb-box1 {
    background: #FE9403;
}
td.timetb-box2 {
    background: #D9C826;
}
td.timetb-box3 {
    background: #375E35;
}
td.timetb-box4 {
    background: #E32E9A;
}
td.timetb-box5 {
    background: #E32E37;
}
td.timetb-box6 {
    background: #2D215F;
}
h3.period-name {
    font-size: 18px;
    font-weight: 700;
}
p.period-sm-hd {
    font-size: 14px;
}
h3.period-time {
    font-size: 24px;
}
p.period-txt {
    font-size: 13px;
    line-height: 21px;
}
h6.timetb-days-head {
    color: #56545F;
    font-weight: 400;
}
.timetb-info table, .timetb-info th {
    border: none;
}
 .timetb-info td{
    border: 5px solid #ffffff;
 }
 .timetb-info table {
    width: 100%;
    border-collapse: collapse;
 }
/* responsiv teble*/

/*-----feature-program------------*/
h6.fetren-title a {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Inter';
}
.fetre-color-box1 h6.fetren-title a,.fetre-color-box4 h6.fetren-title a,.fetre-color-box7 h6.fetren-title a{
    color: #E3562E;
}
.fetre-color-box2 h6.fetren-title a,.fetre-color-box5 h6.fetren-title a,.fetre-color-box8 h6.fetren-title a{
    color: #2D215F;
}
.fetre-color-box3 h6.fetren-title a,.fetre-color-box6 h6.fetren-title a,.fetre-color-box9 h6.fetren-title a{
    color: #E32E37;
}
p.fetre-yrs,p.fetre-day,p.fetre-hour {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Inter';
}
p.fetre-age,p.fetre-week,p.fetre-time {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter';
}
.fetre-color-box1 .fetr-schedule-box,.fetre-color-box4 .fetr-schedule-box,.fetre-color-box7 .fetr-schedule-box {
    background: #E3562E;
}
.fetre-color-box2 .fetr-schedule-box,.fetre-color-box5 .fetr-schedule-box,.fetre-color-box8 .fetr-schedule-box{
    background: #2D215F;
}
.fetre-color-box3 .fetr-schedule-box,.fetre-color-box6 .fetr-schedule-box,.fetre-color-box9 .fetr-schedule-box{
    background: #E32E37;
}
.fetr-schedule-box,.fetre-img img{
    border-radius: 30px;
}
.age-grpf,.week-grpf {
    border-right: 1px dashed #ffffff;
}
.fetre-color-box1:hover .fetre-img img,.fetre-color-box4:hover .fetre-img img,.fetre-color-box7:hover .fetre-img img {
    border: 3px solid #E3562E;
    border-radius: 30px;
}
.fetre-color-box2:hover .fetre-img img,.fetre-color-box5:hover .fetre-img img,.fetre-color-box8:hover .fetre-img img {
    border: 3px solid #2D215F;
    border-radius: 30px;
}
.fetre-color-box3:hover .fetre-img img,.fetre-color-box6:hover .fetre-img img,.fetre-color-box9:hover .fetre-img img {
    border: 3px solid #E32E37;
    border-radius: 30px;
}
section#feature_program button.owl-dot,section#latest_news button.owl-dot{
    background: #BABABC;
    margin: 0px 4px;
    width: 30px;
    height: 10px;
    border: none;
    border-radius: 10px;
}
section#feature_program .owl-dots,section#latest_news .owl-dots{
    text-align: center;
    margin-top: 20px;
}
section#feature_program button.owl-dot.active,section#latest_news button.owl-dot.active{
    background: #56545F;
}
/*--------------upcoming event-----------*/
h6.evntn-title a {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Inter';
}
.evnt-color-box1 h6.evntn-title a {
    color: #375E35;
}
.evnt-color-box2 h6.evntn-title a{
    color: #FE9403;
}
.evnt-color-box3 h6.evntn-title a{
    color: #E32E9A;
}
p.evnt-scedul {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Poppins';
}
.evnt-color-box1 p.evnt-scedul{
    color: #FE9403;
}
.evnt-color-box2 p.evnt-scedul{
    color: #E32E37;
}
.evnt-color-box3 p.evnt-scedul{
    color: #2D215F;
}
.evnt-color-box1 span.evnt-date {
    border-right: 1px solid #FE9403;
}
.evnt-color-box2 span.evnt-date {
    border-right: 1px solid #E32E37;
}
.evnt-color-box3 span.evnt-date {
    border-right: 1px solid #2D215F;
}
a.evnt-btn.btn {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Inter';
    border-radius: 10px;
    padding: 12px 70px;
}
.evnt-color-box1 a.evnt-btn.btn {
    background: #375E35;
}
.evnt-color-box2 a.evnt-btn.btn{
    background: #FE9403;
}
.evnt-color-box3 a.evnt-btn.btn{
    background: #E32E9A;
}
.evnt-color-box1 a.evnt-btn.btn:hover{
    background: #ffffff;
    color:#375E35;
    border: 3px solid #375E35;
}
.evnt-color-box2 a.evnt-btn.btn:hover{
    background: #ffffff;
    color:#FE9403;
    border: 3px solid #FE9403;
}
.evnt-color-box3 a.evnt-btn.btn:hover{
    background: #ffffff;
    color:#E32E9A;
    border: 3px solid #E32E9A;
}
.evnt-box {
    border-radius: 0px 0px 30px 30px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.evnt-box.evnt-color-box1 {  
    border-bottom: 3px solid #375E35;
}
.evnt-box.evnt-color-box2 {
      border-bottom: 3px solid #FE9403;
}
.evnt-box.evnt-color-box3 {
       border-bottom: 3px solid #E32E9A;
}
p.evnt-inn-txt{
    font-size: 14px;
}
/*---------blog----------*/
.news-img img {
    border-radius: 30px;
}
h3.news-inner-head a {
    font-size: 35px;
    color: #56545F;
}
p.latest-content {
    color: #9C9C9E;
    line-height: 35px;
    font-size: 14px;
}
a.latesredmore {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Inter';
    color: #56545F;
}
.date-box1 p, .date-box1 span {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Inter';
    line-height: 29px;
}
.blog-color-box1,.blog-color-box3,.blog-color-box5 {
    background: #D9C826;
}
.blog-color-box2,.blog-color-box4,.blog-color-box6 {
    background: #E32E37;
}
.date-box1 {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
    display: inline-block;
    width: 125px;
    height: 125px;
    padding: 35px 10px;
}
.news-img {
    position: relative;
}
.blog-info-box:hover h3.news-inner-head a,.blog-info-box:hover a.latesredmore,a.latesredmore:hover,h3.news-inner-head a:hover{
    color: #FE9403;
}
/*-----buttons-----------*/
.custom-btn { 
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
.custom-btn {
  border: none !important;
  transition: all 0.3s ease;
  overflow: hidden;
}
.custom-btn:hover {
  background: transparent;
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  
}
.btn-9:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background-color: #FE9403;
background-image: linear-gradient(315deg, #FE9403 0%, #FE9403 74%);
  transition: all 0.3s ease;
}
.btn-9:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}
.btn-1:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background-color: #E32E37;
background-image: linear-gradient(315deg, #E32E37 0%, #E32E37 74%);
  transition: all 0.3s ease;
}
.btn-1:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}
.btn-2:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background-color: #ffffff;
background-image: linear-gradient(315deg, #ffffff 0%, #ffffff 74%);
  transition: all 0.3s ease;
}
.btn-2:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}
.btn-3:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background-color: #2D215F;
background-image: linear-gradient(315deg, #2D215F 0%, #2D215F 74%);
  transition: all 0.3s ease;
}
.btn-3:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}
.click-btn {
  display: flex;  
  transition: all 0.35s;
  box-sizing: border-box;
  
}

/*.buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
}*/
.btn-style701 {
    position: relative;
    border: none;
    color: #dd6395;
}
.btn-style701 span {
    width: 100%;
    display: block;
    position: relative;
}
 .btn-style701::before, .btn-style701::after, .btn-style701 span::before, .btn-style701 span::after {
    width: 8px;
    height: 8px;
    position: absolute;
    transition: all 0.5s;
    border: 3px solid #dd6395;
    opacity: 0;
    content: "";
}
  .btn-style701::before {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
    transform: translate(-50%, -50%);
}
 .btn-style701::after {
    bottom: 0;
    left: 0;
    border-right: none;
    border-top: none;
    transform: translate(-50%, 50%);
}
 .btn-style701 span::before {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
    transform: translate(50%, -50%);
}
 .btn-style701 span::after {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
    transform: translate(50%, 50%);
}
.btn-style701:hover {
    font-size: 16.5px;
    color: #000000;
}  
.btn-style701:hover::before, .btn-style701:hover::after, .btn-style701:hover span::before, .btn-style701:hover span::after {
    opacity: 1;
    border-color: #000000;
    transform: translate(0%, 0%);
}
a.latesredmore:hover{
    font-size: 20px;
    width: 20%;
    text-align: center;
}
