/* devanagari */
@font-face
{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(../font/poppins/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face
{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(../font/poppins/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face
{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(../font/poppins/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body
{
    font-family: 'Poppins' , sans-serif;
    font-size: 14px;
    position: relative;
    overflow-x: hidden;: hidden;
}
.body_color
{
    background-color: #e9e9e9;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.main_banner {
    background-image: url(../img/yoga_images/yoga-banner.png);
    position: relative;
    height: calc(100vh - 150px);
    margin-top: 150px;
    background-repeat: repeat-x;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 20%, 0 95%, 0 0, 0 100%, 0 0;
    background-position: center;
    animation: 90s scale infinite linear;
    min-height: 300px;
    -webkit-animation: zoomin 5s ease-in infinite;
    -moz-animation: zoomin 5s ease-in infinite;
    -o-animation: zoomin 5s ease-in infinite;
    animation: zoomin 5s ease-in infinite;
    animation-duration: 3s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}

@keyframes scale {
    100% {
        background-position: -5000px 20%, -800px 95%, 500px 0, 1000px 100%, 400px 0;
    }
}

.main_banner:after {
    background:#000d1fe3;
    opacity: 0.73;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}

.main_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(255, 255, 255, 1);
    overflow: hidden;
}

.inner_loader {
    width: 200px;
    height: 220px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../img/loader_img.png);
    background-size: cover;
}

.inner_loader ul {
    margin: 0px auto;
    list-style: none;
    width: 90px;
    position: absolute;
    padding: 0;
    height: 10px;
    text-align: center;
    left: 50%;
    margin-left: -20px;
    top: 62%;
}

.inner_loader ul li {
    position: absolute;
    width: 2px;
    height: 0;
    background-color: #3647b3;
    background: -webkit-linear-gradient(40deg, #00ff6a, #00a3ff);
    background: -o-linear-gradient(40deg, #00ff6a, #00a3ff);
    background: linear-gradient(40deg, #00ff6a, #00a3ff);
    bottom: 0;
}

.inner_loader ul li:nth-child(1) {
    left: 0;
    animation: sequence1 1s ease infinite 0s;
}

.inner_loader ul li:nth-child(2) {
    left: 15px;
    animation: sequence2 1s ease infinite 0.1s;
}

.inner_loader ul li:nth-child(3) {
    left: 30px;
    animation: sequence1 1s ease-in-out infinite 0.2s;
}

.inner_loader ul li:nth-child(4) {
    left: 45px;
    animation: sequence2 1s ease-in infinite 0.3s;
}

.inner_loader ul li:nth-child(5) {
    left: 60px;
    animation: sequence1 1s ease-in-out infinite 0.4s;
}

.inner_loader ul li:nth-child(6) {
    left: 75px;
    animation: sequence2 1s ease infinite 0.5s;
}

@keyframes sequence1 {
    0% {
        height: 10px;
    }
    50% {
        height: 50px;
    }
    100% {
        height: 10px;
    }
}

@keyframes sequence2 {
    0% {
        height: 20px;
    }
    50% {
        height: 65px;
    }
    100% {
        height: 20px;
    }
}

.header_top {
    color: #fff;
    background: #0094de;
    min-height: 40px;
    line-height: 40px;
}

.email, .header-social {
    position: relative;
    padding-right: 25px;
    margin: 0px;
}

.header-social li {
    display: inline-block;
}

.header-social li a {
    display: block;
    padding: 0px 5px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 13px;
}

.email:after, .header-social:after {
    position: absolute;
    content: '';
    top: 8px;
    right: -5px;
    height: 24px;
    width: 0px;
    border: .5px dashed #fff;
}

.address, .phone {
    padding-left: 25px;
}

.navbar-area {
   /* background: url(../img/nav-barbg.png) no-repeat;*/
    background: #ffffff;
    background-position: top left;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 555;
    min-height: 130px;
    transition: .5s all;
}

.logo {
    padding-top: 12px;
    display: inline-block;
}

.top_logo {
    max-width: 100px;
}

.top_menu_ul {
    padding: 0px;
    margin: 20px 0px 0px 0px;
}

.main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.main-menu ul li a {
    padding: 15px;
    color: #6a7d92;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.active a {
    color: #0094de !important;
}

.main-menu ul li a:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: transparent;
    bottom: 16px;
    right: 12px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.main-menu ul li a:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: transparent;
    top: 16px;
    left: 12px;
    border-top: 2px solid;
    border-left: 2px solid;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .2s;
    transition: .2s;
}

.main-menu ul li a:hover {
    color: #0094de;
}

.main-menu ul li a:hover:before {
    bottom: 8px;
    right: 10px;
    opacity: 1;
    color: #0094de;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.main-menu ul li a:hover:after {
    top: 8px;
    left: 5px;
    opacity: 1;
    color: #0094de;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.main-menu ul li a:hover:after {
    top: 8px;
    left: 5px;
    opacity: 1;
    color: #0094de;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.main-menu ul li a:hover:after {
    top: 8px;
    left: 5px;
    opacity: 1;
    color: #0094de;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.main-menu ul li.active a:before {
    bottom: 8px;
    right: 8px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.main-menu ul li.active a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 8px;
    left: 5px;
}

.main-menu ul li.active a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 8px;
    left: 5px;
}

.banner_heading {
    position: absolute;
    top: 40%;
    z-index: 10;
    margin: 0px auto;
    width: 60%;
    text-align: center;
    left: 20%;
    display: none;
}
.ecg_banner_logobox {
    width: 550px;
    margin: 0px auto;
    display: inline-grid;
    position: relative;
    padding-left: 200px;
}
.banner_logo {
    width: 200px;
    display: inline-block;
    position: absolute;
    left: 0px;
}
.banner_com_name {
    display: inline-block;
    color: #ffffff;
}
.banner_com_name h1 {
    font-weight: bold;
    text-shadow: 1px 1px #ababab;
    font-size: 36px;
    margin-top: 50px;
}

.cd-headline {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 34px;
}

.cd-headline span {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}

.h5-slider-content .text {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin: 0 0 58px;
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    color: #ee1f27;
    display: inline-block;
    left: 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}

.cd-headline.clip span {
    color: #ffffff;
    display: inline-block;
    padding: 0;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    width: 2px;
    height: 80%;
    background-color: #aebcb9;
    -webkit-animation-name: blinker;
    animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
}

@keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline b.is-visible {
    opacity: 1;
    font-weight: 900;
}

.banner_title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    margin: 0 0 20px;
    text-shadow: 1px 1px #676565;
}

.main_heading_design {
    margin-bottom: 15px;
    margin-top: 20px;
    padding-bottom: 5px;
    position: relative;
    width: 80px;
}

.main_heading_design:before {
    box-shadow: 0 0 3px 3px #ef512d;
    border: 3px solid #fff;
    bottom: -5px;
    content: "";
    height: 14px;
    position: absolute;
    right: 0;
    width: 14px;
    z-index: 3;
}

.main_heading_design:after {
    border: 1px solid #ef512d;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 150px;
}

footer {
    overflow: hidden;
    color: #6f6f6f;
    font-size: 14px;
    position: relative;
    padding: 35px 0px 15px 0px;
    width: 100%;
}
.footer_logo {
    max-width: 90px;
    position: absolute;
    top: -80px;
}

.footer_social li {
    width: 30px;
    display: inline-block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    margin-right: 5px;
}

.facebook {
    background-color: #3b5998 !important;
}

.twitter {
    background-color: #55acee !important;
}

.google {
    background-color: #dd4b39 !important;
}

.linkedin {
    background-color: #0082ca !important;
}

.youtube {
    background-color: #ed302f !important;
}

.footer_titile {
    font-size: 16px;
    margin-top: 20px;
}

.footer_add_block li i {
    font-size: 20px;
    margin-right: 10px;
    color: #7c8a82;
}

.footer_ul li {
    margin-bottom: 5px;
}

footer .coppyright {
    float: left;
    border-top: solid thin #c7c7c7;
    padding-top: 10px;
    text-align: center;
}

.logo_powered {
    width: 28px;
    margin-left: 5px;
}

.footer_ul li i {
    margin-right: 5px;
}

.subscribe_txtbox {
    margin: 30px 0px 20px 0px;
}

.footer_ul a {
    color: #6f6f6f;
}

.footer_ul a:hover {
    color: #07d;
}

.margin0 {
    margin: 0px !important;
}

.footer_social_iconbox {
    margin: 10px 0px;
}

.footer_social_iconbox a {
    margin: 0px 10px 0px 0px;
}

.footer_ul {
    margin-top: 25px;
    margin-bottom: 0px;
}

.main_about_block {
    position: relative;
    padding: 5px 0px 5px 0px;
    overflow: hidden;
    border-top: solid thin #e2e2e2a6;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0), 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}

.small-title {
    color: #ef512d;
    /*text-shadow: 1px 1px #f7f7f7;*/
    text-transform: uppercase;
}

.about_short_txt {
    margin: 20px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 0 5px 10px;
}

.about_year_bg {
    padding: 15px;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-image: url(../img/about_bg2.jpg);
    background-attachment: fixed;
}

.main_subtxt {
    color: #666666;
    font-size: 16px;
    margin-top: 25px;
}

.main_service_block {
    width: 100%;
    padding: 50px 0px;
    min-height: 300px;
    background: #f5f5f57d;
}

.center_heading:before, .center_heading:after {
    margin: 0px auto;
    left: 0px;
}

.center_heading {
    width: 100%;
    text-align: center;
}

.serv-section-2 {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
    margin-top: 30px;
    text-align: center;
}

.serv-section-2:before {
    position: absolute;
    top: 0;
    right: 0px;
    content: " ";
    width: 120px;
    height: 120px;
    background: #f5f5f5;
    border-bottom-left-radius: 136px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    display: none;
}

.serv-section-2-icon {
    position: absolute;
    top: 12px;
    right: 22px;
    display: none;
}

.serv-section-2-icon i {
    color: #007dc3;
    font-size: 48px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2 h4 {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
}

.serv-section-2 h5 {
    color: #585858;
    font-size: 16px;
    display: none;
}

.serv-section-2 p {
    margin-top: 25px;
    font-size: 14px;
    color: #999999;
    line-height: 1.7;
    margin-bottom: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.serv-section-desc {
    position: relative;
}

.serv-section-2-act:before {
    background: #007dc3;
}

.serv-section-2-icon-act i {
    color: #ffffff;
}

.serv-section-2:hover:before {
    background: #007dc3;
}

.serv-section-2-act:hover:before {
    background: #f5f5f5;
}

.serv-section-2:hover .serv-section-2-icon i {
    color: #ffffff;
}

.serv-section-2-act:hover .serv-section-2-icon-act i {
    color: #007dc3 !important;
}

.center_more_btn {
    margin: 30px 0px 0px;
}

.main_expert_block {
    width: 100%;
    padding: 50px 0px 0px;
    min-height: 300px;
}

.left_slider_arrow {
    position: absolute;
    left: -100px;
    top: 50%;
    margin-top: -25px;
    transition: .5s all;
    background-color: #ffffff7d !important;
    background: #ffffff7d !important;
    border: solid 2px #ec1d27;
    color: #dd0000 !important;
}

.right_slider_arrow {
    position: absolute;
    right: -100px;
    top: 50%;
    margin-top: -25px;
    transition: .5s all;
    background-color: #ffffff7d !important;
    background: #ffffff7d !important;
    border: solid 2px #ec1d27;
    color: #dd0000 !important;
}
.right_slider_arrow i{
    color: #ee482c;
}
.left_slider_arrow i{
    color: #ee482c;
}
.left_slider_arrow:hover
{
    background-color: #ee482c !important;
}
.right_slider_arrow:hover
{
    background-color: #ee482c !important;
}
.carousel-multi-item .carousel-indicators li
{
    background-color: #ef512d !important;
}
.carousel-multi-item .carousel-indicators .active
{
    box-shadow: 0 0 3px 3px #ef512d !important;
    background: #ffffff !important;
    border: solid 2px #ef512d !important;
}
.left_slider_arrow:hover i
{
    color: #ffffff !important;
}
.right_slider_arrow:hover i
{
    color: #ffffff !important;
}

.slider_carousal {
    overflow: hidden;
    position: relative;;
}

.slider_carousal:hover .left_slider_arrow {
    left: 10px;
}

.slider_carousal:hover .right_slider_arrow {
    right: 10px;
}

.carousel-multi-item .carousel-indicators .active {
    height: 20px;
    width: 20px;
    border-radius: 0px;
    background: #ffffff;
    border: solid 2px #4285f4;
    box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.58);
}

.expert_box {
    background: #ffffff;
    min-height: 360px;
    margin: 30px 0px;
}

.expert_box:before, .expert_box:after {
    content: '';
    position: absolute;
    display: block;
    opacity: 0.2;
    background-image: -moz-linear-gradient(-60deg, #2c90e4 0%, #a754e2 100%);
    background-image: -webkit-linear-gradient(-60deg, #2c90e4 0%, #a754e2 100%);
    background-image: -ms-linear-gradient(-60deg, #2c90e4 0%, #a754e2 100%);
    background-image: linear-gradient(-60deg, #2c90e4 0%, #a754e2 100%);
    z-index: 2;
    left: 10px;
    right: 10px;
    height: 10px;
    bottom: -10px;
}

.expert_box:after {
    z-index: 1;
    left: 20px;
    right: 20px;
    height: 20px;
    bottom: -20px;
}

.card-img-top {
    height: 200px;
}

.carousel-inner {
    min-height: 350px;
}

.testimonial {
    text-align: center;
    margin: 0px !important;
}
.solutions_img
{
    border-radius: 10px !important;
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    max-width: 100%;
    height: auto;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.smart_block {
    width: 100%;
    padding: 80px 0px 50px;
    min-height: 300px;
}
.smart_list {
    margin: 10px 0px 0px 0px;
    /*color: #908d8d;*/
}
.smart_list li {
    margin-bottom: 5px;
}
.smart_list i {
    margin-right: 10px;
    color: #ee1f27;
    font-size: 18px;
}
.regis_comblock
{
    text-align: center;
    margin-top: 40px;
    min-height: 200px;
    position: relative;
    padding-bottom: 80px;
}
.regis_comblock h4 {
    font-size: 18px;
}
.content {
    margin-top: 20px;
}
/*--------------------Contact Us------------*/
.contact_banner {
    width: 100%;
    height: 50vh;
    min-height: 500px;
    /*background-image: url(../img/contactus-banner.jpg);*/
    background-image: url(../img/about_bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
}
.contact-us-info h3 {
    position: relative;
}
.map_form {
    background: #f9f9f9;
    padding: 80px 0;
    position: relative;
    z-index: 1;
    min-height: 600px;
}
.map_box {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}
.mapouter{
    text-align:right;
    height:600px;
    width:100%;
}
.gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:600px;
    width:100%;
}
.contact_card {
    /*width: 760px;*/
    padding: 50px 15px 50px 0px;
    margin-top: -175px;
}
.contact-us-info {
    width: 100%;
    padding: 30px 10px 10px 20px;
    height: 100%;
    background: #004f92;
    color: #ffffff;
    background-image: url(../img/earth-grow-vision.png);
    position:relative;
}
.contact-us-info:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #ee4b2c;
    content: "";
}
.contact-us-info p {
    position: relative;
    margin-top:25px;
}
.contact_form_ul {
    margin-top: 25px;
}
.contact_form_ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.contact_form_ul li i {
    position: absolute;
    left: 0px;
    top: -3px;
    font-size: 20px;
}
.get-in-touch h3 {
    color: #6d6d6d;
    letter-spacing: 1px;
    text-shadow: 1px 1px #e8e8e8;
}
.get-in-touch p {
    font-size: 18px;
    color: #333333;
}
.contact_form .md-form {
    margin: 20px 0px;
}
.contact_form .md-form label {
    font-size: 14px;
}
/*---------------Service-------------------------*/
.service_contact_block {
    width: 100%;
    padding: 30px 0px;
    background: #f5f5f5;
    border-top: solid thin #dcdcdc57;
    border-bottom: solid thin #dcdcdc57;
}
.service_backbg {
    width: 100%;
    padding: 50px;
    background-image: url(../img/expert_bg.png);
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: left;
}
.service_basic_txtblock h3 {
    text-shadow: 1px 1px #e4e4e4;
    color: #1b1b1b;
    margin: 30px 0px 15px 0px;
}
.service_basic_txtblock p {
    font-size: 16px;
    color: #525252;
    text-align: justify;
}
.services_img
{
    background-image: url('../img/service-banner.jpg');
    height: 85vh;
    position: relative;
}
.service_caption {
    position: absolute;
    bottom: 150px;
    left: 50px;
    width: 550px;
}
.service_caption h1 {
    margin-bottom: 15px;
    color: #929292;
    text-shadow: 1px 1px #d2d2d2bf;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
}
.service_caption h5
{
    color: #9c9c9c;
}
.center_heading p {
    font-size: 20px;
    color: #9c9c9c;
}
.service_btnbox
{
    margin-top: 20px;
}
.service_more
{
    text-align: left;
}
.service_more h4
{
    color: #333333;
    font-size: 20px;
    font-weight: 500;
}
.service_more h5
{
    color: #585858;
    font-size: 16px;
}
/*-------------About Us------------------*/
.about_banner
{
    background-image: url('../img/yoga_images/aboutus-banner.jpg');
    background-position: center;

}
.about_banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
    background: rgba(0,0,0,0.1);
}
.about_caption h1 {
    font-size: 40px;
    font-weight: bold;
    text-shadow: 1px 1px #737373;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.about_caption {
    position: absolute;
    bottom:150px;
    left: 100px;
    color: #ffffff;
    z-index: 2;
    text-shadow: 1px 1px #040404;
}
.about_txt_block h2 {
    margin-bottom: 15px;
    text-shadow: 1px 1px #d2d2d2bf;
    font-weight: bold;
    letter-spacing: 2px;
}
.about_txt_block p {
    font-size: 17px;
    color: #666666;
    margin-top: 20px;
}
.quote {
    padding: 0px 20px 10px 70px;
    margin-top: 40px;
}
.center_big_txtp
{
    font-size: 16px !important;
    margin-top: 15px !important;
}
.quote:before {
    content: '\f10d';
    font-family: "FontAwesome";
    color: #4285f4;
    font-size: 35px;
    position: absolute;
    left: 20px;
    top: 5px;
    font-style: normal;
}
.quote_by {
    font-size: 14px;
    color: #a7a7a7;
}
.about_img {
    width: 100%;
}
.quote p {
    font-size: 14px;
}

.about_mi_vi_txt p {
    margin-bottom: 0px;
    font-size: 16px;
    margin-top: 5px;
    color: #666666;
    text-align: justify;
    line-height: 25px;
    font-weight: 400;
    color: black;
}
.best_box_img
{
    background: url(../img/always-best-inner.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 0 5px 5px 0;
    position: relative;
    height: 100%;
}
.always_best{
    background: url(../img/yoga_images/object_bg.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #707d9e;
    min-height: 600px;
}
.best_overlay
{
    background: rgba(0,26,87,0.4);
    padding: 50px 0px;
    height: 100%;
}
.core_value_ul {
    padding: 15px;
    margin-top: 20px;
}
.core_value_ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    color: #666666;
    font-size: 18px;
}
.core_value_ul li i {
    position: absolute;
    left: 0px;
    color: #0089ff;
}
.main_aboutpage_block
{
    width: 100%;
    padding: 100px 0px 60px 0px;
    min-height: 300px;
    background: #f5f5f5;
}
.best_main_block {
    margin: 0px auto;
    max-width: 760px;
    margin-top: 30px;
}
.best-list-item {
    margin-top: 50px;
}
.best-list-item li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 50px;
}
.best-list-item li i {
    position: absolute;
    left: 30px;
    font-size: 48px;
    top: 0px;
    line-height: 48px;
    background: -webkit-linear-gradient(#49e5d8,#4879ef);
    background-image: -moz-linear-gradient(0deg,#7adbff 0,#6479ff 100%);
    background-image: -ms-linear-gradient(0deg,#7adbff 0,#6479ff 100%);
    background-image: -webkit-linear-gradient(0deg,#7adbff 0,#6479ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.best-list-item li i:before
{
    background: -webkit-linear-gradient(#49e5d8,#4879ef);
    background-image: -moz-linear-gradient(0deg,#7adbff 0,#6479ff 100%);
    background-image: -ms-linear-gradient(0deg,#7adbff 0,#6479ff 100%);
    background-image: -webkit-linear-gradient(0deg,#7adbff 0,#6479ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.margin_bottom30
{
    margin-bottom: 30px;
}
/*----------------Fixed Bottom-----------------*/
.fixed_button {
    position: fixed;
    width: 40px;
    height: 40px;
    background: #86bc43bf;
    color: #ffffff;
    right: 10px;
    z-index: 99;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    font-size: 18px;
    transition: .5s all;
    cursor: pointer;
    bottom: -50px;
    background: -moz-linear-gradient(50deg, #5ed1fc, #3647b3);
    background: -webkit-linear-gradient(50deg, #5ed1fc, #3647b3);
    background: -o-linear-gradient(50deg, #5ed1fc, #3647b3);
    background: linear-gradient(40deg, #5ed1fc, #3647b3);
}
.fixed_button:hover
{
    background: -webkit-linear-gradient(40deg, #3647b3, #5ed1fc);
    background: -moz-linear-gradient(40deg, #3647b3, #5ed1fc);
    background: -o-linear-gradient(40deg, #3647b3, #5ed1fc);
    background: linear-gradient(40deg, #3647b3, #5ed1fc);
}
.animate_bottom {
    bottom: 20px;
}
.social_share_fixed {
    z-index: 95;
    position: fixed;
    top: 50%;
    right: 0px;
    margin-top: -15px;
}
.social_share_fixed .card{
    background: transparent;
    width: 300px;
    box-shadow: none;
}
.card-share .btn-floating {
    width: 40px;
    height: 40px;
    line-height: 33px;
    padding: 0px;
    text-align: center;
}
.card-share .btn-floating i {
     line-height: 40px !important;
    font-size: 18px !important;
}
.card .card-share .social-reveal
{
    right: 10px;
}
.top_logo_small
{
    display: none;
    max-width: 100px;
}
.fixed_navigation
{
    position: fixed;
    top: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    min-height: 70px;
}
.fixed_navigation .top_logo
{
    max-height: 60px;
}
.fixed_navigation .logo {
    padding-top: 5px;
}
.fixed_navigation .top_menu_ul
{
    margin: 30px 0px 0px 0px;
}
.fixed_navigation .top_logo
{
    display: none;
}
.fixed_navigation .top_logo_small
{
    display: block;
}
.footer_add_block li {
    padding-left: 30px;
    position: relative;
    line-height: 22px;
    margin-bottom: 10px;
    word-break: break-word;
}
.footer_add_block li i{
    position:absolute;
    left: 0px;
}
.contact_detailsmainbox {
    max-width: 980px;
    margin: 0px auto;
    background: #ffffff;
    width: 94%;
}
.all_contact_details_box {
    margin-bottom: 50px;
}
.all_contact_details_box .main_heading_design {
    margin-bottom: 25px;
}
.for_query_box {
    margin-bottom: 30px;
}
/*------------------About Timeline------------------------*/
.stepper.timeline-animated .more-padding {
    padding-right: 100px;
}

.stepper.timeline-animated .more-padding {
    padding-left: 100px;
}

.stepper.timeline-animated li {
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

@media (max-width: 1025px) {
    .stepper.timeline-animated li {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.stepper.timeline-animated li a {
    padding: 0px 24px;
    left: 50%;
}

@media (max-width: 450px) {
    .stepper.timeline-animated li a {
        left: 6%;
    }
}

@media (min-width: 451px) and (max-width: 1025px) {
    .stepper.timeline-animated li a {
        left: 6%;
    }
}

.stepper.timeline-animated li a .circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    margin-left: -50px;
    background-color: #ccc;
    z-index: 2;
}

.stepper.timeline-animated li .step-content {
    width: 45%;
    float: left;
    border-radius: 2px;
    position: relative;
}

.stepper.timeline-animated li .step-content:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #e0e0e0;
    border-right: 0 solid #e0e0e0;
    border-bottom: 15px solid transparent;
    content: " ";
}

.stepper.timeline-animated li .step-content:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

@media (max-width: 450px) {
    .stepper.timeline-animated li .step-content {
        width: 80%;
        left: 3rem;
        margin-right: 3rem;
        margin-bottom: 2rem;
        float: right;
    }

    .stepper.timeline-animated li .step-content:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    .stepper.timeline-animated li .step-content:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

@media (min-width: 451px) and (max-width: 1025px) {
    .stepper.timeline-animated li .step-content {
        width: 85%;
        left: 3rem;
        margin-right: 3rem;
        margin-bottom: 2rem;
        float: right;
    }

    .stepper.timeline-animated li .step-content:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    .stepper.timeline-animated li .step-content:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

.stepper.timeline-animated li.timeline-inverted {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.stepper.timeline-animated li.timeline-inverted .step-content {
    float: right;
}

.stepper.timeline-animated li.timeline-inverted .step-content:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.stepper.timeline-animated li.timeline-inverted .step-content:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.stepper.stepper-vertical li:not(:last-child):after {
    content: " ";
    position: absolute;
    width: 3px;
    background-color: #e0e0e0;
    left: 50%;
    top: 57px;
    margin-left: -1.5px;
}

@media (max-width: 450px) {
    .stepper.stepper-vertical li:not(:last-child):after {
        left: 6%;
    }
}

@media (min-width: 451px) and (max-width: 1025px) {
    .stepper.stepper-vertical li:not(:last-child):after {
        left: 6%;
    }
}
/*------------------End About Timeline--------------------*/
.view_service_details h5 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 20px;
  /*  text-shadow: 1px 1px #f1f1f1;*/
}
.view_service_details ul li {
    margin-bottom: 10px;
}
.view_service_details ul li i {
    margin-right: 10px;
    color: #199eff;
}
.view_banifits_details {
    margin-top: 25px;
}
.view_banifits_details ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    color: #666666;
    text-shadow: 1px 1px #f5f5f5;
    text-align: justify;
}
.view_banifits_details ul li i {
    margin-right: 10px;
    color: #199eff;
    position: absolute;
    left: 5px;
    font-size: 18px;
    top: -3px;
}
.regis_comblock .card-body
{
    padding: 15px 5px;
}
.header_tagline {
    display: inline-block;
    font-size: 20px;
    text-shadow: 1px 1px #b7b7b7;
    position: absolute;
    left: 150px;
    top: 40px;
}
.footer_add_block {
    margin-top: 25px;
}
.padding0 {
    padding: 0px;
}
.industry_block
{
    margin-top: 20px;
}
.industry_ul li i {
    position: absolute;
    left: 0px;
    width: 35px;
    top: 0px;
}
.industry_ul li i img
{
    width:100%;

}
.industry_ul li {
    width: 32.3%;
    display: inline-block;
    float: left;
    margin-right: 1%;
    padding: 10px 0px 15px 50px;
    border-bottom: solid thin #dadada;
    transition: .5s all;
    text-shadow: 1px 1px #dadada;
    position: relative;
    min-height: 40px;
    margin-bottom: 8px;
}
.regis_comblock img {
    max-width: 150px;
    max-height: 80px;
}
.regis_comblock .content {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0px;
}
.regis_comblock .content p {
    display: none;
}
.testimonial-carousel .testimonial .avatar img
{
    width:125px;
    height:125px;
    padding: 5px;
}
.other_client
{
    width: 100%;

}
.other_map
{
    width: 100%;
    display: none;
}
.ecg_present_box {
    position: absolute;
    width: 350px;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    left: 10px;
    bottom: 100px;
    color: #ffffff;
    text-align: left;
}
.list_right_btnbox .btn {
    padding: 5px 12px;
    border-bottom: solid thin #a5a5a5;
    padding-bottom: 5px;
}
.other_cityul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 25px;
}
.ecg_present_box h5 {
    font-size: 18px;
}
.regis_comblock h2 {
    font-size: 32px;
    text-transform: uppercase;
    color: #3f64c3;
    margin: 0px;
}


/*----------------Yoga Css-------------------*/
.page_main_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
    background: rgba(0,0,0,0.8);
}
.page_loader {
    width: 55px;
}
.page_inner_loader {
    width: 70px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.yoga_footer {
    overflow: hidden;
    color: #6f6f6f;
    font-size: 14px;
    position: relative;
    padding: 35px 0px 15px 0px;
    width: 100%;
    background: #f5f5f5;
}
.footer_subs_txt:focus {
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}
.footer_subs_txt:active {
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}
.footer_caption {
    font-size: 22px;
    margin-bottom: 25px;
    color: #ee1f27;
}

.footer_subs_box {
    position: relative;
    width: 100%;
    height: 45px;
    background: #ffffff;
    border-radius: 20px;
}

.footer_subs_txt {
    padding-right: 110px;
    padding: 12px 130px 10px 10px;
    border: none;
    text-align: left;
    color: #8e8e8e;
    background: transparent;
    font-size: 14px;
}

.footer_subs_btn {
    position: absolute;
    top: 0px;
    margin: 0px;
    right: -10px;
}

.footer_yoga_logo {
    width: 80%;
    margin-top: -15px;
}

.footer_menu_ul {
    margin: 50px 0px 20px 0px;
}

.footer_menu_ul li {
    display: inline-block;
}

.footer_menu_ul li a {
    color: #3c3c3c !important;
    font-size: 16px;
    padding: 0px 21px;
    text-transform: uppercase;
}
.footer_menu_ul li a
.yoga_footer .coppyright {
    color: #e0e0e0;
    float: left;
    border-top: solid thin #2a3856;
    padding-top: 10px;
    text-align: center;
}
.top_navigation {
    position: absolute;
    width: 100%;
    z-index: 999;
}
.top_black {
    width: 100%;
    display: inline-block;
    background: #ffffff;
    padding: 10px 0px;
}
.left_top_logo {
    display: inline-block;
    float: left;
}
.yoga_logo {
    max-width: 130px;
}
.top_address {
    display: inline-block;
    /*color: #ffffff;*/
    float: right;
}
.top_address_ul {
    margin: 0px;
}
.top_address_ul li {
    display: inline-block;
    position: relative;
    padding: 0px 30px 0px 50px;
}
.top_icon {
    position: absolute;
    font-size: 30px;
    left: 0px;
    color: #f86700;
    bottom: 0px;
}
.top_details {
    display: inline-block;
    width: 165px;
}
.top_details h5 {
    font-size: 14px;
    margin-bottom: 5px;
}
.top_details small {
    color: #a7a7a7;
    line-height: 16px !important;
    display: inline-block;
}
.top_address_ul li:after {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    position: absolute;
    right: 10px;
    bottom: 0;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    background-color: rgba(214, 214, 214, 0.4);
}
.remove_after {
    padding-right: 0px !important;
}
.remove_after:after {
    display: none !important;
}
.top_white {
    width: 100%;
    display: inline-block;
    background: #ffffff;
    margin-top: -10px;
    overflow: hidden;
    transition: .7s all;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0), 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}
.top_nav_ul {
    margin: 0px;
}
.top_nav_ul li {
    display: inline-block;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    position: relative;
    transition:.5s all;
}
.top_nav_ul li a {
    color: #666666 !important;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 16px;
}
.top_nav_ul li a i {
    margin-right: 5px;
    transition: .5s all;
}
.top_nav_ul li:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #f86700;
    left: 0px;
    top:-5px;
    transition: .2s all;
}
.top_nav_ul li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #f86700;
    bottom:-5px;
    left: 0px;
    transition: .2s all;
}
.top_nav_ul li:hover:after
{
    bottom:0px !important;
}
.top_nav_ul li:hover:before
{
    top:0px !important;
}
.top_nav_ul li:hover i
{
    color: #f86700;
}
.active_tab:before{
    top:0px !important;
}
.active_tab:after{
    bottom:0px !important;
}
.active_tab a i {
    color: #f86700 !important;
}
/*----------------Gallery ----------------*/
.gallery_banner {
    background-image: url('../img/gallery/gallery-banner.jpg');
    width: 100%;
    height: 50vh;
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
}

.gallery_banner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: -webkit-linear-gradient(45deg, #ef4c2c, #ef4c2c);
    background: -o-linear-gradient(45deg, #ef4c2c, #ef4c2c);
    background: -moz-linear-gradient(45deg, #ef4c2c, #ef4c2c);
    background: linear-gradient(45deg, #ef4c2c, #ef4c2c);
    opacity: 0.8;
}

.center_caption {
    position: absolute;
    color: #ffffff;
    z-index: 2;
    text-shadow: 1px 1px #040404;
    width: 100%;
    text-align: center;
    bottom: 100px;
}

.center_caption h1 {
    font-size: 50px;
    font-weight: bold;
    text-shadow: 1px 1px #737373;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.imagegallery_section {
    display: inline-block;
    width: 100%;
    padding: 50px 0px;
}
.gallery .pics {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    padding: 8px;
    width: 32.3%;
    float: left;
    margin-left: 1%;
    height: 300px;
}

.gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.gallery .pics img {
    height: 100%;
}
@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}
.dusty-grass-gradient {
    background-image: -webkit-linear-gradient(120deg,#ee4b2c 0,#ee4b2c 100%);
    background-image: -o-linear-gradient(120deg,#ee4b2c 0,#ee4b2c 100%);
    background-image: linear-gradient(120deg,#ee4b2c 0,#ee4b2c 100%);
    color: #ffffff !important;
}
.dusty-grass-gradient:hover
{
    background-image: -webkit-linear-gradient(120deg,#ef5e2e 0,#ec1d27 100%);
    background-image: -o-linear-gradient(120deg,#ef5e2e 0,#ec1d27 100%);
    background-image: linear-gradient(120deg, #ef6914 0,#ec1d27 100%);
}
.fixed_topnavigation .top_black {
}
.fixed_topnavigation .top_white {
    margin-top: 0px;
    position: fixed;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    top:0px;
}
/*---------------Event---------------*/
.event_listsection {
    display: inline-block;
    width: 100%;
    padding: 50px 0px;
    /*background: #f5f5f5;*/
}

.list_row {
    width: 100%;
    display: inline-block;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    float: left;
    margin-bottom: 20px;
    border-radius: 0px;
    padding: 15px;
}

.list_imgbox {
    width: 40%;
    border: solid 10px #ffffff;
    vertical-align: middle;
    position: relative;
    float: left;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.list_imgbox img {
    width: 100%;
    height: 100%;
}

.list_details {
    width: 60%;
    float: left;
    height: auto;
    padding-left: 30px;
    font-size: 14px;
}
.list_details h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #9c9c9c;
    text-shadow: 1px 1px #e8e8e8;
}
.icon_with_details {
    display: inline-block;
    margin-right: 20px;
    color:#ee1f27;
    position: relative;
    padding-left: 25px;
}
.icon_with_details i {
    margin-right: 5px;
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: -2px;
}
.list_details p {
    margin: 10px 0px;
    color: #888888;
}
.list_btnbox {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.list_btn_icon {
    margin-right: 5px;
}
.append_small_data {
    display: inline-block;
    margin-bottom: 10px;
}
.over_flowcontainer_data {
    width: 100%;
    max-height: 140px;
    overflow: hidden;
    margin-bottom: 10px;
}
/*---------------Home Page-----------*/
.image-box {
    position: absolute;
    top: 10px;
    z-index: 1;
    left: -30px;
    width: 100%;
}

.theme-shape-three {
    background: url(../img/svg/about_svg2.svg);
    left: -25%;
    width: 865px;
    height: 525px;
    position: absolute;
    top: 83px;
    z-index: -1;
}

.image-box .image-shape {

    clip-path: url('#shape-one');
}

.about_yoga_imgbox {
    padding: 0 0 30px 0;
    position: relative;
    z-index: 9;
    width: 100%;
    display: inline-block;
    float: left;
    min-height: 625px;
}

#svag-shape {
    position: absolute;
    z-index: -999;
}

.about_subtxt {
    line-height: 35px;
    color: #666666;
    font-size: 19px;
    margin-top: 25px;
    font-family: cursive;
    text-align: center;
}

.about_haed {
    color:#ec1d27;
    font-size: 25px;
    font-family: initial;
    font-weight: 600;
    margin-bottom: 5px;
}

.about_designation {
    font-size: 18px;
}
.book_now_block {
    width: 100%;
    display: inline-block;
    padding: 50px 0px;
    /*background: #f26001;*/
    /*color: #ffffff;*/
    margin-bottom: 115px;
}
.book_headblock p {
    /*font-size: 18px;*/
    /*text-transform: uppercase;*/
}
.book_headblock h3 {
    text-transform: uppercase;
    line-height: 40px;
    font-size: 24px;
}
.book_img {
    position: absolute;
    top: -120px;
    max-width: 400px;
    left: 50%;
    margin-left: -200px;
}
.basic_icon_margin
{
    margin-right:5px;
}
/*-------About Page-------------*/
.about_txt_block {
    padding: 20px;
    box-shadow: 5px 6px 20px #00000040;
    background: #ffffff;
}

.about_company {
    margin-top: -50px;
    text-align: center;
    padding: 10px;
    color: white;
    font-size: 25px;
    background: #f86700;
    background-image: -webkit-linear-gradient(120deg, #efa77d 0, #e46216 100%);
    background-image: -o-linear-gradient(120deg, #efa77d 0, #e46216 100%);
    background-image: linear-gradient(120deg, #efa77d 0, #e46216 100%);
    background: #f86700;
}

.about_txt_block strong {
    line-height: 28px;
    font-size: 14px;
}

.about_shadow {
    -webkit-box-shadow: 0 2px 5px 0 rgb(241, 95, 15), 0 2px 10px 0 rgb(239, 94, 33);
    box-shadow: 0 2px 5px 0 rgb(238, 31, 39), 0 2px 10px 0 rgb(237, 31, 39);
    border-radius: 50px;
    transition: .5s all;
}

.about_body {
    padding: 0px 10px;
    background: #FFFFFF;
    transition: .5s all;
}

.about_mis_txt {
    width: 100%;
    color: #f86700;
    text-align: center;
    margin: 0px;
}

.about_mi_vi_txt b {
    margin-top: 0px;
    display: inline-block;
}

.about_shadow:hover {
    border-radius: 0px;
}

.about_shadow:hover .about_body {
    background: #ffffff;
}

.object_block {
    position: relative;
    margin: 0px auto;
    max-width: 760px;
    margin-top: 50px;
    padding-bottom: 200px;
}

.object_back {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    background-color: #f86700;
    content: "";
    height: 100%;
    margin-left: 8%;
    position: absolute;
    transform: skewY(175deg);
    width: 90%;
}

.object_frount {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    content: "";
    top: 100px;
    transform: skewY(4deg);
    width: 90%;
    padding: 20px 20px 40px 8%;
    position: relative;
    background-color: transparent;
    background: #ffffff;
    display: inline-block;
}

.object_frount_txt {
    transform: skewY(-4deg);
    margin-top: 30px;
}

.object_frount .main_heading_design {
    margin-top: 15px;
}

.object_frount_txt h4 {
    color: #7d7d7d;
    text-shadow: 1px 1px #f9f9f9;
    font-size: 22px;
    margin-top: 30px;
}

.object_frount_txt b {
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
    display: inline-block;
    margin-top: 5px;
}

.object_frount_txt p {
    color: #000000;
    font-size: 16px;
    line-height: 31px;
}
.about_mi_vi_txt h6
{
    margin-top: 20px;
}
.about_vision_ul li {
    font-size: 16px;
}
.service_padd
{
    padding-bottom: 35px !important;
}
.res_menu
{
    display: none;
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 5px;
}
.contact-us-info .main_heading_design:after
{
    border: 1px solid #ffffff;
}
.about_yoga
{
    margin-left: -30px;
    width: calc(100% + 30px);
}
.slider_carousal
{
    width: 100%;
}
.testimonial h4 {
    font-size: 20px;
}

.home_about_txt
{
    width: 100%;
    padding: 30px 0px;
    display: inline-block;
    text-align: center;
}
.footer_menu_ul li a:hover
{
    color: #ee1f27;
}
.bg_white
{
    background: #ffffff;
}
.namaste_img {
    width: 130px;
}
.about_director {
    padding: 20px;
    box-shadow: 5px 6px 20px #00000040;
    background: #ffffff;
    border-radius: 10px;
    font-weight: lighter;
    line-height: 24px;
}
.image_aboutbox {
    box-shadow: 5px 6px 20px #00000040;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.aboutpage_img {
    max-width: 100%;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    width: 100%;
    box-shadow: 5px 6px 20px #00000040;
}
.overlay_about {
    display: inline-block;
    width: 100%;
    padding: 25px 5px 0px 5px;
    font-weight: bold;
    min-height: 125px;
}
.overlay_about h6 {
    font-size: 14px;
    text-shadow: 1px 1px #f5e6e6;
    color: #ec1d27;
}
.overlay_about b {
    font-size: 12px;
}
.pagi .pagination
{
    display: inline-block !important;
}
.pagi .pagination li{
    display: inline-block !important;
}
.expert_box .card-body {
    min-height: 140px;
}
.expert_box h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0px;
    font-weight: bold;
}
.expert_name {
    font-size: 20px;
}
.expert_box p {
    margin-bottom: 0px;
}
.overlay_about {
    display: inline-block;
    width: 100%;
    padding: 25px 5px 0px 5px;
    font-weight: bold;
    min-height: 105px;
}
.about-hindi-section p {
    line-height: 41px;
    font-size: 16px;
}
.hindi-section p {

    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    color: black;
    margin-bottom:30px;
}

.content-english{
    font-size:16px;
}
.hindi-section ul li{
    font-size:15px;
    line-height: 30px;
    margin-bottom:0px !important;
}
.hindi-section h6{
    font-size:15px;
}
.about-eng p{
    line-height:31px ! important;
}
.text-black{
    color:black!important;
}
.about_director {
    padding: 11px;
    box-shadow: 5px 6px 20px #00000040;
    background: #ffffff;
    border-radius: 10px;
    font-weight: lighter;
    line-height: 24px;
    text-align: justify;
}
.about-Shastri{
    height:365px;
}
.main_aboutpage_block {
    width: 100%;
    padding: 7px 0px 0px 0px;
    min-height: 300px;
    background: #ffffff;
}
.INAUGRATION{
    width:100%;
}
.hindi-about-us-en{
    line-height: 32px;
    color: #666666;
    font-size: 18px;
    margin-top: 6px;
    font-family: cursive;
}

.hindi-about-us-in {
    line-height: 38px;
    color: #666666;
    font-size: 16px;
    margin-top: 6px;

}
.gallery_banner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: -webkit-linear-gradient(45deg, #ef4c2c, #ef4c2c);
    background: -o-linear-gradient(45deg, #ef4c2c, #ef4c2c);
    background: -moz-linear-gradient(45deg, #ef4c2c, #ef4c2c);
    background: linear-gradient(45deg, #ef4c2c, #ef4c2c);
    opacity: 0.8;
}
.about_txt_block p {

    color: #000000 !important;

}
.head_border{
    line-height:30px !important;
}
.INAUGRATION_text{
    padding:23px !important;
    font-size:17px;
}
.INAUGRATION_text_hindi {
    padding: 12px 0px 21px 0px;
    display: inline-block;
    font-size: 17px;
    line-height: 49px;
    text-align: justify
}
.start_box{
    padding: 151px 0px 0px 0px;
}
