@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Quicksand&display=swap");
@import url("https://fonts.googleapis.com/css?family=Dosis&display=swap");
@import url("https://fonts.googleapis.com/css?family=Nunito&display=swap");

.body {
  font-family: "Nunito", sans-serif !important;
}
.nav-link {
  padding: 20px 15px !important;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  display: block;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  border-top: 3px solid transparent;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 0px 0px #b2a98f;
}
.nav-link:hover {
  font-size: 14px;
}

.cover-title {
  opacity: 5;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  color: #ffffff;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s 600ms ease-in-out;
  transition: all 0.4s 600ms ease-in-out;
}
.cover-xl-text {
  font-size: 40px;
  font-weight: 900;
  font-family: "Quicksand", sans-serif;
  background-image: linear-gradient(to right, #f1f1f2, #1995ad);
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
  text-shadow: 0px 15px 5px rgba(0, 0, 0, 0.1),
    10px 20px 5px rgba(0, 0, 0, 0.05), -10px 20px 5px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s 600ms ease-in-out;
  transition: all 0.4s 600ms ease-in-out;
}

.box-shadow {
  box-shadow: 50px 40px 115px rgba(0, 0, 0, 0.1);
}

.form-control-sm-2 {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3em;
  padding: 0.8em 0.5em;
  width: 65%;
  border: solid 2px #e67e22;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.btn-sm-2 {
  font-weight: 500;
  width: 30%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem auto;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: solid 2px #e67e22;
  background-color: #e67e22;
  color: white;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
}
.btn-sm-2:hover {
  background-color: white;
  color: #e67e22;
  border-left: solid 1px rgb(255, 255, 255);
}
.bg-massage-box {
  background-image: url("../../images/bg-newsletter-back.png");
  background-color: rgba(209, 209, 209, 0.81);
}

/*  ----------------------------------------------------
6 speakers
-------------------------------------------------------- */
.speaker_box {
  position: relative;
  overflow: hidden;
}
.speaker_box .speaker_img {
  position: relative;
  overflow: hidden;
}
.speaker_box .speaker_img img {
  width: 100%;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.speaker_box .speaker_img .info_box {
  position: absolute;
  bottom: 25px;
  background-color: #ffffffd2;
  padding: 20px 30px 0px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  border-radius: 50px 0px 50px 50px;
}
.speaker_box .speaker_img .info_box .name {
  color: #297fb9e5;
  font-size: 16px;
  /* margin-bottom: 0; */
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.speaker_box .speaker_img .info_box .position {
  font-size: 12px;
  color: #ca5d04;
  text-transform: capitalize;
}
.speaker_box .speaker_social {
  padding: 50px;
}
.speaker_box .speaker_social ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.speaker_box .speaker_social ul li {
  display: inline-block;
  margin-left: 4px;
}
.speaker_box .speaker_social ul li a {
  display: block;
  border-radius: 50px;
  padding: 7px 0;
  font-size: 24px;
  color: #f50136;
  width: 40px;
  height: 40px;
  text-align: center;
}
.speaker_box .speaker_social ul li a:hover {
  color: #ffffff;
  background-color: #f50136;
}
.speaker_box:hover .speaker_img img {
  width: 100%;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.speaker_box:hover .speaker_img .info_box {
  background-color: #2980b9;
  border-radius: 50px 50px 50px 0px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.speaker_box:hover .speaker_img .info_box .name {
  color: #ffffff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.speaker_box:hover .speaker_img .info_box .position {
  color: #ffffff;
}
.section_title {
  position: relative;
  margin-bottom: 15px;
}
.section_title .title {
  text-transform: uppercase;
  /* padding: 10px 35px 5px; */
  font-size: 36px;
  font-family: "Nunito", sans-serif;
  left: auto;
  right: auto;
  text-align: center !important;
}

.section_title .title:before {
  width: 30px;
  content: url("../../images/untitled.svg");
  position: absolute;
  left: auto;
  right: auto;
  top: 20px;
  text-align: center !important;
}
.head-title {
  text-transform: uppercase;
  padding: 10px 35px 5px;
  font-size: 36px;
  font-family: "Nunito", sans-serif;
}
.title-text {
  /*font-size: 28px;*/
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.title-text:after,
.title-text:before {
  content: "";
  position: absolute;
  bottom: 0;
}

.title-text:after {
  height: 2px;
  background-color: #80008075;
  left: 25%;
  right: 25%;
  border-radius: 5px;
}

.title-text:before {
  width: 50px;
  height: 5px;
  /*border: 1px solid #fff;*/
  background-color: rgb(211, 69, 3);
  left: 50%;
  transform: translatex(-50%);
  bottom: -0.16rem;
  z-index: 9;
  border-radius: 10px;
}
.head-icon {
  color: #4d85bd;
}
.clients-img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.clients-img:hover {
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
.info_box {
  bottom: -12px;
  background-image: linear-gradient(
    to right,
    rgba(219, 219, 219, 0.109),
    #d8d8d8d2,
    #d8d8d8d2,
    #d8d8d8d2,
    rgba(219, 219, 219, 0.109)
  );
  padding: 10px 30px 10px 30px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.info_box .name {
  color: #297fb9e5;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.info_box .position {
  font-size: 13px;
  color: #ca5d04;
}

.bg-about {
  background: url("../../images/bg-about.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-vision {
  background: url("../../images/bg-vision.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-testimonial {
  background: url("../../images/bg-newsletter.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-newsletter {
  background: url("../../images/bg-newsletter.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-conf {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-col-conf {
  background-blend-mode: screen;
  background-image: url("../../images/bg-newsletter-back.png");
  background-color: #ffffff;
}
.conf-step {
  padding: 15px 0px 5px 0px !important;
  background-blend-mode: screen;
  background-image: url("../../images/bg-newsletter-back.png");
  background-color: rgb(2, 95, 102);
}
.conf-separline {
  color: rgb(255, 255, 255) !important;
}
.text-step {
  color: rgb(255, 255, 255) !important;
}
.text-gray {
  color: rgba(32, 32, 32, 0.918) !important;
}
.bg-register {
  background: url("../../images/back_reg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-gallery {
  background: url("../../images/back_reg.svg"),
    url("../../images/bg-newsletter-back.png");
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon_box_one {
  padding: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.icon_box_one .card-body h5 {
  font-size: 1.25rem !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* .icon_box_one .card-body a {
  color: #ffffff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 8px 20px;
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; 
} */
.icon_box_one .card-body p {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.icon_box_one:hover {
  -webkit-box-shadow: 0 10px 32px rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.25);
  /* background: linear-gradient(to top,rgb(3, 3, 3),  #4D85BD); */
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.icon_box_one:hover img {
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.icon_box_one:hover .card-body h5 {
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.icon_box_one:hover .card-body p {
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* .icon_box_one a:hover {
  color: rgb(0, 0, 0);
  background: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 8px 6px -6px black;
} */

.btn-round {
  border-radius: 70px 70px 70px 0px !important;
  font-size: 0.9rem !important;
  padding-top: 5px !important;
  padding-bottom: 3px !important;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  box-shadow: 0 8px 6px -6px black;
}
.bg-count {
  background: url("../../images/back_counter.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-highlight {
  background: url("../../images/audience1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.user_name {
  margin: 0 auto 0 auto !important;
  padding: 5px 0 0 0 !important;
  color: #4d85bd;
  font-size: 20px !important;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase !important;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.user_desk {
  margin: 0 auto 0 auto !important;
  font-size: 13px !important;
  color: rgb(255, 106, 0);
  text-transform: capitalize !important;
  /* background: #F1F1F2 !important; */
  padding: 2px 0px 5px 0px;
}
.text-shiksha {
  color: #ff6600 !important;
}
.bg-shiksha {
  background: rgb(255, 123, 0) !important;
}
.btn-shiksha {
  color: rgb(255, 255, 255);
  background-color: #ff6600;
  border-color: #ff6600;
}
.btn-shiksha:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(143, 57, 0);
  border-color: rgb(143, 57, 0);
}
.btn-shiksha.focus,
.btn-shiksha:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 88, 3, 0.5);
}
.style_prevu_kit {
  display: inline-block;
  margin: 10px 0;
  border: 0;
  position: relative;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
.style_prevu_kit:hover {
  box-shadow: 0px 0px 50px #000000;
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(2.1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(2.1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(2.1);
  transition: all 200ms ease-in;
  transform: scale(2.1);
}
.text-highlight {
  color: rgb(134, 134, 134) !important;
}
.border-radius {
  border-radius: 50px 50px 50px 0px !important;
}

section.our-team {
  margin-bottom: 50px;
}

section.our-team .team-text {
  margin-bottom: 75px;
}

section.our-team .team-text h2 {
  color: #455a64;
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  width: -moz-fit-content;
  padding-bottom: 25px;
}

section.our-team .team-text h2::before {
  background: #455a64 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 65px;
  position: absolute;
  width: 75px;
}

section.our-team .team-text p {
  color: #bec9cf;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 auto;
  padding-top: 10px;
  width: -moz-fit-content;
}

section.our-team .my-claint {
  height: 350px;
  position: relative;
}

section.our-team .my-claint .item {
  text-align: center;
}

section.our-team .my-claint .item img {
  width: 155px;
  margin: 0 auto;
  opacity: 0.3;
}

section.our-team .my-claint .item .item-text {
  opacity: 0;
}

section.our-team .my-claint .item .item-text h3 {
  color: #455a64;
  font-family: "Raleway", sans-serif;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 30px;
}

section.our-team .my-claint .item .item-text h4 {
  color: #455a64;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 32px;
}

section.our-team .my-claint .item .item-text i {
  color: #cfd8dc;
  font-size: 20px;
  padding: 0 17px;
}

section.our-team .my-claint .owl-item.active.center .item img {
  width: 200px;
  opacity: 1;
}

section.our-team .my-claint .owl-item.active.center .item > .item-text {
  opacity: 1;
}

section.our-team .owl-prev,
section.our-team .owl-next {
  position: absolute;
  top: 35px;
  background: #fff;
}

section.our-team .owl-prev {
  left: 0;
}

section.our-team .owl-next {
  right: 0;
}

section.our-team .owl-prev i,
section.our-team .owl-next i {
  font-size: 60px;
  color: #cfd8dc;
  background: transparent;
}

section.our-team .owl-prev,
section.our-team .owl-next {
  background: transparent;
}

section.our-team .owl-prev:hover,
section.our-team .owl-next:hover {
  background: transparent;
}

section.our-team .owl-dots {
  display: none;
}

@media (max-width: 575.98px) {
  .cover-title {
    font-size: 20px;
    line-height: 26px;
  }
  .cover-xl-text {
    font-size: 25px;
    line-height: 32px;
  }
  .section_title {
    position: relative;
    margin-bottom: 15px;
  }
  .section_title .title {
    text-transform: uppercase;
    padding: 10px 35px 5px;
    font-size: 26px;
    font-family: "Nunito", sans-serif;
  }
  .section_title .title:before {
    width: 20px;
    content: url("../../images/untitled.svg");
    position: absolute;
    /* left: auto; */
    /* right: auto; */
    top: 22px;
    /* text-align:center!important; */
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .cover-title {
    font-size: 23px;
    line-height: 26px;
  }
  .cover-xl-text {
    font-size: 30px;
    line-height: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cover-xl-text {
    font-size: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .cover-xl-text {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .cover-xl-text {
    font-size: 40px;
  }
}

/* Footer CCS */

.list-link {
  background: transparent !important;
  padding: 0.2rem !important;
  border: none !important;
  color: rgb(48, 48, 48);
}
.list-link:hover {
  background: transparent !important;
  border: none !important;
  color: #d35400;
}

.double-border {
  background-blend-mode: screen;
  background-image: url("../../images/bg-newsletter-back.png");
  background-color: rgba(73, 73, 73, 0.699);
  border: 2px solid rgb(145, 145, 145);
  padding: 0.8em;
  position: relative;
  margin: 0 auto;
  margin-top: 2em;
}
.double-border:before {
  background: none;
  border: 2px solid rgb(194, 194, 194);
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  pointer-events: none;
}

.back_speaker {
  background-blend-mode: overlay;
  background-image: url("../Images/back_speaker.png"),
    linear-gradient(to bottom, #ebebeb57, #ebebeb57);
  background-attachment: fixed;
  background-size: cover;
}
.speaker_box {
  position: relative;
  overflow: hidden;
  margin: 5px 0;
}
.speaker_box .speaker_img {
  position: relative;
  overflow: hidden;
  border-top: double rgb(154, 155, 154) 5px;
  border-bottom: double rgb(154, 155, 154) 5px;
  border-top-left-radius: 30px;
  box-shadow: 0 8px 6px -6px black;
}
.speaker_box .speaker_img img {
  width: 100%;
  image-resolution: 400dpi;
}
.speaker_box .speaker_img .info_box {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 30px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.speaker_box .speaker_info {
  background: #ffffff;
  text-align: center;
  padding: 15px;
  top: 1px;
  left: 50px;
}
.speaker_box .speaker_info .name {
  color: #4d85bd;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase !important;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.speaker_box .speaker_info .position {
  font-size: 13px;
  margin-top: 5px;
  color: rgb(255, 106, 0);
  text-transform: capitalize;
}
.speaker_box .speaker_social {
  padding: 50px;
}
.speaker_box .speaker_social ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.speaker_box .speaker_social ul li {
  display: inline-block;
  margin-left: 4px;
}
.speaker_box .speaker_social ul li a {
  border: solid 1px #f50136;
  display: block;
  border-radius: 50px;
  padding: 7px 0;
  font-size: 24px;
  color: #f50136;
  width: 40px;
  height: 40px;
  text-align: center;
}
.speaker_box .speaker_social ul li a:hover {
  color: #ffffff;
  background-color: #f50136;
}
.speaker_box:hover .speaker_img img {
  width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.speaker_box:hover .speaker_img .info_box {
  background-color: #ffffff;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.speaker_box:hover .speaker_img .info_box .name {
  color: #ffffff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.speaker_box:hover .speaker_img .info_box .position {
  color: #ffffff;
}

.middle {
  top: 40%;
  transform: translateY(-50%);
  position: absolute;
}

.wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  padding: 50px;
}

.membre {
  box-shadow: 0px 2px 6px 0px #ccc;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
}
.membre .info {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 0px 0px 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all 0.5s ease-in;
}
.membre .name {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.membre .job {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.membre .text {
  margin: 15px 10px 15px 0px;
  font-size: 14px;
  color: #fff;
}
.membre .overly {
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0;
  position: absolute;
  width: 100%;
  display: block;
  transition: all 0.5s ease-in;
}
.membre .top {
  top: -100%;
  left: 0;
}
.membre .bottom {
  bottom: -100%;
  left: 0;
  height: 100%;
}
.membre .left {
  top: 0;
  right: -100%;
  height: 100%;
}
.membre .social-icones {
  display: inline-flex;
  position: relative;
}
.membre .social-icones .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  display: block;
  text-align: center;
  margin-right: 5px;
  color: #000;
}
.membre .to-top {
  bottom: 0;
  transition: all 0.5s ease-in;
}

.membre img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
/* .membre:hover .overly {
  height: 100%;
  padding: 10px 10px;
}
.membre:hover .info {
  position: absolute;
  bottom: -80px;
  padding: 0;
  transition: all 0.5s ease-in;
}
.membre:hover .top {
  top: 0;
  bottom: 0px;
}
.membre:hover .bottom {
  bottom: 0;
}
.membre:hover .left {
  right: 0;
}
.membre:hover .to-top {
  bottom: 100% !important;
  transition: all 0.5s ease-in;
} */

@media screen and (max-width: 868px) {
  .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .wrapper {
    grid-template-columns: 1fr;
  }
}
.sst_background {
  background-image:
    url('../../images/tour.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}
.bg-triangle-left {
  background-image:
    url('../../images/triangle-left.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-triangle-right {
  background-image:
    url('../../images/triangle-right.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sst_test_heading {
  /* font-family: 'Righteous', cursive; */
  font-weight: 800;
  line-height: 48px;
  text-align: right;
  /* text-transform: uppercase; */
}

.gray-style{
  background: transparent !important;
  /*border-radius:50% !important;
  */filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /*-webkit-border-radius:50% !important;
  -moz-border-radius:50% !important;
  -ms-border-radius:50% !important;
  -o-border-radius:50% !important;
   */
}

/* CAROUSEL STARTS */
.feedback-slider-item {
  position: relative;
  padding: 60px;
  margin-top: -40px;
  
}

.customer-name {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  color:#bec9cf;
}

.feedback-slider-item p {
  line-height: 1.675;
  color:#bec9cf;
  text-align: justify;
  text-justify: inter-word;
  font-size: 1.08rem;
}


.thumb-prev .customer-rating {
  top: -20px;
  left: 0;
  right: auto;
}

.thumb-next .customer-rating {
  top: -20px;
  right: 0;
}

.customer-rating i {
  color: rgb(251, 90, 13);
  position: absolute;
  top: 10px;
  right: 5px;
  font-weight: 600;
  font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  top: 103px;
  background-image: url("../../images/bg-newsletter-back.png");
  background-color: rgb(2, 95, 102);
  border: 1px solid rgba(251, 90, 13, 0.1);
  border-radius: 10px;
  z-index: -1;
  
}

.thumb-prev,
.thumb-next {
  position: absolute;
  z-index: 99;
  top: 10%;
  width: 60px;
  height: 60px;
  left: -26px;
  cursor: pointer;
  transition: all 0.3s;
  filter: grayscale(80%);
  -webkit-filter: grayscale(80%);
}

.thumb-next {
  left: auto;
  right: -25px;
}

.feedback-slider-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 1px red dotted;
  /*border-radius: 50%;*/
}

.feedback-slider-thumb:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  bottom: 45px;
  transition: all 0.2s ease-in;
}

/* .customer-feedback .owl-nav i {
  background-color: transparent;
  color: rgb(251, 90, 13);
  font-size: 25px;
} */

.customer-feedback .owl-prev {
  left: -15px;
}

.customer-feedback .owl-prev:hover {
  left: -20px;
}

.customer-feedback .owl-next {
  right: -15px;
}

.customer-feedback .owl-next:hover {
  right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
  color:#000;
}

.customer-feedback .owl-dot {
  display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid rgb(251, 90, 13);
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 200ms ease;
  border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
  background-color: rgb(251, 90, 13);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
  .feedback-slider-item:after {
    left: 30px;
    right: 30px;
  }
  .thumb-prev,
  .thumb-next {
    top: 5%;
    left: 0px;
  }

  .thumb-next {
    left: auto;
    right: 0px;
  }
  .customer-feedback .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 45px;
    bottom: auto;
  }

  .customer-feedback .owl-prev {
    left: 0;
  }

  .customer-feedback .owl-next {
    right: 0;
  }
}