/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 04 2023 | 14:30:16 */
html, body {
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-family:"ivyjournal";
}
.elementor-widget-text-editor,
.elementor-image-box-description,
.elementor-icon-list-item {
    font-family: "sofia-pro", Sans-serif;
}
.banner-section .elementor-slides .swiper-slide-bg {
    background-position: center bottom !important;
}
.banner-section .swiper-slide-inner {
    max-width: 1280px;
}
.courses-section .elementor-background-slideshow__slide__image {
    background-repeat: no-repeat;
}
.courses-section .elementor-image-box-title {
    margin-bottom: 10px !important;
}
.entry-content p {
    margin-bottom: 10px;
}
.events-wrapper ol, ul {
    list-style: disc;
}
  
.testimonial-section .swiper-wrapper {
    padding: 30px 0;
}
.testimonial-section .swiper-slide {
    box-shadow: 0px 0px 20px #dadada;
}
.ul-list ul {
  margin-left:0;
  margin-bottom:0;
}
.ul-list ul li, 
ul.bullet-a li {
    padding-left: 35px !important;
    background: url(../l-icon.html) no-repeat left 3px;
    background-size: 24px !important;
}
ul.bullet-a {
  margin: 20px 0 10px 0;
	padding-left: 0;
	list-style: none !important;
}
  
.elementor-location-footer .elementor-social-icons-wrapper .elementor-icon span {
    position: absolute;
    top: 0;
    font-size: 14px;
    font-weight: 600;
    background-color: #ffffff;
    color: #000;
    padding: 5px 8px !important;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    width: 100px !important;
    height: inherit !important;
    margin: inherit !important;
    overflow: inherit !important;
    clip: inherit !important;
    border: inherit !important;
  }
