/*------------------------------------------------------------------
[Master Stylesheet]

Project: Yogastic
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header
3. Banner Section
4. Our Services Section
5. About Us Section
6. Our Specialties Section
7. Get In Touch Section
8. What We Offer Section
9. Testimonial Section
10. Blog Posts Section
11. Subscribe Now Section
12. Footer Section
*/

/*@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Karla:wght@400;500;600&family=Playfair+Display:wght@400;700&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');



body {
    font-family: 'Karla', sans-serif;
}
:root {
    --e-global-color-primary: #242424;
    --e-global-color-secondary: #764979;
    --e-global-color-text: #6b6b6b;
    --e-global-color-accent: #413625;
    --e-global-color-white: #ffffff;
    --e-global-color-soft-orange: #e1ccad;
    --e-global-color-desaturated-magenta: #543458;
    --e-global-color-very-dark-desaturated-magenta: #5c3960;
    --e-global-color-mostly-desaturated-magenta: #8a648d;
    --e-global-color-pale-blue: #f4f7ff;
}
html{
    scroll-behavior: smooth;
}
h1{
    /*font-family: 'Playfair Display', serif;*/
      font-family: "Noto Serif", serif;
    font-size: 64px;
    line-height: 82px;
    font-weight: 700;
    /*color: var(--e-global-color-white);*/
}
h2{
    /*font-family: 'Playfair Display', serif;*/
      font-family: "Noto Serif", serif;
    font-size: 48px;
    line-height: 55px;
    font-weight: 700;
}
h3{
    /*font-family: 'Playfair Display', serif;*/
      font-family: "Noto Serif", serif;
    font-size: 22px;
    line-height: 55px;
    font-weight: 700;
}
h4{
    /*font-family: 'Playfair Display', serif;*/
      font-family: "Noto Serif", serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}
h5{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
h6{
    /*font-family: 'Playfair Display', serif;*/
      font-family: "Noto Serif", serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}
p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
a:hover{
    text-decoration: none;
}
.py-100{
    padding: 100px 0;
}
.py-80{
    padding: 80px 0;
}
.mb-0{
    margin-bottom: 0;
}
/* Home Page Style */

/* Home Page Header Section Style */

.banner-section-outer{
    /*background-image: url('../images/banner_section_background.avif');*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
padding-top: 100px;
}
/*.main_header {    
    padding: 42px 292px 0;
}*/
.navbar-collapse ul{
    text-align: center;
    align-items: center; 
    display: inherit; 
}
.navbar-expand-lg{
    position: relative;
    z-index: 1;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.nav-link{
    padding: 0;
}
.navbar-brand {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-nav {
    padding-left:80px;
}
.navbar-nav li {
    margin: 0 5px 0 15px;
}
.navbar-nav li:first-child{
    margin-left: 0;
}
.navbar-nav li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.navbar-nav .nav-item a{
    /*font-family: 'Playfair Display', serif;*/
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #284a9f !important;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item a.active{
  color: var(--e-global-color-soft-orange)  !important;  
}
.navbar-nav .nav-item a:hover{
    color: var(--e-global-color-soft-orange) !important;
    background-color: transparent;
}
.navbar-nav .active > a{
    color: var(--e-global-color-soft-orange) !important;
}
.navbar-nav .dropdown{
    margin: 0 15px 0 20px;
}
.navbar-nav .nav-item .dropdown-item{
    color: var(--e-global-color-primary) !important;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item .dropdown-item:hover{
    color: var(--e-global-color-primary) !important;
    background-color: var(--e-global-color-soft-orange) !important;
}
.navbar-nav .drop-down-pages .active > a{
    color: var(--e-global-color-primary) !important;
    background-color: var(--e-global-color-soft-orange) !important;
}
.navbar-collapse .drop-down-pages {
    text-align: left;
    margin-left: 0;
}
.navbar-nav .dropdown-menu {
    background-color: var(--e-global-color-white);
    position: absolute;
    left: -20px;
    top: 38px;
    padding: 0;
    border: none;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 1%);
}
.navbar-nav .drop-down-pages li{
    margin: 0;
}
.navbar-nav .drop-down-pages .nav-item a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 12px 20px;
}
.navbar-expand-lg .drop-down-pages .nav-link {
    padding-left: 0;
}
.navbar-nav .nav-item .contact_us{
    background-color: var(--e-global-color-soft-orange);
    color: var(--e-global-color-accent) !important;
    padding: 20px 50px;
    text-align: center;
    display: inline-block;
    border-radius: 30px 0px 30px 0px;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item .contact_us:hover {
    color: var(--e-global-color-primary) !important;
    background-color: var(--e-global-color-white);
}
.navbar-nav .active > .contact_us{
    color: var(--e-global-color-primary) !important;
    background-color: var(--e-global-color-white);
}
.navbar-nav .dropdown-item.active, 
.navbar-nav .dropdown-item:active{
    background-color: transparent;  !important;
}

/* Home Page Social Icons Style */

.left_icons {
    height: 860px;
    z-index: 1;
    position: relative;
}
.left_icons ul{
    background-color:rgb(8 123 92 / 33%);
    border-radius: 0 30px 30px 0;
}
.left_icons ul li{
    display: block;
    padding: 10px 15px 8px 10px;
}
.left_icons ul li i{
    border-radius: 100%;
    background: #fffffff0;
    color: #087b5c;
    font-size: 16px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.left_icons ul li i:hover{
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-secondary);
}

/* Home Page Banner Section Style */

.banner-section-outer .banner-section{
    /*padding: 120px 120px 0;*/
    position: relative;
}
.banner-section-outer .banner-section .banner-section-content{
    padding: 104px 80px 30px 0;
}
.banner-section-outer .banner-section h5{
    text-transform: uppercase;
    color: var(--e-global-color-white);
    letter-spacing: 3.1px;
    margin-bottom: 0;
}
.banner-section-outer .banner-section h2{
    margin-bottom: 18px;
    margin-left: -2px;
    font-size: 38px;
    line-height: 55px;
     color: var(--e-global-color-white);
    /*text-align: justify;*/
}
.banner-section-outer .ityped-cursor {
    font-size: 1em;
    opacity: 1;
    -webkit-animation: blink 0.3s infinite;
    -moz-animation: blink 0.3s infinite;
    animation: blink 0.3s infinite;
    animation-direction: alternate;
}
 .banner-section-outer .banner-section .owl-item.active  h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
@keyframes blink {
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes blink {
    100% {
        opacity: 0;
    }
}
@-moz-keyframes blink {
    100% {
        opacity: 0;
    }
}
.banner-section-content h1 span{
    color: var(--e-global-color-primary);
    border-right: var(--e-global-color-primary);
}
.banner-section-outer .banner-section p{
    color: var(--e-global-color-white);
    margin-bottom: 28px;
    padding-right: 60px;
    margin-left: -2px;
}
.banner-section-outer .banner-section-content .btn_wrapper{
    margin-bottom: 100px;
}
.banner-section-outer .btn_wrapper .getstarted_btn {
    position: relative;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 24px 50px;
    text-align: center;
    color: var(--e-global-color-accent);
    display: inline-block;
    background-color: #22b186;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    margin-top: 20px;
}
.banner-section-outer .btn_wrapper .getstarted_btn:hover {
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-white);
    transform: translateY(-10px);
}
.banner-section-outer .btn_wrapper .getstarted_btn:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}
.banner-section-outer .btn_wrapper .getstarted_btn:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: var(--e-global-color-secondary) !important;
    background: var(--e-global-color-white);
    transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}
.banner-section-outer .banner-section .banner-section-content .top-btn i {
    font-size: 70px;
    line-height: 70px;
    color: var(--e-global-color-white);
    animation: float_img 6s ease-in-out infinite;
}
.banner-section-outer .banner-section .banner-section-content .top-btn i:hover{
    color: var(--e-global-color-soft-orange);
}
.banner-section-outer .banner-section .banner-section-image{
    /*position: relative;*/
    animation: float 6s ease-in-out infinite;
    box-shadow: none !important;
}
.banner-section-outer .banner-section .banner-section-image figure{
    position: static;
    top: -5px;
    left: -20px;
    
}
.banner-section-outer .banner-section .banner-section-image figure img{
margin: 0 auto;
width: auto !important;
}
@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatex(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
        transform: translatex(-10px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatex(0px);
    }
}
.banner-section-outer .banner-section .banner_left_top_shape{
    position: absolute;
    top: 138px;
    left: 0;
    z-index: 3;
}
.banner-section-outer .banner-section .banner_left_bottom_shape{
    position: absolute;
    top: 300px;
    left: 0;
    z-index: 3;
}
.left_shape img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
.banner-section-outer .banner-section .banner_right_top_shape{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
}
.banner-section-outer .banner-section .banner_right_bottom_shape{
    position: absolute;
    bottom: 80px;
    right: 0;
    z-index: 3;
}
.right_shape img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
.main-slider.owl-theme .owl-dots {
    margin-top: 10px;
    position: absolute;
    right: 5%;
    top: 50%;
    display: flex
;
    flex-direction: column;
}
.main-slider.owl-theme .owl-dots .owl-dot.active span,
 .main-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #28499f;
    border: 2px solid #fff;
}
.main-slider.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.main-slider{
    position: relative;
}
.main-slider .slider-content{
    position: absolute;
    left: 5%;
    top: 12%;
}
/* Home Page Our Services Section Style */

.services_section{
    padding: 100px 0 110px;
    position: relative;
}
.services_section .services_content{
    text-align: center;
}
.services_content h5{
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}
.services_content h2{
    margin-bottom: 20px;
    padding: 0 70px;
    color: var(--e-global-color-primary);
}
.services_content p {
    margin-bottom: 35px;
    padding: 0 110px;
    color: var(--e-global-color-text);
}
.services_section .services_box_content{
    transition: all 0.3s ease-in-out;
    padding:0 10px;
}
.services_section .services_box_content .services_box_upper_portion{
    margin-bottom: 10px;
    animation: float_img 6s ease-in-out infinite;
}
.services_section .services_box_content .services_box_upper_portion img{
    transition: all 0.3s ease-in-out;
    width: 100%;
}
@keyframes float_img {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}
.services_box_content .services_box_lower_portion h3{
    margin-bottom: 10px;
    line-height: 28px;
}
.services_box_content .services_box_lower_portion p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.services_box_content .services_box_lower_portion .btn_wrapper i{
    color: var(--e-global-color-accent);
    background-color: var(--e-global-color-soft-orange);
    font-size: 26px;
    line-height: 26px;
    padding: 12px 15px;
    border-radius: 10px;
    transition: all ease-in-out 0.3s;
}
.services_box_content:hover{
    transform: translateY(-10px);
}
.services_section .services_box_content:hover .services_box_upper_portion img{
    opacity: 0.6;
}
.services_box_content:hover .services_box_lower_portion .btn_wrapper i{
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
}
.services_section .services_left_shape{
    position: absolute;
    top: 115px;
    left: 0;
    width: 10%;
}

/* Home Page About Us Section Style */

.aboutus_section{
    background-image: url('../images/aboutus_background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0 130px;
}
.aboutus_image{
    position: relative;
    z-index: 1;
}
.aboutus_image figure{
    margin-top: -12px;
}
.aboutus_section .aboutus_top_shape {
    position: absolute;
    top: -10px;
    left: -38px;
}
.aboutus_section .aboutus_bottom_shape {
    position: absolute;
    top: 250px;
    left: -65px;
}
.aboutus_content{
    padding-top: 80px;
    padding-left: 16px;
}
.aboutus_content h5{
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}
.aboutus_content h2{
    margin-bottom: 18px;
    color: var(--e-global-color-primary);
}
.aboutus_content p {
    margin-bottom: 15px;
    color: var(--e-global-color-text);
}
.aboutus_content h6{
    color: var(--e-global-color-secondary);
    margin-left: 16px;
    margin-bottom: 35px;
}
.aboutus_line_wrapper{
    position: relative;
    border-left: 2px solid #294b9f;
}

.aboutus_line_wrapper .purple_line{
    position: absolute;
    left: 0;
    top: 5px;
}
.aboutus_content .btn_wrapper .get_started_btn {
    position: relative;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 24px 40px;
    text-align: center;
    color: #ffff;
    display: inline-block;
    background-color: var(--e-global-color-soft-orange);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.aboutus_content .btn_wrapper .get_started_btn:hover {
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    transform: translateY(-10px);
}
.aboutus_content .btn_wrapper .get_started_btn:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}
.aboutus_content .btn_wrapper .get_started_btn:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: var(--e-global-color-white);
    background: var(--e-global-color-secondary);
    transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}

/* Home Page Our Specialties Section Style */

.our_specialties_section{
    /*padding: 120px 0 108px;*/
    position: relative;
}
.our_specialties_heading_content{
    text-align: center;
}
.our_specialties_heading_content h5{
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}
.our_specialties_heading_content h2{
    margin-bottom: 18px;
    color: var(--e-global-color-primary);
}
.our_specialties_heading_content p {
    margin-bottom: 35px;
    padding: 0 95px;
    color: var(--e-global-color-text);
}
.s1{
    padding-top: 110px;
    padding-right: 25px;
}
.s2{
    padding-right: 70px;
}
.s3{
    padding-right: 75px;
}
.s4{
    padding-right: 25px;
}
.specialties_content_wrapper{
    position: relative;
}
.specialties_content {
    text-align: right;
    margin-bottom: 46px;
    position: relative;
}
.specialties_content .specialties_name {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: var(--e-global-color-primary);
    margin-bottom: 6px;
}
.specialties_content .specialties_paragraph {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: var(--e-global-color-text);
    margin-bottom: 0;
}
.specialties_left_line {
    position: absolute;
    top: 120px;
    right: -50px;
}
.specialties_left_line img {
    height: 390px;
}
.specialties_content::after {
    content: "\269d";
    height: 76px;
    width: 76px;
    background-color: var(--e-global-color-secondary);
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    text-align: center;
    padding: 5px;
    font-weight: 400;
    font-size: 42px;
    line-height: 64px;
    color: var(--e-global-color-white);
    font-family: 'Font Awesome 6 Free';
}
.s1::after {
    top: 110px;
    right: -78px;
}
.s2::after {
    top: 0px;
    right: -30px;
}
.s3::after {
    top: 0;
    right: -30px;
}
.s4::after {
    top: 0;
    right: -78px;
}
.specialties_content2{
    text-align: left;
}
.specialties_content2::after {
    content: "\269d";
    height: 76px;
    width: 76px;
    background-color: var(--e-global-color-secondary);
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    text-align: center;
    padding: 5px;
    font-weight: 400;
    font-size: 42px;
    line-height: 64px;
    color: var(--e-global-color-white);
    font-family: 'Font Awesome 6 Free';
}
.s5{
    padding-top: 110px;
    padding-left: 24px;
}
.s6{
    padding-left: 74px;
}
.s7{
    padding-left: 74px;
}
.s8{
    padding-left: 24px;
}
.s5::after {
    top: 110px;
    left: -78px;
}
.s6::after {
    top: 0px;
    left: -30px;
}
.s7::after {
    top: 0;
    left: -30px;
}
.s8::after {
    top: 0;
    left: -78px;
}
.specialties_right_line {
    position: absolute;
    top: 120px;
    left: -50px;
}
.specialties_right_line img {
    height: 390px;
}
.our_specialties_section .specialties_image{
    text-align: center;
    animation: float_img 6s ease-in-out infinite;
}
.our_specialties_section .our_specialties_right_shape{
    position: absolute;
    top: 40px;
    right: 0;
    width: 14%;
}

/* Home Page Get In Touch Section Style */

.get_in_touch_section{
    padding: 50px 0 50px;
    position: relative;
    overflow: hidden;
}
.get_in_touch_section:before {
    background: var(--e-global-color-secondary);
    content: "";
    width: 50%;
    height: 850px;
    top: 0;
    left: 0;
    position: absolute;
}
.get_in_touch_section::after {
    background: url(../images/get_in_touch_image.jpg);
    content: "";
    width: 50%;
    height: 850px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}
.get_in_touch_content h5 {
    text-transform: uppercase;
    color: var(--e-global-color-white);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}
.get_in_touch_content h2{
    color: #fff;
    margin-bottom: 32px;
    padding-right: 25px;
}
.get_in_touch_content input {
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 20px;
    border-radius: 0;
    width: 98%;
    margin-bottom: 16px;
    outline: none;
    border: none;
    border-radius: 10px;
}
.get_in_touch_content .form_style{
    margin-left: -18px;
}
.get_in_touch_content textarea {
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    border-radius: 0;
    padding: 18px 20px;
    width: 96%;
    outline: none;
    resize: none;
    height: 115px;
    margin-bottom: 42px;
    border: none;
     border-radius: 10px;
}
.get_in_touch_content .form-control:focus{
    box-shadow: none;
    outline: none;
    border: none;
}
textarea {
    overflow: auto;
}
.get_in_touch_content button {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 24px 40px;
    text-align: center;
    color: var(--e-global-color-white);
    display: inline-block;
    background-color: var(--e-global-color-primary);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    outline: none;
    border: none;
    overflow: hidden;
    position: relative;
}
.get_in_touch_content button:hover {
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-white);
    transform: translateY(-10px);
}
.get_in_touch_content button:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}
.get_in_touch_content button:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-white);
    transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}
