@font-face {
	font-family: 'Open Sans';
	src: url(../Open_Sans/OpenSans-Regular.ttf);
	font-weight: regular;
	font-style: regular
}

@font-face {
	font-family: 'Open Sans';
	src: url(../Open_Sans/OpenSans-Bold.ttf);
	font-weight: 700;
	font-style: bold
}

@font-face {
	font-family: 'Open Sans';
	src: url(../Open_Sans/OpenSans-Light.ttf);
	font-weight: 300;
	font-style: bold
}

@font-face {
	font-family: 'Open Sans';
	src: url(../Open_Sans/OpenSans-SemiBold.ttf);
	font-weight: 600;
	font-style: bold
}

@font-face {
	font-family: 'Open Sans';
	src: url(../Open_Sans/OpenSans-ExtraBold.ttf);
	font-weight: 900;
	font-style: bold
}

@font-face {
    font-family: 'Century Gothic_italic';
    src: url('../fonts/CenturyGothic-Italic.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic_reg';
    src: url('../fonts/CenturyGothic.woff2') format('woff2'),
        url('../fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic_bold_it';
    src: url('../fonts/CenturyGothic-BoldItalic.woff2') format('woff2'),
        url('../fonts/CenturyGothic-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic_bold';
    src: url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-regular-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'Century Gothic_reg' !important;
	font-size: 13px;
	line-height: 24px;
	font-weight: 500;
	color: #888
}

b,
strong {
	font-weight: 600
}

#draggable {
	position: relative;
	width: 81px;
	height: 81px
}

#dashboard {
	-webkit-perspective: 2000;
	perspective: 2000
}

#dashboard {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 1s linear;
	transition: all 1s linear
}

.loadable {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

#a {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: mymoveback 7s infinite;
	animation: mymoveback 7s infinite
}

#b {
	-webkit-animation: mymove 7s infinite;
	animation: mymove 7s infinite
}

@-webkit-keyframes mymove {
	40% {
		-webkit-transform: rotateY(0)
	}
	50% {
		-webkit-transform: rotateY(180deg)
	}
	90% {
		-webkit-transform: rotateY(180deg)
	}
	100% {
		-webkit-transform: rotateY(0)
	}
}

@-webkit-keyframes mymoveback {
	40% {
		-webkit-transform: rotateY(-180deg)
	}
	50% {
		-webkit-transform: rotateY(0)
	}
	90% {
		-webkit-transform: rotateY(0)
	}
	100% {
		-webkit-transform: rotateY(-180deg)
	}
}

@keyframes mymove {
	40% {
		transform: rotateY(0)
	}
	50% {
		transform: rotateY(180deg)
	}
	90% {
		transform: rotateY(180deg)
	}
	100% {
		transform: rotateY(0)
	}
}

@keyframes mymoveback {
	40% {
		transform: rotateY(-180deg)
	}
	50% {
		transform: rotateY(0)
	}
	90% {
		transform: rotateY(0)
	}
	100% {
		transform: rotateY(-180deg)
	}
}

img {
	max-width: 100%;
	height: auto
}

ol,
ul {
	list-style: none
}

ul {
	padding: 0;
	margin: 0
}

a {
	transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out
}

a:hover {
	color: #444
}

a,
a:hover {
	text-decoration: none;
	outline: 0!important
}

i {
	font-size: 1.1em;
	padding:0px 8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 0;
	color: #444
}

h1 {
	font-size: 24px;
	line-height: 30px
}

h2 {
	font-size: 22px
}

h3 {
	font-size: 18px;
	line-height: 24px
}

h4 {
	font-size: 16px;
	line-height: 22px
}

h5 {
	font-size: 14px;
	line-height: 20px
}

h6 {
	font-size: 12px;
	line-height: 18px
}

p {
	color: #000;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
	margin: 0;
	font-weight: 500;
	text-align: justify
}

p strong {
	font-weight: 600
}

.accent-color-bg {
	color: #fff;
	background: #333
}

.fittext {
	font-size: 38px;
	font-weight: 300;
	line-height: 46px;
	color: #685ba4
}

.fittext strong {
	font-weight: 700
}

.page-content p {
	margin-bottom: 15px
}

.wite-text {
	color: #fff
}

.uppercase {
	text-transform: uppercase
}

.image-text {
	margin-right: 10px
}

a.main-button,
input[type=submit] {
	display: inline-block!important;
	width: auto!important;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	padding: 6px 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

a.main-button:hover,
input[type=submit]:hover {
	background: #444;
	color: #fff
}

a.main-button,
input[type=reset] {
	display: inline-block!important;
	text-decoration: none;
	width: auto!important;
	color: #fff;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	padding: 6px 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

a.main-button:hover,
input[type=reset]:hover {
	background: #444;
	color: #fff
}

a.main-button i {
	font-size: 1.2em
}

input[type=submit] {
	border: 0
}

input[type=reset] {
	border: 0
}

.tooltip .tooltip-inner {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px
}

#content {
	padding: 50px 0
}

#content.full-sections {
	padding: 0
}

.section {
	position: relative;
	overflow: hidden
}

.section.repeat-bg {
	background-repeat: no-repeat;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important
}

.bg-parallax {
	background-attachment: fixed
}

.section-video {
	position: absolute;
	z-index: 33;
	left: 0;
	top: -100px;
	width: 100%!important;
	max-width: 100%!important;
	height: auto!important
}

.section-video object {
	display: block;
	width: 100%!important;
	height: auto!important
}

.section-video img {
	display: block;
	width: 100%!important;
	height: auto!important
}

.section-video-content {
	z-index: 35;
	position: relative;
	opacity: 1;
	position: center fixed
}

.section-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 34;
	opacity: .3
}

.light-section {
	color: #fff
}

.light-section .testimonials {
	color: #aaa
}

.light-section .testimonials .testimonial-content p {
	color: #c4c4c4
}

#container {
	background-color: #fff
}

.boxed-page {
	position: relative;
	width: 1220px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.boxed-page header {
	width: 1220px
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999999
}

.spinner {
	position: absolute;
	top: calc(100% - 60%);
	left: calc(100% - 60%)
}

.dot1,
.dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #0a9fd8;
	border-radius: 100%;
	-webkit-animation: bouncee 2s infinite ease-in-out;
	animation: bouncee 2s infinite ease-in-out
}

.dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes rotatee {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes rotatee {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes bouncee {
	0%,
	100% {
		-webkit-transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1)
	}
}

@keyframes bouncee {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

.kmh_bullets ul {
	list-style-image: url(../images/drkmh-icon.png);
	padding-left: 30px;
	font-weight: 500
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.fixed-header {
	opacity: 1;
	box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2)
}

.top-bar {
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2
}

.top-bar.color-bar {
	border-bottom: 0
}

.top-bar.color-bar a {
	color: rgba(255, 255, 255, .3)
}

.top-bar.color-bar a:hover {
	color: #fff!important
}

.top-bar.color-bar ul.social-list li a i {
	border-left: 1px solid rgba(255, 255, 255, .1)
}

.top-bar.color-bar ul.social-list li:last-child a i {
	border-right: 1px solid rgba(255, 255, 255, .1)
}

.top-bar.color-bar .contact-details li a:before {
	color: rgba(255, 255, 255, .2)
}

.top-bar.dark-bar {
	background-color: #444;
	border-bottom: 0
}

.top-bar.dark-bar a {
	color: rgba(255, 255, 255, .4)
}

.top-bar.dark-bar a:hover {
	color: #fff!important
}

.top-bar.dark-bar ul.social-list li a i {
	border-left: 1px solid rgba(255, 255, 255, .08)
}

.top-bar.dark-bar ul.social-list li:last-child a i {
	border-right: 1px solid rgba(255, 255, 255, .08)
}

.top-bar.dark-bar .contact-details li a:before {
	color: rgba(255, 255, 255, .2)
}

.top-bar a {
	color: #513f95;
	font-weight: 700
}

.top-bar span {
	font-weight: 700;
	padding: 7px 9px
}

.top-bar .contact-details li {
	display: inline-block
}

.top-bar .contact-details li:nth-child(5) i{
	padding: 0px 5px;
}

.top-bar .contact-details li:nth-child(6) i{
	padding: 0px;
}

.top-bar .contact-details li a:before {
	position: relative;
	font-size: 13px;
	margin: 0 3px;
	top: -1px;
	color: #000
}

.top-bar .contact-details li a:before {
	color: #aaa
}

.top-bar .contact-details li:first-child a:before {
	display: none
}

.top-bar .contact-details li a {
	font-size: 12px;
	display: block;
	line-height: 32px
}

ul.social-list {
	float: left
}

ul.social-list li {
	float: left
}

ul.social-list li a {
	display: inline-block;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

ul.social-list li a:hover {
	color: #fff
}

ul.social-list li a.facebook:hover {
	background-color: #507cbe;
	color: #fff
}

ul.social-list li a.twitter:hover {
	background-color: #63cdf1;
	color: #fff
}

ul.social-list li a.google:hover {
	background-color: #f16261;
	color: #fff
}

ul.social-list li a.dribbble:hover {
	background-color: #e46387;
	color: #fff
}

ul.social-list li a.linkdin:hover {
	background-color: #90cadd;
	color: #fff
}

ul.social-list li a.flickr:hover {
	background-color: #e474af;
	color: #fff
}

ul.social-list li a.skype:hover {
	background-color: #36c4f3;
	color: #fff
}

ul.social-list li a.whatsapp:hover {
	background-color: #25d366;
	color: #fff
}

ul.social-list li a.twitter {
	color: #63cdf1
}

ul.social-list li a.facebook {
	color: #507cbe
}

ul.social-list li a.google {
	color: #f16261
}

ul.social-list li a.linkdin {
	color: #90cadd
}

ul.social-icons li a.instgram {
	color: red!important;
}

ul.social-list li a.flickr {
	color: #e474af
}

ul.social-list li a.skype {
	color: #36c4f3
}

ul.social-list li a.whatsapp {
	color: #25d366
}

ul.social-list li a i {
	font-size: 1em;
	display: block;
	width: 34px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-left: 1px solid #f2f2f2
}

ul.social-list li:last-child a i {
	border-right: 1px solid #f2f2f2
}

.nabl {
	float: right;
	margin-right: -15px;
	margin-left: 15px
}

.nabh {
	float: right;
	margin-right: -13px
}

.search-side {
	position: relative;
	float: right;
	top: 19px;
	right: -15px;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}

.show-search {
	position: relative;
	display: block;
	float: right
}

.show-search i {
	font-size: 1.2em!important;
	display: block;
	color: #aaa;
	width: 36px;
	height: 36px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	line-height: 36px;
	text-align: center;
	background-color: #f2f2f2;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

.show-search:hover i {
	color: #888
}

.navbar .search-form {
	position: absolute;
	right: 0;
	z-index: 20;
	float: right;
	display: none;
	top: 40px
}

.navbar .search-form:before {
	background-color: #ccc;
	top: -2px;
	content: '';
	display: block;
	height: 4px;
	width: 4px;
	z-index: 20;
	right: 15px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute
}

.navbar .search-form form input {
	border: 2px solid #444;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	padding: 5px 14px;
	z-index: 22;
	color: #9d9d9d;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	outline: 0;
	box-shadow: none
}

.navbar .search-form form {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20
}

.doctors h4 {
	margin-top: 30px;
	font-size: 18px
}

.doctors h2 {
	margin-top: 30px
}

.doctors span {
	margin-top: 30px;
	size: 15px;
	color: #513f95;
	text-transform: uppercase;
	font-weight: 700
}

.page-banner {
	padding: 30px 0;
	background: #f6f6f6;
	border-bottom: 1px solid #eee
}

.page-banner h2 {
	font-weight: 500;
	text-transform: uppercase
}

.page-banner p {
	font-weight: 300
}

ul.breadcrumbs {
	float: right;
	margin-top: 15px
}

.no-subtitle ul.breadcrumbs {
	margin-top: 4px
}

ul.breadcrumbs li {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 300;
	margin-left: 3px;
	color: #999;
	float: left
}

ul.breadcrumbs li:before {
	content: '/';
	margin: 0 4px 0 2px;
	color: #bbb
}

ul.breadcrumbs li:first-child {
	margin: 0
}

ul.breadcrumbs li:first-child:before {
	content: '';
	margin: 0
}

ul.breadcrumbs li a {
	color: #888;
	font-weight: 600;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

label {
	font-size: 13px;
	color: #aaa;
	font-weight: 300
}

label .required {
	color: #ed2c3a;
	margin-left: 2px
}

input[type=submit] {
	outline: 0
}

#contact-form input,
#contact-form input[type=date],
#contact-form input[type=email],
#contact-form input[type=number],
#contact-form input[type=text],
#contact-form select,
#contact-form textarea,
#respond input[type=text],
#respond textarea,
.widget-search input[type=search] {
	color: #aaafb5;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #999;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	outline: 0;
	width: 100%;
	padding: 7px 14px;
	display: block;
	margin-bottom: 10px;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

#contact-form input,
#contact-form input[type=date],
#contact-form input[type=text],
#contact-form select,
.widget-search input[type=search] {
	height: 40px
}

#contact-form input[type=email]:focus,
#contact-form input[type=number]:focus,
#contact-form input[type=text]:focus,
#contact-form textarea:focus,
#respond input[type=text]:focus,
#respond textarea:focus,
.widget-search input[type=search]:focus {
	border-color: #ddd;
	box-shadow: 0 0 3px #eee;
	-o-box-shadow: 0 0 3px #eee;
	-moz-box-shadow: 0 0 3px #eee;
	-webkit-box-shadow: 0 0 3px #eee
}

.mail_response {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 15px
}

.email-missing,
.message-missing,
.name-missing {
	font-size: 11px;
	opacity: 0;
	color: #ed2c3a;
	margin-left: 10px;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.error-page {
	padding: 90px 0;
	text-align: center
}

.error-page h1 {
	font-size: 160px;
	line-height: 140px;
	font-weight: 700;
	color: #333
}

.error-page h3 {
	font-size: 64px;
	line-height: 70px;
	font-weight: 300
}

.error-page p {
	font-size: 22px;
	line-height: 28px;
	color: #aaa;
	margin-bottom: 25px
}

#map {
	position: relative;
	height: 350px;
	width: 100%
}

.tp-bannertimer {
	background: #777!important;
	background: rgba(0, 0, 0, .1)!important;
	height: 5px!important
}

.tparrows:before {
	font-family: fontello;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-size: 1.5em;
	color: #444;
	font-variant: normal;
	text-transform: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

.tparrows {
	cursor: pointer;
	background: #fff!important;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	width: 60px!important;
	height: 40px!important;
	line-height: 40px;
	text-align: center
}

.tp-leftarrow:before {
	content: '\e896'
}

.tp-rightarrow:before {
	content: '\e897'
}

.tparrows.tp-rightarrow:before {
	margin-left: 1px
}

.tp-caption.big_font_size {
	font-size: 36px;
	line-height: 36px;
	color: #000
}

.tp-caption.medium_font_size {
	font-size: 24px;
	line-height: 28px
}

.tp-caption.small_font_size {
	font-size: 18px;
	line-height: 24px
}

.tp-caption.mini_font_size {
	font-size: 14px;
	line-height: 22px
}

.tp-caption.boldest_font_weight {
	font-weight: 900
}

.tp-caption.bold_font_weight {
	font-weight: 700
}

.tp-caption.regular_font_weight {
	font-weight: 500
}

.tp-caption.light_font_weight {
	font-weight: 300
}

.tp-caption.dark_font_color {
	color: #444
}

.tp-caption.black_font_color {
	color: #000
}

.tp-caption.gray_font_color {
	color: #888
}

.tp-caption.wite_font_color {
	color: #fff
}

.tp-caption.wite_bg {
	background-color: #fff;
	padding: 6px 12px;
	border-radius: 3px
}

.tp-caption.gray_bg {
	background-color: #444;
	color: #fff;
	padding: 6px 12px;
	border-radius: 3px
}

.tp-caption.color-bg {
	color: #fff;
	padding: 6px 12px;
	border-radius: 3px
}

.hr1 {
	height: 1px
}

.hr2 {
	height: 0;
	border-bottom: 1px solid #eee
}

.hr3 {
	height: 0;
	border-bottom: 1px dotted #eee
}

.hr4 {
	height: 0;
	border-bottom: 1px dashed #eee
}

.hr5 {
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15), rgba(0, 0, 0, 0))
}

.clients-carousel .client-item a {
	display: block;
	padding: 12px 0;
	text-align: center
}

.clients-carousel .client-item a img {
	-webkit-filter: grayscale(100%);
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.clients-carousel:hover .client-item a img {
	opacity: .6
}

.clients-carousel:hover .client-item a:hover img {
	-webkit-filter: grayscale(0);
	opacity: 1
}

.progress-label {
	font-size: 13px;
	color: #444;
	margin-bottom: 2px;
	font-weight: 600
}

.progress {
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-o-border-radius: 24px;
	height: 24px;
	border: 4px solid #eee;
	background-color: #fff;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 10px
}

.progress .progress-bar {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-align: right;
	transition: width 2s ease-in-out;
	-moz-transition: width 2s ease-in-out;
	-webkit-transition: width 2s ease-in-out;
	-o-transition: width 2s ease-in-out
}

.progress.stacked .progress-bar {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0
}

.progress.stacked .progress-bar:first-child {
	border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	-o-border-radius: 8px 0 0 8px
}

.progress.stacked .progress-bar:last-child {
	border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	-o-border-radius: 0 8px 8px 0
}

.progress .progress-bar .percentage {
	position: relative;
	top: -3px;
	font-size: 11px;
	letter-spacing: 1px;
	margin-right: 10px
}

.call-action-boxed {
	padding: 30px 40px
}

.call-action.no-descripton h2.primary {
	margin-top: 4px
}

.call-action h2.primary {
	font-weight: 500
}

.call-action h2.primary strong {
	font-weight: 700
}

.call-action p {
	font-size: 14px;
	margin-bottom: 0
}

.call-action h2+p {
	margin-top: 4px
}

.call-action .button-side {
	float: right
}

.call-action-style1 {
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 25px rgba(0, 0, 0, .04) inset;
	-o-box-shadow: 0 0 25px rgba(0, 0, 0, .04) inset;
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, .04) inset;
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .04) inset
}

.call-action-style2 {
	background: #f2f2f2
}

.call-action-style3 {
	background: #444
}

.call-action-style3 h2.primary {
	color: #fff
}

.call-action-style3 p {
	color: #bbb
}

.custom-carousel .item {
	padding-right: 20px
}

.custom-carousel.show-one-slide .item {
	padding-right: 0
}

.latest-posts-classic .post-row {
	margin-bottom: 20px
}

.latest-posts-classic .left-meta-post {
	float: left;
	text-align: center;
	margin-right: 12px;
	margin-bottom: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	overflow: hidden
}

.latest-posts-classic .left-meta-post .post-date {
	padding: 8px 0;
	width: 42px;
	background-color: #444;
	color: #fff
}

.latest-posts-classic .left-meta-post .post-date .day {
	font-size: 20px;
	font-weight: 700;
	display: block;
	letter-spacing: 1px
}

.latest-posts-classic .left-meta-post .post-date .month {
	display: block;
	text-transform: uppercase;
	line-height: 14px;
	font-size: 11px;
	letter-spacing: 1px
}

.latest-posts-classic .left-meta-post .post-type i {
	display: block;
	height: 40px;
	line-height: 39px;
	width: 42px;
	color: #fff;
	font-size: 1.4em
}

.latest-posts-classic .post-title {
	margin-bottom: 5px
}

.latest-posts-classic .post-title a {
	color: #444;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.latest-posts-classic .read-more {
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.latest-posts-classic .read-more:hover {
	color: #444
}

.panel-default>.panel-heading {
	background-color: #fff
}

.panel-group .panel {
	margin-bottom: 15px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px
}

.panel-default {
	border-color: #e8e8e8
}

.panel-body {
	padding: 4px 15px 10px 15px
}

.panel-heading {
	padding: 0
}

.panel-title {
	font-size: 15px;
	font-weight: 700
}

.panel-title a {
	position: relative;
	display: block;
	padding: 25px;
	text-align: center;
	background-color: #eee;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

.panel-title a.collapsed {
	color: #fff;
	background: #5a5d5ccf;
	box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset
}

.panel-title a.collapsed:hover {
	color: #513f95;
	background: #ddd
}

.panel-title a .control-icon {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -11px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

.panel-title a.collapsed .control-icon {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg)
}

.panel-title a i {
	font-size: 1.2em
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top: 0
}

.dropcap {
	display: block;
	float: left;
	font-size: 40px;
	line-height: 34px;
	color: #444;
	margin: 6px 8px 0 0
}

.dropcap.border-dropcap {
	border: 2px solid #444;
	width: 46px;
	height: 46px;
	font-size: 28px;
	font-weight: 500;
	line-height: 42px;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	margin: 8px 12px 0 0
}

.dropcap.bg-dropcap {
	background-color: #444;
	color: #fff;
	width: 48px;
	height: 48px;
	font-size: 28px;
	font-weight: 500;
	line-height: 48px;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	margin: 8px 12px 0 0
}

.dropcap.circle-dropcap {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%
}

.milestone-block {
	display: inline-block;
	margin-bottom: 25px;
	margin-right: 120px
}

.milestone-block:last-child {
	margin-right: 0
}

.milestone-block .milestone-icon {
	float: left;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin-right: 9px;
	margin-bottom: 4px;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-o-border-radius: 24px;
	position: relative
}

.milestone-block .milestone-icon:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 21px;
	right: -2px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg)
}

.milestone-block .milestone-icon i {
	font-size: 2em;
	color: #fff
}

.milestone-block .milestone-right {
	float: left;
	text-align: left
}

.milestone-block .milestone-number {
	font-size: 26px;
	line-height: 28px;
	font-weight: 500
}

.milestone-block .milestone-text {
	font-size: 18px;
	color: #444
}

.pricing-tables {
	padding: 25px 0
}

.pricing-tables .pricing-table {
	float: left;
	margin-right: -1px;
	margin-bottom: 25px
}

.pricing-tables.grid-2 .pricing-table {
	width: 50%
}

.pricing-tables.grid-3 .pricing-table {
	width: 33.3332%
}

.pricing-tables.grid-4 .pricing-table {
	width: 100%
}

.pricing-tables.grid-5 .pricing-table {
	width: 20%
}

.pricing-tables .pricing-table {
	border: 1px solid #e4e4e4;
	text-align: center;
	position: relative;
	background-color: #fff;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

.pricing-tables .pricing-table:hover {
	z-index: 2;
	top: -3px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 0 8px rgba(0, 0, 0, .1)
}

.pricing-tables .highlight-plan {
	margin: -15px 0;
	margin-right: -1px;
	z-index: 1;
	box-shadow: 0 0 6px rgba(0, 0, 0, .06);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .06);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .06);
	-o-box-shadow: 0 0 6px rgba(0, 0, 0, .06)
}

.pricing-tables .pricing-table.highlight-plan .plan-name {
	padding: 25px 0
}

.pricing-tables .pricing-table.highlight-plan .plan-signup {
	padding: 30px 0
}

.pricing-table .plan-name {
	padding: 15px 0;
	background: #513f95;
	color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
	border-bottom: 1px solid #eee
}

.pricing-table .plan-name h3 {
	font-weight: 700;
	color: #fff
}

.pricing-table .plan-price {
	padding: 25px 0
}

.pricing-table .plan-price .price-value {
	font-size: 38px;
	line-height: 40px;
	font-weight: 600;
	color: #444
}

.pricing-table .plan-price .price-value span {
	font-size: 18px;
	font-weight: 300;
	line-height: 18px
}

.pricing-table .plan-price .interval {
	line-height: 14px
}

.pricing-table .plan-list li {
	padding: 8px;
	font-size: 14px;
	color: #444;
	text-align: center;
	border-bottom: 1px solid #eee
}

.pricing-table .plan-list span {
	padding: 15px;
	font-size: 16px;
	color: #444;
	text-align: center;
	font-weight: 700
}

.pricing-table .plan-signup {
	padding: 25px;
	padding-bottom: 10px;
	text-align: center
}

.pricing-table .plan-signup a {
	text-transform: uppercase
}

.btn {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

.btn-system {
	display: inline-block;
	color: #fff;
	margin-right: 5px;
	font-weight: 300;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 4px 0 rgba(0, 0, 0, .1) inset;
	-o-box-shadow: 0 4px 0 rgba(0, 0, 0, .1) inset;
	-moz-box-shadow: 0 4px 0 rgba(0, 0, 0, .1) inset;
	-webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, .1) inset
}

.btn-system:last-child {
	margin-right: 0
}

.btn-system {
	font-size: 1em;
	width: auto
}

.btn-system.border-btn {
	background-color: transparent;
	border: 1px solid;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none
}

.btn-system:hover {
	color: #fff;
	opacity: .8
}

.btn-system.border-btn:hover {
	opacity: 1;
	color: #fff
}

.btn-system.border-btn.btn-gray:hover {
	background-color: #444;
	color: #fff
}

.btn-system.border-btn.btn-black:hover {
	background-color: #111;
	color: #fff
}

.btn-system.border-btn.btn-wite:hover {
	background-color: #fff
}

.btn-system.btn-gray {
	background-color: #444
}

.btn-system.btn-black {
	background-color: #111
}

.btn-system.btn-wite {
	background-color: #fff
}

.btn-system.border-btn.btn-gray {
	background-color: transparent;
	border: 1px solid #444;
	color: #444
}

.btn-system.border-btn.btn-black {
	background-color: transparent;
	border: 1px solid #111;
	color: #111
}

.btn-system.border-btn.btn-wite {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff
}

.btn-large {
	font-size: 14px;
	padding: 9px 22px
}

.btn-medium {
	font-size: 14px;
	padding: 7px 18px
}

.btn-small {
	padding: 5px 15px
}

.btn-mini {
	padding: 3px 12px
}

.btn-large.border-btn {
	padding: 8px 22px
}

.btn-medium.border-btn {
	padding: 6px 18px
}

.btn-small.border-btn {
	padding: 4px 15px
}

.btn-mini.border-btn {
	padding: 2px 12px
}

.alert-success p {
	color: #468847
}

.alert-info p {
	color: #3a87ad
}

.alert-warning p {
	color: #c09853
}

.alert-danger p {
	color: #a94442
}

.alert h4 {
	margin-bottom: 10px
}

.alert strong {
	font-weight: 700
}

.easyPieChart {
	font-size: 24px;
	font-weight: 400;
	position: relative;
	text-align: center;
	display: inline-block;
	margin: 0 80px 20px 0;
	overflow: hidden
}

.easyPieChart:last-child {
	margin-right: 0
}

.easyPieChart span {
	color: #888;
	line-height: 20px;
	font-size: 13px;
	font-weight: 700
}

.easyPieChart i {
	position: absolute;
	width: 100%;
	top: -2px;
	right: 0;
	display: block;
	font-size: 3.5em;
	color: rgba(0, 0, 0, .05);
	text-align: center
}

.easyPieChart canvas {
	position: absolute;
	top: 0;
	left: 0
}

ul.icons-list {
	margin-bottom: 6px
}

ul.icons-list li,
ul.list-unstyled li {
	margin-bottom: 4px
}

ul.icons-list li i {
	font-size: 14px;
	margin-right: 4px
}

.nav-tabs {
	border-color: #513f95;
	background: #fff
}

.nav-tabs>li>a {
	font-weight: 700;
	color: #555;
	font-size: 15px;
	background: #eee;
	padding: 16px 22px;
	border-radius: 3px 3px 0 0;
	border: 1px solid #eee;
	border-bottom: 0;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

.nav-tabs>li>a i {
	margin-right: 1px
}

.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
	color: #fff;
	background: #513f95
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border-color: #513f95;
	border-bottom-color: #fff
}

.tab-content {
	border: 1px solid #513f95;
	border-top: 0;
	padding: 12px 16px
}

.tab-content p {
	margin-bottom: 15px
}

.tab-content p:last-child {
	margin-bottom: 0
}

.icon-small {
	font-size: 2em;
	color: #444;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.icon-small:hover,
.service-box:hover .icon-small {
	text-shadow: 5px 5px 2px rgba(255, 255, 255, 0)
}

.icon-medium {
	font-size: 3em;
	color: #444;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.icon-medium:hover,
.service-box:hover .icon-medium {
	text-shadow: 5px 5px 2px rgba(255, 255, 255, 0)
}

.icon-large {
	font-size: 4em;
	color: #444;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.icon-large:hover,
.service-box:hover .icon-large {
	text-shadow: 5px 5px 2px rgba(255, 255, 255, 0)
}

.icon-mini-effect {
	position: relative;
	display: block;
	z-index: 1;
	font-size: 1.2em;
	color: #fff;
	top: 4px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.icon-medium-effect {
	position: relative;
	display: block;
	z-index: 1;
	font-size: 2em;
	color: #fff;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	margin: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.icon-large-effect {
	position: relative;
	display: block;
	z-index: 1;
	font-size: 2.6em;
	color: #fff;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	margin: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.icon-large-effect:after,
.icon-medium-effect:after,
.icon-mini-effect:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.icon-effect-1 {
	background-color: #fff;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	transition: color .4s
}

.gray-icon.icon-effect-1 {
	box-shadow: 0 0 0 3px #444;
	-o-box-shadow: 0 0 0 3px #444;
	-moz-box-shadow: 0 0 0 3px #444;
	-webkit-box-shadow: 0 0 0 3px #444
}

.icon-effect-1:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	-webkit-transition: -webkit-transform .4s, opacity .4s;
	-moz-transition: -moz-transform .4s, opacity .4s;
	transition: transform .4s, opacity .4s
}

.gray-icon.icon-effect-1:after {
	background: #444
}

.icon-effect-1.gray-icon:hover,
.service-box:hover .gray-icon.icon-effect-1 {
	color: #444
}

.icon-effect-1:hover:after,
.service-box:hover .icon-effect-1:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0
}

.icon-effect-2 {
	background: #fff;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	transition: color .4s
}

.gray-icon.icon-effect-2 {
	color: #444;
	box-shadow: 0 0 0 3px #444;
	-o-box-shadow: 0 0 0 3px #444;
	-moz-box-shadow: 0 0 0 3px #444;
	-webkit-box-shadow: 0 0 0 3px #444
}

.icon-effect-2:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	-webkit-transition: -webkit-transform .4s, opacity .4s;
	-moz-transition: -moz-transform .4s, opacity .4s;
	transition: transform .4s, opacity .4s
}

.gray-icon.icon-effect-2:after {
	background: #444
}

.icon-effect-2.gray-icon:hover,
.icon-effect-2:hover,
.service-box:hover .gray-icon.icon-effect-2,
.service-box:hover .icon-effect-2 {
	color: #fff
}

.icon-effect-2:hover:after,
.service-box:hover .icon-effect-2:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.icon-effect-3 {
	background: #fff
}

.gray-icon.icon-effect-3 {
	color: #444;
	box-shadow: 0 0 0 3px #444;
	-o-box-shadow: 0 0 0 3px #444;
	-moz-box-shadow: 0 0 0 3px #444;
	-webkit-box-shadow: 0 0 0 3px #444
}

.icon-effect-3:hover:before,
.service-box:hover .icon-effect-3:before {
	-webkit-animation: toRightFromLeft .4s forwards;
	-moz-animation: toRightFromLeft .4s forwards;
	animation: toRightFromLeft .4s forwards
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%)
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%)
	}
	51% {
		opacity: 1
	}
}

@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%)
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%)
	}
	51% {
		opacity: 1
	}
}

