/*===========================
    01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #5A5872;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
    text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #FD944D;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

li {
    font-size: 14px;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #5A5872;
    margin: 0px;
}

.bg_chakar img {
    /*     background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;*/
    width: 150px;
    height: 150px;
    opacity: 0.7;
    text-align: center;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 0;
    padding: 0 40px;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    transition: all 0.4s ease-out 0s;
    background-color: #FD944D;
}

.main-btn:hover {
    background-color: #ff6b6b;
    color: #fff;
}

/*===== All Section Title Style =====*/
.section_title .title {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Kaushan Script', cursive;
}

@media (max-width: 767px) {
    .section_title .title {
        font-size: 40px;
        padding: 20px;
    }
}

.section_title p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .75px;
}

@media (max-width: 767px) {
    .section_title {
        font-size: 14px;
        padding: 20px;
    }
}

.section_title.section_title_2 .title,
.section_title.section_title_2 p {
    color: #fff;
}

/*===== All Preloader Style =====*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    background: #000;
    z-index: 99999;
    background-image: url('../images/loadingimage.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.preloader p {
    font-size: 24px;
    margin-top: 2rem;
    text-align: center;
    color: #fff;
    font-size: bold;
    padding: 10px;
    position: relative;
    top: -140px;
    line-height: 1;
}

.loader {
    text-align: center;
}

.jelly-triangle {
    width: 100px;
    height: 65px;
    border: 4px solid #ffffff;
    box-sizing: border-box;
    border-radius: 50%;
    display: grid;
    animation: l2 2s infinite linear;
    position: relative;
    top: -140px;
}

.jelly-triangle:before,
.jelly-triangle:after {
    content: "";
    grid-area: 1/1;
    border: inherit;
    border-radius: 50%;
    animation: inherit;
    animation-duration: 3s;
}

.jelly-triangle:after {
    --s: -1;
}

@keyframes l2 {
    100% {
        transform: rotate(calc(var(--s, 1)*1turn))
    }
}

/*===========================
     02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.header_navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease-out 0s;
}

.sticky {
    position: fixed;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
    padding: 15px 0;
}

.navbar {
    padding: 20px 0;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    width: 196px;
}

@media (max-width: 767px) {
    .navbar-brand img {
        width: 176px;
    }
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 5px 0;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    transform: rotate(45deg);
    top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    transform: rotate(135deg);
    top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
    }

    .sticky .navbar-nav .nav-item a {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #000;
        opacity: 0.9;
        z-index: 9;
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
    }

    .sticky .navbar-nav .nav-item a {
        color: #fff;
    }
}

.navbar-nav .nav-item {
    position: relative;
    margin-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
}

.navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative;
}

.navbar-nav .nav-item a::before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s ease-out 0s;
}
.navbar-nav .nav-item .dropdown-menu .dropdown-item{
    color:#BE738F;
    padding: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item a::before {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #222;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #fff;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .navbar-nav .nav-item a.active,
    .navbar-nav .nav-item a:hover {
        color: #FD944D;
    }
}

@media (max-width: 767px) {

    .navbar-nav .nav-item a.active,
    .navbar-nav .nav-item a:hover {
        color: #FD944D;
    }
}

.navbar-nav .nav-item a.active::before,
.navbar-nav .nav-item a:hover::before {
    width: 100%;
}

.navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }
}

.navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}

.navbar-nav .nav-item .sub-menu li {
    display: block;
}

.navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #222;
}

.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 25px;
    color: #FD944D;
}

.navbar-nav .sub-nav-toggler {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #222;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #222;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px;
    }
}

.navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}

.sticky .navbar-toggler .toggler-icon {
    background-color: #222;
}

.sticky .navbar-nav .nav-item a {
    color: #BE738F;
    padding: 8px;
}

.sticky .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: #BE738F;
}

@media (max-width: 767px) {

    .sticky .navbar-nav .nav-item a {
        color: #fff;
    }

    .dropdown-menu {
        background-color: #000;
    }
}

.sticky .navbar-nav .nav-item a::before {
    background-color: #FD944D;
}

.sticky .navbar-nav .nav-item a.active,
.sticky .navbar-nav .nav-item a:hover {
    color: #FD944D;
}

/*===== hero =====*/
.single_hero {
    height: 750px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (min-width: 1400px) {
    .single_hero {
        height: 950px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_hero {
        height: 700px;
    }
}

@media (max-width: 767px) {
    .single_hero {
        height: 650px;
    }
}

.single_hero::before {
    position: absolute;
    content: '';
    /*background-color: rgba(43, 42, 61, 0.7);*/
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.hero_content {
    padding-top: 50px;
    margin-top: 30%;
}

.hero_content .hero_title {
    font-size: 60px;
    line-height: 85px;
    margin-top: 15px;
    font-family: 'Kaushan Script', cursive;
    background: -webkit-linear-gradient(45deg, #FD944D, #EF7174 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero_content p {
    font-size: 28px;
    color: #fff;
    font-family: 'Kaushan Script', cursive;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_content {}

    .hero_content .hero_title {
        font-size: 44px;
        line-height: 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_content .hero_title {
        font-size: 40px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .hero_content {
        margin-top: 50%;
    }

    .hero_content .hero_title {
        font-size: 40px;
        line-height: 55px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_content .hero_title {
        font-size: 40px;
        line-height: 60px;
    }
}

.hero_content .hero_title span {
    display: contents;
    color: #FD944D;
}

/*.hero_content p {
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
}*/

@media (max-width: 767px) {
    .hero_content p {
        font-size: 16px;
    }
}

.hero_content .main-btn {
    margin-top: 45px;
}

/*===========================
      03.FEATURES css 
===========================*/
.single_features i {
    font-size: 60px;
    line-height: 60px;
    color: #FD944D;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .single_features i {
        font-size: 40px;
        line-height: 45px;
    }
}

.single_features .features_title {
    color: #FD944D;
    margin-top: 15px;
    font-size: 24px;
    font-weight: 600;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .single_features .features_title {
        font-size: 24px;
    }
}

.single_features p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: .75px;
}

.single_features:hover i {
    color: #FD944D;
}

/*===========================
      04.ABOUT css 
===========================*/
.about_area {
    background-color: #F9F9F9;
    position: relative;
}

.about_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_image {
        width: 100%;
        height: 500px;
        position: relative;
    }
}

@media (max-width: 767px) {
    .about_image {
        width: 100%;
        height: 500px;
        position: relative;
    }

    .name-tag {
        background: #FD944D;
        margin-top: -9px;
        z-index: 1;
        position: relative;
    }

    .name-tag .title {
        color: #fff;
        font-size: 40px;
    }

    .about_area .container {
        background: #FD944D;
    }

    .about_area .container .title {
        color: #fff;
        font-size: 23px;
    }

    .about_area .container p {
        color: #fff;
    }
}

.about_image .image_content {
    width: 185px;
    height: 115px;
    background-color: #FD944D;
    display: table;
    text-align: center;
    position: relative;
    left: -92px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about_image .image_content {
        width: 135px;
        height: 135px;
        left: -78px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_image .image_content {
        left: 0;
    }
}

@media (max-width: 767px) {
    .about_image .image_content {
        left: 0;
        width: 135px;
        height: 135px;
    }
}

.about_image .image_content .experience {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about_image .image_content .experience {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .about_image .image_content .experience {
        font-size: 18px;
    }
}

.about_image .image_content .experience span {
    font-size: 44px;
    font-weight: 700;
    font-family: 'Kaushan Script', cursive;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about_image .image_content .experience span {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .about_image .image_content .experience span {
        font-size: 36px;
    }
}

.about_content {
    padding-right: 50px;
}

.about_content .social_link a {
    background-image: linear-gradient(to right, #fd944d, #fd8a57, #fa8061, #f6786b, #ef7174);
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    padding: 0px 12px;
    color: #F9F9F9;
    border-radius: 4px;
    margin-top: 8px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_content {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .about_content {
        padding-right: 0;
        padding-top: 0;
    }
}

.about_content .main-btn {
    margin-top: 30px;
}

/*===========================
      05.PORTFOLIO css 
===========================*/
.single_portfolio {
    position: relative;
    width: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_portfolio {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .single_portfolio {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_portfolio {
        width: 50%;
    }
}

.single_portfolio img {
    width: 100%;
}

.single_portfolio::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 152, 101, 0.9);
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

.single_portfolio .portfolio_content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

.single_portfolio .portfolio_content .meta li {
    display: inline-block;
    margin: 0 5px;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

.single_portfolio .portfolio_content .meta li a {
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
}

.single_portfolio .portfolio_content .meta li a:hover {
    background-color: #fff;
    color: #FD944D;
}

.single_portfolio .portfolio_content .meta li:first-child {
    transform: translateX(-100%);
}

.single_portfolio .portfolio_content .meta li:last-child {
    transform: translateX(100%);
}

.single_portfolio .portfolio_content .portfolio_title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-top: 25px;
    transform: translateY(100%);
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_portfolio .portfolio_content .portfolio_title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .single_portfolio .portfolio_content .portfolio_title {
        font-size: 20px;
    }
}

.single_portfolio:hover::before {
    opacity: 1;
}

.single_portfolio:hover .portfolio_content .meta li {
    transform: translateX(0);
    transition-delay: 0.2s;
    opacity: 1;
}

.single_portfolio:hover .portfolio_content .portfolio_title {
    transform: translateX(0);
    transition-delay: 0.2s;
    opacity: 1;
}

/*===========================
      06.PRICING css 
===========================*/
.pricing_area {
    background-color: #F9F9F9;
}

.pricing_wrapper {
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 25px;
    text-align: center;
}

.pricing_wrapper .pricing_title .title {
    font-size: 40px;
    color: #FD944D;
    font-weight: 400;
}

.pricing_content {
    border-top: 1px solid #d2d2d2;
}

.pricing_content span i {
    font-size: 11px;
    background: #78909c;
    padding: 3px;
    border-radius: 50%;
    color: #fff;
}

.pricing_content .select_plan {
    padding: 10px;
    border: 1px solid #d2d2d2;
    border-radius: 15px;
    width: 100%;
}

.pricing_content .select_plan:active {
    background: lightblue;
}

.select_plan label {
    color: #EF7174;
    font-weight: 500;
}

.select_plan label span {
    font-size: 12px;
    color: #78909c;
}

.select_plan label span br {
    line-height: 1px;
}

.pricing_wrapper .class_notes {
    border-top: 1px solid #d2d2d2;
}

.pricing_wrapper .class_notes ul {
    margin-top: 8px;
}

.pricing_wrapper .class_notes ul li {
    margin-bottom: 4px;
}

.pricing_wrapper .class_notes ul li i {
    font-size: 11px;
    background: #78909c;
    padding: 3px;
    border-radius: 50%;
    color: #fff;
}

.class_notes ul li span {
    font-size: 13px;
}

.price-btn {
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    border: none;
    background: #FD944D;
    color: #fff;
    padding: 8px 12px;
    width: 100%;
}

.price-btn:hover {
    color: #fff;
}

.inq-btn {
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    border: none;
    background: #FD944D;
    color: #fff;
    padding: 8px 12px;
    width: 100%;
}
.inq-btn:hover {
    background-color: #ff6b6b;
}
.selected {
    background-color: #99BDD9;
    color: #fff;
    font-weight: 500;
}

.selected label span {
    color: #fff !important;
    font-weight: 500;
}

/*===========================
        07.TEAM css 
===========================*/
.single_team {
    position: relative;
}

.single_team img {
    width: 100%;
}

.single_team .team_content {
    position: absolute;
    background-color: #fff;
    left: 0;
    bottom: 0;
    width: 85%;
    padding: 25px;
    padding-right: 60px;
}

.single_team .team_content .team_name a {
    font-size: 20px;
    font-weight: 500;
    color: #2B2A3D;
    transition: all 0.3s ease-out 0s;
}

.single_team .team_content .team_name a:hover {
    color: #FD944D;
}

.single_team .team_content p {
    margin-top: 5px;
}

.single_team .team_content .social {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.single_team .team_content .social li {
    margin: 3px 0;
}

.single_team .team_content .social li a {
    color: #5A5872;
    font-size: 16px;
    transition: all 0.3s ease-out 0s;
}

.single_team .team_content .social li a:hover {
    color: #FD944D;
}

/*===========================
     08.TESTIMONIAL css 
===========================*/
.testimonial_area {
    position: relative;
}

.testimonial_area::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(43, 42, 61, 0.9);
}

.testimonial_active_wrapper {
    position: relative;
    padding-bottom: 60px;
}

.testimonial_active_wrapper .tns-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 35px;
}

.testimonial_active_wrapper .tns-nav button {
    margin: 0 5px;
    width: 18px;
    height: 5px;
    background-color: transparent;
    border-radius: 50px;
    font-size: 0;
    transition: all 0.3s ease-out 0s;
    border: 0;
    background-color: #ECECEC;
}

.testimonial_active_wrapper .tns-nav button.tns-nav-active {
    background-color: #FD944D;
}

.single_testimonial img {
    display: inline-block;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .single_testimonial img {
        width: 120px;
    }
}

.single_testimonial .author_name {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-top: 25px;
}

.single_testimonial span {
    font-size: 14px;
    color: #fff;
}

.single_testimonial p {
    color: #fff;
    margin-top: 15px;
}

/*===========================
    09.BLOG css 
===========================*/
.single_blog .blog_image img {
    width: 100%;
}

.single_blog .blog_content {
    margin-top: 25px;
}

.single_blog .blog_content .blog_title a {
    font-size: 24px;
    font-weight: 600;
    color: #2B2A3D;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .single_blog .blog_content .blog_title a {
        font-size: 20px;
    }
}

.single_blog .blog_content .blog_title a:hover {
    color: #FD944D;
}

.single_blog .blog_content p {
    margin-top: 15px;
}

.single_blog .blog_content .more {
    font-size: 16px;
    font-weight: 500;
    color: #5A5872;
    margin-top: 15px;
    transition: all 0.3s ease-out 0s;
}

.single_blog .blog_content .more:hover {
    color: #FD944D;
}

.single_blog.blog_2 .blog_content {
    margin-top: 0;
    padding-left: 20px;
}

@media (max-width: 767px) {
    .single_blog.blog_2 .blog_content {
        padding-left: 0;
        padding-top: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_blog.blog_2 .blog_content {
        padding-left: 20px;
        padding-top: 0;
    }
}

.single_blog.blog_2 .blog_content .blog_title a {
    font-size: 20px;
}

.single_blog.blog_2 .blog_content p {
    margin-top: 15px;
}

/*===========================
Practice page css
===========================*/
.delivery-img img {
    width: 100%;
}

/*===========================
    10.CONTACT css 
===========================*/
.contact_area {
    position: relative;
    z-index: 5;
}

.contact_area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 42, 61, 0.3);
    z-index: -1;
}

p.form-message.success,
p.form-message.error {
    font-size: 16px;
    color: #2B2A3D;
    background: #F9F9F9;
    padding: 10px 15px;
    margin-top: 30px;
    background-color: #fff;
    margin-left: 15px;
}

p.form-message.success.form-message.error,
p.form-message.error.form-message.error {
    color: #f00;
}

.single_form {
    margin-top: 30px;
}

.single_form input::placeholder {
    color: #fff;
    font-weight: 500;
}

.single_form input,
.single_form textarea {
    width: 100%;
    height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0 25px;
    font-size: 16px;
    color: #fff;
    background: none;
    transition: all 0.3s ease-out 0s;
}

.single_form textarea::placeholder {
    color: #fff;
    font-weight: 500;
}

.single_form input:focus,
.single_form textarea:focus {
    border-color: #fff;
}

.single_form textarea {
    height: 170px;
    resize: none;
    padding-top: 15px;
}

/*===========================
    11.FOOTER css 
===========================*/
.footer_area {
    background-color: #292d36;
    /*    padding-top: 15px;
        padding-bottom: 30px;*/
}

.footer_title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.footer_info .info {
    margin-top: 35px;
}

.footer_info .info li {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

.footer_info .info li a {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

.footer_link .link {
    margin-top: 20px;
}

.footer_social .social li+li {
    margin-left: 15px;
}

.footer_link .link li a {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.footer_social .social {
    margin-top: 20px;
}

.footer_social .social li {
    display: inline-block;
}

.footer_social .social li a {
    background-color: rgba(255, 255, 255, .1);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.credit {
    padding: 25px;
    text-align: center;
    border-top: 1px solid #d2d2d2;
}

.credit p {
    font-size: 12px;
    color: #fff;
}

/*===== BACK TO TOP =====*/
.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #FD944D;
    text-align: center;
    z-index: 99;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    display: none;
}

.back-to-top:hover {
    color: #fff;
    background-color: #FD944D;
}

/*====== Thank you page ======*/

.thankyou_area {
    position: relative;
    z-index: 5;
}

.thankyou_area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 42, 61, 0.3);
    z-index: -1;
}

.thankyou_area .bg_cover {
    height: 100vh !important;
}

.thankyou_area .tick .lni {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.thankyou_area .main-btn {
    border-radius: 8px;
}

.wachat {
    position: fixed;
    left: 10px;
    bottom: 73px;
    z-index: 1000;
    /* opacity: .7; */

}

.wachat:hover {
    opacity: .9;
    transform: scale(0.95);
    transition: all 0.6s
}

/* architecture of yoga page css */
.architecture-of-yoga-section .arc_sub {
    color: #777;
    font-family: 'Kaushan Script', cursive;
    margin-top: 15px;
    font-size: 16px
}

@media (max-width: 767px) {
    .arc_sub {
        font-size: 12px;
        padding: 20px;
    }

    /* .wachat {
        display: none;
    } */
}

.architecture-of-yoga-section h3,
h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Kaushan Script', cursive;
    margin-top: 2rem;
}

.architecture-of-yoga-section h5 {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Kaushan Script', cursive;
    margin-top: 8px;
}

.arc_yoga_structure {
    background: url('/assets/images/architecture-of-yoga.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 120px 40px 0px 40px;
}

.arc_yoga_structure .div-card {
    border-style: solid;
    border-width: 1px 0px 0px 1px;
    border-color: #FFFFFF1A;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 40px 40px 40px;
}

.ypm-1 {
    margin-right: .75rem;
}

@media (max-width: 767px) {
    .arc_yoga_structure {
        padding: 0px;
    }

    .arc_yoga_structure .div-card {
        padding: 20px;
    }

    .prana_structure {
        padding: 0px;
    }

    .prana_structure .div-card {
        padding: 20px;
    }

    .ypm-1 {
        margin-right: 0px;
    }
}

.arc_yoga_structure p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .75px;
    color: #fff;
}


/*online and offline course css*/
.arc-course {
    margin-top: 8rem;
}

.arc-course .arc_sub {
    color: #777;
    font-family: 'Kaushan Script', cursive;
    margin-top: 15px;
    font-size: 16px;
    color: #F2AD6C;
    text-align: center;
}

.arc-course .arc-course-card {
    background: #FFDCA9;
    padding: 20px;
    margin: auto 0;
    border-bottom: #fff 1px solid;
}

.arc-course .arc-course-card p {
    color: #777;
    font-size: 14px;
}

.arc-course .arc-course-card .quest {
    color: #777;
    font-size: 14px;
    text-decoration: underline;
}

.book-course {
    margin: 4rem 0;
}

.book-course .scanner {}

.join-lg-grp {
    display: block;
}

.join-grp {
    display: none;
}

.promo-sm {
    display: none;
}

.promo-sm a {
    color: #fff;
    padding: 10px;
    text-align: center;
}

.promo-lg {
    padding: 20px;
    background: #292D36;
    display: block;
}

.promo-lg p {
    color: #fff;
}

.promo-lg .p-heading {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Kaushan Script', cursive;
}

.promo-lg .p-subheading {
    font-size: 16px;
}

.promo-lg .link {
    font-size: 16px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
    padding: 12px;
    box-shadow: rgba(255, 255, 255, 1) 7px 7px 3px -5px
}

.pulse {
    animation: pulsate 2s ease-out infinite;
    font-weight: 500;
    color: #F2AD6C;
    font-size: 18px;
}

@keyframes pulsate {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.5;
    }
}

@media (max-width: 767px) {
    .join-grp {
        position: fixed;
        bottom: 0;
        left: 0;
        background: #F2AD6C;
        color: fff;
        width: 100%;
        text-align: center;
        display: block;
        z-index: 9;
    }

    .join-grp .card-link {
        color: #fff;
        padding: 16px 32px;
    }

    .join-lg-grp {
        display: none;
    }

    .promo-lg {
        display: none;
    }

    .promo-sm {
        position: fixed;
        left: 0;
        bottom: 0;
        background: #292D36;
        width: 100%;
        text-align: center;
        margin-top: 100%;
        z-index: 9;
        display: block;
    }
}

.prana_structure {
    background: url(/assets/images/parana-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 120px 40px 0px 40px;
}

.prana_structure .div-card {
    border-style: solid;
    border-width: 1px 0px 0px 1px;
    border-color: #FFFFFF1A;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 40px 40px 40px;

}

.para-w-100 a {
    width: auto;
}

@media (max-width: 767px) {
    .para-w-100 a {
        width: 100%;
    }

    .prana_structure {
        padding: 0px;
    }

    .prana_structure .div-card {
        padding: 20px;
    }
}

/* .prana_structure .div-card h4{
    color:rgb(46, 50, 33)
} */
.prana_structure .div-card p {
    color: #fff;
}

.prana-glass-bg {
    background: rgba(46, 50, 33, 0.6);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(46, 50, 33, 0.3);
}

/*OUR TEAM CSS*/

.our-team {}

/* Default styles for larger screens */
@media (min-width: 768px) {
    /* Add your existing CSS styles for larger screens here if needed */
}

/* Styles for smaller screens (e.g., mobile) */
@media (max-width: 767px) {

    /* Center the image and name in the second column */
    .our-team-profile {
        text-align: center;
        margin-bottom: 20px;
    }

    /* Center the name text */
    .our-team-content h2 {
        text-align: center;
    }
}

/* why choose us*/
/* Custom CSS for highlighted points */
.highlighted-point {
    background-color: #f8d7da;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    /*font-family: 'Kaushan Script', cursive;*/
}

/* Custom CSS for responsiveness */
@media (max-width: 768px) {
    .highlighted-point {
        font-size: 14px;
    }
}

/*therapy*/
/*.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    color: #dfdcfd;
    font-family: 'Poppins';
}

.hello-section {
    text-align: center;
    margin-right: 20px;
}*/
.newcard-start {
    display: grid;
    place-items: center;
    margin: 0;
    color: #dfdcfd;
    font-family: 'Poppins';

}

.newcard-end {
    display: grid;
    place-items: end;
    margin: 0;
    color: #dfdcfd;
    font-family: 'Poppins';
}

.newcard {
    display: flex;
    align-items: center;
    width: 75vw;
    max-width: 850px;
    padding: 50px 30px 50px 20px;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(17, 25, 40, 0.75);
    border-radius: 24px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px 0px inset, rgba(0, 0, 0, 0.2) 0px 50px 100px -20px, rgba(0, 0, 0, 0.15) 0px 30px 60px -30px;

}

.newcard img {
    max-width: 280px;
    width: 35vw;
    height: 300px;
    object-fit: cover;
    margin-left: -60px;
    margin-right: 60px;
    border-radius: inherit;
    box-shadow: 0 6px 40px rgb(0 0 0 / 8%);
}

.newcard h4 {
    font-size: 26px;
    font-weight: 400;
    margin-top: 0;
    margin-right: 30px;
    margin-bottom: 10px;
}

.newcard h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    opacity: 0.75;
}

.newcard p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
    opacity: 0.7;
    color: #fff;
}

.newcard a {
    display: grid;
    place-items: center;
    border: 0;
    background: #6939ff;
    color: #1f8feb;
    padding: 16px 26px;
    font-size: 16px;
    border-radius: 40px;
}

.newcard-sec-padding {
    padding: 3rem !important;
    background-image: url(/assets/images/bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

/* CSS */

@media (width <=600px) {
    .wrapper {
        flex-direction: column;
        align-items: center;
    }

    .wrapper .section_title .title {
        padding: 0px;
    }

    .hello-section {
        order: -1;
        margin-bottom: 20px;
    }

    .newcard-start {
        place-items: center;
    }

    .newcard-end {
        place-items: center;
    }

    .newcard {
        margin: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 60px;
        width: 100%;
        text-align: center;
        flex-direction: column;
    }

    .newcard h4 {
        font-size: 40px;
        font-weight: 700;
        font-family: 'Kaushan Script', cursive;
    }

    .newcard h2 {
        margin-right: 0;
    }

    .newcard img {
        margin: 100px 0 30px 0;
        width: 100%;
        max-width: 1000px;
    }

    .newcard p {
        max-width: 360px;
    }

    .newcard-sec-padding {
        padding: .50rem !important;
    }
}

@media (width <=440px) {
    .wrapper {
        flex-direction: column;
        align-items: center;
    }

    .wrapper .section_title .title {
        padding: 0px !important;
    }

    .hello-section {
        order: -1;
        margin-bottom: 20px;
    }

    .newcard-start {
        place-items: center;
    }

    .newcard-end {
        place-items: center;
    }

    .newcard img {
        height: 45vw;
        width: 45vw;
        border-radius: 50%;
        margin-top: -140px;
    }

    .newcard p {
        max-width: 360px;
    }

    .newcard-sec-padding {
        padding: .50rem !important;
    }
}

.therapy-bg {
    /*    background-image: url(/assets/images/banner-ther.jpg);
        background-position: center;*/
}

.bg-glass {
    /*    backdrop-filter: blur(16px) saturate(180%);
        -webkit-backdrop-filter: blur(16px) saturate(180%);
        background-color: rgba(17, 25, 40, 0.75);
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.125);*/
}

.therapy-info {
    text-align: left;
    display: flex;
    align-items: start;
}

.therapy-info .description {
    overflow: hidden;
    margin-left: 15px;
}

.therapy-info .description h4 {}

.therapy-info .description p {
    font-size: 16px;
    margin: 0;
    opacity: 0.7;
}

.my-icon {
    display: flex;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background-position: 50%;
    border-radius: .5rem;
    background-image: linear-gradient(195deg, #fc4a1a, #f7b733);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(233, 30, 99, .4) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.my-icon i {
    color: #fff;
}

.cta-section {
    background: #fc4a1a;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f7b733, #fc4a1a);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.accordion-button:focus{
    border-color: #fc4a1a;
    box-shadow:0 0 0 .25rem rgba(251,147,76,.25);
}
.accordion-button:not(.collapsed){
    color:#000000;
    background-color:#FFDCA9;
}
.hidden-accord {
    display: block;
}
.hidden-accord-1{
    display: none;
}

@media (max-width: 767px) {
    .hidden-accord {
        display: none;
    }
    .hidden-accord-1{
        display: block;
    }
}