:root {
    --primary-color: #1e3666;
    --secondary-color: #ff6d03;
}

body {
   font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}
html{scroll-behavior: smooth;}
h1, h2, h3, h4, h5, h6, p{
    margin: 0;
    padding: 0;
}
ul, ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
}
a:hover, a:focus{
    color: inherit;
    text-decoration: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
button:focus {
    outline: 0;
    box-shadow: none;
}

.pt-10{padding-top:10px;}
.pt-20{padding-top:20px;}
.pt-30{padding-top:30px;}
.pt-40{padding-top:40px;}
.pt-50{padding-top:50px;}
.pt-60{padding-top:60px;}
.pt-70{padding-top:70px;}
.pt-80{padding-top:80px;}
.pt-90{padding-top:90px;}
.pt-100{padding-top:100px;}

.pb-10{padding-bottom:10px;}
.pb-20{padding-bottom:20px;}
.pb-30{padding-bottom:30px;}
.pb-40{padding-bottom:40px;}
.pb-50{padding-bottom:50px;}
.pb-60{padding-bottom:60px;}
.pb-70{padding-bottom:70px;}
.pb-80{padding-bottom:80px;}
.pb-90{padding-bottom:90px;}
.pb-100{padding-bottom:100px;}

.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-50{margin-top:50px;}
.mt-60{margin-top:60px;}
.mt-70{margin-top:70px;}
.mt-80{margin-top:80px;}
.mt-90{margin-top:90px;}
.mt-100{margin-top:100px;}

.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mb-40{margin-bottom:40px;}
.mb-50{margin-bottom:50px;}
.mb-60{margin-bottom:60px;}
.mb-70{margin-bottom:70px;}
.mb-80{margin-bottom:80px;}
.mb-90{margin-bottom:90px;}
.mb-100{margin-bottom:100px;}


.header_wrap {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    left: 0;
    transition: all 0.5s ease 0s;
}

.header_wrap .logo_img {
    width: 150px;
    display: none;
}
.header_wrap .light_logo {
    width: 150px;
}

.header_wrap.sticky .logo_img {
    display: block;
}
.header_wrap.sticky .light_logo {
    width: 150px;
    display: none;
}

.header_wrap .contact_us a {
    background: #f4f1ed;
    color: #1e3666 !important;
}

.header_wrap.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #f4f1ed;
    left: 0;
    box-shadow: 0 0 30px rgb(50 31 7 / 40%) 
}

.header_wrap.sticky ~ .px_100{
    padding-top:70px!important;
}
.header_wrap.sticky .logo_img {
    width: 130px;
    transition: 0.4s;
}

.header_wrap.sticky .navbar .navbar-nav > li > .nav-link {
     color: #1e3666;
}


.header_wrap .navbar .navbar-nav > li > .nav-link {
    padding: 9px 15px;
    font-size: 13px;
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 4px;
    border-bottom: 2px solid transparent;
    transition: border-color 350ms ease-in-out;
    font-family: Montserrat, sans-serif;
    color: #ffffff;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}
.banner_slider_area {
    width: 100%;
    position: relative;
}

.Banner_slider_box {
    width: 100%;
    position: relative;
    height: auto;
}
.Banner_slider_box .slider_img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100vh;
}
.Banner_slider_box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,1,26,0.5);
}

.Banner_slider_box .slider_content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 910px;
    z-index: 9;
}
.banner_slider_inner {
    position: relative;
    width: 100%;
}
.slider_content h4 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    font-style: italic;
}
.slider_content p {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    max-width: 760px;
    margin-bottom: 0px;
    color: #ffd9be;
    text-align: center;
    font-weight: 500;
    margin: auto;
}


/*about_area*/

.about_top_area {
    background: #f4f1ed;
    position: relative;
    overflow: hidden;
}

 .about_shape {
    position: absolute;
    bottom: -50px;
    left: -25px;
    max-width: 100%;
    width: 130px;
}
.small_heading {
    font-size: 14px;
    color: #f07525;
    font-weight: 600;
    text-transform: uppercase;
}

