@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
  font-family: Continuum;
  src: url(../fonts/Continuum.ttf);
}
@font-face {
  font-family: continuum_medium;
  src: url(../fonts/contm.ttf);
}


*{
    margin:0;
    padding:0
}
html{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
*,:after,:before{
    -webkit-box-sizing:inherit;
    box-sizing:inherit
}
body{ box-sizing: border-box; font-family: 'Open Sans', sans-serif; }
img { border: none }
ul{
    list-style: none;
}
i{
    font-weight: 400;
}
button:focus{
    outline: none!important;
}
a { text-decoration: none; }
p, h1, h2, h3, h4, h5{
    margin: 0; padding: 0;   
}



/**************************************************************************************************
Whatsapp Section
**************************************************************************************************/

.float3{
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	left:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float3{
	margin-top:16px;
}


.float4{
	position:fixed;
	width:60px;
	height:60px;
	bottom:180px;
	left:10px;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float4{
	/* margin-top:16px; */
	width:100%;
}

/**************************************************************************************************
Header Section
**************************************************************************************************/

.head-scl{
	background:#df0024;
	padding:0px 0;
}
.head_location{
	padding:25px 0 0 0;
	text-align:center;
	width:100%;
}
.head_location ul{margin:0px;}
.head_location ul li{
	display:inline-block;
	margin:0 10px;
	color:#282828;
}
.head_location ul li a{
	font-size:16px;
	color:#282828;
	font-family: 'Oswald', sans-serif;
	letter-spacing:0.5px;
}
.head_location ul li a i{padding-right:15px; color:#a7c219;}

/* Logo Right Side  */
.head_location1{
	padding:5px 0;
	text-align:center;
	width:100%;
}
.head_location1 ul{margin:35px 0 0;float:right;}
.head_loca{float:right;}
.head_loca ul li img{
	width:150px;
}
.head_location1 ul li{
	display:inline-block;
	margin:0 25px;
}
.head_location1 ul li a{
	font-size:16px;
	color:#f1f1f1;
	font-family: 'Oswald', sans-serif;
	letter-spacing:0.5px;
	background:#a4c84e;
	padding:6px 20px;
}
.head_location1 ul li a i{padding-right:15px;}


/* Logo Section */

.headertop{
    /* background: #e2eff8; */
    /* background: #fff7f3; */
    /* background: #f2eff8; */
    /* background: #ecf3f3; */
    padding: 10px 0;
}
/* Logo Section First Part */
.logo{
	/* padding:0px 20px; */
	padding:0px 45px 0px;
	/* margin-left:-15px; */
}
.logo img{
	width:100%;
}

/****************************************************************************************
Banner Section
****************************************************************************************/

.carousel-control-next{
	bottom:10px!important;
	top:unset!important;
	right:6%!important;
}
.carousel-control-prev{
	left:unset!important;
	right:10%;
	bottom:10px!important;
	top:unset!important;
}

.carousel-control-next, .carousel-control-prev{
	width:5%!important;
	opacity:1!important;
}

.carousel-control-next-icon{
	background:#df0024 no-repeat center center!important;
	/* background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")!important; */
	width: 50px!important;
    height: 50px!important;
    border-radius: 50%;
    position: relative;
    line-height: 50px;
}
.carousel-control-next-icon:hover{
	background:#a4c84e!important;
	transition:0.3s;
	border-radius:2px;
}
.carousel-control-next-icon:hover:after{color:#f1f1f1;}
.carousel-control-next-icon:hover:after{
	left:10px;
	transition:0.3s;
}
.carousel-control-next-icon:after{
	position:absolute;
	font-family: FontAwesome;
    content: "\f178";
	left:0px;
	right:0px;
	top:0px;
	font-size:26px;
	color:#fff;
}
.carousel-control-prev-icon{
	background:#df0024 no-repeat center center!important;
	width: 50px!important;
    height: 50px!important;
    border-radius: 50%;
    position: relative;
    line-height: 50px;
}
.carousel-control-prev-icon:hover{
	background:#a4c84e!important;
	transition:0.3s;
	border-radius:2px;
}
.carousel-control-prev-icon:hover:after{
	right:10px;
	transition:0.3s;
}
.carousel-control-prev-icon:hover:after{color:#f1f1f1;}
.carousel-control-prev-icon:after{
	position:absolute;
	font-family: FontAwesome;
    content: "\f177";
	left:0px;
	right:0px;
	top:0px;
	font-size:26px;
	color:#fff;
}

.banner{
    position: relative;
}
.banner .carousel-caption{
    top: 20%;
    left: 8%;
    padding: 40px 20px;
    position: absolute;
    width: 620px;
    height: 260px;
    background: #ffffff95;

}
.banner .carousel-caption h1 {
    font-size: 55px;
    font-family: 'Lato', sans-serif;
    line-height: 35px;
    margin: 0;
    font-weight: 800;
    padding-bottom: 25px;
    color: #23428f;
}
.banner .carousel-caption h2 {
    font-size: 30px;
    color: #444;
    font-family: 'Roboto', sans-serif;
    line-height: 35px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
}
.banner .carousel-caption h3 {
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    margin: 0;
    padding-bottom: 20px;
    color: #333;
    font-weight: 600;
}
.banner .carousel-control-next{
    position: absolute;
    width: 80px;
}
.banner .carousel-control-prev{
    position: absolute;
    width: 80px;
}
.banner .carousel-indicators li{
    background: #fff;
    cursor: pointer;
    width: 8px;
    height: 8px
}
.banner .carousel-indicators li.active{
    background: #fff;
}
.banner .btn-change5{
    height: 40px;
    width: 150px;
    background: #23428f;
	cursor: pointer;
    float: none;
    font-weight: 600;
    border:0px;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 100px 0px 0 0 #2da7da inset , -100px 0px 0 #2da7da inset;
}
.banner .btn-change5:hover{
    -webkit-box-shadow: 0px 0px 0 0 #2da7da inset , 0px 0px 0 #2da7da inset;
}


/* panchakarma */

.panchakarma{
	background:url(../img/panchakarma.png) no-repeat;
	background-size:100% 100%;
	width:100%;
	height:auto;
	padding:50px;
}
.panchakarma img{width:100%;}

.panchakarma h1{
	color: #fff;
    font: 800 40px/55px 'Montserrat', sans-serif;
    display: block;
    margin: 0px;
}



/*****************************************************************************
About Home Page Section
*****************************************************************************/

.about-home{padding:50px 0;}
/* .about-profile{padding:0 30px;} */
.about-profile{padding:0 120px;}
.about-profile img{
	width:100%;
	/* border-radius:50%; */
	border:5px solid #ddd;
}
.about-profile1 img{width:100%;border:5px solid #58940d;}


.about-home .about-profile {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1
}

/* .about-home .about-profile:before { */
    /* position: absolute; */
    /* content: ''; */
    /* width: 100%; */
    /* height: 100%; */
    /* top: 0; */
    /* left: 0; */
    /* background-color: #d94574; */
    /* z-index: -1; */
    /* -webkit-animation: border-transform-default-two 10s linear infinite alternate forwards; */
    /* animation: border-transform-default-two 10s linear infinite alternate forwards */
/* } */

.about-home .about-profile img {
    /* -webkit-animation: border-transform-default 10s linear infinite alternate forwards; */
    /* animation: border-transform-default 10s linear infinite alternate forwards; */
}

@-webkit-keyframes border-transform-default {

    0%,
    to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}


.about-discription{}
.about-discription h1{
	font-size:28px;
	font-family:Monotype Corsiva;
	color:#a7c219;
	margin:0px;
	padding-bottom:5px;
}
.about-discription h2{
	color:#58940d;
	font: 800 50px/55px 'Montserrat', sans-serif;
    display: block;
	margin:0px;
}
.about-discription h3{
	font: 500 20px/28px 'Montserrat', sans-serif;
    color: #282828;
    padding: 10px 0px 8px 0px;
    position: relative;
	text-transform:capitalize;
}
.about-discription h3:after{
	position: absolute;
    content: '';
    border-bottom:1px dotted #dc3c70;
    width: 379px;
    height: 2px;
    left: 0px;
    bottom: 0px;
}
.about-discription h4{
	font-size:28px;
	font-family:Monotype Corsiva;
	color:#fff;
	background:#a7c219;
	margin:0px;
	padding:5px 0 5px 10px;
}
.about-discription p{
	font: 400 16px/30px 'Roboto', sans-serif;
	margin:0px;
	padding:10px 0 0;
}
.about-discription ul{}
.about-discription ul li{
	font: 500 16px/28px 'Roboto', sans-serif;
	color:#4a4a4a;
	position:relative;
	padding-left:25px;
	margin:5px 0;
}
.about-discription ul li i{
	color:#f38e38;
	position:absolute;
	left:0px;
	top:5px;
}
.dr-more{padding-top:15px;}
.dr-more a {
    display: inline-block;
    background: #f38e38;
    padding: 12px 22px 12px 17px;
    color: #fff;
}
.dr-more .abt-appont{
	background:#a7c219;
}
.dr-more a:hover{
	background:#8c74ad;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}
.dr-more img {
    margin: -2px 10px 0px 0px;
}



/*************************************************************************************
Header top Title Section
*************************************************************************************/

.breadcrumb-section {
    width: 100%;
    float: left;
    clear: both;
    padding: 35px 0px;
    margin: 0px 0px 80px;
    color: #FFFFFF;
	background-color: #4a4a4a;
}
.breadcrumb-section h1 {
    float: left;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 0px;
    line-height: normal;
	font-family: 'Bubblegum Sans', cursive;
}
.breadcrumb-section .breadcrumb {
    float: right;
    margin: 8px 0px 0px;
	background:unset;
}
.breadcrumb-section .breadcrumb a {
    float: left;
    color: #FFFFFF;
}
.breadcrumb-section .breadcrumb span {
    float: left;
    margin: 0px 8px;
    line-height: 24px;
}
.breadcrumb-section .breadcrumb span.current {
    margin: 0px;
}

.breadcrumb-section .breadcrumb span {
    float: left;
    margin: 0px 8px;
    line-height: 24px;
}



/*****************************************************************************************
Contact Section
*****************************************************************************************/

.contact_form{padding:50px 0;}
.dt-sc-one-fourth{}
.dt-sc-one-fourth h2{
	font-size:22px;
	font-family: 'Bubblegum Sans', cursive;
    font-weight: 500;
	color: #2f2f2f;
	padding-bottom:20px;
}
.dt-sc-contact-info {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    margin: 5px 0 7px;
    padding: 0;
    border-bottom: 1px dotted #CCCCCC;
}
.dt-sc-contact-info span {
    font-size: 20px;
    float: left;
    margin: 0px 10px 0px 0px;
    padding-bottom: 12px;
    width: 40px;
    text-align: center;
	color: #a9bd40;
}
.dt-sc-contact-info a{color: #2f2f2f;}


/**********************************************************************************
Form home page
**********************************************************************************/

.form-horizontal{
    background-color: #fff;
    font-family: 'Rubik', sans-serif;
    padding: 20px 0 0;
    box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.2);
    position: relative;
	display: inline-block;
    width: 100%;
}
.form-horizontal .heading{
    color: #a9bd40;
    font-size: 28px;
    text-align: left;
	padding-left:35px;
    margin: 0 0 15px 0;
}
.form-horizontal .form-group{
    width: 80%;
    margin: 0 auto 10px;
    position: relative;
	/* display:inline-block;	 */
}
.form-group1{
	display:inline-block;
	margin-left:40px!important;
}
.form-horizontal .form-group>i{
    color: rgba(0,0,0,0.2);
    font-size: 21px;
    position: absolute;
    left: 8px;
    top: 11px;
}
.form-horizontal .form-control{
    color: #006994;
    font-size: 14px;
    height: 42px;
    padding: 6px 8px 6px 40px;
    box-shadow: none;
    border-radius: 0;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.2);
    font-size: 15px;
    /* text-transform: capitalize; */
}
.form-horizontal .form-control:focus{
    box-shadow: none;
    border-color: #006994;
}
.form-horizontal .form-terms{
    color: #909090;
    font-size: 14px;
    width: 80%;
    margin: 0 auto 10px;
}
.form-horizontal .form-terms input[type="checkbox"]{
    margin: 3px 5px 0 0;
    display: inline-block;
}
.form-horizontal .form-terms a{ color: #006994;}
.form-horizontal .form-terms a:hover{ text-decoration: underline; }
.form-horizontal .btn{
    color: #a9bd40;
    background-color: unset;
    font-size: 16px;
    padding: 7px 30px;
    margin: 0 0 10px;
    border-radius: 5px;
    border: 2px solid #a9bd40;
    display: inline-block;
    float: left;
    transition: all 0.5s;
}
.form-horizontal .btn:focus,
.form-horizontal .btn:hover{
    color: #fff;
    background-color: #a9bd40;
    border: 2px solid #a9bd40;
}
.form-horizontal .form-login{
    color: #909090;
    font-size: 14px;
    margin: 10px 0;
    display: inline-block;
    float: right;
}
.form-horizontal .form-login a{ color: #006994; }
.form-horizontal .form-login a:hover{ text-decoration: underline; }
.form-horizontal .form-footer{
    background-color: #ed5b8b;
    text-align: center;
    padding: 20px 25px 25px;
}
.form-horizontal .form-footer:before{
    content: 'OR';
    color: #ed5b8b;
    background-color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 31px;
    height: 35px;
    width: 35px;
    margin: -35px auto 0;
    border: 3px solid #ed5b8b;
    border-radius: 50%;
    display: block;
}
.form-horizontal .form-footer span{
    color: #fff;
    font-size: 17px;
    margin: 0 0 15px 0;
    display: block;
}
.form-horizontal .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.form-horizontal .social li{
    display: inline-block;
    margin: 0 3px;
}
.form-horizontal .social a{
    color: #ed5b8b;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    height: 40px;
    width: 40px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all 0.5s;
}
.form-horizontal .social a:hover{
    color: #fff;
    background-color: #006994;
    border-color: #fff;
	text-decoration:none;
}
@media screen and (max-width:576px) {
    .form-horizontal .form-group .btn,
    .form-horizontal .form-group .form-login{
        text-align: center;
        display: block;
        float: none;
        margin: 0 auto 15px;
    }
}



/*****************************************************************************************
Sticky Book Appointment
*****************************************************************************************/

.book_appointment .float{
	position:fixed;
	top:50%;
	right:-97px;
	padding:7px 15px;
	font-size:22px;
	color:#FFF;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	/* background-color:#ccafaa; */
	/* background-color:#f38e38bf; */
	/* background-color:#005528; */
	background-color:#f38e38;
	border-radius:8px 8px 0 0;
	box-shadow: 2px 2px 3px #5c5c5cbf;
	z-index:100;
	transform: rotate(-90deg);
	/* overflow:hidden; */
}
.book_appointment .float1{
	position:fixed;
	bottom:26%;
	right:-80px;
	padding:7px 15px;
	font-size:22px;
	color:#FFF;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	background-color:#7db182;
	border-radius:0 0 8px 8px;
	box-shadow: 2px 2px 3px #999;
	z-index:100;
	transform: rotate(-90deg);
}
.book_appointment .float i,
.book_appointment .float1 i{
	padding-right:10px;
}
.book_appointment .float:hover{
	transition:0.5s;
	box-shadow: 6px 6px 4px #999;
	text-decoration:none;
	background:#0b689d;
	transform:translateX(-10px);
	/* transform:translateY(-10px); */
	transform: rotate(-90deg);
}

.book_appointment .float1:hover{
	transition:0.5s;
	box-shadow: 6px 6px 4px #999;
	text-decoration:none;
	background:#0b689d;
	/* transform:translateY(-10px); */
	transform: rotate(-90deg);
}
.book_appointment .float:hover i,
.book_appointment .float1:hover i{
	transition:0.5s;
	transform:translateX(-5px);
}




/*****************************************************************************************
Header Title Section
*****************************************************************************************/


.header_title{
	text-align:center;
	width:100%;
}
.header_title h1{
	font-size:34px;
	font-family: 'Roboto', sans-serif;
	color:#f38e38;
	text-transform:capitalize;
}
.header_title p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
}


.header_title1{
	text-align:center;
	width:100%;
}
.header_title1 h1{
	font-size:34px;
	font-family: 'Roboto', sans-serif;
	color:#f38e38;
	text-transform:capitalize;
	padding-bottom:30px;
}
/* Header Title End */


/**********************************************************************************************
Services Home Section
**********************************************************************************************/
.services_home{
	background:#e6edc3;
	padding:50px 0;
}
/* .service_main{padding:50px 0;background:#f8eff0;} */
.cmt-processbox-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* position: relative; */
    /* margin: 15px 15px 0; */
	width:100%;
}
/* .cymolthemes-boxes-row-wrapper.cmt-processbox-wrapper:before { */
    /* content: ''; */
    /* position: absolute; */
    /* left: -428px; */
    /* right: -46px; */
    /* height: 100%; */
    /* display: block; */
    /* background: url(../images/proccess-box-arrow1.png) center center no-repeat; */
    /* background-size: 100% 100%; */
    /* top: -65px; */
    /* margin-left: 40px; */
/* } */
.cmt-processbox-wrapper .cmt-processbox {
    position: relative;
}

.cmt-processbox-wrapper .cmt-processbox {
    /* width: calc(100% / 3); */
    max-width: 50%;
    padding: 0 15px;
    position: relative;
    text-align: center;
    margin-top: 10px;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-box-iconbox {
    transition: all 500ms ease;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-box-iconbox {
    position: relative;
    display: inline-block;
    width: 100%;
}

.cmt-processbox-wrapper .cmt-processbox .cmt-process-icon {
    display: inline-block;
    position: relative;
}
.cmt-vc_icon_element-inner img{
	height: 190px;
    width: 100%;
    border: 4px solid #d1d1d1;
    background-color: #f1f1f1;
    border-radius: 5px;
	padding:5px;
} 
.cmt-processbox:hover .cmt-vc_icon_element-inner img{
	transform:translateY(-15px);
	transition:0.5s;
	border-color:#f16d16;
}

.cmt-processbox-wrapper .cmt-box-content {
    text-align: center;
    padding: 0 10px;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-box-content .cmt-box-title h5 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
	font-family: continuum_medium;
	color:#2e3f53;
	padding-top:10px;
    margin-bottom: 30px;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-box-content .cmt-box-title h5 a{
	color:#2e3f53;
}

.cmt-processbox-wrapper .cmt-processbox .cmt-box-content .cmt-box-title1 h5 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
	font-family: continuum_medium;
	color:#2e3f53;
	padding-top:10px;
    margin-bottom: 30px;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-box-content .cmt-box-title1 h5 a{
	color:#2e3f53;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-box-content p{
	font-size: 16px;
    line-height: 26px;
    font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color:#2e3f53;
}


/*****************************************************************************************
Hospital Section
*****************************************************************************************/

.hospital_home{
	background:url(../img/hospital_bg.png) no-repeat;
	/* background-size:100% 100%; */
	background-size:cover;
	width:100%;
	padding:50px 0 30px;
}

.hospital_home .header_title h1{color:#f38e38;background:#fff;margin-bottom:30px;padding:5px 0;}

.hospital_detail{
	background:#a7c219;
	padding:40px 0px;
	margin:0 20px;
}
.hospital_padd{padding:0 20px;}
.hospital_detail h1{
	font-size:20px;
	font-family: 'Oswald', sans-serif;
	color:#f1f1f1;
	margin:0px;
	padding-bottom:10px;
	letter-spacing:1px;
}
.hospital_detail h1 i{
	color:#f1f1f1;
	padding-right:10px;
}
.hospital_detail ul{}
.hospital_detail ul li{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	margin:10px 0;
	color:#f1f1f1;
	padding-bottom:20px;
	text-align:justify;
	position:relative;
	padding-left:25px;
}
.hospital_detail ul li i{
	color:#f1f1f1;
	position:absolute;
	left:0px;
	top:5px;
}
.hospital_detail a{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#a7c219;
	background:#fff;
	padding:8px 10px;
	width:100%;
	display:inline-block;
	text-transform:uppercase;
	text-align:center;
}
.hospital_detail a:hover{
	background:#f38e38;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}


/*****************************************************************************************
Footer Section
*****************************************************************************************/


.footer{
	background:url(../images/footer_bg.jpg) no-repeat;
	/* background:#4a4a4a; */
	/* background-attachment: fixed; */
	background-size:100% 100%;
	width:100%;
	padding:50px 0 0 0;
}
/* .foot_detail{padding-top:80px;} */
.footer_inner{}
.footer_inner h1{
	font-size:26px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	margin:0px;
	padding-bottom:20px;
}
.footer_inner p{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	margin:15px 0;
	color:#f1f1f1;
	padding-bottom:20px;
	text-align:justify;
}
.footer_inner ul{margin:0px;padding:0px;}
.footer_inner ul li{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	margin:15px 0;
	color:#f1f1f1;
	position:relative;
	padding-left:25px;
}
.footer_inner ul li a{color:#fff;}
.footer_inner ul li i{
	position:absolute;
	left:0px;
	top:4px;
	/* color:#a9bd40; */
	color:#f38e38;
}
.footer_inner{}

/* .map{padding-bottom:10px;} */
/* .map h1{ */
	/* font-size: 20px; */
    /* font-family: 'Roboto', sans-serif; */
    /* color: #fff; */
    /* margin: 0px; */
	/* padding:5px 10px; */
    /* background:#21b89f; */
/* } */
/* Copyright */

.copyright_inner{padding-top:20px;}
.copyright_inner p{
	font-size:15px;
	color:#4a4a4a;
	margin:0px;
	background:#fff;
	padding:10px;
	text-align:center;
}
.copyright_inner p a{color:#a7c219;font-weight:600;}


/********************************************************************************************
Contact Section
********************************************************************************************/

.contact{
	padding:50px 0;
}
.cnt-detail {
	/* background:#0b689d; */
	background-color: #fff;
    font-family: 'Rubik', sans-serif;
    /* padding: 20px 0 0; */
    box-shadow: 1px 1px 15px 0 rgb(0 0 0 / 20%);
	padding:40px 30px;
	height:480px;
}
.cnt-detail h1{
	font-size:24px;
	background:#df0024;
	color:#fff;
	text-align:center;
	padding:5px;
	font-family: 'Roboto', sans-serif;
	margin:0px;
	
}
.cnt-detail .frt-hos{
	padding-top:30px;
}
.cnt-detail .frt-hos h2{
	font-size:18px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	margin:0px;
	padding-bottom:10px;
}
.cnt-detail .frt-hos h2 i{
	padding-right:10px;
	color:#ff9103;
	font-size:16px;
}
.cnt-detail .frt-hos p i{color:#a4c84e;padding-right:6px;}
.cnt-detail .frt-hos p{
	font-size:16px;
	color:#282828;
	font-family: 'Roboto', sans-serif;
	margin:0px;
}



.contact_form{padding:50px 0;}

.main_form {
	background:#a4c84e;
	padding:30px;
}
.main_form .form-control{
	background-color:#f1f1f1;
	border-color:#a4c84e;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
}
.main_form .single_input_fieldsbtn input{
	background:#ff9103;
	font-size:16px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	border:none;
	padding:4px 15px;
	cursor:pointer;
}
.main_form .single_input_fieldsbtn input:hover{
	background:#e7f7fd;
	color:#282828;
	transition:0.5s;
}
.form-group1{width:50%;display:inline-block;float:left;margin-bottom:15px;}





/*************************************************************************************
Kids Yoga Section
*************************************************************************************/

.kids_yoga{}
.kids_yoga img{width:100%;}



/*************************************************************************************
Testimonial Section
*************************************************************************************/

.form-review{
	background:url(../img/punchkarma-bg2.jpg) no-repeat;
	background-size:100% 100%;
	width:100%;
	padding:30px 0;
}
.testimonial{
    padding-top: 0px;
    margin: 0px 15px 0;
    /* border: 1px solid #fff; */
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
}
/* .testimonial:hover{ border-color: #e7e3e3; } */
.testimonial h2{
	font: 700 30px/30px 'Montserrat', sans-serif;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 65px 0px 15px 0px;
    background: url(../img/starts-bg.png) no-repeat center bottom;
}
.testimonial .pic{
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #fff;
    padding: 7px;
    position:absolute;
    top: -50px;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    transition: all 0.7s ease 0s;
}
.testimonial:hover .pic{ background: #1d3033; }
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title{
    font-size: 22px;
    font-weight: 700;
    color: #f38e38;
    text-transform: capitalize;
    margin: 35px 0 10px 0;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1.5px;
}
.testimonial .description{
    font-size: 16px;
    color: #ddd;
    line-height: 25px;
    border-bottom: 1px solid #f7f7f7;
    padding: 0 25px 35px;
    margin: 0;
}
.testimonial-btn {
    margin: 40px auto;
    text-align: center;
}
.testimonial-btn ul li {
    font: 400 16px/16px 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
}
.testimonial-btn ul li a {
    display: block;
    background: #e8e8e8;
    padding: 12px 22px 12px 17px;
    color: #000000;
}
.sub-t a {
    background: #f38e38 !important;
    color: #fff !important;
}




.testimonial .testimonial-content{
    padding: 15px 25px 12px;
    border: 1px solid #f7f7f7;
    border-top: none;
    position: relative;
    text-align: left;
    transition: all 500ms ease 0s;
}
.testimonial:hover .testimonial-content{ border-color: #1d3033; }
.testimonial .testimonial-content:after{
    content: "";
    width: 100%;
    height: 0;
    background: #1d3033;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.7s ease 0s;
}
.testimonial:hover .testimonial-content:after{ height: 100%; }
.testimonial-content .testimonial-profile{ display: inline-block; }
.testimonial .name{
    font-size: 16px;
    font-weight: 700;
    color: #3d3d3d;
    text-transform: uppercase;
    margin: 0 0 3px;
    transition: all 700ms ease 0s;
}
.testimonial:hover .name{ color: #fff; }
.testimonial .post{
    font-size: 14px;
    color: #eabd44;
    text-transform: capitalize;
}
.testimonial .rating{
    display: inline-block;
    padding: 1px 5px;
    margin: 0;
    list-style: none;
    background: #eabd44;
    position: absolute;
    right: 25px;
}
.testimonial .rating li{
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.owl-theme .owl-controls{
    width: 100%;
    position: absolute;
    top: 50%;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 45px;
    height: 45px;
    line-height: 37px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ececec;
    padding: 0;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    background: #ed5b8a;
    border-color: #ed5b8a;
}
.owl-prev,
.owl-next{
    position: absolute;
    left: -1%;
}
.owl-next{
    left: auto;
    right: -1%;
}
.owl-prev:before,
.owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #ececec;
}
.owl-next:before{ content: "\f105"; }
@media only screen and (max-width: 990px){
    .owl-theme .owl-controls,
    .owl-prev,
    .owl-next{
        position: relative;
        left: 0;
        right: 0;
    }
}
@media only screen and (max-width: 768px){
    .testimonial .testimonial-content{
        padding: 15px 10px 12px;
    }
    .testimonial .rating{
        right: 12px;
    }
}

/*****************************************************************************
Testimonial Section
*****************************************************************************/

.testi_pate_inn{padding:0 0 40px 0;background:#f9f8ff;}
.testi-descr{
	background:#fff;
	box-shadow:0 0 30px rgb(0 0 0 / 5%);
	padding:50px;
	margin-bottom:30px;
}
.testi-descr h1{
	font-family: 'Oswald', sans-serif;
    font-size: 22px;
    color: #f38e38;
    padding-top: px;
    padding-bottom: 10px;
	margin:0px;
}
.testi-descr p{
	text-align: justify;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #4a4a4a;
}
.testi-descr p i{
	color:#9abd1f;
	font-size:24px;
	padding-right:8px;
}

/*****************************************************************************
Media Section
*****************************************************************************/

.succes-media{padding:50px 0;}
.succes-media .header_title{margin-bottom:30px;}
.media{margin:0 7px;}
.media img{width:100%;border:5px solid #ddd;}

.gallery-inn{
	padding-bottom:50px;
	width:100%;
	display:inline-block;
}

.gallery-inn .btn:focus, .gallery-inn .btn:active, .gallery-inn button:focus, .gallery-inn button:active {
  outline: none !important;
  box-shadow: none !important;
}

.gallery-inn #image-gallery .modal-footer{
  display: block;
}

.gallery-inn .thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}