.get_in_touch_section .get_in_touch_shape{
    position: absolute;
    bottom: 210px;
    left: 0;
}
.get_in_touch_section .get_in_touch_video .video_img {
    position: absolute;
    left: 0;
    top: 202px;
    margin-right: -30px;
}

/* Home Page Pricing Plans Section Style */

.pricing_plans_section{
    padding: 140px 0 130px;
}
.pricing_plans_content{
    text-align: center;
}
.pricing_plans_content h5{
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}
.pricing_plans_content h2{
    margin-bottom: 18px;
    color: var(--e-global-color-primary);
}
.pricing_plans_content p {
    margin-bottom: 35px;
    padding: 0 95px;
    color: var(--e-global-color-text);
}
.pricing_plans_box_content{
    box-shadow: 1px 1px 50px rgb(0 0 0 / 5%);
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 60px 0 60px 0;
}
.pricing_plans_box_content:hover .pricing_plans_box_upper_portion .pricing_plans_image img{
    opacity: 0.8;
}
.pricing_plans_box_upper_portion{
    position: relative;
}
.pricing_plans_box_upper_portion .pricing_plans_image img{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.pricing_plans_box_image_content{
    background-color: var(--e-global-color-secondary);
    width: 118px;
    height: 118px;
    text-align: center;
    border-radius: 100px;
    position: absolute;
    bottom: -60px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 28px 28px;
    border: 4px solid var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.pricing_plans_box_content:hover .pricing_plans_box_image_content{
    background-color: var(--e-global-color-soft-orange);
}
.pricing_plans_box_lower_portion {
    padding: 70px 60px 30px;
}
.second_lower_portion{
    padding: 70px 69px 30px;
}
.third_lower_portion{
    padding: 70px 72px 30px;
}
.pricing_plans_box_lower_portion h3{
    color: var(--e-global-color-primary);
    text-align: center;
    margin-bottom: 0px;
}
.pricing_plans_box_lower_portion ul{
    margin-bottom: 16px;
}
.pricing_plans_box_lower_portion ul li {
    font-size: 18px;
    line-height: 32px;
    color: var(--e-global-color-text);
    font-weight: 400;
}
.pricing_plans_box_lower_portion ul li i {
    color: var(--e-global-color-secondary);
    font-size: 16px;
    line-height: 16px;
    margin-right: 10px;
}
.pricing_plans_box_lower_portion .pricing_plans_span_wrapper{
    text-align: center;
    margin-bottom: 12px;
}
.pricing_plans_box_lower_portion .pricing_plans_span_wrapper .price{
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    line-height: 55px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
}
.pricing_plans_box_lower_portion .pricing_plans_span_wrapper .per_month{
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    line-height: 55px;
    font-weight: 400;
    color: var(--e-global-color-text);
    margin-left: -5px;
}
.pricing_plans_box_lower_portion .btn_wrapper {
    text-align: center;
    padding-left: 10px;
}
.pricing_plans_box_lower_portion .enroll_now_btn {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: 20px 35px;
    text-align: center;
    color: var(--e-global-color-accent);
    display: inline-block;
    background-color: var(--e-global-color-soft-orange);
    border-radius: 32px 0px 32px 0px;
    transition: all 0.3s ease-in-out;
}
.pricing_plans_box_content:hover .pricing_plans_box_lower_portion .enroll_now_btn {
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    transform: translateY(-10px);
}

/* Home Page Testimonial Section Style */

.testimonial_section{
    background-image: url('../images/testimonial_background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 145px 0 135px;
    position: relative;
}
.testimonial_content {
    text-align: center;
}
.testimonial_content i{
    font-size: 140px;
    line-height: 88px;
    color: var(--e-global-color-secondary);
    margin-bottom: 35px;
}
.testimonial_content .testimonial_paragraph{
    font-size: 19px;
    line-height: 30px;
    font-weight: 500;
    color: var(--e-global-color-primary);
    padding: 0 90px 0 55px;
    margin-bottom: 26px;
}
.testimonial_content figure{
    margin-bottom: 18px;
}
.testimonial_content .testimonial_person_name{
    font-family: 'DM Serif Display', serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-primary);
    margin-bottom: 5px;
}
.testimonial_content span{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.testimonial_section .testimonial_left_shape{
    position: absolute;
    left: 0;
    top: 78px;
     width: 10%;
}
.testimonial_section .testimonial_right_shape{
    position: absolute;
    right: 0;
    bottom: 78px;
    width: 10%;
}
#carouselExampleControls .carousel-control-prev{
    left: -112px;
    top: -70px;
    font-size: 50px;
    line-height: 50px;
    color: var(--e-global-color-secondary);
    opacity: 1;
}
#carouselExampleControls .carousel-control-prev i{
    transition: all 0.3s ease-in-out;
}
#carouselExampleControls .carousel-control-prev i:hover{
    color: var(--e-global-color-soft-orange);
}
#carouselExampleControls .carousel-control-next{
    right: -112px;
    top: -70px;
    font-size: 50px;
    line-height: 50px;
    color: var(--e-global-color-secondary);
    opacity: 1;
}
#carouselExampleControls .carousel-control-next i{
    transition: all 0.3s ease-in-out;
}
#carouselExampleControls .carousel-control-next i:hover{
    color: var(--e-global-color-soft-orange);
}