.main-heading {
    font-size: 35px;
    color: var(--primary-color);
    margin-bottom: 15px;
    font-weight: 600;
    font-family: 'DM Serif Display', serif;
    letter-spacing: 2px;
}

.about_content h4 {
    line-height: 26px;
    padding-bottom: 5px;
}

.sub_heading {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
}

.discripation {
    font-size: 15px;
    color: #2f2f2f;
    font-weight: 500;
}

.about_top_area .about_img {
    position: relative;
    height: auto;
}

.about_img img {
    background: #fff;
}

.about_top_area .about_img .about_img2 {
    object-fit: cover;
    position: relative;
    width: 100%;
    border: 10px solid #ffffff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    height: 370px;
}
.about_bottom_area {
    background: #ffffff;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.about_shape2 {
    position: absolute;
    bottom: -50px;
    right: -20px;
    max-width: 100%;
    width: 130px;
}

.about_yoga_box {
    width: 100%;
    background: #f4f1ed;
    padding: 12px 15px;
    min-height: auto;
    margin-bottom: 30px;
    transition: 0.3s;
    cursor: pointer;
}

.about_yoga_box .heading {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
 .about_bottom_d {
    color: #1e3666;
    font-size: 28px !important;
    font-weight: 600;
    width: 435px !important;
}
.about_yoga_box  .read-btn {
    font-size: 16px;
    font-weight: 600;
    color: #ee7525 !important;
    display: block;
}
.about_yoga_box:hover {
    box-shadow: 0 11px 4px rgb(193 176 176 / 31%);
    outline: solid 1px #d5ccca;
    transform: translate(0px, -4px);
}

.about_yoga_box .discripation {
    height: 67px !important;
    overflow: hidden;
}

.about_yoga_box img {
    width: 70px;
    height: 40px;
    object-fit: contain;
}

.about_yoga_box h4 {
    font-size: 20px;
    margin-bottom: 0;
    margin-left: 10px;
}
.about_yog_img img {
    width: 100%;
    object-fit: cover;
    height: 580px;
    object-position: top;
}

.about_yog_img {
    position: relative;
}

.about_yog_img .yoga-overlay {
   background: rgb(244 241 237 / 80%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 15px;
    text-align: center;
}

.about_yog_img .yoga-overlay img {
    width: 70px;
    height: 50px;
    object-fit: contain;
}

.about_yog_img .yoga-overlay .main-heading {
    font-size: 25px;
   
}

.about_yog_img .yoga-overlay .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: rgb(227 120 47 / 73%);
    font-size: 18px;
}



.big_heading {
    text-align: center;
    color: #f07525;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    font-family: 'DM Serif Display', serif;
    background: -webkit-linear-gradient(#25B2E6, #F17322);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.big_heading:before {
    content: "";
    position: absolute;
    background: url(..//images/heading_shape_left.png);
    width: 79px;
    height: 50px;
    top: -5px;
    left: -100px;
    background-repeat: no-repeat;
    background-size: contain;
}
.big_heading:after {
    content: "";
    position: absolute;
    background: url(..//images/heading_shape_right.png);
    width: 79px;
    height: 50px;
    top: -5px;
    right: -100px;
    background-repeat: no-repeat;
    background-size: contain;
}
/*about_area_close*/

/*batch_area*/

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px;
    cursor: pointer;
}
.batch_back_inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .batch_back_inner,
.flip-card:focus .batch_back_inner{
  transform: rotateY(180deg);
}

.batch_box,
.batch_box_flip {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}



.batch_box_flip {
  margin-left: 0px;
 padding: 25px 20px;
 background-color: #a3d6b2;
 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(163, 210, 214, 0.90)), color-stop(95%, #6fadaa)), url(..//images/Batch-1.jpg);
 background-image: linear-gradient(180deg, rgba(109, 89, 122, 0.90), rgb(109 89 122 / 92%) 100%), url(..//images/Batch-1.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.batch_box_flip2{
       background-color: #83cc97;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(156, 173, 114, 0.80)), to(rgba(112, 156, 79, 0.80))), url(..//images/Batch-2.jpg);
    background-image: linear-gradient(180deg, rgba(195, 123, 135, 0.90), rgba(195, 123, 135, 0.80)), url(..//images/Batch-2.jpg);
    background-position: 0px 0px, 50% -10%;
    background-size: auto, cover;
}

.batch_box_flip3{

      background-color: #ec8282;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(114, 173, 132, 0.80)), to(#508c62)), url(..//images/Batch-3.jpg);
   background-image: linear-gradient(180deg, rgba(236, 130, 130, 0.80), rgb(236 130 130 / 84%)), url(..//images/Batch-3.jpg);
    background-position: 100% 30%;
    background-size: auto, cover;
     margin-right: 0px;

}
.flip-card .inner_border {
    border: 1px solid #ffffff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}


.batch_area {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.batch_area .shape_b {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
}
.batch_box {
    margin-left: 0px;
    padding: 25px 20px;
    background-color: #6d597a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(163, 210, 214, 0.90)), color-stop(100%, #6fadaa)), url(..//images/Batch-1.jpg);
    background-image: linear-gradient(180deg, rgba(109, 89, 122, 0.90), rgb(109 89 122 / 92%) 100%), url(..//images/Batch-1.jpg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    text-align: left;
}

.batch_box.batch_box_2 {
    background-color: #c37b87;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(156, 173, 114, 0.80)), to(rgba(112, 156, 79, 0.90))), url(..//images/Batch-2.jpg);
    background-image: linear-gradient(180deg, rgba(195, 123, 135, 0.90), rgba(195, 123, 135, 0.80)), url(..//images/Batch-2.jpg);
    background-position: 0px 0px, 50% -10%;
    background-size: auto, cover;
}

.batch_box.batch_box_3 {
    background-color: #ec8282;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(114, 173, 132, 0.80)), to(#508c62)), url(..//images/Batch-3.jpg);
    background-image: linear-gradient(180deg, rgba(236, 130, 130, 0.80), rgb(236 130 130 / 84%)), url(..//images/Batch-3.jpg);
    background-position: 100% 30%;
    background-size: auto, cover;
    margin-right: 0px;
    background-repeat: no-repeat;
}
.batch_area .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.batch_box h4 {
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 25px;
    color: #ffffff;
}
.batch_box .discripation, .batch_box_flip .discripation {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    text-shadow: none;
}

.white_theme_btn {
    color: #fff;
    border: 2px solid #ffffff;
    background-image: -webkit-linear-gradient(30deg, #f1742200 50%, #ffffff 50%);
    background-image: linear-gradient(30deg, #f1742200 50%, #ffffff 86%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    border-radius: 0;
    width: 150px;
    height: 40px;
    margin-top: 25px;
}


.white_theme_btn:hover {
    background-position: 100%;
    color: #000000 !important;
    font-weight: 500;
    border: 1px solid #ffffff;
}

.theme_btn {
    color: #fff;
    border: none;
    background-image: -webkit-linear-gradient(30deg, #f17422 50%, #25b1e5 50%);
    background-image: linear-gradient(-40deg, #25b1e5 50%, #f17422 86%);
    background-size: 197px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    border-radius: 0;
    width: 150px;
    height: 40px;
    margin-top: 25px;
}

.theme_btn:hover {
    background-position: 100%;
    color: #ffffff !important;
    font-weight: 500;
}
/*batch_area_close*/

/*event_area*/
.event_area {
    background: #f4f1ed;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: none;
}
.event_area .event_box {
    width: 100%;
    background: #ffffff;
      transition: 0.3s;
}

.event_area .event_box:hover {
    box-shadow: 0 11px 4px rgb(193 176 176 / 31%);
    transform: translate(0px, -4px);
    transition: 0.3s;
}

.event_area .event_content {
    padding: 15px 10px;
}

.event_area .event_content h4 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.event_content h5 {
    font-size: 13px;
    margin-bottom: 10px;
    color: #aeadc6;
}

.event_content h5 span {
    color: #aeadc6;
}
.event_content p {
    font-size: 13px;
   
}

.my_event .owl-nav.disabled {
    display: block !important;
}

.my_event button.owl-prev {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translate(0, -50%);
}

.my_event button.owl-next {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translate(0, -50%);
}

.my_event button.owl-prev span {
    font-size: 65px;
    line-height: 0 !important;
    color: #f07525;
}

.my_event button.owl-next span {
    font-size: 65px;
    line-height: 0 !important;
    color: #f07525;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
}

.Gallery_area {
    position: relative;
    width: 100%;
}

.gallery_inner .img_box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.Gallery_area .gallery_shape {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
    width: 150px;
}

.gallery_inner .row.no-gutters .col-lg-4 {
    padding: 0 3px;
    padding-bottom: 6px;
}

.gallery_inner .img_box img {
    width: 100%;
    transition: 0.3s;
    cursor: pointer;
    height: 260px;
    object-fit: cover;
}

.gallery_inner .img_box img:hover{
transform: scale(1.1);
}

/*event_area_close*/

/*testimonial_area*/
.testimonial_area {
    background: url(..//images/testi_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
}

.testimonial_area:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(171 206 218 / 85%);
    top: 0;
    left: 0;
}
.testimonial_heading {
    position: relative;
    z-index: 99;
    margin-bottom: 50px;
}

.testimonial_heading h2 {
    color: #fff;
    font-family: 'DM Serif Display', serif;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
    position: relative;
    display: inline-block;
}

.testimonial_heading h2:before {
    content: "";
    position: absolute;
    background: url(..//images/title_design_d.svg);
    width: 115px;
    height: 28px;
    top: 11px;
    left: -135px;
    background-repeat: no-repeat;
    background-size: contain;
}

.testimonial_heading h2:after {
    content: "";
    position: absolute;
    background: url(..//images/title_design_c.svg);
    width: 115px;
    height: 28px;
    top: 11px;
    right: -135px;
    background-repeat: no-repeat;
    background-size: contain;
}

.testimonial_heading h1 {
    color: #fff;
    font-size: 40px;
}

.testimonial-slider {
    width: 100%;
    margin: auto;
    text-align: center;
}
.testimonial-slider p {
    color: #000000;
    font-weight: 500;
    margin-bottom: 5px;
}

.testimonial-slider h4 {
    color: #1e3666;
    font-size: 23px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f07525 !important;
}

.contact_area {
    position: relative;
    width: 100%;
}

.contact_area .shape_contact {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 190px;
}

.address_box .discripation span svg {
    color: #ee7525;
    margin-right: 8px;
    font-size: 15px;
}

.contact_area .contect_content_box {
    text-align: left;
}

.contact_area .contect_content_box h4 {
    color: #1e3666;
}

.contact_area .form-group label {
    color: #1e3666;
    font-size: 15px;
    font-weight: 600;
}

.contect_content_box img {
    width: 180px;
}

.contact_area .form-control {
    border: 1px solid rgb(30 54 102 / 28%);
    border-radius: 0;
    height: 40px;
}
.contact_area_inner {
    border: 1px solid grey;
    padding: 30px 50px;
    background: #ffffff;
    position: relative;
}

.contact_area_inner textarea {
    height: 166px !important;
}
/*testimonial_area_close*/
/*footer_area*/
.footer_area {
   width: 100%
}


.footer_bottom {
    margin-top: 0;
    padding: 15px 0px;
    background: #2e2e2e;
}

.copyright {
    color: #9e9e9e;
    font-size: 14px;
}
.copyright a {
    color: #9e9e9e;
}

.fancybox__container {
    z-index: 999999 !important;
}

.footer_heading {
    color: #fff;
    font-family: 'DM Serif Display', serif;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}

.footer_content_box {
    border: 1px solid rgb(250,250,250,.5);
    text-align: center;
    color: #ffffff;
    padding: 20px 40px;
}

.footer_content_box ul.nav.social {
    color: #fff !important;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.footer_content_box h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
}

.footer_content_box p {
    font-size: 20px;
    color: #ffffff;
}
.footer_content_box ul.nav.social li a {
    padding: 0 7px;
    font-size: 19px;
}
svg.svg-inline--fa.fa-whatsapp.fa-w-14 {
    font-size: 19px;
}

/*footer_area_close*/
.batch_box img {
    width: 41px;
    margin-bottom: 15px;
    height: 40px;
    object-fit: contain;
}
.google_review_btn {
    text-align: center;
    margin-top: 30px;
}

.google_review_btn a {
    background: white;
    display: inline-block;
        padding: 8px 0px;
   
}

.google_review_btn a img {
    width: 180px;
    height: 60px;
    object-fit: contain;
}


.gallery_inner .video_box {
    position: relative;
}

.gallery_inner .video_box .play_icon {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    font-size: 40px;
    color: #fff;
    transform: translate(-50%, -50%);
}

.my-slider1 button.owl-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0%, -50%);
    width: 50px;
    height: 50px;
    background: #ee7525 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.my-slider1 button.owl-prev span {
    color: white;
    font-size: 50px;
    height: 7px !important;
    line-height: 0;
}

.my-slider1 button.owl-next {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0%, -50%);
    width: 50px;
    height: 50px;
    background: #ee7525 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.my-slider1 button.owl-next span {
    color: white;
    font-size: 50px;
    height: 7px !important;
    line-height: 0;
}

.owl-theme.my-slider1 .owl-nav [class*=owl-]:hover {
    background: #ee7525 !important;
    color: #FFF;
    text-decoration: none;
}


#summary .collapse:not(.show) {
    height: 285px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 0;
    -webkit-box-orient: vertical;
}

#summary .collapsing {
  min-height: 285px !important;
}

#summary .discripation {
    line-height: 27px;
}

#summary {
    font-size: 16px;
    font-weight: 600;
    color: #ee7525 !important;
    display: block;
}

#summary a.collapsed:after  {
    content: '+ Read More...';
}

#summary a:not(.collapsed):after {
    content: '- Read Less...';
}

.footer_top .social_box {
    background: #000000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_top .social_box a {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    height: 80px;
    color: #ffffff;
    font-size: 20px;
}

.footer_top .social_box.facebook {
    background: #3b5998;
}
.footer_top .social_box a span {
    display: inline-block;
    margin-left: 15px;
}

.footer_top .social_box a svg {
    font-size: 31px;
}

.footer_top .social_box.google_review img {
    width: 40px;
    object-fit: contain;
}

.footer_top .social_box.google_review {
    background: #4484f2;
}

.footer_top .social_box.instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.footer_top .social_box.youtube {
    background: #FF0000;
}
.top_heading {
    position: relative;
    z-index: 9;
}
.owl-theme .owl-nav {
    margin-top: 0 !important;
}


.hs-responsive-embed-youtube {
    position: relative;
    padding-bottom: 54.8%;
    padding-top: 20px;
}
.hs-responsive-embed-youtube iframe {
position: absolute;
width: 100%!important;
height: 100%!important;
}

svg.svg-inline--fa.fa-phone.fa-w-16 {
    transform: rotate(90deg);
}


.sticky-social .fl-fl {
    background: #000000;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    padding-left: 10px;
    width: 190px;
    position: fixed;
    right: -150px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
}



.sticky-social .fl-fl:hover {
  right: 0;
}

.sticky-social .fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px !important;
  vertical-align: top !important;
}

.sticky-social .float-fb {
  top: 160px;
  background-color: #3b5998;
}

.sticky-social .float-insta {
  top: 215px;
   background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.sticky-social .float-yt {
  top: 270px;
   background: #FF0000;
}

.sticky-social .float-gr {
  top: 325px;
background: #4484f2;
}

.sticky-social .fl-fl svg {
    color: #ffffff;
    font-size: 20px;
    margin-right: 12px;
}

.sticky-social .fl-fl img {
    margin-right: 12px;
}

/*privacy-policy*/

.privacy_policy_banner .Banner_slider_box {
    width: 100%;
    position: relative;
    height: auto;
}
.privacy_policy_banner .slider_img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 500px;
}

.privacy_policy_banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: linear-gradient(0deg, rgb(0 0 0 / 0%), rgb(2 2 27 / 91%));
    left: 0;
}

section.privacy_policy_inner {
    position: relative;
    width: 100%;
}

.privacy_content_box {
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 6px;
    top: -138px;
    padding: 29px;
}

.privacy_content_box p {
    margin-bottom: 15px;
    line-height: 27px;
}

.privacy_content_box h4 {
    color: #1e3666;
    font-size: 28px !important;
    font-weight: 600;
    margin-bottom: 15px;
}

.privacy_content_box h5 {
    color: #1e3666;
    font-size: 18px !important;
    font-weight: 500;
    margin-bottom: 6px;
}
.privacy_content_box ul {
    list-style: disc;
    padding-left: 30px;
}

.privacy_content_box ul li {
    font-size: 15px;
    color: #2f2f2f;
    font-weight: 500;
    margin-bottom: 8px;
}

span.bold {
    font-weight: 700;
}

.privacy_content_box p.info_box {
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 600;
}

p.info_box span {
    color: #1e3666;
    font-weight: 700;
}

.banner_slider_inner .mobile_view {
    display: none !important;
}

.Banner_slider_box .privacy_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 910px;
    z-index: 9;
}

.Banner_slider_box ..privacy_text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
}

.my-testimonial button.owl-prev {
    position: absolute;
    top: 30%;
    left: -90px;
    transform: translate(0%, -30%);
    width: 50px;
    height: 50px;
    background: #ee7525 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.my-testimonial button.owl-prev span {
    color: white;
    font-size: 50px;
    height: 7px !important;
    line-height: 0;
}

.my-testimonial button.owl-next {
    position: absolute;
    top: 30%;
    right: -90px;
    transform: translate(0%, -30%);
    width: 50px;
    height: 50px;
    background: #ee7525 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.my-testimonial button.owl-next span {
    color: white;
    font-size: 50px;
    height: 7px !important;
    line-height: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #e87224 !important;
    color: #FFF;
    text-decoration: none;
}

.yoga_submit_form .cross_btn {
    padding: 15px 30px;
}

.yoga_submit_form .cross_btn a {
    font-size: 35px;
    color: #b4b4b4;
}





.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    color: #000;
    font-weight: 500;
}
.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border-radius: 4px !important;
    border: 1px solid #e9772b;
}
/*.styled-checkbox:hover + label:before {
  background: #f35429;
}*/
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
    background: #e9772b;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 9px;
    background: white;
    width: 2px;
    height: 3px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}


.submit_form_inner .form-group>label {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: 0px;
}

.checkbox.form-group ul li {
    width: 20%;
    margin-bottom: 8px;
}

.yoga_submit_form {
    padding: 20px 0px;
    padding-bottom: 30px;
}

.disclaimer_box h4 {
    font-size: 20px;
    margin-bottom: 6px;
}

.radio.form-group ul li {
    width: 20%;
}



.radio.form-group [type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio.form-group [type="radio"]:checked + label, .radio.form-group [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    font-weight: 500;
}
.radio.form-group [type="radio"]:checked + label:before, .radio.form-group [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #e9772b;
    border-radius: 100%;
    background: #fff;
}
.radio.form-group [type="radio"]:checked + label:after, .radio.form-group [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #e9772b;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio.form-group [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio.form-group [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.parsley-errors-list li {
    color: red;
    font-size: 14px;
    margin-top: 2px;
}


.contact_form {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.yoga_submit_form .form-group {
    margin-bottom: 25px;
}

.disclaimer_box h4 span {
    color: #b1b1b1;
    font-size: 16px;
    font-weight: 500;
}

.yoga_submit_form .discripation {
    font-size: 15px;
    color: #2f2f2f;
    font-weight: 500;
    margin-bottom: 10px;
    margin-left: 0;
}
