/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('//fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,900');

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(http://drpiyushjain.in/css/animate.css);
@import url(http://drpiyushjain.in/css/font-awesome.min.css);
@import url(http://drpiyushjain.in/css/magnific-popup.css);
@import url(http://drpiyushjain.in/css/responsiveslides.css);
@import url(http://drpiyushjain.in/css/owl.carousel.min.css);
@import url(http://drpiyushjain.in/css/flaticon.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
    color: #666666;
    font-size: 15px;
    font-family: 'Catamaran', sans-serif;
    line-height: 1.80857;
}


a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

ul, li, ol{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
button:focus{
	outline: none;
}

.form-control::-moz-placeholder {
    color: #12557f;
    opacity: 1;
}


/*------------------------------------------------------------------
    LOADER 
-------------------------------------------------------------------*/

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11000;
    position: fixed;
    display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
}

.loader {
  display: inline-flex;
  flex-wrap: wrap;
  width: 258px;
  height: 229px;
}





#scroll-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
	font-size: 34px;
    border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	text-align: center;
	line-height: 40px;
	background: #57cef8;
	color: #ffffff;
	padding: 0;
}

/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.main-top{
	background: #4d273f;
}
.left-top a{
	display: inline-block;
	color: #ffffff;
	float: left;
	font-size: 18px;
}

.new-btn-d{
	padding: 12px 30px;
	font-weight: 400;
	background: none;
	color: #ffffff;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	border-radius: 0;
	/*border: 1px solid transparent;*/
	position: relative;
	overflow: hidden;
	z-index: 9;
	text-transform: uppercase;
}

.aboutbtn{
	padding: 12px 30px;
	font-weight: 400;
	background: none;
	color: #12557f;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	border-radius: 0;
	border: 2px solid #12557f;
	position: relative;
	overflow: hidden;
	z-index: 9;
	text-transform: uppercase;
}
/*.new-btn-d::before, .new-btn-d::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
	top: 100%;
    z-index: -9;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
        transition-timing-function: ease;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}*/

.new-btn-d:hover::before, .new-btn-d:hover::after {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.new-btn-d::before {
    background: rgba(255,255,255,0.2);
}

.new-btn-d::after {
    background: #00cb86;
}
.new-btn-d:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}

.new-btn-d.br-2{
	/*border: 2px solid #ffffff;*/
}

.mail-b{
	float: left;
}
.mail-b a{
	font-size: 18px;
	color: #ffffff;
	padding: 12px 30px;
	/*border: 2px solid #ffffff;*/
}
.mail-b a:hover{
	/*color: #00cb86;
	border: 2px solid #00cb86;*/
}

.right-top{
	float: right;
}
.right-top ul{}
.right-top ul li{
	position: relative;
    float: left;
    font-size: 15px;
    line-height: 30px;
    color: #d4c0cd;
    font-weight: 400;
    padding: 10px 0px;
}
.right-top ul li a{
	position: relative;
    color: #d4c0cd;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #cbb6c4;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 18px;
}
.right-top ul li a:hover{
	/*background: #00cb86;
	color: #ffffff;*/
}

.wel-nots{
	float: right;
	margin-left: 20px;
}
.wel-nots p{
	font-size: 16px;
	color: #ffffff;
	padding: 12px 0px;
	margin: 0px;
}
@media only screen and (max-width: 1023px){
.fluid-section-one .content-column {
    width: 100%;
    padding-right: 15px;
}
}
@media only screen and (max-width: 1140px){
.fluid-section-one .content-column {
    padding: 95px 60px 80px 15px;
}
}
.fluid-section-one .content-column {
    position: relative;
    width: 60%;
    float: left;
    padding: 95px 165px 80px 15px;
}
@media only screen and (max-width: 1023px){
    .fluid-section-one .content-column {
        width: 100%;
        padding-right: 15px;
    }
   
    .fluid-section-one .image-column {
        position: relative;
        width: 100%;
        top: 0px;
        display: none;
    }
    .fluid-section-one .content-column .content-box {
    max-width: 100%;
    }
}
.navbar-brand img{
        width: 275px;
    }
@media only screen and (max-width: 600px){
    .fluid-section-one .content-column {
        width: 100% !important;
        float: left;
        
        padding: 30px !important;
    }
    .navbar-brand img{
        width: 220px;
    }
    .header-top .top-right {
        position: relative;
        float: left;
    }
    .header-top .top-right {
        position: relative;
        float: left !important;
    }
    .page-title h2{
        font-size: 28px !important;
    }
    .outer-box .btn-box{
        float:left !important;
    }
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    color: #ffffff;
    padding: 8px 24px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 3px;
    background-color: #c8a294;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.btn-style-one:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #4d273f;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}
@media only screen and (max-width: 1023px){
.fluid-section-one .content-column .content-box {
    max-width: 100%;
}
}
.header-top {
    position: relative;
    background-color: #4d273f;
}
 .header-top .top-left {
    position: relative;
    float: left;
}

.header-top .top-left .text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 27px;
    color: #d4c0cd;
    z-index: 1;
    font-weight: 400;
    padding: 11px 0px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.header-top .top-left .text .icon {
    position: relative;
    color: #9a8b94;
    font-size: 16px;
    line-height: 1em;
    margin-right: 10px;
}

.header-top .top-left .text .number {
    color: #f0beab;
    font-size: 19px;
    font-weight: 600;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-top .top-right {
    position: relative;
    float: right;
}
.header-top .top-right {
    position: relative;
    float: right;
}
.header-top .info-list {
    position: relative;
    float: left;
}
.header-top .info-list li {
    position: relative;
    float: left;
    font-size: 15px;
    line-height: 30px;
    color: #d4c0cd;
    font-weight: 400;
    padding: 10px 0px;
}
.header-top .info-list li a {
    position: relative;
    color: #d4c0cd;
    /*margin-right: 15px;*/
    padding-right: 15px;
    /*border-right: 1px solid #cbb6c4;*/
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


.top-header .navbar{
	padding: 0px 0px;
}

.top-header{
	background-image: linear-gradient(to bottom, #ffffff 0%, #E8E8E8 100%);
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0 auto;
	z-index: 20;
}

.top-header .navbar .navbar-collapse ul li a{
	text-transform: capitalize;
	font-size: 19px;
	padding: 0px 12px;
	position: relative;
	font-weight: 700;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  border-radius: 0;
}
.outer-box .btn-box {
    position: relative;
    float: right;
    padding: 19px 0px;
    margin-left: 2px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
ul.navbar-nav li.dropdown:hover ul.dropdown-menu{ display: block; }
ul.navbar-nav li.dropdown ul.dropdown-menu{
	position: absolute;
    left: 0px;
    top: 105%;
    width: 287px;
    
    z-index: 100;
    opacity: 1;
    padding: 17px 16px 51px;
    background: #ffffff;
}
.navbar ul.navbar-nav > li.dropdown ul.dropdown-menu a {
    position: relative;
    display: block;
    padding: 12px 0px;
    line-height: 21px;
    font-weight: 700;
    font-size: 17px;
    text-align: left;
    color: #242424;
    border-bottom: 1px solid #c8a294;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}
.navbar ul.navbar-nav > li.dropdown ul.dropdown-menu a:hover{
    color: #c8a294;
}
.navbar-nav > li.dropdown ul.dropdown-menu a:after{
content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0px;
    border-bottom: 2px solid #774364;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.navbar-nav > li.dropdown ul.dropdown-menu> li:hover > a:after{
	width:100%;
}
.top-header .navbar .navbar-collapse ul li a.active{
	/*background: #00cb86;*/
	color: #c8a294;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.top-header .navbar .navbar-collapse ul li a.active::after{
	width: 20px;
	height: 20px;
	content: "";
	float: left;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: auto;
	/*background: url(http://drpiyushjain.in/images/menu-arrow.png) no-repeat center;*/
	border-radius: 10px;
	transition: ease all 0.3s;
	transform: translateY(0%) rotate(140deg);
	-webkit-transform: translateY(0%) rotate(140deg);
	-o-transform: translateY(0%) rotate(140deg);
	-ms-transform: translateY(0%) rotate(140deg);
	-moz-transform: translateY(0%) rotate(140deg);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.top-header .navbar .navbar-collapse ul li a:hover{
	/*background: #00cb86;*/
	color: #c8a294;
}
@media only screen and (max-width: 500px) {
  .main-top{
		display: none;
	}
}

.top-header.fixed-menu{
	width: 100%;
	position: fixed;
	box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	background-image: linear-gradient(to bottom, #ffffff 0%, #E8E8E8 100%);
	z-index: 20;
}

.navbar-toggler{
	border: 1px solid #57cef8 ;
	border-radius: 0;
	margin: 16px 15px;
	padding: 10px 10px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.navbar-toggler span{
	background: #333333;
	display: block;
	width: 25px;
	height: 2px;
	margin: 0 auto;
		margin-top: 0px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.navbar-toggler span + span{
	margin-top: 5px;
}

.navbar-toggler:hover{
	border: 1px solid #00cb86;
}

.navbar-toggler:hover span{
	background: #00cb86;
}


/*------------------------------------------------------------------
    Banner
-------------------------------------------------------------------*/

.home-slider{
	position: relative;
	height: 100%;
}

.lbox-caption {
    display: table;
    height: 100% !important;
	width: 100% !important;
	left: 0 !important;
}

.lbox-caption {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
	z-index: 10;
}
.services-section:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 140px;
    /*background-color: #ffffff;*/
}
.services-section {
    position: relative;
    padding-top: 90px;
    /*background-color: #f7f7f7;*/
    padding-bottom: 60px;
}
.auto-container {
    position: static;
    max-width: 1210px;
    padding: 0px 20px;
    margin: 0 auto;
}
.services-section .title-box {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.services-section .title-box h2 {
    position: relative;
    color: #0e2a4e;
    font-weight: 700;
    line-height: 1.3em;
}
.services-section .title-box .bold-text {
    position: relative;
    color: #242424;
    line-height: 1.4em;
    font-size: 22px;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 14px;
    /*font-style: italic;*/
    /*font-family: 'Lora', serif;*/
}
.services-section .title-box .text {
    position: relative;
    color: #797979;
    font-weight: 400;
    line-height: 1.7em;
    font-size: 16px;
    max-width: 1020px;
    margin: 0 auto;
    margin-top: 15px;
}
.services-section .service-block {
    padding: 10px;
    float: left;
}
.service-block {
    position: relative;
    margin:4px;
}
.service-block .inner-box {
    position: relative;
}
.service-block .inner-box .image {
    position: relative;
}
.service-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.service-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 150%;
    color: #ffffff;
    text-align: center;
    background: rgb(210 91 104);
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.service-block .inner-box .image .overlay-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    padding: 10px 30px;
    vertical-align: middle;
}
.fa-check{
    margin-right:10px;
    color:#c8a294;
}
.service-block .inner-box .image .overlay-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.service-block .inner-box .image .overlay-box .content-inner {
    position: relative;
    padding-bottom: 0px;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.service-block .inner-box .image .overlay-box h3 {
    position: relative;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
}
.service-block .inner-box .image .overlay-box .text {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5em;
    margin-top: 0px;
    margin-bottom: 12px;
}
.service-block .inner-box .image .overlay-box .content-inner .btn-box {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
}
.service-block .inner-box .image .overlay-box .care-btn {
    position: relative;
    color: #e9edf1;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 50px;
    display: inline-block;
    padding: 5px 20px 6px 28px;
    background-color: #0e2a4e;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
    font-family: 'Poppins', sans-serif;
}
.service-block .inner-box .image .overlay-box .care-btn .icon {
    position: relative;
    top: 2px;
    font-size: 18px;
    font-weight: 400;
}
.flaticon-logout:before {
    content: "\f1ad";
}
.lbox-details {
    display: block;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    left: 124px;
    right: 0;
    height: 100%;
    padding: 22% 0%;
}

.lbox-details::before{
	/*content: "";*/
	/*background: rgba(0,0,0,0.5);*/
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}
/*** 

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three{
	position:relative;
	padding:90px 0px 60px;
	background-color:#edf1f4;
}

.services-section-three.style-two{
	background:none;
}

.services-section-three .title-box{
	position:relative;
	text-align:center;
	margin-bottom:60px;
}

.services-section-three .title-box h2{
	position:relative;
	color:#0e2a4e;
	font-size:35px;
	font-weight:700;
}

.services-section-three .title-box .text{
	position:relative;
	color:#797979;
	font-size:16px;
	margin-top:10px;
}

/* Service Block Three */

.service-block-three{
	position:relative;
	margin-bottom:30px;
}

.service-block-three .inner-box{
	position:relative;
	padding:32px 32px;
	min-height:200px;
	background-color:#ffffff;
	box-shadow:0px 0px 25px rgba(0,0,0,0.10);
}

.service-block-three .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:3px;
	height:100%;
	background-color:#be9a8d;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.service-block-three .inner-box:hover::before{
	width:100%;
}

.service-block-three .inner-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.service-block-three .inner-box .overlay-box .overlay-inner{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    padding:32px 32px;
    vertical-align: middle;
}

.service-block-three .inner-box .overlay-box .overlay-inner .overlay-content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.service-block-three .inner-box .overlay-box .content{
	position:relative;
	padding-left:80px;
}

.service-block-three .inner-box .overlay-box .content .icon-box{
	position:absolute;
	left:0px;
	top:4px;
	color:#33629d;
	line-height:1em;
	font-size:64px;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.service-block-three .inner-box .overlay-box .content h3{
	position:relative;
	color:#0e2a4e;
	font-size:19px;
	line-height:1.5em;
}

.service-block-three .inner-box .overlay-box .content h3 a{
	position:relative;
	color:#0e2a4e;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.service-block-three .inner-box:hover .overlay-box .content .icon-box,
.service-block-three .inner-box:hover .overlay-box .content h3 a{
	color:#ffffff;
}
.flaticon-hair:before {
    content: "\f1ba";
}
.service-block-three .inner-box .overlay-box .content h3 a {
    position: relative;
    color: #0e2a4e;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.service-block-three .inner-box .overlay-box .content h3 {
    position: relative;
    color: #0e2a4e;
    font-size: 19px;
    line-height: 1.5em;
}
.lbox-details h1{
	font-size: 54px;
	font-family: 'Rufina', serif;
	/*font-family: 'Catamaran', sans-serif;*/
	color: #ffffff;
	font-weight: 600;
	position: relative;
	z-index: 3;
}

.lbox-details h2{
	font-size: 48px;
	color: #ffffff;
	font-weight: 300;
	position: relative;
	z-index: 3;
}
.lbox-details p{
	color: #ffffff;
	position: relative;
	z-index: 3;
}
.lbox-details p strong{
	color: #00cb86;
	font-size: 40px;
	font-family: 'Catamaran', sans-serif;
}
.lbox-details a.btn{
	background: #12557f;
	padding: 10px 20px;
	font-size: 20px;
	text-transform: capitalize;
	color: #ffffff;
	border-radius: 0px;
	border: 2px solid #ffffff;
	position: relative;
	display: inline-block;
	z-index: 3;
}
.lbox-details a.btn:hover{
	background: #00cb86;
	color: #ffffff;
}



/*------------------------------------------------------------------
    About
-------------------------------------------------------------------*/

.tooltip-1 {
	display: inline-block;
	position: relative;
	color: #00cb86;
	opacity: 1;
}

.tooltip__wave {
	width: 30%;
	height: 20px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0px;
	margin: 0 auto;
	overflow: hidden;
}

.tooltip__wave span {
	position: absolute;
	left: -100%;
	width: 200%;
	height: 100%;
	background: url(http://drpiyushjain.in/images/wave.svg) repeat-x center center;
	background-size: 50% auto;
}


.about-box{
	padding: 70px 0px;
}

.title-box{
	text-align: center;
	margin-bottom: 30px;
}
.title-box h2{
	font-size: 35px;
	font-family: 'Rufina', serif;
	color: #0e2a4e;
    font-weight: 700;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 15px;
}

.title-box h2::after{
	content: "";
	position: absolute;
	background: url(http://drpiyushjain.in/images/tag-line.png)no-repeat center;
	width: 120px;
	height: 20px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.title-box h2 span{
	color: #00cb86;
	text-decoration: underline;
}
.about-main-info h2{
	font-size: 40px;
	/*font-family: 'Cinzel Decorative', serif;*/
	font-weight: 600;
}
.about-main-info h2 span{
	color: #00cb86;
	text-decoration: underline;
}
.about-main-info{
	margin-bottom: 30px;
}

.about-m{
	border: 2px solid #00cb86;
	box-shadow: 0 10px 25px 0 rgba(0,0,40,.2);
}

.about-m ul#banner {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin: 0 auto;
}

.about-m ul#banner li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.about-m ul#banner li img { 
	visibility: hidden; 
	width: 100%;
}

.about-m ul#banner li canvas {
  position: absolute;
  top: 0;
  left: 0;
}


.about-img{
	padding: 30px 0px;
}

.about-img img{
	border-radius: 10px;
}

.about-m ul{
	display: block;
	text-align: center;
	padding-bottom: 30px;
}
.about-m ul li{
	display: inline-block;
	text-align: center;
}
.about-m ul li a{
	background: #528780;
	color: #ffffff;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	display: block;
	border-radius: 50px;
	margin: 0px 5px;
}

.about-m ul li a:hover{
	background: #333333;
	color: #ffffff;
}

.about-main-info h2{
	font-size: 32px;
	color: #333333;
	font-weight: 500;
}

.about-main-info a{
	border-radius: 2px;
	transition: .2s;
	/*letter-spacing: 1px;*/
	/*padding: 10px 18px;*/
	/*background: #ffffff;*/
	color: #12557f;
	/*display: inline-block;*/
	/*line-height: 24px;*/
}

.about-main-info a.new-btn-d.br-2{
	border: 2px solid #12557f;
}

.about-main-info a.new-btn-d::before{
	background: rgba(18,85,127,0.2);
}

.about-main-info a:hover{
	/*color: #ffffff;*/
}

.hvr-radial-out{
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-radial-out::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333333;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-out:hover::before, .hvr-radial-out:focus::before, .hvr-radial-out:active::before {
    -webkit-transform: scale(2);
    transform: scale(2);
}


/*------------------------------------------------------------------
    Services
-------------------------------------------------------------------*/
.service-block-two {
    position: relative;
    margin-bottom: 30px;
}
.service-block-two .inner-box {
    position: relative;
}
.service-block-two .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #532840;
}
.service-block-two .inner-box .image:before {
    position: absolute;
    content: '';
    left: -100%;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -10px;
    background-color: #be9a8d;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.service-block-two .inner-box:hover .image:before {
    left: 100%;
    width: 100%;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
	.post-img:hover .post-img img{
	    transform: scale(1.1,1.1);
	}
	.post-img img{
		height: 214px;
	}
	.post-img .over-layer{
	    width: 100%;
    	height: 55%;
	    position: absolute;
	    top:0;
	    left:0;
	    opacity:0;
	    background: #9d7979bf;
	    transition:all 0.50s linear;
	    
	}
	.post-img:hover .over-layer{
	    opacity:1;
	    text-decoration:none;
	    
    
    
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
	}
	.post-img .over-layer i{
	    position: relative;
	    top:45%;
	    text-align:center;
	    display: block;
	    color:#fff;
	    font-size:25px;
	}
.service-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-two .inner-box .lower-content {
    position: relative;
    padding-top: 24px;
}
.service-block-two .inner-box .lower-content h3 {
    position: relative;
    font-weight: 700;
    line-height: 1.3em;
    font-size: 23px;
}
.service-block-two .inner-box .lower-content h3 a {
    position: relative;
    color: #0e2a4e;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-two .inner-box .lower-content .text {
    position: relative;
    font-weight: 400;
    line-height: 1.6em;
    font-size: 16px;
    color: #797979;
    margin-top: 10px;
}
.services-box{
	padding: 70px 0px;
	background-color: #f2f3f5;
}

.serviceBox{
    /*padding: 35px 20px 25px;*/
    padding: 2px 5px 0px;
    border: 3px solid #c8a294;
    text-align: center;
    position: relative;
    transition: all 0.3s ease 0s;
    height: 400px;
}
.serviceBox:hover{ border-color: #542840 ; }
.serviceBox:before{
    content: "";
    border-top: 20px solid #542840;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 7px;
    right: 7px;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover:before{ border-top-color: #00cb86 ; }
.serviceBox .service-icon{
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    color: #064774;
    margin-bottom: 35px;
    z-index: 1;
    position: relative;
    transition:all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{ color: #fff; }
.serviceBox .service-icon:before{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 3px;
    border: 1px solid #16567f;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon:before{
    border-color: #00cb86 ;
    background: #00cb86 ;
}
.serviceBox .title{
    font-size: 20px;
    font-weight: 700;
    color: #064774;
    text-transform: capitalize;
    margin: 14px 0 0px 0;
    padding: 0;
}
.serviceBox .description{
    font-size: 15px;
    color: #999;
    line-height: 27px;
    margin: 0 0 10px 0;
}

.services-section-two{
	position:relative;
	padding:95px 0px 70px;
}

.services-section-two.style-two{
	background-color:#2c75b2;
}

.services-section-two.style-three{
	background-color:#edf1f4;
}

.services-section-two .owl-dots{
	display:none;
}

.services-section-two .owl-nav{
	position:absolute;
	right:0px;
	top:-85px;
}

.services-section-two .owl-nav .owl-prev,
.services-section-two .owl-nav .owl-next{
	position:relative;
	margin-left:18px;
	width:42px;
	height:42px;
	color:#c2c2c2;
	font-size:18px;
	text-align:center;
	line-height:40px;
	font-weight:400;
	display:inline-block;
	border:2px solid #c2c2c2;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.services-section-two .owl-nav .owl-prev:hover,
.services-section-two .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#4d273f;
	background-color:#4d273f;
}

.service-block-two{
	position:relative;
	margin-bottom:30px;
	border: 1px solid #c8a294;
    padding: 2px;
}

.service-block-two .inner-box{
	position:relative;
}

.service-block-two .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#532840;
}

.service-block-two .inner-box .image:before{
	position:absolute;
	content:'';
	left:-100%;
	top:50%;
	width:100%;
	height:20px;
	margin-top:-10px;
	background-color:#be9a8d;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-block-two .inner-box:hover .image:before{
	left:100%;
	width:100%;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.service-block-two .inner-box .image img{
	position:relative;
	width:100%;
	height:220px;
	display:block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.service-block-two .inner-box:hover .image img{
	opacity:0.4;
}

.service-block-two .inner-box .lower-content{
	position:relative;
	padding-top:24px;
}

.service-block-two .inner-box .lower-content h3{
	position:relative;
	font-weight:700;
	line-height:1.3em;
	font-size:23px;
}

.service-block-two .inner-box .lower-content h3 a{
	position:relative;
	color:#0e2a4e;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.service-block-two .inner-box .lower-content h3 a:hover{
	color:#532840;
}

.service-block-two .inner-box .lower-content .text{
	position:relative;
	font-weight:400;
	line-height:1.6em;
	font-size:16px;
	color:#797979;
	margin-top:10px;
	margin-bottom:10px;
}

.services-section-two.style-two .owl-nav .owl-prev,
.services-section-two.style-two .owl-nav .owl-next{
	border-color:rgba(255,255,255,0.50);
	color:rgba(255,255,255,0.50);
}

.services-section-two.style-two .owl-nav .owl-prev:hover,
.services-section-two.style-two .owl-nav .owl-next:hover{
	color:#4d273f;
	border-color:#ffffff;
	background-color:#ffffff;
}

.service-block-two.style-two .inner-box .lower-content h3 a,
.service-block-two.style-two .inner-box .lower-content .text{
	color:#ffffff;
}
















@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
}

.serviceBox a{
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #ffffff;
	color: #12557f;
	display: inline-block;
	line-height: 12px;
}

.serviceBox a.new-btn-d.br-2{
	border: 2px solid #12557f;
}
.serviceBox a:hover{
	color: #54bb85;
}
.serviceBox a.new-btn-d::before {
    background: rgba(18,85,127,0.2);
}
.services-box .owl-carousel{
	text-align: center;
}
.services-box .owl-carousel .owl-nav{
	display: inline-block;
	margin: 0 auto;
	margin-top: 20px;
}
.services-box .owl-carousel .owl-nav .owl-prev{
	border: 2px solid #532840;
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px !important;
	background: #ffffff;
	color: #532840;
	display: inline-block;
	line-height: 12px;
	font-size: 34px;
	margin: 0 10px;
}
.services-box .owl-carousel .owl-nav .owl-prev:hover{
	background: #532840;
	color: #ffffff;
}
.services-box .owl-carousel .owl-nav .owl-next{
	border: 2px solid #532840;
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px !important;
	background: #ffffff;
	color: #532840;
	display: inline-block;
	line-height: 12px;
	font-size: 34px;
	margin: 0 10px;
}
.services-box .owl-carousel .owl-nav .owl-next:hover{
	background: #532840;
	color: #ffffff;
}


.fluid-section-one .outer-container {
    position: relative;
}
.fluid-section-one .content-column {
    position: relative;
    /*width: 60%;*/
    /*float: left;*/
    /*padding: 95px 165px 80px 15px;*/
    width: 45%;
    float: left;
    padding: 85px 194px 79px 30px;
}
.fluid-section-one .content-column:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image:url(../images/background/pattern-1.png);background-size: cover;
    background-color: #4d273f;
}
.fluid-section-one .content-column .content-box {
    position: relative;
    max-width: 550px;
    float: right;
}
.fluid-section-one .content-column h2 {
    position: relative;
    color: #f2f2f2;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3em;

    /*font-family: 'Cormorant SC', serif;*/
}
.fluid-section-one .content-column .text {
    position: relative;
    color: #e0dbde;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin-top: 12px;
    margin-bottom: 28px;
}
.list-style-one li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #e0dbde;
    font-weight: 400;
    padding-left: 32px;
    margin-bottom: 12px;
}
.list-style-one li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 24px;
    color: #be9a8d;
    font-family: "FontAwesome";
   content: "\f00c";
   display: inline-block;
   /*padding-right: 3px;*/
   vertical-align: middle;
   font-weight: 900;
}
.list-style-one {
    position: relative;
}
.fluid-section-one .content-column .bold-text {
    position: relative;
    color: #be9a8d;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5em;
    margin-top: 25px;
    font-family: 'Rufina', serif;
}
.fluid-section-one .image-column {
    position: absolute;
    right: 0px;
    top: 70px;
   width: 63%;
    bottom: 0px;
    float: right;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.fluid-section-one .image-column:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(77,39,63,0.20);
}
.fluid-section-one .image-column .inner-column {
    position: static;
}
.fluid-section-one .image-column .image {
    width: 100%;
    display: none;
}
.fluid-section-one .image-column .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.03);
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.fluid-section-one .image-column .overlay-link .icon-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    color: #ffffff;
    font-size: 22px;
    padding-left: 6px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 50px;
    display: inline-block;
    margin-left: -40px;
    margin-top: -40px;
    background-color: #4d273f;
}
.flaticon-play-button:before {
    content: "\f119";
}

.testimonial-section {
    position: relative;
    padding: 90px 0px;
    background-color: #c8a294;
}
.auto-container {
    position: static;
    max-width: 1210px;
    padding: 0px 20px;
    margin: 0 auto;
}
.sec-title-two.centered {
    text-align: center;
}
.sec-title-two {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.centered {
    text-align: center !important;
}
.sec-title-two h2 {
    position: relative;
    display: block;
    font-size: 35px;
    line-height: 1.2em;
    color: #0e2a4e;
    font-weight: 700;
    padding-bottom: 25px;
    font-family: 'Cinzel Decorative', serif;
}
.sec-title-two.centered h2:before {
    left: 50%;
    margin-left: -20px;
}
.sec-title-two.light h2:before {
    background-color: #ffffff;
}
.sec-title-two h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background-color: #0e2a4e;
}
.testimonial-block {
    position: relative;
}
.testimonial-block .inner-box {
    position: relative;
}
.testimonial-block .inner-box .content-box {
    position: relative;
    padding: 30px 34px 35px;
    border-radius: 5px;
    background-color: #ffffff;
}
.testimonial-block .inner-box .content-box:before {
    position: absolute;
    content: '';
    left: 40px;
    bottom: -20px;
    border-top: 20px solid #ffffff;
    border-right: 20px solid transparent;
}
.testimonial-block .inner-box .content-box .text {
    position: relative;
    font-size: 16px;
    color: #797979;
    line-height: 1.8em;
    font-family: 'Open Sans', sans-serif;
}
.testimonial-block .inner-box .lower-box {
    position: relative;
    margin-top: 45px;
}
.testimonial-block .inner-box .lower-box .box-inner {
    position: relative;
    padding-top: 8px;
    min-height: 76px;
    padding-left: 102px;
}
.testimonial-block .inner-box .lower-box .box-inner .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial-block .inner-box .lower-box .box-inner h3 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}
.testimonial-block .inner-box .lower-box .box-inner h3 span {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}
.testimonial-block .inner-box .lower-box .box-inner .rating {
    position: relative;
    margin-top: 10px;
}
.testimonial-block .inner-box .lower-box .box-inner .rating .fa {
    color: rgba(255,255,255,0.65);
    margin-left: 5px;
}
.fa-star:before {
    content: "\f005";
}
.testimonial-section .owl-nav, .testimonial-section .owl-dots {
    display: none;
}
.main-footer {
    position: relative;
    background-color: #432538;
}
.main-footer .widgets-section {
    position: relative;
    padding: 80px 0px 30px;
}
.main-footer .logo-widget {
    position: relative;
}
.main-footer .footer-widget {
    position: relative;
    margin-bottom: 30px;
}
.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 22px;
}
.main-footer .logo-widget .text {
    position: relative;
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 400;
    padding-right: 60px;
    margin-bottom: 25px;
    line-height: 1.9em;
}
.main-footer .logo-widget .social-icons {
    position: relative;
}
.main-footer .logo-widget .social-icons li {
    position: relative;
    margin-right: 10px;
    display: inline-block;
}
.main-footer .logo-widget .social-icons li a {
    position: relative;
    width: 42px;
    height: 42px;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    line-height: 42px;
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.30);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-linkedin-in:before {
    content: "\f0e1";
}
.fa-twitter:before {
    content: "\f099";
}
.fab {
    font-family: 'Font Awesome 5 Brands';
}
.fa-google-plus-g:before {
    content: "\f0d5";
}
.main-footer .footer-widget {
    position: relative;
    margin-bottom: 30px;
}
.main-footer .footer-widget h2 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 12px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.main-footer .footer-widget h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 1px;
    background-color: #be9a8d;
}
.links-widget .list {
    position: relative;
}
.links-widget .list li {
    position: relative;
    margin-bottom: 14px;
}
.links-widget .list li a {
    position: relative;
    color: #a8a8a8;
    font-size: 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-widget .contact-number {
    position: relative;
    color: #a8a8a8;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-widget ul {
    position: relative;
}
.contact-widget ul li {
    position: relative;
    color: #a8a8a8;
    font-size: 15px;
    line-height: 1.9em;
    margin-bottom: 6px;
}
.newsletter-widget .text {
    position: relative;
    color: #a8a8a8;
    font-size: 15px;
    line-height: 1.9em;
    margin-bottom: 15px;
}
.newsletter-form {
    position: relative;
    margin-bottom: 30px;
}
.newsletter-form .form-group {
    position: relative;
    display: block;
    z-index: 1;
    margin-bottom: 0px;
}
.newsletter-form .form-group input[type="text"], .newsletter-form .form-group input[type="tel"], .newsletter-form .form-group input[type="email"], .newsletter-form .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    height: 46px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    background: none;
    letter-spacing: 1px;
    border: 1px solid rgba(255,255,255,0.10);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.newsletter-form .form-group input[type="submit"], .newsletter-form .form-group button {
    position: relative;
    margin-top: 25px;
}

a.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    color: #ffffff;
    padding: 8px 24px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 3px;
    background-color: #c8a294;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    /*background-image: linear-gradient(to right, rgb(191 23 41), rgb(255 10 13));*/
}
.services-detail .inner-box .lower-content h3 {
    position: relative;
    color: #0e2a4e;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
}
.heading-text{
	color: #bf1729;
    font-size: 20px;
    font-weight: 700;
}
.list-style-three li {
    position: relative;
    color: #797979;
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 12px;
    font-family: 'Lora', serif;
}
a.btn-style-one:hover::before {
    opacity: 1;
    color: #fff;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
a.btn-style-one:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #4d273f;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}
.btn-style-one .txt {
    position: relative;
    z-index: 1;
}
.contact-widget ul li a:hover {
    color: #ffffff;
}
.contact-widget ul li a {
    position: relative;
    color: #a8a8a8;
    font-size: 15px;
    line-height: 1.9em;
    margin-left: 4px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-footer .footer-bottom {
    position: relative;
    padding: 25px 0px;
    border-top: 1px solid rgba(255,255,255,0.10);
}
/*------------------------------------------------------------------
    Appointment
-------------------------------------------------------------------*/

.appointment-main{
	padding: 70px 0px;
	position: relative;
}

.well-block{}
.well-block .well-title h2{
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 20px;
}

.well-block form .form-group .control-label{
	font-size: 16px;
}
.well-block form .form-group .form-control {
	min-height: 60px;
	min-height: 50px;
	padding: 0px 15px;
	border-radius: 0;
	color: #12557f;
	border: 1px solid #12557f;
}
.well-block form .form-group .form-control:focus{
	box-shadow: none;
}

.well-block form .form-group button{
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #ffffff;
	color: #12557f;
	display: inline-block;
	line-height: 24px;
	cursor: pointer;
}
.well-block form .form-group button.new-btn-d.br-2 {
    border: 2px solid #12557f;
}
.well-block form .form-group button.new-btn-d::before {
    background: rgba(18,85,127,0.2);
}

.feature-block .feature-title{
	font-size: 20px;
}

.well-block form .form-group button:hover{
	color: #ffffff;
}


/*------------------------------------------------------------------
    Gallery
-------------------------------------------------------------------*/

.gallery-box{
	padding: 70px 0px;
}

.box-gallery{
    text-align: center;
    box-shadow: 0 0 5px #7e7d7d;
    position: relative;
	margin-bottom: 60px;
	height: 393px;
}
.box-gallery img{
   width: 100%;
    height: 100%;
}
.box-gallery .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.box-gallery:hover .box-content{
    background-color: rgb(180 138 138 / 80%);
}
.box-gallery .box-content:before,
.box-gallery .box-content:after{
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.6s ease 0.3s;
}
.box-gallery .box-content:before{
    border-left: 2px solid #4d273f;
    border-top: 2px solid #4d273f;
    top: 19px;
    left: 19px;
}
.box-gallery .box-content:after{
    border-bottom: 2px solid #4d273f;
    border-right: 2px solid #4d273f;
    bottom: 19px;
    right: 19px;
}
.box-gallery:hover .box-content:before,
.box-gallery:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
}
.box-gallery .title{
    font-size: 22px;
    color: #333333;
    margin: 0;
    position: relative;
    top: 0;
    opacity: 0;
    transition: all 1s ease 0.01s;
}
.box-gallery:hover .title{
    top: 32%;
    opacity: 1;
    transition: all 0.5s cubic-bezier(1, -0.53, 0.405, 1.425) 0.01s;
}
.box-gallery .title:after{
    content: "";
    width: 0;
    height: 2px;
    background: #4d273f;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 1s ease 0s;
}
.box-gallery:hover .title:after{
    width: 80%;
    transition: all 1s ease 0.8s;
}
.box-gallery .icon{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(1, -0.53, 0.405, 1.425);
    transition-delay: 0.1s;
}
.box-gallery:hover .icon{
    bottom: 32%;
    opacity: 1;
}
.box-gallery .icon li{
    display: inline-block;
}
.box-gallery .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #fcfcfc;
    border: 2px solid #231f1f;
    margin-right: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.box-gallery .icon li a:hover{
    background: #181b1a;
    color: #fff;
}
@media only screen and (max-width:990px){
    .box-gallery{ margin-bottom: 30px; }
}


/*------------------------------------------------------------------
    Team
-------------------------------------------------------------------*/

.team-box{
	padding: 70px 0px;
}

.our-team{
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.our-team:before,
.our-team:after{
    /*content: "";*/
    width: 130px;
    height: 130px;
    background: #4e273f;
    position: absolute;
	border-radius: 50%;
    z-index: -1;
}
.our-team:before{
    top: 0px;
    left: 0;
}
.our-team:after{
    bottom: 0px;
    right: 0;
}
.our-team .pic{
    margin: 8px;
    position: relative;
    border: 3px solid #c8a294;
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic{
    border-color: #552840;
}
.our-team .pic:after{
    /*content: "";*/
    width: 100%;
    height: 0;
    background: #c8a294;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic:after{
    height: 100%;
    opacity: 0.85;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .team-content{
    width: 100%;
    position: absolute;
    bottom: -50%;
    left: 0;
    transition: all 0.5s ease 0.2s;
}
.our-team:hover .team-content{
    bottom: 38%;
}
.our-team .title{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin: 0px;
}
.our-team .post{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    text-transform: capitalize;
}
.our-team .social{
    padding: 0;
    margin: 40px 0 0 0;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
}
.our-team .social li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    margin: 0 7px;
    transition: all 0.5s ease 0s;
}
.our-team .social li a:hover{
    background: #fff;
    color: #12557f;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}




/*------------------------------------------------------------------
    Blog
-------------------------------------------------------------------*/

.blog-box{
	padding: 70px 0px;
	background-color: #f2f3f5;
}
.blog-inner{
	background: #ffffff;
	text-align: center;
	margin-bottom: 30px;
	border: 10px solid #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.blog-img{
	overflow: hidden;
}
.blog-img img{
	transition: all 0.9s ease 0s;
}
.blog-inner:hover .blog-img img{
	-moz-transform: scale(1.5) rotate(-10deg);
	-webkit-transform: scale(1.5) rotate(-10deg);
	-ms-transform: scale(1.5) rotate(-10deg);
	-o-transform: scale(1.5) rotate(-10deg);
	transform: scale(1.5) rotate(-10deg);
}
.blog-inner a{
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #ffffff;
	color: #12557f;
	font-size: 14px;
	display: inline-block;
	line-height: 24px;
}

.blog-inner a.new-btn-d.br-2{
	border: 2px solid #12557f;
}

.blog-inner a.new-btn-d::before{
	background: rgba(18,85,127,0.2);
}
.page-title {
	background: #875f5f;
    position: relative;
    padding: 35px 0px 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}
.page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-image: -ms-linear-gradient(left, rgba(77,39,63,0) 0%, #463b46 100%);
    background-image: -moz-linear-gradient(left, rgba(77,39,63,0) 0%, #463b46 100%);
    background-image: -o-linear-gradient(left, rgba(77,39,63,0) 0%, #463b46 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(77,39,63,0)), color-stop(100, #463b46));
    background-image: -webkit-linear-gradient(left, rgba(77,39,63,0) 0%, #463b46 100%);
    background-image: linear-gradient(to left, rgba(77,39,63,0) 0%, #463b46 100%);
}
.page-title .auto-container {
    position: relative;
}
.page-title h2 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-size: 62px;
    text-transform: capitalize;
}
.page-breadcrumb {
    position: relative;
}
.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.page-breadcrumb li a {
    color: #c8a294;

    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sidebar-page-container {
    position: relative;
    padding: 115px 0px 70px;
}
.sidebar-page-container .content-side, .sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}
.services-detail {
    position: relative;
}
.services-detail .inner-box {
    position: relative;
}
.services-detail .inner-box .image {
    position: relative;
    padding-bottom: 30px;
}
.services-detail .inner-box .lower-content {
    position: relative;
}
.services-detail .inner-box .lower-content h2 {
    position: relative;
    color: #0e2a4e;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}
.services-detail .inner-box .lower-content p {
    position: relative;
    line-height: 1.8em;
    color: #797979;
    margin-bottom: 20px;
}
.services-detail .inner-box .lower-content .two-column {
    position: relative;
}
.services-detail .inner-box .lower-content .two-column {
    position: relative;
    margin-top: 30px;
}
.services-detail .inner-box .lower-content .list-style-three {
    margin-bottom: 35px;
}
.list-style-three {
    position: relative;
}
.services-detail .inner-box .lower-content .service-contact-box {
    position: relative;
    color: #ffffff;
    font-size: 25px;
    padding: 25px 35px;
    line-height: 1.5em;
    margin-top: 40px;
    font-family: 'Lora', serif;
    background-color: #c8a294;
}
.sidebar-page-container .sidebar-side .sidebar {
    padding-left: 0px;
}
.sidebar-widget {
    position: relative;
    margin-bottom: 50px;
}
.services-list {
    position: relative;
}
.services-list li {
    position: relative;
    margin-bottom: 1px;
}
.services-list li.active a, .services-list li:hover a {
    color: #ffffff;
    border-color: #4d273f;
    background-color: #4d273f;
}
.services-list li a {
    
    position: relative;
    color: #020202;
    font-size: 15px;
    font-weight: 700;
    padding: 7px 17px;
    display: block;
    background-color: #c8a294;
    font-family: 'Rufina', serif;
    border: 1px solid #c8a294;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;

}
.bold-text {
    position: relative;
    color: #242424;
    line-height: 1.4em;
    font-size: 22px;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 14px;
    /*font-style: italic;*/
    /*font-family: 'Lora', serif;*/
}
/*.page-breadcrumb li:after {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 24px;
    color: #be9a8d;
    font-family: "FontAwesome";
    content: "\f00c";
}*/
.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}
.blog-inner a:hover{
	color: #ffffff;
}

.blog-inner .item-meta{
	background: #c8a294;
}
.blog-inner .item-meta a{
	background: #c8a294;
	color: #ffffff;
	display: inline-block;
	border: none;
}
.blog-inner .item-meta span{
	color: #ffffff;
	background: #4e273f;
	display: inline-block;
	padding: 5px;
}

.blog-inner h2{
	margin-top: 20px;
}


/*------------------------------------------------------------------
    Contact
-------------------------------------------------------------------*/

.contact-box{
	padding: 70px 0px;
}

.left-contact{
	margin-top: 0px;
}
.left-contact h2{
	font-size: 38px;
	font-weight: 700;
	padding-bottom: 30px;
	text-align: center;
}
.cont-line{
	overflow: hidden;
	margin-bottom: 30px;
	/*width: 33.33%;*/
	/*float: left;*/
}
.icon-b{
	width: 58px;
    height: 46px;
    text-align: center;
    line-height: 31px;
    font-size: 33px;
    /* border: 2px solid #432538; */
    margin-right: 1px;
    color: #432538;
    border-radius: 50%;
}

.dit-right h4{
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	padding-bottom: 0;
}
.dit-right{
	padding-right: 14px;
}
.dit-right p{
	font-size: 16px;
	margin: 0px;
}
.dit-right a{
	font-size: 22px;
	color: #333333
}
.dit-right a:hover{
	color: #00cb86;
}

.contact-block{}

.contact-block .form-group .form-control{
	background: #ffffff;
    height: 45px;
    font-size: 16px;
    border: 1px solid #4d273f;
	color: black;
	padding: 6px 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.contact-block .form-group textarea.form-control{
	height: 150px;
	padding-top: 15px;
}

.submit-button .btn-common{
	background-color: #00cb86;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 0 15px;
	border: 0;
	outline: 0;
	text-transform: uppercase;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.submit-button .btn-common:hover{
	background-color: #528780;
}

.custom-select{
	height: 45px;
	font-size: 16px;
}
select.form-control:not([size]):not([multiple]){
	height: calc(45px + 2px);
}

.help-block ul li{
	color: red;
}

.footer-box{
	background: #292f35;
	padding: 20px 0;
}

.footer-box .footer-company-name{
	text-align: center;
	margin: 0px;
	color: #ffffff;
}

.footer-box .footer-company-name a{
	color: #00cb86;
}
.footer-box .footer-company-name a:hover{
	color: #000000;
}




/*------------------------------------------------------------------
    Subscribe
-------------------------------------------------------------------*/

.subscribe-box{
	padding: 70px 0px;
	background: url(http://drpiyushjain.in/images/footer-bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.subscribe-box::before{
	content: "";
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
}

.subscribe-inner{
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
.subscribe-inner h2{	
	font-size: 28px;
	font-weight: 600;
	color: #ffffff;
}

.subscribe-inner p{
	color: #cccccc;
}

.subscribe-inner .form-group .form-control-1{
	width: 100%;
	padding: 12px 15px;
	border-radius: 0px;
	border: none;
}

.subscribe-inner .form-group button{	
	letter-spacing: 1px;
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #ffffff;
	color: #12557f;
	display: inline-block;
	line-height: 24px;
	border: none;
	cursor: pointer;
}

.subscribe-inner .form-group button.new-btn-d.br-2 {
    border: 2px solid #12557f;
}
.subscribe-inner .form-group button.new-btn-d::before{
	background: rgba(18,85,127,0.2);
}

.subscribe-inner .form-group button:hover {
	color: #ffffff;
}

.bite video{
    width: 100%;
    height: 390px;
    box-shadow: 0 0 5px;
}
.kit video{
    height: 370px;
}
.bot{
    margin-bottom: 0;
}
.liv{
    padding-top: 60px;
}
.reci{
    padding:30px 0 60px 0;
}
.views{
    box-shadow: 0 0 5px;
    padding: 20px;
    margin-top: 30px;
    /*background-image: linear-gradient(#158dea,#eee);*/
}
.views h2{
    color: #4d273f;
}
.views i{
    color: orange;
    font-size: 18px;
}
.sanm i{
    float: right;
    color: #4d273f54;
    font-size: 40px;
}
.rart{
    text-align: right;
    padding-top: 30px;
}
.part{
    text-align: left;
    padding-top: 30px;
}
.fac a{
    background-color: #4867aa;
}
.lin a{
    background-color: #0077b5;
}
.socal ul li{
    float: left;
    padding-right: 10px;
    padding-top: 10px;
}
.socal ul li i{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    text-align: center;
    padding-top: 5px;
    color: #fff;
}
.hac i{
    background-color: #4867aa;
}
.nek i{
    background-color: #0077b5;
}