/* Home Page Blog Posts Section Style */

.blog_posts_section{
    /*padding: 120px 0 130px;*/
    position: relative;
}
.blog_posts_content{
    text-align: center;
}
.blog_posts_content h5{
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}
.blog_posts_content h2{
    margin-bottom: 18px;
    color: var(--e-global-color-primary);
}
.blog_posts_content p {
    margin-bottom: 35px;
    padding: 0 95px;
    color: var(--e-global-color-text);
}
.blog_posts_image {
    margin-bottom: 45px;
    animation: float_img 6s ease-in-out infinite;
    transition: all 0.3s ease-in-out;
}
.blog_posts_image_content{
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    z-index: 1;
overflow: hidden;
padding: 10px 20px;
border-radius: 10px;
width: 90%;
margin: 0 auto;
}
/*.upcoming-event .blog_posts_image_content{
    position: relative;
}*/
.upcoming-event .blog_posts_image_content:before{
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, #20896a8c 35%, #7ab9a6b8 62%);
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
}
.blog_posts_image_content span{
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    padding: 5px 18px;
    border-radius: 15px 0 15px 0;
    margin-bottom: 10px;
    display: inline-block;
}
.blog_posts_image_content h4{
    color: var(--e-global-color-white);
    margin-bottom: 22px;
    padding-right: 30px;
}
.blog_posts_image_content i{
    font-size: 20px;
    line-height: 20px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.blog_posts_image:hover .blog_posts_image_content i{
    color: var(--e-global-color-soft-orange);
}
.blog_posts_section .btn_wrapper{
    text-align: center;
}
.blog_posts_section .btn_wrapper .view_blog,
.modalities .view_blog  {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 24px 36px;
    text-align: center;
    color: var(--e-global-color-accent);
    display: inline-block;
    background-color: var(--e-global-color-soft-orange);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}
.blog_posts_section .btn_wrapper .view_blog:hover {
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    transform: translateY(-10px);
}
.blog_posts_section .btn_wrapper .view_blog:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}
.blog_posts_section .btn_wrapper .view_blog:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}
.blog_posts_section .blog_posts_left_shape{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12%;
}
.achievement_section {
    position: relative;
}
.achievement_section .blog_posts_left_shape{
   position: absolute;
    left: 0;
    top: 0; 
    width: 13%; 
}
.blog_posts_section .blog_posts_right_shape{
    position: absolute;
    right: 0;
    top: 0;
   
}
.vision_section .vision_left_shape,
.blog_posts_section .blog_posts_right_shape,
.mission_section .mission_right_shape{
 width: 12%;
}
/* Home Page Subscribe Section Style */

.subscribe_section{
    z-index: 1;
    position: relative;
}
.subscribe_background_image {
    background-image: url('../images/subscribe_background.png');
    background-repeat: no-repeat;
    position: relative;
    padding: 118px 80px 130px;
}
.subscribe_content h5 {
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}
.subscribe_content h2{
    color: var(--e-global-color-primary);
    margin-bottom: 32px;
}
.subscribe_content input {
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    padding-top: 25px;
    padding-bottom: 28px;
    padding-left: 20px;
    border-radius: 0;
    width: 90%;
    margin-bottom: 26px;
    outline: none;
    border: none;
}
.subscribe_content button {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: 20px 39px;
    text-align: center;
    color: var(--e-global-color-white);
    display: inline-block;
    background-color: var(--e-global-color-secondary);
    border-radius: 35px 0px 35px 0px;
    transition: all 0.3s ease-in-out;
    outline: none;
    border: none;
    overflow: hidden;
    position: relative;
}
.subscribe_content button:hover {
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-white);
    transform: translateY(-10px);
}
.subscribe_content button:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}
.subscribe_content button:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-white);
    transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}
.subscribe_content .form-control:focus{
    box-shadow: none;
    outline: none;
    border: none;
}
.subscribe_background_image .subscribe_image {
    position: absolute;
    bottom: -125px;
    right: -66px;
}

/* Home Page Footer Section Style */

.footer-section{
    position: relative;
    background-color: #103189;
    padding: 120px 0 0;
}
.middle-portion {
    margin-bottom: 60px;
}
.middle-portion .footer_logo{
    padding-top: 5px;
    padding-bottom: 30px;
}
.middle-portion .footer_logo img{
    filter: brightness(0) invert(1);
}
.middle-portion .about_col{
    margin-left: 0;
    /*margin-top: 20px;*/
}
.middle-portion .about_col h4 {
    margin-bottom: 18px;
    padding-left: 2px;
}
.middle-portion h4{
    color: var(--e-global-color-white);
    margin-bottom: 16px;
}
.middle-portion ul{
   margin-bottom: 0;
    z-index: 1;
    position: relative;
}
.middle-portion .about_col ul li p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: var(--e-global-color-white);
    margin-bottom: 24px;
}
.middle-portion ul .icons {
    display: inline-block;
    margin-right: 8px;
}
.middle-portion ul .icons i {
    border-radius: 100%;
    background: var( --e-global-color-secondary);
    color: var(--e-global-color-white);
    font-size: 18px;
    line-height: 48px;
    height: 48px;
    width: 48px;
    display: inline-block;
    text-align: center;
    margin-right: 0;
    transition: all 0.3s ease-in-out;
}
.middle-portion ul .icons i img{
    width: 18px;
    filter: invert(1);
}
.middle-portion ul .icons i:hover{
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-white);
    transform: translateY(-5px);
}
.middle-portion li a {
    text-decoration: none;
    color: var(--e-global-color-white);
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    transition: all 0.3s ease-in-out;
}
.middle-portion .links_col {
    padding-left: 0;
}
.middle-portion .contact_col {
    padding-right: 15px;
}
.middle-portion .contact_col ul li{
    margin-bottom: 8px;
}
.middle-portion li i {
    color: var(--e-global-color-white);
    margin-right: 12px;
    transition: all 0.3s ease-in-out;
}
.middle-portion li .location{
    margin-right: 15px;
}
.middle-portion .contact_col li span {
    color: var(--e-global-color-white);
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}
.middle-portion li a:hover{
    color: var(--e-global-color-soft-orange);
}
.middle-portion .contact_col ul .contact_icons:hover i{
    color: var(--e-global-color-soft-orange);
}
.bottom-portion{
    border-top: 1px solid var(--e-global-color-mostly-desaturated-magenta);
    text-align: center;
}
.copyright {
    padding: 24px 0;
}
.copyright p{
    color: var(--e-global-color-white);
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}
.footer_shape figure {
    position: absolute;
    bottom: 50px;
    right: 50px;
}
 .footer-section .left_shape{
  position: absolute;
    bottom: 50px;
    left: 0;  
    opacity: 0.5;
    width: fit-content;
 }