@keyframes toRightFromLeft {
	49% {
		transform: translate(100%)
	}
	50% {
		opacity: 0;
		transform: translate(-100%)
	}
	51% {
		opacity: 1
	}
}

.icon-effect-4 {
	background: #fff
}

.gray-icon.icon-effect-4 {
	color: #444;
	box-shadow: 0 0 0 3px #444;
	-o-box-shadow: 0 0 0 3px #444;
	-moz-box-shadow: 0 0 0 3px #444;
	-webkit-box-shadow: 0 0 0 3px #444
}

.icon-effect-4:hover:before,
.service-box:hover .icon-effect-4:before {
	-webkit-animation: toLeftFromRight .4s forwards;
	-moz-animation: toLeftFromRight .4s forwards;
	animation: toLeftFromRight .4s forwards
}

@-webkit-keyframes toLeftFromRight {
	49% {
		-webkit-transform: translate(-100%)
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(100%)
	}
	51% {
		opacity: 1
	}
}

@-moz-keyframes toLeftFromRight {
	49% {
		-moz-transform: translate(-100%)
	}
	50% {
		opacity: 0;
		-moz-transform: translate(100%)
	}
	51% {
		opacity: 1
	}
}

@keyframes toLeftFromRight {
	49% {
		transform: translate(-100%)
	}
	50% {
		opacity: 0;
		transform: translate(100%)
	}
	51% {
		opacity: 1
	}
}

