/******** Template created by Crispin Jones - Cavespider Productions ***************************/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
:root {
  --apink: #F06060;
  var-apink: #F06060;
    --vlpink: #f0e2e2;
  var-vlpink: #f0e2e2;
  --dkgrey: #231F20;
  var-dkgrey: #231F20;
  --ltgrey: #5C4B51;
  var-ltgrey: #5C4B51;
  --vltgrey: #F1F2F2;
  var-vltgrey: #F1F2F2;
  --aorange: #F3B562;
  var-aorange: #F3B562;
  --acyan: #8CBEB2;
  var-acyan: #8CBEB2;
  --ayellow: #F2EBBF;
  var-ayellow: #F2EBBF;
  --border-radius-tc: 30px 30px 0px 30px;
  --border-radius-tcm: 4vw 4vw 0px 4vw;
  --border-radius: 30px;
  --border-radius-m: 4vw;
}
body {
  background-color: var(--vltgrey);
}
html {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
    scroll-behavior: smooth;
}
#outerwrapper {
  width: 100vw;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
#innerwrapper {
  max-width: 100vw;
  width: 100%;
  background-color: var(--vltgrey);
  position: relative;
  background-image: url("/images/topbackground.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 900px;
  padding: 200px 0px;
}
#Home #innerwrapper {
  padding: 0px;
}
#header {
     width: 100%;
    height: 100px;
    background-color: var(--apink);
    position: fixed;
    z-index: 1000;
}
main {
  width: 65vw;
    max-height: 100%;
    height: 100%;
    padding-bottom: 300px;
    background-color: #ffffff;
    margin: auto;
    border-radius: var(--border-radius);
    padding: 60px 40px;
}
#Home main {
  display: none;
}
#innerwrapper .colourbars {
  width: 400px;
  display: flex;
  position: absolute;
  left: 0px;
  top: 0px;
}
#top, #bottom {
    padding:0px 0px 80px 0px;
}
#footerwrapper {
  position: relative;
}
#footerwrapper .colourbars {
  width: 100%;
  display: flex;
}
#footer {
  min-height: 200px;
  width: 100vw;
  background-color: var(--dkgrey);
  color: #ffffff;
  padding: 30px 3vw;
}
#header .colourbars {
  width: 400px;
  display: flex;
  position: absolute;
  left: 0px;
  bottom: -24px;
}
.colourbars {
    max-width: 100vw;
}
#info {
  width: 100vw;
  min-height: 300px;
  position: relative;
  background-color: #ffffff;
  padding: 80px 5vw;
}
.latestnews {
  background-color: #fff;
  padding: 70px 60px 10px;
  width: 80vw;
  float: right;
  margin: 120px 5vw;
  margin-right: 5vw;
  border-radius: var(--border-radius-tc);
}
.latestnewsItem img {
  border-radius: var(--border-radius);
  max-width: 80%;
}
.bannerCorner {
  position: absolute;
  background-image: url(/images/bannercorner.svg);
  bottom: 0px;
  right: 0px;
  width: 40vw;
  height: 20vw;
  background-repeat: no-repeat;
  background-size: cover;
}
body #floatMenu {
  right: -300px;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
body.loaded #floatMenu {
  width: 70px;
  height: 135px;
  background-color: var(--apink);
  border-radius: 35px;
  position: fixed;
  top: 170px;
  right: 50px;
  display: flex;
  flex-direction: column;
  z-index: 600;
  opacity: 1;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.cbars {
  width: 20%;
  height: 24px;
}
.colourbars .pink {
  background-color: var(--apink);
}
.colourbars .orange {
  background-color: var(--aorange);
}
.colourbars .cyan {
  background-color: var(--acyan);
}
.colourbars .grey {
  background-color: var(--dkgrey);
}
.colourbars .yellow {
  background-color: var(--ayellow)
}
.logo, #mod-custom112 {
  max-height: 120px;
  width: 390px;
  padding: 20px 0px 0px 60px;
}
@media(max-width:767px) {
    main {
  width: 95vw;
    max-height: 100%;
    height: 100%;
    padding-bottom: 300px;
    background-color: #ffffff;
    margin: auto;
    border-radius: var(--border-radius);
    padding: 60px 20px;
}
    .latestnews {
   background-color: #fff;
        padding: 70px 3vw;
        width: 93vw;
        border-radius: var(--border-radius-tcm);
}
    .fmenu {
        margin-top:30px;
    }
    #innerwrapper {
    padding-bottom: 60px;
}
    .latestnewsItem img {
    border-radius: var(--border-radius-m);
    max-width: 90vw;
        display: flex;
}
    #innerwrapper .colourbars, #header .colourbars {
  width: 50vw;
}
    body.loaded #floatMenu {
  width: 50px;
  height: 100px;
  background-color: var(--apink);
  border-radius: 35px;
  position: fixed;
  top: 170px;
  right: 50px;
  display: flex;
  flex-direction: column;
  z-index: 600;
  opacity: 1;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
}
@media(max-width:449px) {
    .logo, #mod-custom112 {
  max-height: 120px;
  width: 60%;
  padding: 25px 0px 0px 20px;
}
}
/*********************************************WORKSHOPS EVENTS***************************************/