/* About Page Style */

/* About Page Sub Banner Section Style */

.sub-banner-section{
    background-image: url('../images/banner/banner-inner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100px;
}
.sub-banner-section .banner-section {
    padding: 110px 0 120px;
    position: relative;
}
.sub-banner-section .banner-section .banner-section-content {
    text-align: center;
    color:#fff;
}
.sub-banner-section .banner-section h1 {
    margin-bottom: 16px;
}
.sub-banner-section .banner-section p {
    color: var(--e-global-color-white);
    padding: 0 240px;
    margin-bottom: 26px;
}
.sub-banner-section .banner-section .btn_wrapper {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    padding: 14px 24px;
    text-align: center;
    background-color: #27489f;
    color: var(--e-global-color-white);
    display: inline-block;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}
.sub-banner-section .banner-section .btn_wrapper .sub_span a:hover{
    color: #ffffff;
}
.sub-banner-section .banner-section .btn_wrapper .sub_home_span {
    margin-right: 8px;
}
.sub-banner-section .banner-section .btn_wrapper .sub_home_span a{
    color: #fff;
}
.sub-banner-section .banner-section .btn_wrapper i {
    font-size: 14px;
}
.sub-banner-section .banner-section .btn_wrapper .sub_span a{
    color: #ffffff;
    margin-left: 8px;
}

.sub-banner-section .banner-section .banner_left_top_shape {
    position: absolute;
    top: -8px;
    left: 0;
}
.sub-banner-section .banner-section .banner_left_bottom_shape{
    position: absolute;
    top: 112px;
    left: 0;
}
.sub-banner-section .banner-section .banner_right_top_shape {
    position: absolute;
    bottom: 222px;
    right: 0;
}
.sub-banner-section .banner-section .banner_right_bottom_shape {
    position: absolute;
    bottom: 98px;
    right: 0;
}

/* About Page About Us Section Style */

/*.aboutpage_aboutus_section{
    padding: 132px 0;
}*/
.aboutpage_aboutus_image{
    position: relative;
}
.aboutpage_aboutus_image figure{
    margin-top: 30px;
}
.aboutpage_aboutus_section .aboutus_top_shape {
    position: absolute;
    top: -42px;
    left: -100px;
    z-index: -1;
}
.aboutpage_aboutus_section .aboutus_bottom_shape {
    position: absolute;
    top: 166px;
    left: -130px;
    z-index: -1;
}
.aboutpage_aboutus_content{
    padding-top: 40px;
}
.aboutpage_aboutus_content h5{
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}
.aboutpage_aboutus_content h2{
    margin-bottom: 18px;
    color: var(--e-global-color-primary);
}
.aboutpage_aboutus_content p {
    margin-bottom: 12px;
    color: var(--e-global-color-text);
    line-height: 35px;
}
.aboutpage_aboutus_content .margin_bottom{
    margin-bottom: 30px;
}
.aboutpage_aboutus_content .box {
    width: 100%;
    background-color: var(--e-global-color-white);
    display: inline-block;
    align-items: center;
    padding: 20px 24px 15px;
    border-radius: 30px 0 30px 0;
    margin-bottom: 22px;
    margin-right: 12px;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 7%);
    transition: all 0.3s ease-in-out;
    position: relative;
}
.aboutpage_aboutus_content .box i{
    position: absolute;
    left: 22px;
    top: 24px;
    border-radius: 100%;
    border: 2px solid var(--e-global-color-secondary);
    height: 38px;
    width: 38px;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    color: var(--e-global-color-secondary);
}
.aboutpage_aboutus_content .box span{
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    padding-left: 50px;
    display: inline-block;
    color: var(--e-global-color-primary);
}
.aboutpage_aboutus_content .box:hover{
    transform: translateY(-10px);
}

/* About Page Discount Section Style */

.discount_section{
    background-image: url('../images/discount_background1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0 130px;
}
.discount_content{
    text-align: center;
}
.discount_content h2{
    margin-bottom: 18px;
    color: var(--e-global-color-primary);
    padding: 0 230px;
}
.discount_content span{
    color: var(--e-global-color-secondary);
}
.discount_content p {
    margin-bottom: 35px;
    padding: 0 160px;
    color: var(--e-global-color-text);
}
.discount_content .btn_wrapper .get_started{
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 24px 50px;
    text-align: center;
    color: var(--e-global-color-accent);
    display: inline-block;
    background-color: var(--e-global-color-soft-orange);
    border-radius: 35px 0px 35px 0px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}
.discount_content .btn_wrapper .get_started:hover {
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    transform: translateY(-10px);
}
.discount_content .btn_wrapper .get_started:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}
.discount_content .btn_wrapper .get_started:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}

/* About Page Our Mission Section Style */

.mission_section{
    padding: 130px 0 45px;
    position: relative;
    background-color: rgb(244 255 252 / 44%);
}
.mission_section .mission_box{
    width: 100%;
    background-color: var(--e-global-color-white);
    border-radius: 200px 0 200px 0;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 7%);
}
.mission_content{
  padding-top: 90px;
    padding-left: 75px;
}
.mission_content h5{
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}
.mission_content h2{
    margin-bottom: 16px;
    color: var(--e-global-color-primary);
}
.mission_content p {
    margin-bottom: 32px;
    color: var(--e-global-color-text);
    padding-right: 25px;
    text-align: justify;
}
.mission_content .btn_wrapper .read_more_btn{
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 24px 44px;
    text-align: center;
    color: var(--e-global-color-white);
    display: inline-block;
    background-color: var(--e-global-color-secondary);
    border-radius: 35px 0px 35px 0px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}
.mission_content .btn_wrapper .read_more_btn:hover {
    color: var(--e-global-color-accent);
    background-color: var(--e-global-color-soft-orange);
    transform: translateY(-10px);
}
.mission_content .btn_wrapper .read_more_btn:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}
.mission_content .btn_wrapper .read_more_btn:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: var(--e-global-color-accent);
    background-color: var(--e-global-color-soft-orange);
    transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}
.mission_section .mission_right_shape {
    position: absolute;
    top: 210px;
    right: 0;
}

/* About Page Our Vision Section Style */

.vision_section{
    padding: 45px 0 90px;
    position: relative;
    background-color: rgb(244 255 252 / 44%);
}
.vision_section .vision_box{
    width: 100%;
    background-color: var(--e-global-color-white);
    border-radius: 200px 0 200px 0;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 7%);
}
.vision_content{
    padding-top: 40px;
    padding-left: 40px;
}
.vision_content h5{
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}
.vision_content h2{
    margin-bottom: 16px;
    color: var(--e-global-color-primary);
}
.vision_content p {
    margin-bottom: 32px;
    color: var(--e-global-color-text);
    padding-right: 60px;
    text-align: justify;
}
.vision_content .btn_wrapper .read_more_btn{
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 24px 44px;
    text-align: center;
    color: var(--e-global-color-white);
    display: inline-block;
    background-color: var(--e-global-color-secondary);
    border-radius: 35px 0px 35px 0px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}
.vision_content .btn_wrapper .read_more_btn:hover {
    color: var(--e-global-color-accent);
    background-color: var(--e-global-color-soft-orange);
    transform: translateY(-10px);
}
.vision_content .btn_wrapper .read_more_btn:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}
.vision_content .btn_wrapper .read_more_btn:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: var(--e-global-color-accent);
    background-color: var(--e-global-color-soft-orange);
    transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}
.vision_section .vision_left_shape {
    position: absolute;
    top: 140px;
    left: 0;
}

/* About Page Achievement Section Style */

.achievement_section{
    background-color: var(--e-global-color-pale-blue);
    padding: 122px 0 110px;
}
.achievement_content{
    text-align: center;
}
.achievement_content h5{
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}
.achievement_content h2{
    margin-bottom: 18px;
    color: var(--e-global-color-primary);
}
.achievement_content p {
    margin-bottom: 25px;
    padding: 0 85px;
    color: var(--e-global-color-text);
}
.achievement_section .logo_wrapper{
    animation: float_img 6s ease-in-out infinite;
}
.achievement_section .logo_wrapper figure{
    height: 100px;
    line-height: 100px;
}
.achievement_section .craft{
    padding-left: 5px;
}
.achievement_section .q-power{
    margin-left: -2px;
}
.achievement_section .logo{
    padding-left: 20px;
}
.achievement_section .minimum{
    padding-left: 8px;
}
.achievement_section .logoipsum{
    padding-left: 30px;
}

/* Services Page Style */

/* Services Page Services Section Style */

.services_section .services_page_services_right_shape {
    position: absolute;
    top: 115px;
    right: 0;
}

/* Pricing Page Style */

/* Pricing Page Pricing Plans Section Style */

.pricing_plans_section_padding{
    padding: 120px 0 130px;
}

/* Team Page Style */

/* Team Page Our Team Section Style */