.icon-effect-5 {
	background: #fff
}

.gray-icon.icon-effect-5 {
	color: #444;
	box-shadow: 0 0 0 3px #444;
	-o-box-shadow: 0 0 0 3px #444;
	-moz-box-shadow: 0 0 0 3px #444;
	-webkit-box-shadow: 0 0 0 3px #444
}

.icon-effect-5:hover:before,
.service-box:hover .icon-effect-5:before {
	-webkit-animation: toTopFromBottom .4s forwards;
	-moz-animation: toTopFromBottom .4s forwards;
	animation: toTopFromBottom .4s forwards
}

@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%)
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%)
	}
	51% {
		opacity: 1
	}
}

@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%)
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(100%)
	}
	51% {
		opacity: 1
	}
}

@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%)
	}
	50% {
		opacity: 0;
		transform: translateY(100%)
	}
	51% {
		opacity: 1
	}
}

.icon-effect-6 {
	background: #fff
}

.gray-icon.icon-effect-6 {
	color: #444;
	box-shadow: 0 0 0 3px #444;
	-o-box-shadow: 0 0 0 3px #444;
	-moz-box-shadow: 0 0 0 3px #444;
	-webkit-box-shadow: 0 0 0 3px #444
}

.icon-effect-6:hover:before,
.service-box:hover .icon-effect-6:before {
	-webkit-animation: toBottomFromTop .4s forwards;
	-moz-animation: toBottomFromTop .4s forwards;
	animation: toBottomFromTop .4s forwards
}

@-webkit-keyframes toBottomFromTop {
	49% {
		-webkit-transform: translateY(100%)
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%)
	}
	51% {
		opacity: 1
	}
}

@-moz-keyframes toBottomFromTop {
	49% {
		-moz-transform: translateY(100%)
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(-100%)
	}
	51% {
		opacity: 1
	}
}

@keyframes toBottomFromTop {
	49% {
		transform: translateY(100%)
	}
	50% {
		opacity: 0;
		transform: translateY(-100%)
	}
	51% {
		opacity: 1
	}
}

.service-box .read-more {
	margin-top: 4px;
	font-weight: 500;
	margin-left: 2px
}

.service-box .read-more i {
	display: inline-block;
	position: relative;
	top: 1px
}

.image-service-box img {
	margin-bottom: 14px
}

.image-service-box h4 {
	margin-bottom: 8px;
	padding: 0 10px
}

.image-service-box p {
	padding: 0 10px
}

.service-box {
	margin-bottom: 35px;
	max-height: 245px
}

.service-center {
	text-align: center
}

.service-icon-left .service-icon {
	float: left
}

.service-icon-left .service-content {
	padding-left: 45px
}

.service-icon-left-more .service-icon {
	float: left
}

.service-icon-left-more .service-content {
	padding-left: 60px
}

.service-center .service-icon {
	margin-bottom: 14px
}

.service-center .service-content h4 {
	margin-bottom: 6px;
	color: #fff
}

.service-center .service-content p {
	color: #fff
}

.service-center .service-content a {
	font-weight: 600;
	color: #513f95
}

.service-center .service-content a:hover {
	color: #fff!important
}

.service-center .service-icon i {
	display: inline-block
}

.service-box h4 {
	margin-bottom: 5px
}

.service-box>div:first-child {
	padding: 0
}

.service-boxed {
	margin-top: 30px;
	padding: 0 15px 20px 15px!important;
	border: 1px solid #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.service-boxed:hover {
	border-color: #e2e2e2;
	box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1)
}

.service-boxed p {
	margin-bottom: 0
}

.testimonials {
	padding-top: 8px;
	text-align: center;
	position: relative
}

.testimonials:after {
	font-family: fontello;
	content: '\eb5f';
	font-size: 6em;
	line-height: 70px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -32px;
	color: rgba(255, 255, 255, .06)
}

.testimonials .testimonial-content p {
	font-size: 18px;
	line-height: 24px;
	text-align: justify;
	color: #444
}

.testimonials .testimonial-content {
	position: relative
}

.testimonials .testimonial-content p::before {
	content: open-quote;
	margin-right: 6px
}

.testimonials .testimonial-content p::after {
	content: close-quote;
	margin-left: 6px
}

.testimonials .testimonial-author {
	padding: 8px;
	margin-bottom: 10px
}

.classic-testimonials .testimonial-content {
	position: relative;
	padding: 14px 18px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	margin-bottom: 10px;
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset
}

.classic-testimonials .testimonial-content:before {
	content: "\201C";
	font-weight: 300;
	position: absolute;
	font-size: 30px;
	opacity: .5;
	top: 8px;
	left: 6px
}

.classic-testimonials .testimonial-content:after {
	font-family: fontello;
	content: '\eba4';
	font-size: 2em;
	height: 8px;
	line-height: 0;
	display: block;
	position: absolute;
	bottom: -8px;
	left: 33px;
	color: #fff;
	text-shadow: 0 2px 0 #eee
}

.classic-testimonials .testimonial-author {
	margin-left: 10px
}

.classic-testimonials .testimonial-author span {
	font-weight: 600
}

#myUL {
	list-style-type: none;
	max-height: 185px;
	position: absolute;
	overflow-y: scroll;
	width: 93%;
	z-index: 99
}

#myUL li a {
	border: 1px solid #eee;
	margin-top: -1px;
	background-color: #fff;
	padding: 6px 12px;
	text-decoration: none;
	font-size: 13px;
	color: #000;
	display: flex;
	font-weight: 500
}

#myUL1 {
	list-style-type: none;
	max-height: 185px;
	position: absolute;
	overflow-y: scroll;
	width: 93%;
	z-index: 99
}

#myUL1 li a {
	border: 1px solid #eee;
	margin-top: -1px;
	background-color: #fff;
	padding: 6px 12px;
	text-decoration: none;
	font-size: 13px;
	color: #000;
	display: block;
	font-weight: 500
}

.team-member {
	padding: 5px;
	position: relative;
	border: 1px solid #eee;
	padding-bottom: 2px;
	margin-bottom: 30px;
	background-color: #fff;
	max-height: 450px
}

.team-member .member-photo {
	padding: 3px;
	border: 1px solid #eee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	position: relative;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

.team-member .member-photo .member-name {
	position: absolute;
	bottom: 34px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 14px;
	width: 100%;
	background-color: rgba(0, 0, 0, .7);
	z-index: 9994
}

.team-member .member-photo .member-name a {
	color: #fff
}

.member-speciality {
	position: absolute;
	bottom: 0;
	max-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	padding: 5px 14px;
	width: 100%;
	background-color: rgba(146, 143, 143, .7);
	z-index: 9994;
	overflow: hidden;
	height: 100%
}

.member-speciality a {
	color: #fff
}

.team-member .member-info {
	padding: 6px
}

.team-member.modern .member-info {
	padding: 6px;
	font-size: 13px;
	color: #000;
	height: 60px;
	overflow: hidden
}

.team-member.modern .member-photo img {
	width: 193px;
	height: 232px
}

.team-member.modern .member-photo {
	position: relative;
	padding: 0;
	border: 0;
	text-align: center;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0
}

.team-member.modern .member-photo:after {
	content: "";
	display: block;
	width: 100%;
	height: calc(100%+1px);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9993;
	background-color: #000;
	transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out
}

.member-photo:after,
.team-member.modern:hover {
	top: 85%;
	opacity: .9;
	width: 100%;
	height: calc(10%+1px);
	left: 0;
	transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out
}

.choose a {
	color: #fff
}

.choose a:hover {
	color: #444
}

.choose {
	border-top: 1px solid #eee;
	margin-bottom: 5px
}

.choose ul li:first-child {
	background-color: #4c4c4c;
	font-size: 13px;
	font-weight: 500;
	padding-left: 0;
	padding-right: 0;
	margin-left: 5px;
	border-radius: 0
}

.choose ul li:last-of-type {
	background-color: #a8a6a6;
	font-size: 13px;
	font-weight: 500;
	padding-left: 0;
	padding-right: 0;
	margin-left: 5px;
	border-radius: 0
}

.choose ul li:first-child:hover {
	background: 0 0;
	border-radius: 0
}

.choose ul li:last-of-type:hover {
	background: 0 0;
	border-radius: 0
}

.classic-title {
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee
}

.classic-title span {
	padding-bottom: 8px;
	border-bottom: 1px solid
}

.big-title {
	margin-bottom: 20px
}

.big-title h1,
.big-title h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 400
}

.big-title h1 strong,
.big-title h2 strong {
	font-weight: 800
}

.big-title .title-desc {
	font-size: 16px;
	line-height: 22px;
	color: #888
}

.big-title h1+.title-desc,
.big-title h2+.title-desc {
	margin-top: 4px
}

.portfolio-filter {
	margin-bottom: 30px
}

.portfolio-filter li {
	display: inline-block;
	margin-right: 2px
}

.portfolio-filter li a {
	color: #888;
	display: inline-block;
	padding: 5px 14px;
	border: 1px solid #eee;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}

.portfolio-filter li a:hover {
	border-color: #ddd
}

.portfolio-filter li a.selected,
.portfolio-filter li a.selected:hover {
	color: #fff
}

.portfolio-item {
	margin-bottom: 40px;
	max-height: 380px
}

.portfolio-4 {
	margin-left: 5px
}

.portfolio-4 .portfolio-item {
	width: 24.99%!important;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 22px
}

.portfolio-item .portfolio-border {
	padding: 5px;
	border: 1px solid #eee;
	background: rgba(255, 255, 255, .5);
	overflow: hidden;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}

.portfolio-item:hover .portfolio-border {
	background: #fff;
	box-shadow: 0 1px 3px #f8f8f8;
	-o-box-shadow: 0 1px 3px #f8f8f8;
	-moz-box-shadow: 0 1px 3px #f8f8f8;
	-webkit-box-shadow: 0 1px 3px #f8f8f8
}

.portfolio-item .portfolio-thumb {
	position: relative;
	overflow: hidden
}

.portfolio-item .portfolio-thumb .thumb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0);
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}

.portfolio-item:hover .portfolio-thumb .thumb-overlay {
	background: rgba(255, 255, 255, .5)
}

.portfolio-item .portfolio-thumb .thumb-overlay i {
	color: rgba(255, 255, 255, 0);
	position: absolute;
	top: 42%;
	left: 50%;
	display: block;
	margin-left: -27px;
	margin-top: -19px;
	font-size: 3em;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}

.portfolio-item:hover .portfolio-thumb .thumb-overlay i {
	top: 50%;
	color: #444
}

.portfolio-item .portfolio-details {
	position: relative;
	padding: 9px 12px 6px 12px
}

.portfolio-item .portfolio-details .like-link {
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -9px
}

