
.hero-bg-1 {
    background-image: url(../images/slider/1.png);
}
.hero-bg-2 {
    background-image: url(../images/slider/2.png);
}
.hero-bg-3 {
    background-image: url(../images/slider/3.png);
}
.hero-slider-item{
    padding: 0px;
}
.course-info{
    height:240px;
}
.wh-api {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.wh-fixed {
    margin-left: 15px;
    margin-bottom: 15px;
}
.wh-fixed>a {
    display: block;
    text-decoration: none;
}
button.wh-ap-btn {
    outline: none;
    width: 60px;
    height: 60px;
    border: 0;
    background-color: #2ecc71;
    padding: 0;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    cursor: pointer;
    transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
    /* animation: bounce 3s infinite alternate; */
}
button.wh-ap-btn::before {
    content: 'Whatsapp';
    display: block;
    position: absolute;
    margin-left: 70px;
    margin-top: 16px;
    height: 25px;
    background-color: #333;
    color: #fff;
    border-radius: 3px;
    width: 0;
    opacity: 0;
    padding: 0;
    transition: opacity 0.4s, width 0.4s, padding 0.5s;
    padding-top: 7px;
}
button.wh-ap-btn::after {
    content: '';
    background-image: url(../images/whatsapp.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 48%;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
}
.btn-sm{
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
}
.bg-flamingo{
    background-color: #260944;
}
.course-card.style2 .course-img img{
    height:220px;
    width:100%;
}
@media only screen and (max-width: 991px){
    .about-wrap.style2 .about-img, .about-wrap.style3 .about-img{
        height:250px;
    }
}
.invalid-feedback{
    color: #EA4D4D !important;
    margin-top: .25rem !important;
    font-size: .875em !important;
}
/***
====================================================================
30.	Testimonials Section
====================================================================

***/
.testimonials-section {
  position: relative;
  padding: 120px 0px;
  /* background: #ffffff url(../img/new/pattern-2.png) left top repeat; */
  background:#f8f8f8;
  overflow: hidden;
}
.testimonials-page {
  padding-bottom: 90px;
}
.testimonials-section .sec-title {
  margin-bottom: 40px;
}
.testimonials-section .carousel-box {
  position: relative;
  margin: 0px 0px;
}
.testimonials-section .carousel-box .owl-stage-outer {
  overflow: visible;
}
.testi-block {
  position: relative;
  margin-bottom: 30px;
}
.owl-theme .testi-block {
  margin: 0;
}
.testi-block .inner {
  position: relative;
  display: block;
  padding: 60px 60px 50px;
  background: #ffffff;
  border-radius: 7px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
  transition: all 500ms ease;
}
.testi-block:hover .inner {
  background-color: #EB5C24;
}
.testimonials-page .testi-block .inner {
  -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.owl-theme .testi-block .inner {
  margin: 7px 0px;
}
.testi-block .icon {
  position: absolute;
  right: 50px;
  top: 60px;
  font-weight: 700;
  font-size: 100px;
  line-height: 1em;
  color: #EB5C24;
  transition: all 500ms ease;
}
.testi-block:hover .icon {
  color: #222429;
}
.testi-block .info {
  position: relative;
  padding-left: 100px;
  padding-top: 16px;
  min-height: 70px;
  margin-bottom: 35px;
}
.testi-block .info .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.testi-block .info .image img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 7px;
  transition: all 500ms ease;
}
.testi-block:hover .info .image img {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
.testi-block .info .name {
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #222429;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "Open Sans", sans-serif;
}
.testi-block .info .designation {
  display: block;
  font-size: 14px;
  color: #EB5C24;
  line-height: 1.2em;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.05em;
  transition: all 500ms ease;
}
.testi-block:hover .info .designation {
  color: #222429;
}
.testi-block .text {
  position: relative;
  display: block;
  color: #686a6f;
  transition: all 500ms ease;
  padding: 0px 0px;
}
.testi-block:hover .text {
  color: #222429;
}
.testimonials-section .owl-theme .owl-nav {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  display: none;
}
.testimonials-section .owl-theme .owl-dots {
  position: absolute;
  top: -70px;
  width: 1170px;
  left: 50%;
  margin-left: -585px;
  text-align: right;
}
.testimonials-section .owl-theme .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 0px 6px;
}
.testimonials-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background: #d3d3d4;
  border: 2px solid #d3d3d4;
  border-radius: 50%;
}
.testimonials-section .owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
  border-color: #EB5C24;
}
.testimonials-section .testi-block .vid-link {
  position: absolute;
  right: -65px;
  bottom: 4px;
  width: 84px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 3;
}
.testimonials-section .testi-block .vid-link .icon {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  background: #FF0000;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.testimonials-section .testi-block .vid-link a:hover .icon {
  background: #222429;
  color: #ffffff;
}
.testimonials-section .testi-block .vid-link .icon:before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  /* border: 1px solid rgba(0, 0, 0, 0.3); */
  border-radius: 50%;
}
.testimonials-section .testi-block .vid-link .ripple,
.testimonials-section .testi-block .vid-link .ripple:before,
.testimonials-section .testi-block .vid-link .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.testimonials-section .testi-block .vid-link .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.flaticon-play-button-1:before {
    content: "\f179";
}
.contact_btn i{
  margin-right: 5px;
}