.our_team_section{
    padding: 120px 0 80px;
}
.our_team_section .our_team_content{
    text-align: center;
}
.our_team_content h5{
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}
.our_team_content h2{
    margin-bottom: 18px;
    color: var(--e-global-color-primary);
}
.our_team_content p {
    margin-bottom: 35px;
    padding: 0 110px;
    color: var(--e-global-color-text);
}
.our_team_section .our_team_box_content{
    margin-bottom: 50px;
    transition: all 0.3s ease-in-out;
}
.our_team_section .our_team_box_content .our_team_box_upper_portion{
    margin-bottom: 10px;
}
.our_team_section .our_team_box_content .our_team_box_upper_portion img{
    transition: all 0.3s ease-in-out;
}
@keyframes float_img {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}
.our_team_box_content .our_team_box_lower_portion h3{
    margin-bottom: 0;
}
.our_team_box_content .our_team_box_lower_portion p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-top: -6px;
    margin-bottom: 12px;
}
.our_team_box_content .our_team_box_lower_portion .social_icons i{
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    border-radius: 100%;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    width: 36px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.our_team_box_content:hover{
    transform: translateY(-10px);
}
.our_team_section .our_team_box_content:hover .our_team_box_upper_portion img{
    opacity: 0.8;
}
.our_team_box_content:hover .our_team_box_lower_portion .social_icons i{
    color: var(--e-global-color-accent);
    background-color: var(--e-global-color-soft-orange);
}

/* Faq Page Style */

/* Faq Page Faq's Section Style */

.accordian-section{
    padding: 120px 0 130px;
}
.accordian_content{
    text-align: center;
}
.accordian_content h5{
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}
.accordian_content h2{
    margin-bottom: 18px;
    color: var(--e-global-color-primary);
}
.accordian_content p {
    margin-bottom: 40px;
    padding: 0 110px;
    color: var(--e-global-color-text);
}
.accordian-section .accordian-section-inner{
    padding-left: 46px;
}
.accordian-section .accordian-inner .accordion-card {
    margin-bottom: 36px;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 10%);
    background: var(--e-global-color-white);
    border-radius: 35px 0 35px 0;
    width: 95%;
}
.accordian-section .accordion-card a.btn.btn-link {
    color: var(--e-global-color-primary);
    background: var(--e-global-color-white);
    position: relative;
    border-radius: 35px 0 35px 0;
}
.accordian-section .accordian-inner .accordion-card .btn {
    padding: 20px 85px;
    text-decoration: none;
    text-align: left;
}
.accordian-section .accordian-inner .accordion-card h6{
    margin-bottom: 0;
}
.accordian-section .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    border: none;
    background: none;
}
.accordian-section .accordian-inner .card-body {
    padding: 3px 60px 28px;
}
.accordian-section .accordian-inner .card-body .faq_wrapper{
    position: relative;
}
.accordian-section .accordian-inner .card-body .faq_wrapper figure{
    position: absolute;
    top: 5px;
    left: 26px;
}
.accordian-section .accordian-inner .card-body .faq_wrapper p{
    font-size: 18px;
    line-height: 24px;
    color: var(--e-global-color-text);
    font-weight: 400;
    margin-left: 45px;
}
.accordian-section .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}
.accordian-section .accordion-card .btn-link:before {
    content: "\f068";
    position: absolute;
    left: 25px;
    top: 16px;
    font-family: 'Font Awesome 6 FREE';
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    color: var(--e-global-color-soft-orange);
    border: 2px solid var(--e-global-color-soft-orange);
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 38px;
    font-weight: 700;
    border-radius: 100px;
    text-align: center;
}
.accordian-section .accordion-card .collapsed:before {
    content: "\2b";
    background-color: transparent;
    color: var(--e-global-color-secondary);
    border: 2px solid var(--e-global-color-secondary);
    border-radius: 100px;
    text-align: center;
}
.accordian-section .accordian-inner .accordion-card:last-child {
    margin-bottom: 0 !important;
}

/* Contact Page Style */

/* Contact Page Message Section Style */

.message_section{
    padding: 120px 0 130px;
    background-color: var(--e-global-color-pale-blue);
}
.message_content h5 {
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}
.message_content h2{
    color: var(--e-global-color-primary);
    margin-bottom: 18px;
}
.message_content p{
    padding-right: 100px;
    margin-bottom: 36px;
    color: var(--e-global-color-text);
}
.message_content input {
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 25px;
    border-radius: 0;
    width: 90%;
    margin-bottom: 28px;
    outline: none;
    border: none;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 5%);
}
.message_content .form_style {
    margin-left: -40px;
}
.message_content textarea {
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    border-radius: 0;
    padding: 18px 25px;
    width: 90%;
    outline: none;
    resize: none;
    height: 128px;
    margin-bottom: 42px;
    border: none;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 5%);
}
.message_content .form-control:focus{
    box-shadow: none;
    outline: none;
    border: none;
}
textarea {
    overflow: auto;
}
.message_content button,
.new-book .get_started_btn {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 24px 40px;
    text-align: center;
    color: var(--e-global-color-accent);
    display: inline-block;
    background-color: var(--e-global-color-soft-orange);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    outline: none;
    border: none;
    overflow: hidden;
    position: relative;
}
.message_content button:hover {
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    transform: translateY(-10px);
}
.message_content button:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}
.message_content button:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}

.message_section .box_padding{
    margin-top: 10px;
}
.message_section .box{
    box-shadow: 1px 1px 50px rgb(0 0 0 / 5%);
    width: 380px;
    transition: all 0.3s ease-in-out;
    border-radius: 45px 0 45px 0;
    background-color: var(--e-global-color-white);
    padding: 30px 18px 40px;
    margin-left: -30px;
    margin-bottom: 30px;
}
.message_section .box .box_wrapper{
    position: relative;
    padding-left: 20px;
    margin-top: -12px;
    display: inline-block;
    width: 74%;
}
.message_section .box .box_wrapper h3{
    margin-bottom: 5px;
    color: var(--e-global-color-primary);
}
.message_section .box .box_wrapper p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-top: -10px;
    margin-bottom: 11px;
    color: var(--e-global-color-text);
}
.message_section .box .box_wrapper a{
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}
.message_section .box .box_wrapper a:hover{
    color: var(--e-global-color-soft-orange);
}
.message_section .box .box_image_content{
    float: left;
    width: 26%;
}
.message_section .box .box_image_content figure img{
    width: 25px;
}
.message_section .box .box_image_content figure{
    background-color: var(--e-global-color-secondary);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}
.message_section .box:hover .box_image_content figure{
    background-color: var(--e-global-color-soft-orange);
}

/* Contact Page Contact Map Section Style */

.contact_map_section {
    overflow: hidden;
    margin-bottom: -10px;
}

/* Contact Page Contact Subscribe Section Style */

.contact_subscribe_section{
    margin-top: -360px;
}

/* Blog Posts Page Style */

.blog-posts {
    padding: 120px 0 130px;
}
.single-post .single-post-heading {
    font-size: 30px !important;
}
.upcoming-event .services_box_upper_portion figure,
.services_section .services_box_upper_portion figure{
border-radius: 20px;
overflow: hidden;
}
header{
    padding: 10px 0;
    background-color: #fff;
    z-index: 2;
    position: fixed;
    width: 100%;
    box-shadow: 1px 1px 15px #0000001f;
}
.bg-grey{
    background: #F6F8F9;
}
.spacer-double {
    width: 100%;
    height: 60px;
    display: block;
    clear: both;
}
.ul-style-2 li:before {
    position: absolute;
    left: 0;
    font-family: "FontAwesome";
    content: "\f00c";
    margin-right: 12px;
    width: 20px;
    line-height: 1;
    padding: 4px 0;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.ul-style-2 li{
    list-style: none;
}
.ul-style-2{
    padding-left: 20px;
}
ol.ol-style-1 li::before {
    background:rgba(131, 204, 97, 0.2);
    border-radius: 50%;
    color: #83cc61;
    content: counter(ordered);
    counter-increment: ordered;
    display: inline-block;
    font-weight: 400;
    margin-left: -50px;
    margin-top: -5px;
    padding: 5px 5px;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
align-items: center;
justify-content: center;
}
ol.ol-style-1 {
    list-style-type: none;
    counter-reset: ordered;
    margin-left: 50px;
}
ol.ol-style-1 li {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 18px;
}
.case-studies h3{
    font-size: 28px;
    line-height: 40px;
}
.case-testi{
    background-color: var( --e-global-color-secondary);
}
.case-testi .circle{
    border-radius: 50%;

}
.case-testi p{
    color: #fff !important;
    font-size: 22px !important;
    line-height: 30px !important;
}
.case-testi h5{
    font-size: 26px;
    font-weight: 600;
}
.rounded-10{
    border-radius: 10px;
}
.white{
    color: #fff;
}
.de-video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #83cc61;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.de-video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #83cc61;
    border-radius: 50%;
    transition: all 200ms;
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.de-video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
.de-video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}
.relative{
    position: relative;
}
.case-side{
    background-color: var( --e-global-color-secondary);
    padding: 30px;
    color: #fff;
}
.case-side h5{
   font-weight: 600; 
}
.py-80{
    padding: 80px 0;
}
.event__area .event__thumb img{
    width: 100%;
}
.event__content {
    position: absolute;
    padding: 40px 30px;
    padding-bottom: 30px;
    left: 30px;
    bottom: -170px;
    right: 50px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 64, 56, 0.08);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 64, 56, 0.08);
    box-shadow: 0px 10px 20px 0px rgba(0, 64, 56, 0.08);
    background-color: #fff;
}
.event__thumb {
    position: relative;
    overflow: hidden;
}
.event__item{
    margin-bottom: 230px;
}
.event__date {
    width: 90px;
    height: 90px;
    background: #056c5f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    padding: 20px 0;
    margin-right: 30px;
}
.event__date h3 {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1;
    font-size: 30px;
}
.event__date span {
    color: #ffffff;
}