.portfolio-item .portfolio-details .like-link i,
.portfolio-item .portfolio-details .like-link span {
	color: #aaa;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}

.portfolio-item .portfolio-details .like-link:hover i,
.portfolio-item .portfolio-details .like-link:hover span {
	color: #f54b5c
}

.portfolio-item .portfolio-details h4 {
	color: #000;
	text-align: center;
	width: 100%;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}

.portfolio-item .portfolio-details a span {
	color: #000
}

.portfolio-item .portfolio-details span:after {
	content: ", ";
	margin-right: 2px
}

.portfolio-item .portfolio-details span:last-child:after {
	content: ""
}

.isotope-item {
	z-index: 2
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	transition-duration: .8s
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity
}

.project-page {
	margin-bottom: 50px
}

.project-slider {
	position: relative
}

.project-slider img {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px
}

.project-slider .thumb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	background-color: rgba(0, 0, 0, 0);
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.project-slider:hover .thumb-overlay {
	background: rgba(255, 255, 255, .5)
}

.project-slider .thumb-overlay i {
	font-size: 3em;
	color: transparent;
	position: absolute;
	left: 50%;
	top: 42%;
	margin-left: -27px;
	margin-top: -19px;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.project-slider:hover .thumb-overlay i {
	top: 50%;
	color: #444
}

.project-content h4 {
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee
}

.project-content h4 span {
	padding-bottom: 8px;
	border-bottom: 1px solid
}

.project-content p,
.project-content ul {
	margin-bottom: 30px
}

.project-content ul li {
	margin-bottom: 5px
}

.recent-projects h4.title {
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee
}

.recent-projects h4.title span {
	padding-bottom: 8px;
	border-bottom: 1px solid
}

.projects-carousel {
	width: 1150px!important
}

.projects-carousel .item {
	margin-right: 15px;
	margin-bottom: 0
}

.full-width-recent-projects .projects-carousel {
	width: 100%!important
}

.full-width-recent-projects .projects-carousel .item {
	margin: 0
}

.full-width-recent-projects .portfolio-item .portfolio-border {
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none
}

.full-width-recent-projects .portfolio-item:hover .portfolio-thumb .thumb-overlay {
	opacity: .65;
	z-index: 9994
}

.full-width-recent-projects .portfolio-item .portfolio-thumb .thumb-overlay i {
	top: 25%
}

.full-width-recent-projects .portfolio-item:hover .portfolio-thumb .thumb-overlay i {
	color: #fff;
	top: 45%
}

.full-width-recent-projects .portfolio-item .portfolio-details {
	position: absolute;
	bottom: -10px;
	opacity: 0;
	width: 100%;
	z-index: 9995;
	padding: 0 20px;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.full-width-recent-projects .portfolio-item:hover .portfolio-details {
	bottom: 10px;
	opacity: 1
}

.full-width-recent-projects .portfolio-item:hover .portfolio-details h4 {
	color: rgba(255, 255, 255, .9)
}

.full-width-recent-projects .portfolio-item .portfolio-details a span {
	color: rgba(255, 255, 255, .8)
}

.full-width-recent-projects .portfolio-item .portfolio-details .like-link i,
.full-width-recent-projects .portfolio-item .portfolio-details .like-link span {
	color: #fff
}

.blog-post {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee
}

.blog-post .post-head {
	overflow: hidden;
	position: relative;
	margin-bottom: 16px
}

.blog-post .post-head .thumb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	background-color: rgba(0, 0, 0, 0);
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.blog-post .post-head:hover .thumb-overlay {
	background-color: rgba(255, 255, 255, .4)
}

.blog-post .post-head .thumb-overlay i {
	font-size: 3em;
	color: transparent;
	position: absolute;
	left: 50%;
	top: 42%;
	margin-left: -27px;
	margin-top: -19px;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.blog-post .post-head:hover .thumb-overlay i {
	color: #444;
	top: 50%
}

.blog-post .post-head img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px
}

.blog-post .post-content {
	padding-left: 54px;
	position: relative
}

.blog-post .post-type {
	position: absolute;
	left: 0;
	top: 5px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #444;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px
}

.blog-post .post-type i {
	font-size: 1.2em;
	color: #fff
}

.blog-post.quote-post .post-type {
	top: 0
}

.post-content h2 {
	margin-bottom: 4px
}

.post-content h2 a {
	color: #444;
	font-weight: 500;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

.blog-post.quote-post .qoute-box {
	background: #444;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	padding: 20px 25px;
	color: #fff;
	margin-bottom: 10px
}

.blog-post.quote-post .qoute-box a {
	color: #999
}

.blog-post.quote-post .qoute-box h2 {
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
	font-weight: 400;
	color: #fff;
	margin-bottom: 10px
}

.blog-post.quote-post .qoute-box .qoute-author {
	margin-left: 5px
}

.blog-post.quote-post .qoute-box .qoute-author:after,
.blog-post.quote-post .qoute-box .qoute-author:before {
	content: " - "
}

.blog-post .post-slider {
	position: relative
}

ul.post-meta {
	margin-bottom: 10px
}

ul.post-meta li {
	display: inline-block
}

ul.post-meta li:after {
	content: "-";
	margin: 0 8px 0 8px
}

ul.post-meta li:last-child:after {
	content: "";
	margin: 0
}

ul.post-meta li,
ul.post-meta li a {
	color: #666;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

.post-content p {
	margin-bottom: 15px
}

#pagination a,
#pagination span {
	display: inline-block;
	text-align: center;
	height: 34px;
	width: 34px;
	color: #888;
	line-height: 33px;
	border: 1px solid #eee;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

#pagination span.current {
	color: #fff
}

#pagination a:hover {
	border-color: #ddd
}

#pagination .all-pages,
#pagination .next-page {
	width: auto;
	padding: 0 14px
}

.blog-page,
.blog-post-page {
	padding-top: 5px
}

.blog-post-page .blog-post {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee
}

.blog-post-page ul.post-meta {
	margin-bottom: 12px
}

.post-content h2 {
	font-weight: 500
}

.post-bottom {
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #f6f6f6
}

.post-tags-list {
	float: right;
	padding-top: 6px
}

.post-tags-list a {
	display: inline-block;
	color: #888;
	font-size: 12px;
	padding: 2px 8px;
	background: #eee;
	margin-bottom: 4px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

.post-tags-list a:hover {
	color: #fff
}

.post-share {
	float: left
}

.post-share span {
	margin-right: 4px;
	font-size: 13px;
	color: #888
}

.post-share a {
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

.post-share a.facebook {
	background-color: #507cbe
}

.post-share a.facebook:hover {
	background-color: #3e68a8
}

.post-share a.twitter {
	background-color: #63cdf1
}

.post-share a.twitter:hover {
	background-color: #36bfed
}

.post-share a.gplus {
	background-color: #f16261
}

.post-share a.gplus:hover {
	background-color: #ef4545
}

.post-share a.linkedin {
	background-color: #90cadd
}

.post-share a.linkedin:hover {
	background-color: #72bbd3
}

.post-share a i {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 1em
}

.blog-post .author-info {
	display: block;
	margin-bottom: 10px
}

.blog-post .author-info .author-image {
	float: left
}

.blog-post .author-info .author-image img {
	width: 70px;
	height: 70px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border: 4px solid #eee
}

.blog-post .author-info .author-bio {
	padding-left: 85px
}

.blog-post .author-info h4 {
	margin-bottom: 4px
}

.blog-post .author-info p:last-child {
	margin: 0
}

#comments .comments-list {
	padding: 0;
	margin: 0 0 35px 0
}

#comments .comments-title {
	font-weight: 500;
	margin-bottom: 20px
}

#comments .comments-list li .comment-box {
	padding: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	margin-bottom: 20px;
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset
}

#comments .comments-list li ul {
	padding-left: 80px
}

#comments .avatar {
	float: left
}

#comments .avatar img {
	width: 60px;
	height: 60px;
	padding: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border: 1px solid #e8e8e8
}

#comments .comment-content {
	padding-left: 72px
}

#comments .comment-content .comment-meta {
	margin-bottom: 5px
}

.comment-content .comment-meta span:after {
	content: "-";
	margin: 0 5px;
	font-weight: 100;
	color: #888
}

.comment-content .comment-meta span:last-child:after {
	content: "";
	margin: 0
}

.comment-content .comment-meta .comment-by {
	font-weight: 700;
	color: #444
}

.comment-content .comment-meta .comment-date {
	color: #888
}

#respond .respond-title {
	font-weight: 500;
	margin-bottom: 15px
}

.sidebar {
	padding: 23px;
	margin: 20px 0;
	padding-left: 15px;
	background: rgb(81 63 149 / 10%);
	overflow: visible
}

.sidebar li {
	display: none
}

.sidebar a {
	color: #888
}

.sidebar .widget {
	overflow: hidden;
	margin-bottom: 50px
}

.sidebar .widget ul {
	margin: 0
}

.widget-search input[type=search] {
	position: relative;
	margin: 0;
	float: left;
	height: 37px;
	line-height: 37px;
	width: 100%;
	border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	-o-border-radius: 2px 0 0 2px
}