.elementor-location-footer .elementor-social-icons-wrapper .elementor-icon span:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background-color: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(
  45deg
  );
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.elementor-location-footer .elementor-social-icons-wrapper .elementor-icon:hover span {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

@keyframes swing1 {
    35% {
      transform: rotateZ(45deg) scale(1);
      opacity: 0.7;
    }
}
@keyframes swing2 {
    70% {
      transform: rotateZ(45deg) scale(1);
      opacity: 0.7;
    }
}

.about-tab-section .elementor-tabs-wrapper {
    margin-bottom: 20px;
}
.about-tab-section .elementor-tabs {
    padding: 50px 30px;
    border-radius: 25px;
    box-shadow: 0px 0px 20px #ccc;
    background-color: #fff;
}
.about-tab-section .elementor-tabs .elementor-tab-title {
    padding: 12px 50px;
    margin: 10px 20px;
    border: 1px solid #61ce70 !important;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.about-tab-section .elementor-tabs .elementor-tab-title.elementor-active {
    background-color: #61ce70 !important;
    color: #fff !important;
}
.about-tab-section .elementor-tabs .elementor-tab-title:before,
.about-tab-section .elementor-tabs .elementor-tab-title:after {
    content: '';
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    background: url(../btn-1.html) no-repeat center;
    background-size: contain !important;
    z-index: 9;
}
.about-tab-section .elementor-tabs .elementor-tab-title.elementor-active:before,
.about-tab-section .elementor-tabs .elementor-tab-title.elementor-active:after {
    background: url(../btn-pattern-1.html) no-repeat center;
}
.about-tab-section .elementor-tabs .elementor-tab-title:before {
    top: -10px !important;
    left: -10px !important;
    animation: swing1 2.5s infinite;
}
.about-tab-section .elementor-tabs .elementor-tab-title:after {
    bottom: -10px !important;
    right: -10px !important;
    left: inherit !important;
    animation: swing2 7.5s infinite;
}

.benefit-section .elementor-accordion .elementor-tab-title {
    border-bottom: 2px solid #52be55;
}

.prog-section .elementor-image-box-description a {
    display: block;
    margin-top: 15px;
    font-weight: 600;
    color: #1e4f5d;
    text-decoration: underline;
}
.prog-section .elementor-image-box-description a:hover {
    text-decoration: none;
}

.contact-col > div {
    overflow: hidden;
}
.contact-col {
    padding: 15px;
}

.roww {
    display: flex;
    flex-wrap: wrap;
}

.site-footer {
    display: none;
}
.ub-txt {
  font-weight: 700;
  text-decoration: underline;
}
.tog-row {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px 10px 15px;
    border-bottom: 2px solid #52be55;
}
.tog-row > div {
  padding: 10px;
}
.tog-row p {
    color: #1e4f5d;
    margin-bottom: 10px;
}
.toggle-section table {
  width: 95% !important;
}
.toggle-section table,
.toggle-section td {
  border: 0 !important;
  margin: 0 !important;
  vertical-align: top;
}
.toggle-section ul {
  margin-left: 30px !important;
  margin-bottom: 20px !important;
}
.toggle-section ul li {
  margin-bottom: 10px !important;
      list-style: disc;
}
.toggle-section p {
    margin-bottom: 15px;
}
.toggle-section p.bitter {
    font-style: italic;
}
.inner-banner-section .elementor-widget-testimonial-carousel {
    background: url(https://devayurveda.wpengine.com/wp-content/uploads/2021/08/Group-871.svg) no-repeat top left;
}

.asp-tabs .content {
  margin-bottom: 40px;
}
.asp-tabs h3,
.asp-tabs h4 {
    margin-bottom: 15px;
}
.asp-tabs p {
    margin-bottom: 12px;
}
.enquiry-btn {
    background-color: #f2ad11;
    padding: 12px 25px;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    position: fixed;
    transform: rotate( 
270deg
 );
    right: -90px;
    top: 50%;
}
.enquiry-btn:hover {  
    background-color: #61ce70;
    color: #fff !important; 
}

form#inquiry_form input[type="text"], 
form#inquiry_form textarea {
    width: 100% !important;
}

.asp-form .elementor-tabs {
    background: url(../group-974-1-1.html) no-repeat center #fff;
    background-size: contain;
}
.asp-form .elementor-tab-content {
    border: 0px !important;
    background-color: transparent !important;
    margin: 0 auto;
}

/*.benefit-section ul {
    margin: 0;
    list-style: disc;
    padding-left: 20px;
}*/

/* --- Media Code --- */
@media only screen and (min-width:1400px) and (max-width:2500px) {
    .courses-section .elementor-background-slideshow__slide__image {
        background-size: cover !important;
    }
}
  
@media all and ( min-width: 992px ) {
    .newsletter-section .elementor-field-type-email {
        width: 60%;
    }
    .roww > div:last-child {
        width: 35%;
    }
    .roww > div:first-child {
        width: 65%;
        padding-right: 50px;
    }
    .tog-row .col-6 {
      width: 60%;
  	}
    .tog-row .col-4 {
      width: 40%;
  	}
}

@media all and ( max-width: 991px ) {
    .about-tab-section .elementor-tabs .elementor-tab-title {
        padding: 12px 40px;
        margin: 10px 10px;
    }   
    .roww > div:last-child {
        order: -1;
        margin-bottom: 30px;
    }
  	.enquiry-btn {
      right: -58px !important;
      padding: 8px 15px;
      font-size: 14px !important;
	}
}

@media all and ( max-width: 1100px ) and ( min-width: 768px ) {
  .inner-banner-section {
      height: auto !important;
      padding: 100px 10px !important;
  }
}
  
@media all and ( min-width: 768px ) {
    .testimonial-section .swiper-slide {
        width: 95% !important;
        margin: 0 3% !important;
    }
  .asp-tabs .img-right {
    float: right;
    margin: 0 0 20px 20px;
  border-radius: 15px;
}
.asp-tabs .img-left {
    float: left;
    margin: 0 20px 20px 0;
    border-radius: 15px;
}
.asp-form .elementor-tab-content {
    width: 38%;
}
}
  
@media all and ( max-width: 767px ) {
    .blog-section .elementor-post,
    .events-section .elementor-post {
        display: block !important;
    }
    .blog-section .elementor-post__thumbnail__link {
        margin-bottom: 20px;
    }
    .events-section .elementor-post .elementor-post__text {
        margin-top: 15px;
    }
    .single_add_to_cart_button, .add_to_cart_button {
        font-size: 14px !important;
    }
   .toggle-section td {
      width: 100% !important;
  }
}
  
@media all and ( max-width: 480px ) {
    .testimonial-section .elementor-testimonial {
        display: block;
    }
    .about-tab-section .elementor-tabs {
        padding: 20px 15px;
    }
}