.event__details .link-btn {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #005046;
    text-transform: uppercase;
    padding-right: 25px;
    text-decoration: none;
}
.event__details h3 a{
    color: #000;
}
.event__details p{
    font-size: 17px;
}
.event__details i{
    color:#294b9f;
}
.event__meta span {
    margin-right: 8px;
}
.case-slider .case-content{
    position: relative;
}
.case-slider .case-content::before {
    content: "";
    position: static;
    left: 0px;
    right: 0px;
    bottom: -100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /*padding: 40px;*/
    overflow: hidden;
    background: #e1ccad;
    /*background: linear-gradient(to bottom, #20896a 35%, #7ab9a6 62%);*/
    opacity: 0.4;
    height: 0;
    z-index: -1;
    transition: 0.3s ease-in-out;
}
.case-slider .case-content:hover::before {
    height: 100%;
    bottom: 0;
}
.case-slider .case-content img{
    border-radius: 50%;
    width: 50% !important;
    margin: 0 auto 50px;
    margin-top: -100px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
}
.case-slider .case-content {
    position: static;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    border-radius: 20px;
    /*overflow: hidden;*/
    transition: 0.3s ease-in-out;
    text-align: center;
border: 1px solid #e1e1e1;
    background-color:rgb(244 255 252 / 44%);
z-index: 1;
}
.case-carousel .owl-stage-outer{
    padding: 100px 0 30px;
}
.case-slider .case-content h5{
color: #000;
font-size: 27px;
}
.case-slider .case-content p{
font-size: 17px;
margin: 30px 0;
}
.case-slider .case-content i{
       width: 50px;
    height: 50px;
    display: flex
;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-top: 4px;
    padding-right: 4px;
    border-radius: 50px;
    background-color: transparent;
    color: #000;
    border: 1px solid #087b5c;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
}
.case-slider .case-content:hover i{
background: var(--e-global-color-primary);
}
.case-slider .case-content:hover i svg{
color: #fff !important;
fill: #fff !important;
}
.case-slider .item{
    /*overflow: hidden;*/
    border-radius: 20px;
    box-shadow:1px 1px 10px #00000014;
}
.case-slider .item img{
   transition: all 0.4s ease-in-out;
}
.case-slider .item:hover img{
    transform: scale(1.1);
}
/*.case-slider .case-content i:after {
    content: "";
    position: absolute;
    left: -4px;
    bottom: -4px;
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: #087b5c;
    border-image: initial;
    transition: 0.3s ease-in-out;
}*/

.case-carousel.owl-theme .owl-dots .owl-dot.active span, 
.case-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #e1ccad;
}
.timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: var(--e-global-color-primary); 
  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 300px;
  float: right;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  
  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(248,248,248);
  padding: 6px 10px;
  border-radius: 5px;
  
  font-weight: 600;
  text-align: left;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-l .desc:before,
.direction-r .desc:before {
  position: absolute;
  top: 50%;
  right: -38px;
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #20896a;
  z-index: 10;
}

.direction-r .desc:before {
  left: -38px;
}

/*.direction-l .desc:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}*/

/*.direction-r .desc:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}*/

.time-wrapper {
  display: inline;
  
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250,80,80);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248,248,248);
}

.desc {
  /*margin: 1em 0.75em 0 0;*/
  font-size: 18px;
  line-height: 1.5em;
}

.direction-r .desc {
  /*margin: 1em 0 0 0.75em;*/
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {

.timeline {
    width: 100%;
    padding: 4em 0 1em 0;
}

.timeline li {
    padding: 2em 0;
}

.direction-l,
.direction-r {
    float: none;
    width: 100%;

    text-align: center;
}

.flag-wrapper {
    text-align: center;
}

.flag {
    background: rgb(255,255,255);
    z-index: 15;
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: -30px;
    left: 50%;
    content: ' ';
    display: block;
    margin-left: -9px;
    background: #fff;
    border-radius: 10px;
    z-index: 10;
}

.direction-l .flag:after,
.direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: rgb(255,255,255);
    border-width: 8px;
    pointer-events: none;
}

.time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
}

.direction-l .time-wrapper {
    float: none;
}

.direction-r .time-wrapper {
    float: none;
}

.desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: rgb(245,245,245);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
    box-shadow: 0 0 1px rgba(0,0,0,0.20);
    
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    
  z-index: 15;
}

}

@media screen and (min-width: 400px ?? max-width: 660px) {

.direction-l .desc,
.direction-r .desc {
    margin: 1em 4em 0 4em;
}

}

.nav-tabs {
    display:none;
}

@media(min-width:768px) {
    .nav-tabs {
        display: flex;
    }
    
    .card {
        border: none;
    }

    .card .card-header {
        display:none;
    }  

    .card .collapse{
        display:block;
    }
}

@media(max-width:767px){
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}

.service-wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.service-wrap .services-page__single {
    position: relative;
    display: block;
    text-align: center;
    border-radius: 10px;
    border-top: 2px solid transparent;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 37px 30px 34px;
    margin-bottom: 0;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    /*width: 48%;*/
    margin-bottom: 20px;
}
.service-wrap .services-page__single h3{
    line-height: 35px;
}
.service-wrap .services-page__single p{
    text-align: justify;
}
.service-wrap .services-page__title a{
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: #000;
}
.services-page__single:hover{
   border-top:4px solid var(--e-global-color-primary);
}
.services-page .nav-tabs,
.case-study-main .nav-tabs {
display: flex;
justify-content: center;
border-bottom: none;
}
.services-page .nav-tabs{
    flex-direction: column;
    margin: 0 30px;
}
.services-page__single .services-page__btn{
    border: 1px solid #097b5c;
    border-radius: 20px;
}
.services-page__single .fee{
    text-align: left;
}
.service-wrap .services-page__single:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.service-wrap .services-page__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--bixola-bdr-radius);
    background-color: var(--bixola-white);
    box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.08);
    background-position: bottom left;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    z-index: -1;
}
.services-page .nav-tabs .nav-link,
.case-study-main .nav-tabs .nav-link{
    padding: 20px;
    border-radius: 10px;
    border: 1px solid;
    margin: 0 15px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background-color: #097b5c;
}
.services-page .nav-tabs .nav-link{
    padding: 10px 20px;
    border-radius: 35px 0;
    border: 1px solid;
    margin: 0 0 10px 0;
    color: #000;
    font-weight: 200;
    font-size: 17px;
    background-color: transparent;
    border: 1px solid #097b5c;
}
.services-page .nav-tabs .nav-link.active{
    color: #fff;
}
.services-page .nav-tabs .nav-link.active,
.case-study-main .nav-tabs .nav-link.active
{
  background-color: #27489f;  
}

.case-study-main .tab-content{
    padding-top: 50px;
}
.course-main .post-image{
    margin: 15px;
}
.course-main .post-item-wrap .post-image{
    overflow: hidden;
}
.course-main .post-item-wrap .post-image img{
transition: all 0.3s;
}
.course-main .post-item-wrap:hover .post-image img{
    transform: scale(1.1);
} 
.course-main .post-item .post-meta-comments,
 .course-main .post-item .post-meta-date{
    font-size: 18px !important;
    margin-right: 40px !important;
 }
 .course-main .post-item .post-meta-comments i,
 .course-main .post-item .post-meta-date i{
    margin-right: 5px;
 }
  .course-main .post-item .item-link{
    border-radius: 20px 0;
    background-color:var(--e-global-color-primary) ;
    color: #ffffff !important;
    padding: 10px;
  }
  .services-page .services-page__btn a{
     color:var(--e-global-color-primary) ;
     font-weight: 700;
     font-size: 18px;
  }
  .case-study-main .case-study-card {
    position: relative;
    border-radius: 12px;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    margin-bottom: 30px;
    border-radius: 50%;
}
.case-study-main .case-study-card .case-study-content {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
}
.case-study-main .case-study-card:hover .case-study-content, 
.case-study-main .case-study-card:focus .case-study-content {
    opacity: 1;
    visibility: visible;
}
.case-study-main .case-study-card:hover::after, 
.case-study-main .case-study-card:focus::after {
    opacity: 1;
    visibility: visible;
}
.case-study-main .case-study-card::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    border-radius: 12px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(52.38%, rgba(28, 29, 32, 0)), color-stop(91.91%, #1C1D20));
    background: linear-gradient(180deg, rgba(28, 29, 32, 0) 37.38%, #27489fad 58.91%);
    content: "";
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    opacity: 0;
    visibility: hidden;
}
.case-study-main .case-study-card:hover img, 
.case-study-main .case-study-card:focus img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-filter: blur(2px);
    filter: blur(2px);
}
.case-study-main .case-study-card img {
    border-radius: 12px;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    width: 100%;
}
.case-study-main .case-study-card .case-study-content div {
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 6px;
}
.case-study-main .case-study-card .case-study-content p {
    color: #CED0DF;
    font-weight: 400;
    margin-bottom: 0;
}
.workshop-img{
    border-radius: 20px;
    border: 1px solid ;
    overflow: hidden;
}
.work-single{
  border-radius: 20px;
    border: 1px solid ;
    display: flex; 
    align-items: center; 
    padding: 20px;
    margin-bottom: 20px;
}
.work-single .content,
.work-single .img{
    width: 50%;
}
.work-single .content{
    padding-right: 20px;
}
.work-single .content p{
    font-size: 16px;
    text-align: justify;
}
.work-single .content h3{
    line-height: 35px;
}
.work-single .img img{
    width: 100%;
}

.modality{
    margin: 0 3%;
}
.work-single .img{
    border-radius: 120px;
    overflow: hidden;
}
.work-wrap{
    margin-bottom: 70px;
}
.card-body{
    padding: 0;
}
.workshop-wrap1 .work-single .content{
    width: 100%;
}
.modality-wrap{
  gap: 25px;  
}