.widget-search .search-btn {
	display: inline-block;
	width: 38px;
	height: 37px;
	border: 0;
	color: #fff;
	font-size: 1.2em;
	line-height: 36px;
	text-align: center;
	border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-o-border-radius: 0 2px 2px 0;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

.widget-search .search-btn:hover {
	background-color: #444
}

.sidebar .widget h4 {
	text-transform: uppercase;
	padding-bottom: 8px;
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: 700;
	position: relative
}

.sidebar .widget h4 .head-line {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 3px;
	background-color: #ddd;
	margin: 0
}

.widget-categories ul li a {
	padding: 8px 0;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #eee;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

.widget-categories ul li:first-child a {
	padding-top: 0
}

.widget-categories ul li a:hover {
	padding-left: 8px
}

.sidebar .widget-popular-posts li {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee
}

.sidebar .widget-popular-posts li:last-child {
	margin: 0;
	padding: 0;
	border: 0
}

.sidebar .widget-popular-posts .widget-thumb {
	float: left;
	margin-right: 8px;
	border: 3px solid #eee;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px
}

.sidebar .widget-popular-posts .widget-thumb img {
	width: 65px;
	height: 65px;
	opacity: 1;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

.sidebar .widget-popular-posts .widget-thumb:hover img {
	opacity: .7
}

.sidebar .widget-popular-posts .widget-content h5 {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 5px;
	font-weight: 300
}

.executive-1 {
	padding-top: 30px;
	padding-bottom: 0;
	border-top: 0 solid #eee;
	color: #000;
	background: url(images/Executive-Board-bg-2.jpg) center top -160px
}

.executive-2 {
	padding-top: 90px;
	padding-bottom: 90px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: url(images/Executive-Board-bg-1.jpg) center top -120px
}

.sidebar .widget-popular-posts .widget-content span {
	color: #bbb;
	font-size: 12px
}

.sidebar .tagcloud a {
	display: inline-block;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	padding: 4px 10px;
	width: 40px;
	text-align: center;
	background: #eee;
	margin-bottom: 4px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

.sidebar .tagcloud a:hover {
	color: #fff
}

footer {
	background-color: #222;
	padding-top: 60px;
	border-top: 4px solid #555;
	color: #ccc
}

footer p {
	color: #ccc
}

footer a {
	color: #aaa
}

footer a:hover {
	color: #eee
}

.footer-widget {
	margin-bottom: 45px
}

.footer-widget h4 {
	color: #eee;
	text-transform: uppercase;
	padding-bottom: 8px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 700;
	position: relative
}

.footer-widget h4 .head-line {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 3px;
	background-color: #333;
	margin: 0
}

.head-line-foot {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 90%;
	height: 3px;
	background-color: #8c8c8c;
	margin: 0
}

.social-widget ul.social-icons li {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px
}

.social-widget ul.social-icons li a i {
	font-size: 1.4em;
	width: 36px;
	height: 36px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	display: block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

.social-widget ul.social-icons li a.facebook:hover i {
	background-color: #507cbe
}

.social-widget ul.social-icons li a.twitter:hover i {
	background-color: #63cdf1
}

.social-widget ul.social-icons li a.google:hover i {
	background-color: #f16261
}

.social-widget ul.social-icons li a.dribbble:hover i {
	background-color: #e46387
}

.social-widget ul.social-icons li a.linkdin:hover i {
	background-color: #90cadd
}

.social-widget ul.social-icons li a.tumblr:hover i {
	background-color: #4d7ea3
}

.social-widget ul.social-icons li a.flickr:hover i {
	background-color: #e474af
}

ul.social-icons li a.instgram:hover i {
	background-color: #4d4f54;
	color: red!important;
}

.social-widget ul.social-icons li a.vimeo:hover i {
	background-color: #87d3e0
}

.social-widget ul.social-icons li a.skype:hover i {
	background-color: #36c4f3
}

.contact-widget {
	background: url(../images/map.png) center bottom no-repeat
}

.contact-widget span {
	font-weight: 700
}

.contact-widget ul li {
	margin-bottom: 12px
}

.contact-widget ul li p a {
	color: #bbb
}

.twitter-widget a {
	color: #43b9cd
}

.twitter-widget a:hover {
	color: #43b9cd;
	text-decoration: underline
}

.twitter-widget ul li {
	margin-bottom: 20px
}

.twitter-widget ul li span {
	color: #888
}

.flickr-widget ul {
	overflow: hidden
}

.flickr-widget ul li {
	float: left;
	margin-bottom: 8px
}

.flickr-widget ul li a {
	display: inline-block;
	width: 180px;
	opacity: 1
}

.flickr-widget ul li a img {
	width: 100%;
	height: 65px
}

.flickr-widget ul li a:hover {
	opacity: 1
}

.mail-subscribe-widget form {
	margin-top: 15px;
	margin-bottom: 20px
}

.mail-subscribe-widget form input[type=text] {
	outline: 0;
	color: #888;
	font-size: 12px;
	padding: 6px 12px;
	border: 0;
	background: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	outline: 0
}

.copyright-section {
	padding: 15px 0;
	font-size: 11px;
	letter-spacing: .5px;
	border-top: 1px solid rgba(255, 255, 255, .06)
}

.copyright-section p {
	font-size: 11px;
	text-transform: uppercase
}

ul.footer-nav li {
	display: inline-block;
	float: left;
	margin-left: 15px
}

ul.footer-nav li:first-child {
	margin-left: 0
}

ul.footer-nav li a {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

ul.footer-nav li a:hover {
	color: #fff
}

.back-to-top {
	display: none;
	position: fixed;
	bottom: 10px;
	left: 21px;
	z-index: 9999
}

.top-to-down {
	position: fixed;
	right: 49%;
	bottom: 30px;
	z-index: 9999
}

.scroll-down {
	opacity: 1;
	-webkit-transition: all .5s ease-in 3s;
	transition: all .5s ease-in 3s;
	z-index: 9999999
}

.scroll-down {
	position: fixed;
	z-index: 9999999;
	bottom: 30px;
	bottom: 15px;
	left: 5%;
	width: 32px;
	height: 32px;
	border: 2px solid red;
	background-size: 14px auto;
	border-radius: 50%;
	z-index: 2;
	-webkit-animation: bounce 2s infinite 2s;
	animation: bounce 2s infinite 2s;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in
}

@keyframes bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	40% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	60% {
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px)
	}
}

.fix-icons {
	position: fixed;
	bottom: 10px;
	left: 55px;
	height: 33px;
	z-index: 999;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px
}

.fix-icons img {
	width: 34px;
	margin-top: -3px
}

.back-to-top i {
	display: block;
	width: 36px;
	height: 33px;
	line-height: 34px;
	color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	text-align: center;
	background-color: #444;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

.top-to-down i {
	font-size: 3em;
	display: block;
	line-height: 36px;
	color: #513f95;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	text-align: center;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1
}

.nivo-lightbox-wrap {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%
}

.nivo-lightbox-content {
	width: 100%;
	height: 100%
}

.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center
}

.nivo-lightbox-nav {
	display: none
}

.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0
}

.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0
}

.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%
}

.nivo-lightbox-image {
	text-align: center
}

.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle
}

.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%
}

.nivo-lightbox-ajax {
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000
}

.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle
}

.nivo-lightbox-effect-fade,
.nivo-lightbox-effect-fadeScale,
.nivo-lightbox-effect-fall,
.nivo-lightbox-effect-slideDown,
.nivo-lightbox-effect-slideLeft,
.nivo-lightbox-effect-slideRight,
.nivo-lightbox-effect-slideUp {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7)
}

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transition: all .3s cubic-bezier(.25, .5, .5, .9);
	-moz-transition: all .3s cubic-bezier(.25, .5, .5, .9);
	-ms-transition: all .3s cubic-bezier(.25, .5, .5, .9);
	-o-transition: all .3s cubic-bezier(.25, .5, .5, .9);
	transition: all .3s cubic-bezier(.25, .5, .5, .9)
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	-moz-transform: translateX(-10%);
	-ms-transform: translateX(-10%);
	transform: translateX(-10%)
}

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	-moz-transform: translateX(10%);
	-ms-transform: translateX(10%);
	transform: translateX(10%)
}

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	-moz-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	transform: translateY(-10%)
}

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	-moz-transform: translateY(10%);
	-ms-transform: translateY(10%);
	transform: translateY(10%)
}

.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transform: translateZ(300px);
	-moz-transform: translateZ(300px);
	-ms-transform: translateZ(300px);
	transform: translateZ(300px)
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0)
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	background: #666;
	background: rgba(0, 0, 0, .8)
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
	background: url(../images/lightbox/loading.html) no-repeat 50% 50%
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: .5;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
	opacity: 1;
	background-color: rgba(0, 0, 0, .5)
}

.nivo-lightbox-theme-default .nivo-lightbox-prev {
	background-image: url(../images/lightbox/prev.png);
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0
}

.nivo-lightbox-theme-default .nivo-lightbox-next {
	background-image: url(../images/lightbox/next.png);
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
	display: block;
	background: url(../images/lightbox/close.png) no-repeat 5px 5px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	padding: 5px;
	opacity: .5
}

.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
	opacity: 1
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
	bottom: -7%
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	background: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, .5);
	-o-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .5)
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	background: #fff;
	padding: 40px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .5);
	-o-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .5)
}

@media(-webkit-min-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6/2),
(min--moz-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
	.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
		background-image: url(../images/lightbox/loading%402x.html);
		background-size: 32px 32px
	}
	.nivo-lightbox-theme-default .nivo-lightbox-prev {
		background-image: url(../images/lightbox/prev%402x.png);
		background-size: 48px 48px
	}
	.nivo-lightbox-theme-default .nivo-lightbox-next {
		background-image: url(../images/lightbox/next%402x.png);
		background-size: 48px 48px
	}
	.nivo-lightbox-theme-default .nivo-lightbox-close {
		background-image: url(../images/lightbox/close%402x.png);
		background-size: 16px 16px
	}
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height .5s ease-in-out;
	-moz-transition: height .5s ease-in-out;
	-ms-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
	float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
	cursor: pointer
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent
}

.grabbing {
	cursor: url(../images/icons/grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px
}

.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease
}

.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease
}

.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease
}

.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both
}

.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both
}

.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
	0% {
		opacity: 1
	}
}

@-moz-keyframes empty {
	0% {
		opacity: 1
	}
}

@keyframes empty {
	0% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@-webkit-keyframes backSlideOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px)
	}
	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%)
	}
	100% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%)
	}
}

@-moz-keyframes backSlideOut {
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px)
	}
	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%)
	}
	100% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%)
	}
}

@keyframes backSlideOut {
	25% {
		opacity: .5;
		transform: translateZ(-500px)
	}
	75% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%)
	}
	100% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%)
	}
}

@-webkit-keyframes backSlideIn {
	0%,
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%)
	}
	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0)
	}
}

@-moz-keyframes backSlideIn {
	0%,
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(200%)
	}
	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px)
	}
	100% {
		opacity: 1;
		-moz-transform: translateZ(0) translateX(0)
	}
}

@keyframes backSlideIn {
	0%,
	25% {
		opacity: .5;
		transform: translateZ(-500px) translateX(200%)
	}
	75% {
		opacity: .5;
		transform: translateZ(-500px)
	}
	100% {
		opacity: 1;
		transform: translateZ(0) translateX(0)
	}
}

@-webkit-keyframes scaleToFade {
	to {
		opacity: 0;
		-webkit-transform: scale(.8)
	}
}

@-moz-keyframes scaleToFade {
	to {
		opacity: 0;
		-moz-transform: scale(.8)
	}
}

@keyframes scaleToFade {
	to {
		opacity: 0;
		transform: scale(.8)
	}
}

@-webkit-keyframes goDown {
	from {
		-webkit-transform: translateY(-100%)
	}
}

@-moz-keyframes goDown {
	from {
		-moz-transform: translateY(-100%)
	}
}

@keyframes goDown {
	from {
		transform: translateY(-100%)
	}
}

@-webkit-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-webkit-transform: scale(1.5)
	}
}

@-moz-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-moz-transform: scale(1.5)
	}
}

@keyframes scaleUpFrom {
	from {
		opacity: 0;
		transform: scale(1.5)
	}
}

@-webkit-keyframes scaleUpTo {
	to {
		opacity: 0;
		-webkit-transform: scale(1.5)
	}
}

@-moz-keyframes scaleUpTo {
	to {
		opacity: 0;
		-moz-transform: scale(1.5)
	}
}

@keyframes scaleUpTo {
	to {
		opacity: 0;
		transform: scale(1.5)
	}
}

.owl-theme .owl-controls {
	text-align: center;
	margin-top: 30px
}

.touch-slider .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	zoom: 1;
	padding: 0 1px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	background: #444;
	filter: Alpha(Opacity=60);
	opacity: .6;
	margin-top: -30px;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.touch-slider:hover .owl-controls .owl-buttons div {
	filter: Alpha(Opacity=100);
	opacity: 1
}