/********************************************GALLERY***************************************************/
.ba-gallery, .moduletable.gallery h2{
   max-width: 100vw !important;
    /*margin-left: 20px;
    margin-right: 20px;*/
    display:block !important;
    padding: 0px 20px;
}
.ba-image img {
    border-radius: var(--border-radius);
}
.moduletable.gallery {
     width: 100vw !important;
    margin-top: 100px;
    display:block;
    
}
.moduletable.gallery .mod-custom {
    background-size: 100%;
    background-position-y: center;
    background-position: center;
    background-repeat: no-repeat;
    
}
/********************************************VIDEO PLAYER*************************************************/
.videoplayer-local {
    min-height: 250px;
    height: min-content;
    width: 100%;
    margin-top:10px;
}
.videoplayer-container {
   padding: 50px 60px 50px 60px;
    background-color: #ffffff;
    margin: 40px auto;
    width: 65vw;
    border-radius: var(--border-radius-tc);
    height: auto;
}
.videoplayer-text-area {
    padding: 0 40px;
}
.videoplayer-text-area h3 {
    padding: 10px 0 0 0;
    margin-bottom: 45px;
}
.videoplayer-container h2 {
     padding: 0px 0px 30px 0px;
}
.videoplayer-embed-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.videoplayer-vimeo .videoplayer-vimeo, .videoplayer-embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoplayer-text-area br:after {
   content:"";
    margin-bottom: 20px;
}
@media(max-width:767px) {
    .videoplayer-container {
   padding: 50px 60px 50px 60px;
    background-color: #ffffff;
    margin: 40px auto;
    width: 95vw;
    border-radius: var(--border-radius-tc);
    height: auto;
}
    .videoplayer-local {
    min-height: 250px;
    height: auto;
    margin:20px auto 20px auto;
}
    .videoplayer-video-area {
        padding:0px;
    }
}
@media(max-width:992px) {
    .videoplayer-text-area h3 {
    padding: 10px 0 0 0;
    margin-bottom: 45px;
    margin-top: 70px;
}
    .videoplayer-text-area {
    padding: 0;
}
    
}
/********************************************Text and Image Module*****************************************/
.image-and-text-container {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px; /* Adjust as needed */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 50vw; /* Adjust as needed */
  position: relative;
}
.image-container {
  max-width: 50%; /* Adjust as needed */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.text-container {
  max-width: 50%; /* Adjust as needed */
}
.image-left .image-container {
  height: 35vw;
    left: 28vw;
    transform-origin: 50% 50%;
    transform: translatex(-50%) rotate(-7deg) !important;
}
.image-right .image-container {
  height: 35vw;
    right: -17vw;
    transform-origin: 50% 50%;
    transform: translatex(-50%) rotate(7deg) !important;
}
.image-right .image-container
img {
    transform: rotate(-7deg) !important;
    position: absolute;
    right: 4vw;
    bottom: 4vw;
    width: 30%;
}
.image-left .image-container
img {
    transform: rotate(7deg) !important;
    position: absolute;
    left: 4vw;
    bottom: 4vw;
    width: 30%;
}
.image-left .text-container {
  right: 5vw;
  height: auto;
  background-color: #ffffff;
  border-radius: var(--border-radius-tc);
  padding: 35px 50px;
  top: 170px;
}
.image-right .text-container {
  left: 5vw;
  height: auto;
  background-color: #ffffff;
  border-radius: var(--border-radius-tc);
  padding: 35px 50px;
  top: 170px;
}
.image-and-text-container .text-container {
  border-radius: var(--border-radius-tc);
  width: 45vw;
  position: absolute;
}
.image-and-text-container .image-container {
  border-radius: var(--border-radius);
  width: 45vw;
  position: absolute;
    top: 200px;
}
.image-and-text-container .text-container h2, .latestnews h2 {
  font-weight: 700;
  padding-bottom: 30px;
  font-size: 3.2vw;
}
.image-and-text-container .text-container h3, .latestnews h3 {
  font-weight: 600;
  padding-bottom: 30px;
  font-size: 2.5vw;
}
.image-and-text-container .text-container p {
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 30px;
}
.image-and-text-container {
  max-width: 100%;
  width: 100%;
  position: relative;
  margin: auto;
  display: flex;
  background-size: 100%;
  background-position-y: center;
}
@media(max-width:1199px) {
  .image-and-text-container {
    height: 600px;
  }
}
@media(max-width:991px) {
  .image-and-text-container {
    height: 650px;
  }
}
@media(max-width:767px) {
  .image-and-text-container {
  height: fit-content;
        background-size: 300%;
        display: flex;
        padding-top: 95vw;
  }
   .image-and-text-container.image-left .image-container,  .image-and-text-container.image-right .image-container {
    border-radius: var(--border-radius-m);
    width: 80vw;
    height: 80vw;
    top: 20vw;
    transform: translateX(-50%);
    position: absolute;
    left: 50% !important; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
    .image-and-text-container .text-container {
  border-radius: var(--border-radius-tc);
  width: 45vw;
  position:relative;
}
 .image-right .text-container, .image-left .text-container {
        max-width: 90vw;
        background-size: 300%;
        top: auto;
        width: 90vw;
        background-color: #ffffff;
        border-radius: var(--border-radius-tcm);
        padding: 35px 20px 0px 20px;
     right:auto;
  }
    .image-container {
  max-width: 80vw; /* Adjust as needed */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
  .image-right .text-container {
       right: 3vw;
      
  }
   .image-left .text-container {
        left: 3vw;
  }
    .image-and-text-container .text-container h2, .latestnews h2 {
    font-weight: 700;
    padding-bottom: 30px;
    font-size: 8vw;
}
    .image-and-text-container .text-container h3, .latestnews h3 {
    font-weight: 600;
    padding-bottom: 30px;
    font-size: 6.5vw;
    }
}
/*************************************************Video Banner********************************************/
.video-background-container {
  position: relative;
  width: 100%;
  height: 100vh; /* Adjust as needed */
  overflow: hidden;
}
.video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}
.video-overlay {
  position: absolute;
  bottom: 0px;
  left: 150px;
  padding: 20px;
  z-index: 1;
  width: 65vw;
  color: #fff;
  line-height: 80%;
}
@media(max-width:991px) {
  .video-overlay {
    bottom: 100px;
    left: 90px;
    padding: 20px;
  }
}
@media(max-width:767px) {
  .video-overlay {
    bottom: 0px;
    left: 50px;
    padding: 20px;
  }
}
@media(max-width:449px) {
  .video-overlay {
    bottom: 0px;
    left: 20px;
    padding: 20px;
  }
}
/********************************************BANNERS****************************************************/
#banner {
  margin-top: 140px;
  position: relative;
}
.bannerCorner {
  position: absolute;
  background-image: url(/images/bannercorner.svg);
  bottom: 0px;
  right: 0px;
  width: 40vw;
  height: 20vw;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-banner-container {
  height: 600px;
  position: relative;
}
#Home .video-banner-container {
  height: 800px;
  position: relative;
}
.has-bottom-shading {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0+38,0.75+100 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 38%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.spacer-subtitle {
    height:120px;
}
.video-banner-container h2 {
  font-size: 4.7vw;
  font-weight: 700;
}
.video-overlay h2 {
  line-height: 100%;
    text-shadow: 0 0 1px #000;
    
}
.video-overlay h3 {
  font-size: 2.8vw;
  font-weight: 200;
  padding-top: 5px;
    text-shadow: 0 0 1px #000;
}
@media(max-width:1199px) {
    .video-banner-container h2 {
  font-size: 5.6vw;
  font-weight: 700;
}
.video-overlay h2 {
  line-height: 95%;
    text-shadow: 0 0 1px #000;
    
}
.video-overlay h3 {
  font-size: 3.2vw;
}
}
@media(max-width:767px) {
  .video-banner-container h2 {
    font-size: 6vw;
  }
  .video-overlay h3 {
    font-size: 4.1vw;
  }
    .video-banner-container {
        height:400px;
    }
}
@media(max-width:449px) {
     .video-banner-container h2 {
    font-size: 8vw;
  }
     .video-overlay h3 {
    font-size: 4.9vw;
  }
}
/****************************buttons*****************************************************************/
.btn, button.rsform-submit-button {
  background-color: var(--apink);
  padding: 10px 24px !important;
  border-radius: 27px;
  font-size: 24px;
  font-weight: 600;
}
.btn-readmore, .readmore-button, button.rsform-submit-button {
  background-image: url(/images/icon-arrow.png);
    background-repeat: no-repeat;
    background-position: right 7px center;
        background-size: auto 80%;
    padding: 8px 64px 8px 24px !important;
    margin: 30px 0px;
    font-size: 20px;
    
}
.btn-readmore-sm, .readmore-button {
  background-image: url(/images/icon-arrow.png);
    background-repeat: no-repeat;
    background-position: right 7px center;
        background-size: auto 80%;
    padding: 6px 54px 6px 20px !important;
    margin: 20px 0px;
    font-size: 16px;
    
}
.video-overlay .btn-readmore, .video-overlay .readmore-button {
  background-image: url(/images/icon-arrow-white.png);
}
.btn:hover, button.rsform-submit-button:hover {
  background-color: var(--ayellow);
  color: var(--dkgrey);
}

/******************************************PANELS**************************************************/
/********************************************************NAVIGATION******************************************************/
.menu-toggle {
  background-image: url(/images/icon-menu-bold.png);
  width: 54px;
  height: 54px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  background-size: cover;
}
.menu-toggle:hover {
  background-image: url(/images/icon-menu-bold-over.png);
}
.donate.menuItem {
  background-image: url(/images/icon-donate.png);
    width: 120px;
    height: 54px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    transform: translate(-50%, -50%);
    top: 50%;
    background-size: 47%;
    background-position: right;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    padding-top: 18px;
}
.donate.menuItem:hover {
  background-image: url(/images/icon-donate-over.png);
}
.mail.menuItem {
  background-image: url("/images/icon-email.png");
  width: 54px;
  height: 54px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: 10px;
  background-size: cover;
}
.mail.menuItem:hover {
  background-image: url("/images/icon-email-over.png");
}
.menu-toggle.active {
  background-image: url("/images/icon-menu-bold-close.png");
}
.menu-toggle.active:hover {
  background-image: url("/images/icon-menu-bold-close-over.png");
}
.navbar-toggler {
  display: none;
}
.slide_in.active {
  left: 0vw;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--apink);
}
.slide_in {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: -100vw;
  background-color: var(--apink);
  top: 0px;
  z-index: 500;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.fmenu li a {
  color: var(--apink);
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px 0px;
}
.fmenu li a:hover, .fmenu li a:focus {
  color: var(--adkgrey);
}
.fmenu li, .fmenu li:hover, .fmenu li:focus {
  background-color: none;
}
.slide_in ul.navbar-nav {
  display: flex;
  flex-direction: column;
  margin: 150px 50px 50px 150px;
}
.MenuLogo .mod-custom {
  max-height: 120px;
  width: 390px;
  padding: 30px 0px 0px 0px;
}
.MenuLogo img.mLogo {
  width: 80%;
  margin-left: 30px;
}
.MenuLogo img.mCbars {
  width: 90%;
}
.slide_in .navbar-nav li a {
  color: var(--dkgrey);
  font-size: 4vw;
  font-weight: 700;
  line-height: 95%;
  padding: 0;
}
.slide_in ul.dropdown-menu li a {
  color: var(--dkgrey) !important;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 100%;
  padding: 0;
}
.slide_in ul.dropdown-menu li a:hover, .slide_in ul.dropdown-menu li a:focus {
  color: #ffffff !important;
  padding: 0;background-color: rgba(0,0,0,0.00) !important;
}

.slide_in .navbar-nav li a:hover, .slide_in .navbar-nav li a:focus, .slide_in .navbar-nav li.active a, .slide_in .navbar-nav li.current a {
  color: #ffffff;
}
.slide_in ul.dropdown-menu {
    background-color: rgba(0,0,0,0.00) !important;
    position: relative !important;
    margin: 0px !important;
    transform: translate3d(0px, 0px, 0px) !important;
    height: auto;
    padding-left:40px;
    border:none !important;
}
@media(max-width:1199px) {
  .slide_in .navbar-nav li a {
    font-size: 54px;
  }
}
@media(max-width:767px) {
  .slide_in .navbar-nav li a {
    font-size: 36px;
    line-height: 150%;
  }
  .slide_in ul.navbar-nav {
    margin: 170px 50px 50px 90px;
  }
    .menu-toggle {
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  background-size: cover;
}
    .mail.menuItem {
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: 10px;
  background-size: cover;
}
    .donate.menuItem {
width: 90px;
height: 36px;
cursor: pointer;
position: absolute;
right: 10px;
transform: translate(-50%, -50%);
top: 50%;
background-size: 40%;
background-position: center right;
background-repeat: no-repeat;
color: #fff;
font-size: 12px;
padding-top: 10px;
}
}
@media(max-height:740px) {
    .slide_in .navbar-nav li a {
  font-size: 27px;
}
}
/***************************************************************************SLIDER*******************************************************************************************************/
.theme1 .testimonial .pic, .theme1 .testimonial:before {
  display: none;
}
.owl-carousel {
  display: flex !important;
  z-index: 1;
  height: 500px;
  width: 70vw;
  margin: 0px 15vw 0px 15vw;
  flex-direction: column;
}
#ruxin_testimonials_slider130 .owl-stage-outer .pic {
  display: none;
}
#ruxin_testimonials_slider134 .pic {
  width: 250px;
  height: 150px;
  border: 5px none #4b489b;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
}
#ruxin_testimonials_slider134 .testimonial:before {
  content: "";
  font-family: FontAwesome;
  font-weight: 900;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 50px;
  color: #4b489b;
  opacity: 0.5;
}
.ourrating .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -30px;
}
.owl-stage-outer .testimonial {
  border-top: none;
  margin: 20px auto 0;
}
.owl-stage-outer .testimonial .description {
  font-size: 2.5vw;
  color: #000;
  line-height: 110%;
  margin-bottom: 0px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
    padding-bottom:8px;
}
.owl-stage-outer .testimonial .testimonial-title {
  text-align: center;
  font-size: 19px;
  color: #000000;
  margin: 10px 0px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.owl-next {
  right: 0px;
}
.owl-prev {
  left: 0px;
}
.owl-prev:before {
  content: "";
  position: absolute;
  background-image: url("/images/icon-arrow-left.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  top: 0px;
  transform: translate(0%, -50%);
  left: 50%;
}
.owl-next:before {
  content: "";
  position: absolute;
  background-image: url("/images/icon-arrow.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  top: 0px;
  transform: translate(0%, -50%);
  right: 50%;
}
/*.owl-next:before {
	content: "\f105";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 102px;
    font-weight: 100;
    color: var(--brand-orange);
	color: var(brand-orange);
	top: 0px;
    transform: translate(0%,-50%);
    right: 50%;
}*/
#ruxin_testimonials_slider130 .owl-stage-outer .testimonial:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  background-image: url(/images/speech-marks.svg);
  height: 40px;
  width: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translate(-50%, 0);
  opacity: 1;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(0, 0, 0, .0);
}
.owl-theme .owl-nav [class*=owl-] {
  color: rgba(0, 0, 0, .0);
  background: rgba(0, 0, 0, .0);
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--apink);
  background: var(apink);
}
.ruxin_testimonials_slider.theme1 {
  background: #fff;
  padding: 40px 0px 0px 0px;
  border-radius: var(--border-radius-tc);
}
.owl-carousel .owl-stage-outer {
  height: 320px;
}
@media(max-width:767px) {
  .owl-prev:before {
    left: 0%;
  }
  .owl-next:before {
    right: 0%;
  }
    .owl-carousel {
    display: flex !important
;
    z-index: 1;
    height: 300px;
    width: 94vw;
    margin: 0px 3vw 0px 3vw;
    flex-direction: column;
}
.owl-stage-outer .testimonial .description {
    font-size: 3vw;
    color: #000;
    line-height: 110%;
    margin-bottom: 0px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
    .owl-carousel .owl-stage-outer {
    height: 230px;
}
    .owl-stage-outer .testimonial {
  border-top: none;
  margin: 20px auto 0;
        max-width:70vw;
}
    .owl-stage-outer .testimonial {
    border-top: none;
    margin: 20px auto 0;
}
    .theme1 .testimonial {
    text-align: center;
    padding: 20px 40px 5px;
    margin: 20px auto 0;
    border-top: 5px none #4b489b;
    position: relative;
    max-width: 70vw;
}
}
/*************************************************TYPOGRAPHY*******************************************************/
h2, H2 {
font-size: 32px;
    font-weight: 700;
}
h3 {
  font-size: 24px;
  font-weight: 600;
}
h4, H4 {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 20px;
}
main h1, H1 {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 35px;
}
a {
  color: var(--apink);
  font-weight: 600;
  text-decoration: none;
}
a:hover, a:focus {
  outline: none;
  color: var(--dkgrey);
  text-decoration: none;
}



.scrollto {
  height: 100px;
  width: 100%;
  background-color: red;

  scroll-margin-block-start: 210px;
  /*Adds margin to the top of the viewport*/
  
  scroll-margin-block-end: 110px;
  /*Adds margin to the bottom of the viewport*/
}
.clearfix {
    width:100%;
    height:1px;
    display:block;
    margin:0px;
    padding:0px;
    background:none;
}