.modality-wrap .mod-img img{
    width: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.modality-wrap .services-page__single:hover .mod-img img{
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
.modality-wrap .services-page__single{
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    width: 32%;
}
.modality-wrap .mod-content{
    position: absolute;
    bottom: -300px;
    background-color: var( --e-global-color-secondary);
    color: #fff;
    border-radius: 20px;
    padding: 22px;
   /*display: none;*/
    /*transform: translateY(-100px);*/

    transition: all 0.3s ease-in-out;
}
.modality-wrap .services-page__title a{
  color: #fff;  
}
.modality-wrap .mod-content p{
 font-size: 18px;  
 line-height: 25px;
}
.modality-wrap .services-page__single:hover .mod-content{
  /*display: block;*/
   bottom: 0; 
   transition: all 0.3s ease-in-out;
}
.stats{
    background-image: url('../images/count-bg1.avif');
    background-position: center;
    border-radius: 20px;
    width: 90%;
    margin: 0 auto 80px;
    padding:180PX 100px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
   overflow: hidden;
}
.stats .frame{
position: absolute;
top: -5%;
right: -4%;
width: 58%;
}
.stats .count-single{
 font-family: 'Playfair Display', serif !important;   
}
.stats .count-single .number{
    display: flex;
    align-items: center;
    justify-content: center;
}
.stats .count-single .number span{
   color: #fff;
    font-size: 45px;  
}
.stats .count-single h2{
    color: #fff;
    font-size: 65px;
    margin-bottom: 10px;
    font-weight: 700;
}
.stats .count-single p{
    font-size: 20px;
    color: #fff;
}
.counter-wrap{
    display: flex;
    flex-wrap: wrap;
}

 .counter-wrap .count-single{
    width: 50%;
    text-align: center;
    padding: 40px 20px;
 }
 .counter-wrap .count-single:nth-child(1),
 .counter-wrap .count-single:nth-child(3){
    border-right: 1px solid #ffffff54;
 }
 .counter-wrap .count-single:nth-child(1),
 .counter-wrap .count-single:nth-child(2){
    border-bottom: 1px solid #ffffff54;
 }
 .vision_section .vision_image,
 .mission_section .mission_image{
    border-radius: 150px 0;
    overflow: hidden;
 }
.mod-box {
    position: relative;
}

.mod-box .circle{
border-radius: 50%;
overflow: hidden;
box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
display: flex
;
    align-items: center;
    justify-content: center;
}
.mod-box .abs-middle{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #20896a75;
    border-radius: 50%;
overflow: hidden;
display: flex
;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.mod-box .circle:hover .abs-middle{
   opacity: 1;
}
.mod-box .abs-middle h3{
    font-weight: 700;
    font-size: 28px;
}
.modalities .btn_wrapper{
    margin: 60px auto 0;
    text-align: center;
}
.modalities {
    background-image: url(../images/aboutus_background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.workshop-wrap1 .work-single li,
.who-attend ul li{
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 17px;
}
.workshop-wrap1 .work-single ul,
.who-attend ul{
 padding-left: 0;
}
.workshop-wrap1 .work-single li img,
.who-attend ul img{
    width: 25px;
}
.workshop-wrap1 .work-single li a{
    color: var(--e-global-color-accent);
    background-color: var(--e-global-color-soft-orange);
   font-size: 17px;
    line-height: 26px;
    padding: 7px 12px;
    border-radius: 18px 0 18px 0;
    transition: all ease-in-out 0.3s;
}
.workshop-wrap1 .work-wrap,
.workshop-wrap1 .workshop-img{
    margin-bottom: 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.workshop-wrap1 .work-single .content h3{
    margin-bottom: 20px;
}
.workshop-wrap1 .work-single h5{
    font-weight: 600;
    font-size: 18px;
}
.workshop-wrap1 .row{
    margin: 80px 0;
}
.workshop-wrap1 .workshop-img img{
    width: 100%;
    border-radius: 20px;
}
.workshop-wrap1 .workshop-img{
    border: none;
}
.workshop-wrap1 .work-single{
    margin-bottom: 0;
}
.modality-detail .blog-posts {
    padding: 0;
}
.modality-detail h3{
    line-height: 35px;
}
.gallery {
  column-count: 3;
  --webkit-column-count: 3;
  --moz-column-count: 3;
  gap: 10px;
  padding: 0;
}

.image img {
  height: auto;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

/* Responsive-ness for different screen-sizes */
@media screen and (max-width: 810px) {
  .gallery {
    column-count: 3;
    --webkit-column-count: 3;
    --moz-column-count: 3;
  }
}

@media screen and (max-width: 500px) {
  .gallery {
    column-count: 2;
    --webkit-column-count: 2;
    --moz-column-count: 2;
  }
}

@media screen and (max-width: 400px) {
  .gallery {
    column-count: 1;
    --webkit-column-count: 1;
    --moz-column-count: 1;
  }
}

.certi-carousel{
    margin-top: 50px;
}
.certi-carousel img{
    width: auto !important;
}
.certi-carousel figure{
    border-radius: 10px;
    overflow: hidden;
}

.vertical-align {
  position: relative;
  overflow: hidden;
}



.story-carousel {
  position: relative;
}
.story-carousel:before, .story-carousel:after {
  content: "";
  display: block;
}
.story-carousel:before {
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f2f2f2;
}
.story-carousel__radio {
  display: none;
}
.story-carousel__radio:checked + .story {
  z-index: 3;
  position: relative;
}
.story-carousel__radio:checked + .story > .story__figure {
  transform: translate3d(0, 0, 0);
}
.story-carousel__radio:checked + .story > .story__content {
  transform: translate3d(0, 0, 0);
  box-shadow: 0px 6px 11px rgb(0 0 0 / 7%);
  border: 1px solid #27489f1c;
}
.story-carousel__label {
  z-index: 3;
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 75vw;
  transform: translate3d(0, -50%, 0);
  font-size: 0;
  background: #f7f7f7;
  transition: transform 0.325s ease;
  cursor: pointer;
}
.story-carousel__label:before, .story-carousel__label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.story-carousel__label:before {
  /*left: 10px;
  width: 20px;
  height: 1px;
  background: #333;*/
}
.story-carousel__label:after {
  transform: translateY(-45%);
  left: 10px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #087b5c;
}
.story-carousel #story-0:checked ~ #label-3, 
.story-carousel #story-1:checked ~ #label-0, 
.story-carousel #story-2:checked ~ #label-1, .story-carousel #story-3:checked ~ #label-2 {
  display: block;
}
.story-carousel #story-0:checked ~ #label-1, .story-carousel #story-1:checked ~ #label-2, .story-carousel #story-2:checked ~ #label-3, .story-carousel #story-3:checked ~ #label-0 {
  display: block;
  right: 0;
  transform: translate3d(0, -50%, 0);
}
.story-carousel #story-0:checked ~ #label-1:after, .story-carousel #story-1:checked ~ #label-2:after, .story-carousel #story-2:checked ~ #label-3:after, .story-carousel #story-3:checked ~ #label-0:after {
  left: auto;
  right: 10px;
  border-left: 15px solid #087b5c;
  border-right: none;
}

.story {
  position: absolute;
  top: 0;
  width: 100%;
}
.story__figure, .story__content {
  transition: transform 0.75s ease;
}
.story__figure:before, .story__content:before {
  content: "";
  display: block;
}
.story__figure {
  margin: 0;
  background-size: cover;
  transform: translate3d(-100%, 0, 0);
}
.story__figure:before {
  padding-bottom: 75%;
}
.story__content {
  position: relative;
  transform: translate3d(100%, 0, 0);
  padding: 4em 2em;
  text-align: center;
  background: #fff;
}
.story__content p{
   font-size: 24px;
    line-height: 40px;
}

.story__category--lifestyle {
  color: #55A9F3;
}
.story__category--food {
  color: #4EC68F;
}
.story__category--cars {
  color: #FF5458;
}
.story__category--music {
  color: #7372AA;
}
.story__title {
  margin-top: 0;
}
.story__date {
  text-transform: uppercase;
  color: #666666;
}

@media screen and (min-width: 48rem) {
  .vertical-align {
    top: 40vh;
    transform: translateY(-50%);
    /*margin-top: 50px;*/
  }

  .story-carousel {
    overflow: hidden;
    padding: 0 40px;
  }
  .story-carousel:after {
    padding-bottom: 54%;
  }
  .story-carousel:before {
    left: 40px;
    right: 40px;
  }
  .story-carousel__radio:checked + .story {
    position: absolute;
  }
  .story-carousel__label {
    top: 50%;
    width: 60px;
    transform: translate3d(-50%, -50%, 0);
    background: transparent;
  }
  .story-carousel__label:before {
    left: 0;
    width: 100%;
  }
  .story-carousel__label:after {
    left: 0;
  }
  .story-carousel__label:hover {
    transform: translate3d(-65%, -50%, 0);
  }
  .story-carousel #story-0:checked ~ #label-1, .story-carousel #story-1:checked ~ #label-2, .story-carousel #story-2:checked ~ #label-3, .story-carousel #story-3:checked ~ #label-0 {
    right: 40px;
    transform: translate3d(50%, -50%, 0);
  }
  .story-carousel #story-0:checked ~ #label-1:after, .story-carousel #story-1:checked ~ #label-2:after, .story-carousel #story-2:checked ~ #label-3:after, .story-carousel #story-3:checked ~ #label-0:after {
    right: 0;
  }
  .story-carousel #story-0:checked ~ #label-1:hover, .story-carousel #story-1:checked ~ #label-2:hover, .story-carousel #story-2:checked ~ #label-3:hover, .story-carousel #story-3:checked ~ #label-0:hover {
    transform: translate3d(65%, -50%, 0);
  }

  .story {
    display: table;
    width: calc(100% - 80px);
  }
  .story__figure, .story__content {
    display: table-cell;
    width: 50%;
  }
  .story__figure {
    transform: translate3d(0, -100%, 0);
  }
  .story__figure:before {
    padding-bottom: 100%;
  }
  .story__content {
    transform: translate3d(0, 100%, 0);
    padding: 2em;
    vertical-align: middle;
  }
}

#get-in-touch select.form-control{
    width: 95%;
    height: 50px;
}
/*cookies css*/
.cookie-popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: #fff;
  color: #000;
  padding: 5px 40px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99999;
    border-radius: 10px;
    width: 45%;
    margin: 0 auto;
}
.cookie-popup button {
  margin-left: 10px;
  padding: 8px 14px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.cookie-popup p{
  margin-bottom: 20px;
  text-align: center;
}
.cookie-popup button:first-child {
  background-color: #087b5c;
  color: white;
}
.cookie-popup button:last-child {
  background-color: #f44336;
  color: white;
}
.cookies-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
.cookie-popup{
  width: 90%;
  padding: 10px 20px;
}
}