.touch-slider .owl-controls .owl-buttons div.owl-prev {
	left: 0;
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0
}

.touch-slider .owl-controls .owl-buttons div.owl-next {
	right: 0;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px
}

.touch-slider .owl-controls .owl-buttons div i {
	font-size: 1.8em;
	color: #fff
}

.touch-carousel .owl-controls .owl-buttons {
	position: absolute;
	top: -50px;
	right: 2px
}

.touch-carousel.projects-carousel .owl-controls .owl-buttons {
	right: 12px
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons {
	position: relative;
	top: 0;
	right: 0
}

.touch-carousel.navigation-2.clients-carousel .owl-controls .owl-buttons {
	top: -8px
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div,
.touch-carousel.navigation-3 .owl-controls .owl-buttons div {
	background-color: #f2f2f2
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div i,
.touch-carousel.navigation-3 .owl-controls .owl-buttons div i {
	color: #666
}

.touch-carousel.navigation-3 {
	padding-top: 45px
}

.touch-carousel.navigation-3.clients-carousel {
	padding-top: 25px
}

.touch-carousel.navigation-3 .owl-controls .owl-buttons {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div,
.touch-carousel.navigation-3 .owl-controls .owl-buttons div {
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%
}

.touch-carousel.navigation-3.projects-carousel .owl-controls .owl-buttons {
	right: 9px
}

.testimonials-carousel .owl-controls .owl-buttons div,
.touch-carousel .owl-controls .owl-buttons div {
	height: 22px;
	width: 22px;
	line-height: 22px;
	display: inline-block;
	zoom: 1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	margin-left: 4px;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.testimonials-carousel .owl-controls .owl-buttons div i,
.touch-carousel .owl-controls .owl-buttons div i {
	font-size: 1.2em;
	color: #ccc;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.testimonials-carousel .owl-controls .owl-buttons div i {
	color: #fff
}

.touch-carousel .owl-controls.clickable .owl-buttons div:hover i {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3)
}

.testimonials-carousel .owl-controls.clickable .owl-buttons div:hover {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}

.owl-pagination {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px
}

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 16px;
	height: 16px;
	margin: 2px 4px;
	filter: Alpha(Opacity=50);
	opacity: .5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #444;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.touch-slider:hover .owl-controls .owl-page span {
	filter: Alpha(Opacity=100);
	opacity: 1
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	border-color: #0a95d8
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #fff;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px
}

#bar {
	width: 0;
	max-width: 100%;
	height: 2px;
	background: #444;
	filter: Alpha(Opacity=50);
	opacity: .5
}

#progressBar {
	position: absolute;
	top: 0;
	z-index: 99;
	width: 100%
}

.owl-item.loading {
	min-height: 150px;
	background: url(../images/icons/ajaxloader.gif) no-repeat center center
}

.switcher-box {
	position: fixed;
	width: 212px;
	height: 250px;
	//left: -212px;
	right: -212px;
	top: 30%;
	background: #fff;
	text-align: center;
	cursor: pointer;
	z-index: 99999;
	background-color: rgba(255, 255, 255, .7);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.appointment-footer {
	max-height: 150px;
	overflow-y: scroll
}

.switcher-box h4 {
	display: block;
	height: 40px;
	line-height: 42px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background-color: #333;
	margin-bottom: 10px
}

.switcher-box span {
	display: block;
	padding: 5px 20px;
	text-align: left;
	color: #000
}

.switcher-box .colors-list {
	padding: 0 18px 0 18px;
	margin-bottom: 8px;
	line-height: 20px
}

.switcher-box .colors-list li {
	display: inline-block;
	margin-right: 2px
}

.switcher-box .colors-list li a {
	display: block;
	width: 24px;
	height: 18px;
	cursor: pointer
}

.switcher-box .colors-list li a {
	background-color: #0a9fd8
}

.switcher-box .layout-style,
.switcher-box .topbar-style {
	width: 172px;
	padding: 6px 9px;
	outline: 0;
	display: block;
	background: #fff;
	border-radius: 3px;
	padding: 4px 6px;
	color: #888;
	cursor: pointer;
	border-radius: 2px;
	font-size: 12px;
	margin: 0 0 12px 20px;
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, .06);
	box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, .06)
}

.switcher-box .bg-list {
	padding: 0 18px 0 18px;
	margin-bottom: 18px
}

.image_title{
	display: none;
}

.switcher-box .bg-list li {
	display: inline-block;
	margin-right: 2px
}

.switcher-box .bg-list li a {
	display: block;
	width: 20px;
	height: 20px
}

.switcher-box .open-switcher {
	display: block;
    position: absolute;
    top: 0px;
    left: -129px;
    width: 128px;
    background: #702880;
    padding: 15px;
    font-size: 11px;
    color: white;
    line-height: 15px;
    border-radius: 5px 0px 0px 5px;
    text-decoration: none;
    background: rgba(81,63,149,0.9);
    backdrop-filter: blur(3px);
}

.switcher-box .open-switcher:hover{
	background: rgba(81,63,149,1);
	text-decoration: underline;
}

.switcher-box .open-switcher i {
	display: none
}

#nav-search input {
	width: 100%;
	padding: 10px;
	border: 1px solid rgba(218, 211, 211, .5)
}

.snip1562 {
	cursor: pointer;
	display: inline-block;
	margin: -50px;
	padding: 0 10px 10px;
	position: relative;
	float: right
}

.snip1562:after,
.snip1562:before {
	border-color: transparent;
	-webkit-transition: all .25s;
	transition: all .25s;
	border-style: solid;
	border-width: 0;
	content: "";
	height: 15px;
	position: absolute;
	width: 15px
}

.snip1562:before {
	border-color: #3e3d3c;
	border-left-width: 3px;
	border-top-width: 3px;
	left: -5px;
	top: -5px
}

.snip1562:after {
	border-bottom-width: 3px;
	border-color: #3e3d3c;
	border-right-width: 3px;
	bottom: -5px;
	right: -5px
}

.snip1562.hover:after,
.snip1562.hover:before,
.snip1562:hover:after,
.snip1562:hover:before {
	height: 100%;
	width: 100%
}

.isDisabled {
	color: currentColor;
	cursor: not-allowed;
	opacity: .5;
	text-decoration: none
}

.menuselect {
	background: 0 0;
	border: none;
	color: #513f95;
	width: 80%
}

.menuselect option {
	background-color: #cde2e4
}

.accordion-container {
	position: relative;
	width: 100%;
	border-top: none;
	outline: 0;
	cursor: pointer
}

.accordion-container .article-title {
	display: block;
	position: relative;
	border-bottom: 0;
	margin: 0;
	color: #513f95;
	cursor: pointer
}

.accordion-container .content-entry i {
	position: absolute;
	bottom: 5px;
	right: 20px;
	float: right;
	font-style: normal;
	font-size: 1.5em;
	color: #513f95
}

.accordion-container .content-entry i:before {
	content: "+"
}

.accordion-container .content-entry.open i:before {
	content: "-"
}

.accordion-content {
	display: none;
	padding-left: 15%
}

a {
	text-decoration: none
}

.modal {
	z-index: 99999!important
}

.modal-header {
	border-bottom: none!important
}

.modal-footer {
	border-top: none!important
}

.section {
	padding-top: 40px;
	padding-bottom: 0
}

#servicesquick {
	padding-top: 25px;
	padding-bottom: 0;
	border-top: 0 solid #eee;
	color: #000;
	background-color: rgba(0, 0, 0, .7)
}

.ftext {
	font-size: 38px;
	font-weight: 300;
	line-height: 46px;
	color: #685ba4
}

.ftext strong {
	font-weight: 700
}

.closetag {
	position: absolute;
	bottom: 290px;
	float: left;
	margin-left: 6px;
	opacity: 1
}

#picback {
	padding: 20px
}

.slick-next:before,
.slick-prev:before {
	color: #fff
}

.slick-slide {
	transition: all ease-in-out .3s;
	opacity: 1
}

.slick-active {
	opacity: 1
}

.slick-current {
	opacity: 1
}

.slick-dots {
	display: none!important
}

.service-icon:hover {
	transform: scale(1.1);
	transition: all 1s ease;
	outline-color: none
}

.service-icon {
	transition: all 1s ease;
	outline-color: none;
	padding: 5px;
	text-align: -webkit-center
}

.profilebox {
	padding: 15px 15px 15px 15px;
	margin-bottom: 5%;
	background: #f9f9f9
}

.docname {
	padding-top: 60px
}

.backban {
	border-top: 0 solid #eee;
	color: #fff;
	background: url(../images/dr-kmh-specialities.jpg) right top fixed;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 100%;
	width: 100%
}

.backban h2 {
	text-align: left;
	font-size: 28px;
	color: #fff
}

.backban p {
	text-align: justify;
	padding: 15px 0;
	margin-bottom: 20px;
	color: #fff
}

.inter {
	border-top: 0 solid #eee;
	color: #000;
	background: url(../images/dr-kmh-international-patients1.jpg) right top fixed;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 100%;
	width: 100%
}

.inter h2 {
	font-size: 28px
}

.prevent {
	border-top: 0 solid #eee;
	background: url(../images/mhc.jpg) right center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover
}

.prevent h2 {
	font-size: 28px
}

#abouts {
	border-top: 1px solid #eee;
	color: #000;
	background: url(../images/drkmh-hospital-pallikarani-front.jpg) center fixed;
	background-repeat: no-repeat;
	background-size: cover
}

#abouts h2 {
	text-align: left;
	font-size: 28px
}

#abouts p {
	text-align: justify;
	padding: 15px 0;
	margin-bottom: 20px;
	color: #000
}

.ambu {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 0;
	border-bottom: 0;
	background: #444;
	cursor: pointer
}

.testmonul {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 0;
	border-bottom: 0;
	max-height: 50vh;
	background: url(../images/testimonials-bg.jpg)
}

.testmonul h2 {
	font-size: 28px;
	color: #fff;
	text-align: center
}

.consultant {
	padding-top: 50px;
	padding-bottom: 40px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	//background: url(../images/slide-01-bg.jpg) center fixed;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover
}

.home-sample-mob .home_sam{
		display:none !important;
	}