@media (max-width: 767px) {

.cookie-popup img{
display: none;
}
}
/*cookies css*/

.Workshop-detail h5,
.Workshop-detail li{
    color: var(--e-global-color-text) !important;
}
.new-book {
    background-image: url(../images/aboutus_background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0 130px;
}
.message_section{
    position: relative;
    overflow: hidden;
}
.message_section .candle-img{
    position: absolute;
    bottom: -6%;
    right: -2%;
}
 .getstarted_btn {
    position: relative;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 24px 40px;
    text-align: center;
    color: #ffff;
    display: inline-block;
    background-color: var(--e-global-color-soft-orange);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.speciality-carousel .item img{

    width: 25% !important;
}
.our-speciality{
    background-image: url('../images/bg.webp');
    background-size: cover;
    background-attachment: fixed;
}
.gallery-wrap{
    background-image: url('../images/gallery-bg.png');
    background-size: cover;
    /*background-attachment: fixed; */
}
.our-speciality .pricing_plans_content h2,
.our-speciality .pricing_plans_content p{
    color: #fff;
} 
.our-speciality .speciality-text p{
    margin: 30px 0;
}
.our-speciality .case-content{
    background-color: #f4fffc;
    display: flex;
    padding:50px 30px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 450px;
}
.our-speciality .speciality-text{
  display: flex;  
  flex-direction: column;
  padding: 0 70px;
}
.event-slider figure{
border-radius: 10px;
overflow: hidden;
}
.our-speciality .case-content img{
    margin: 0;
}
.services-page {
    position: relative;
    overflow: hidden;
}
.green-leaves{
   position: absolute;
    right: -80px;
    bottom: -46px;
    width: 41%;
}
.green{
   color: var( --e-global-color-secondary)
}
#downloadForm{
    display: flex;
    flex-direction: column;
}
#getaquote .modal-body{
    padding: 30px;
}
#downloadForm input{
font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 28px;
    outline: none;
    border: none;
    box-shadow: 1px 1px 16px rgb(0 0 0 / 5%);
}
#getaquote .modal-title{
    text-align: center;
    width: 100%;
    font-family: 'Karla', sans-serif;
}
#getaquote button {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 24px 40px;
    text-align: center;
    color: var(--e-global-color-accent);
    display: inline-block;
    background-color: var(--e-global-color-soft-orange);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    outline: none;
    border: none;
    overflow: hidden;
}
#getaquote button.close{
  position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    opacity: 1;  
}
.privacy-area{
    position:relative;
    overflow:hidden;
    padding:60px 0;
}
.privacy-area .content h1{
    font-size: 38px;
    color: var(--e-global-color-primary);
}

.privacy-area .content span{
    color:#20896a;
    font-weight: 400;
    line-height: 1.6;
}

.privacy-area .content h2{
    font-size: 26px;
    color: var(--e-global-color-primary);
}

.privacy-area .content h3 {
    color:#20896a;
}
.privacy-area .content  h4, ul li strong, p strong{
    color: var(--e-global-color-primary);
}


.call-to-action {
    position: fixed;
    top: 60%;
    right: 0;
    z-index: 3;
}
.call-to-action .call-single {
    transform: translateX(138px);
}
.call-to-action .call-single {
    overflow: hidden;
    transition: all 0.4s;
}
.call-to-action .call-single .icon-div {
    display: flex
;
    align-items: center;
    background-color: #fff;
    padding: 0;
    margin-bottom: 5px;
    border: 1px solid #b39359;
    transition: all 0.5s;
}
.call-to-action .call-single .icon-div span:nth-child(1) {
    background-color: rgb(8 123 92 / 33%);
    height: 45px;
    width: 45px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.call-to-action .call-single .icon-div span:nth-child(1) img {
    width: 40px;
    animation: zoom 1.5s infinite;
}
.call-to-action .call-single .icon-div span:nth-child(2) {
    display: flex
;
    align-items: center;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 600;
}
.call-to-action .call-single:hover {
    transform: translateX(0);
}
.home-service img{
    border-radius: 10px;
    overflow: hidden;
}
#anxiety .mod-content .services-page__btn a{
color: #fff;
}
.workshop-about .wrap{
   border-radius: 25px;
    border: 1px solid #e1e1e1;
    width: 90%;
    margin: 0 auto;
    background-color: rgb(53 120 90);
    padding: 80px 120px;
}
.workshop-about .aboutus_content h2,
.workshop-about .aboutus_content p,
.workshop-about .aboutus_content h6 {
    color: #ffffff;
}
.workshop-about .aboutus_content p{
    line-height: 35px;
}
.what-you-learn .specialties_content::after,
.specialties_content::after{
    display: none;
}
.what-you-learn .s1,
.what-you-learn .s5  {
    padding-top: 70px;
}
.what-you-learn .specialties_left_line,
.what-you-learn .specialties_right_line{
    position: absolute;
    top: 40px;
}
.aboutus_section.workshop-about{
    padding: 100px 0 80px;
}
.reserve-btn{
    position: fixed;
    bottom: 5%;
    right: 2%;
    z-index: 3;
    border-radius: 20px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 24px 20px;
    text-align: center;
    color: var(--e-global-color-white);
    display: flex;
    background-color: #ffffff;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    gap: 30px;
    border:1px solid var(--e-global-color-soft-orange);
    box-shadow: 1px 1px 15px #0000001;
}
.reserve-btn span{
    color: #087b5c;
    text-decoration: underline;
    font-weight: 600;
}
.history-tl-container{
  /*width:50%;*/
  margin:auto;
  display:block;
  position:relative;
}
.history-tl-container ul.tl{
    margin:20px 0;
    padding:0;
    display:inline-block;

}
.history-tl-container ul.tl li{
    list-style: none;
    margin:auto;
    min-height:50px;
    /*background: rgba(255,255,0,0.1);*/
    border-left:1px dashed #86D6FF;
    padding:0 0 60px 30px;
    position:relative;
}
.history-tl-container ul.tl li:last-child{ border-left:0;}
.history-tl-container ul.tl li::before{
    position: absolute;
    left: -13px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #27489f;
    height: 25px;
    width: 25px;
    transition: all 500ms ease-in-out;

}
.history-tl-container ul.tl li:hover::before{
    border-color:  #258CC7;
    transition: all 1000ms ease-in-out;
}
.history-tl-container ul.tl li .item-title{
    font-size: 19px;
}
.history-tl-container ul.tl li .item-detail{
    color:rgba(0,0,0,0.5);
    font-size:12px;
}
.history-tl-container ul.tl li .timestamp{
    color: #8D8D8D;
    position: absolute;
  width:100px;
    left: -50%;
    text-align: right;
    font-size: 12px;
}
.why-join img{
    border-radius: 10px;
    overflow: hidden;
}
.why-join{
    background-image: url(../images/testimonial_bg.jpg);
    background-size: cover;
 background-attachment: fixed;
}
/*.why-join h2{
    color: #ffffff !important;
}*/
.white{
    color: #ffffff;
}
.dark-background{
    background-color:#f4f7fe;
}
.dark-background img{
    border-radius:20px;
}
.dark-background1{
    background-color: #097b5c;
}
.dark-background1 h2{
    color:#fff;
}
.dark-background1 img{
    border-radius:20px;
}
.primary-btn{
    background-color:#FFFFFF;
    padding:15px;
    border-radius:50px;
    border:1px solid #FFFFFF;
    font-size:16px;
    font-width:500;
}
.workshop-video .post-audio{
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid lightgrey;
}
.mentor-slider{
   border: 7px solid #097b5c;
    border-radius: 30px;
    overflow: hidden;
}
.mentor-slider figure{
    margin-top: 0;
}
.mentor-content {
    padding-top: 0;
    padding-left: 40px;
}
.why-workshop .aboutus_image{
    border-radius: 20px;
    overflow: hidden;
}
.why-workshop .aboutus_content {
    padding-top: 30px;
}
.discount_content h2 {
    margin-bottom: 18px;
    padding: 0 0 30px;
}
.who-attend .vision_content {
    padding-top: 40px;
    padding-left: 10px;
}
.workshop-details .work-single .content {
    padding: 20px 54px;
}
.workshop-details .work-single {
    width: 50%;
}
.aboutpage_aboutus_content .aboutus_content {
    padding-top: 30px;
}
.discount_content h2 {
    line-height: 70px;
}