@media (max-width:768px) {
	.consult {
		padding-top: 30px
	}

	.section {
		padding-top: 70px;
		padding-bottom: 0
	}

	.docname {
		padding-top: 0px
	}
	.consult h2 {
		font-size: 26px;
		text-align: center
	}
	.home-sample-mob {
		display: block;
	    position: fixed;
	    top: 36.8%;
	    text-align: center;
	    right: 0px;
        width: 50px;
	    background: #702880;
	    padding: 15px;
	    font-size: 11px;
	    line-height: 15px;
	    z-index: 9999;
	    color: white;
	    border-radius: 5px 0px 0px 5px;
	    text-decoration: none;
	    background: rgba(81,63,149,0.9);
		backdrop-filter: blur(3px);
	}

	.home-sample-mob:hover{
		background: rgba(81,63,149,1);
		text-decoration: underline;
		color: white !important;
	}

	.home-sample-mob .test_tube{
		position: relative;
	}

	.home-sample-mob:hover .image_title{
		display: block;
	    position: absolute;
	    left: -167px;
	    top: -10px;
	    background: black;
	    border-radius: 5px;
	    padding: 9px 12px;
	}

	.online-consultation .on_cons{
		position: relative;
	}

	.online-consultation:hover .image_title{
		display: block;
	    position: absolute;
	    left: -143px;
	    top: -10px;
	    background: black;
	    border-radius: 5px;
	    padding: 9px 12px;
	}

	.home-sample-mob .home_sam{
		display:block;
	}

	.home-sample-mob:visited{
		color: white !important;
		text-decoration: none;
	}

	.online-consultation{		
	    top: 43.4% !important;
	    right: 0px !important;
        width: 50px !important;
	}

	.online-consultation:visited{
		color: white;
		text-decoration: none;
	}

	.book_image{
		position: relative;
	}

	.book_image:hover .image_title{
		display: block;
	    position: absolute;
	    left: -137px;
	    top: -10px;
	    background: black;
	    border-radius: 5px;
	    padding: 9px 12px;
	}

	ul.social-list{
		float: left !important;
	}
	.top-bar .contact-details li:nth-child(1){
		float: right;
	}
.top-bar .contact-details .email_cons ul{
	width: 43%;
    margin: 0 auto;
}
	

	.top-bar .contact-details .email_cons li:nth-child(1){
		float: left;
	}

	.top-bar .contact-details li:nth-child(2){
		display: none;
	}
	.switcher-box .open-switcher {
		display: block;
	    position: absolute;
	    top: 0px;
	    left: -50px;
        width: 50px;
	    background: #702880;
	    padding: 15px;
	    font-size: 11px;
	    line-height: 15px;
	    color: white;
		border-radius: 5px 0px 0px 5px;
		text-decoration: none;
		background: rgba(81,63,149,0.9);
		backdrop-filter: blur(3px);
	}

	.book_appoint{
		display: none;
	}

	.home_sam{
		display: none;
	}

	.on_con{
		display: none;
	}
	#content {
		padding: 5%
	}
	#vision {
		padding: 10%
	}
	.home-sample {
		display: none!important
	}
	#abouts,
	#servicesquick,
	.backban,
	.facilities,
	.facilities1,
	.fertility,
	.home-sample,
	.inter,
	.international,
	.join,
	.join-form,
	.mhc,
	.patient,
	.prevent,
	.specialities {
		border-top: 1px solid #eee!important;
		background: 0 0!important
	}
	.big-title h1,
	.exe-1,
	.exe-2 {
		font-size: 20px
	}
	.exe-1 {
		background: 0 0!important;
		padding: 5%
	}
	.exe-2 {
		background: 0 0!important;
		padding: 5%
	}
	#about {
		padding: 5%
	}
	.wite-text {
		color: #685ba4
	}
	.backban p,
	.service-center .service-content h4,
	.service-center .service-content p {
		color: #000
	}
	.join {
		padding-top: 5%!important;
		padding-bottom: 25px!important
	}
	.join-form {
		padding: 10%!important
	}
	.international {
		padding-top: 10%;
		padding-bottom: 10%;
		border-top: 0 solid #eee
	}
	body {
		overflow-x: hidden;
		overflow-y: scroll
	}
	#draggable {
		position: relative;
		width: 81px;
		height: 81px;
		left: calc(50% - 40px)
	}
	.snip1562 {
		right: 15%
	}
	.fix-icons {
		bottom: 50px
	}
	.backban h2 {
		text-align: left;
		font-size: 28px;
		color: #685ba4
	}
	.section {
		/*padding-top: 0*/
	}
	#servicesquick {
		margin-top: 0
	}
	.spinner {
		position: absolute;
		top: calc(100% - 65%);
		left: calc(100% - 80%)
	}
	.fix-icons {
		position: fixed;
		bottom: 30px;
		left: 55px;
		height: 40px;
		z-index: 999;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-o-border-radius: 2px
	}
	.back-to-top i {
		display: block;
		width: 36px;
		height: 40px
	}
	.back-to-top {
		display: none;
		position: fixed;
		bottom: 30px;
		left: 22px;
		z-index: 9999
	}
	.ambu {
		padding-top: 6px;
		padding-bottom: 3px;
		border-top: 0;
		border-bottom: 0;
		background: #444;
		cursor: pointer
	}
	.top-to-down {
		position: fixed;
		right: calc(50% - 10%);
		bottom: 30px;
		z-index: 9999
	}
	.testmonul {
		padding: 5%;
		border-top: 0;
		border-bottom: 0;
		min-height: 105vh;
		background: url(../images/testimonials-bg.jpg)
	}
	.consultant {
		padding-top: 50px;
		padding-bottom: 40px;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		//background: url(../images/slide-01-bg.jpg) center;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover
	}
	.exe-1 {
		background: 0 0!important
	}
	.exe-2 {
		background: 0 0!important
	}
	.closetag {
		position: absolute;
		bottom: 230px;
		float: left;
		margin-left: 0;
		opacity: 1
	}
	.service-box {
		margin-bottom: 0
	}
	.slick-next:before,
	.slick-prev:before {
		color: #513f95
	}
	.top-bar .contact-details li a {
		font-size: 11px;
		display: inline-block
	}
	.top-bar {
		text-align: center
	}
}

@media(min-width:769px) and (max-width:991px) {
	body {
		overflow-x: hidden;
		overflow-y: scroll
	}
	.portfolio-item {
		margin-bottom: 32%;
		max-height: 380px
	}
	.spinner {
		position: absolute;
		top: calc(50% - 5%);
		left: calc(50% - 15%)
	}

	ul.social-list{
		float: left !important;
	}

	.top-bar .contact-details li:nth-child(1){

	}

	.top-bar .contact-details li:nth-child(2){
		display: none;
	}

	.top-bar {
	    text-align: center;
	}
	.testmonul {
		padding-top: 40px;
		padding-bottom: 40px;
		border-top: 0;
		border-bottom: 0;
		max-height: 55vh;
		background: url(../images/testimonials-bg.jpg)
	}
	.backban {
		background: 0 0;
		background-color: rgba(53, 53, 53, .53)
	}
	.inter {
		border-top: 0 solid #eee;
		color: #000;
		background: url(../images/dr-kmh-international-patients1.jpg) right center;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover
	}
	#abouts {
		border-top: 1px solid #eee;
		color: #000;
		background: url(../images/drkmh-hospital-pallikarani-front.jpg) center;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover
	}
	.consultant {
		padding-top: 50px;
		padding-bottom: 40px;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		//background: url(../images/slide-01-bg.jpg) center;
		background-repeat: no-repeat;
		background-size: cover
	}
	.exe-1 {
		background: 0 0!important
	}
	.exe-2 {
		background: 0 0!important
	}
	.qucik-link {
		width: 45%;
		margin-left: 25%
	}
	.top-bar .contact-details li a {
		font-size: 12px;
		display: inline-block
	}
}

@media(max-width:1200px) {
	body {
		overflow-x: hidden;
		overflow-y: scroll
	}
	.backban {
		background: 0 0;
		background-color: rgba(53, 53, 53, .53)
	}
	.inter {
		border-top: 0 solid #eee;
		color: #000;
		background: url(../images/dr-kmh-international-patients1.jpg) right center;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover
	}
	#abouts {
		border-top: 1px solid #eee;
		color: #000;
		background: url(../images/drkmh-hospital-pallikarani-front.jpg) center;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover
	}
	.consultant {
		padding-top: 50px;
		padding-bottom: 40px;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		//background: url(../images/slide-01-bg.jpg) center;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover
	}
}

.statistics {
	margin-top: 20px;
	padding-top: 25px;
	background-color: rgba(255, 255, 255, .5)
}

.icn-slider {
	border-top: 0 solid #eee;
	color: #fff
}

.phc-btn {
	padding: 8px 35px
}

.consult {
	padding-top: 50px;
	padding-bottom: 40px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff
}

.consult h2 {
	font-size: 28px
}

.consult .hr1 {
	margin-bottom: 35px
}

.support-serv {
	padding-top: 50px;
	padding-bottom: 70px;
	border-top: 0 solid #eee;
	color: #fff;
	background: url(../images/browser-section.jpg) left fixed
}

.support-serv h1 {
	font-size: 34px;
	color: #513f95;
	padding-bottom: 30px
}

.test-monials {
	position: relative;
	top: 10%
}

.testimonials p {
	color: fff
}

.home-sample {
	display: block;
    position: fixed;
    top: 41.3%;
    text-align: center;
    right: 2px;
    width: 128px;
    background: #702880;
    padding: 15px;
    font-size: 11px;
    z-index: 9999;
    line-height: 15px;
    color: white;
    border-radius: 5px 0px 0px 5px;
    text-decoration: none;
    background: rgba(81,63,149,0.9);
    backdrop-filter: blur(3px);
}


.home-sample:hover{
	background: rgba(81,63,149,1);
	text-decoration: underline;
	color: white;
}

.home-sample:visited{
		color: white;
		text-decoration: none;
	}

.online-consultation{
	display: block;
    position: fixed;
    top: 52.5%;
    text-align: center;
    right: 2px;
    width: 128px;
    background: #702880;
    padding: 15px;
    font-size: 11px;
    line-height: 15px;
    z-index: 9999;
    color: white;
    border-radius: 5px 0px 0px 5px;
    text-decoration: none;
    background: rgba(81,63,149,0.9);
    backdrop-filter: blur(3px);
}

.online-consultation:hover{
	background: rgba(81,63,149,1);
	text-decoration: underline;
	color: white !important;
}

.online-consultation:visited{
		color: white;
		text-decoration: none;
	}

.join {
	padding-top: 300px;
	padding-bottom: 25px;
	color: #000;
	background: url(../images/drkmh-hospital-pallikarani-people.jpg) top;
	background-repeat: no-repeat
}

.join-form {
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(../images/carrer.jpg) left
}

.international {
	padding-top: 10%;
	padding-bottom: 10%;
	border-top: 0 solid #eee;
	color: #000;
	background: url(../images/drkmh-specialities-bg.jpg) right center;
	background-repeat: no-repeat;
	background-size: cover
}

#tandcModal .modal-header {
	background-color: #513f95
}

.close {
	font-size: 30px!important;
	line-height: 1
}

@media screen and (min-width:768px) {
	.modal-dialog {
		right: auto;
		left: 50%;
		width: 750px!important;
		padding-top: 30px;
		padding-bottom: 30px
	}
}

#tandcModal .modal-header {
	background-color: #513f95
}

@media screen and (min-width:768px) {
	#tandcModal .modal-dialog {
		right: auto;
		left: 50%;
		width: 1000px!important;
		padding-top: 30px;
		padding-bottom: 30px
	}
}

.floats {
	position: fixed;
	bottom: 40px;
	right: 40px;
	background-color: #0c9;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999
}