body {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif !important;
	overflow-x: hidden;
}

::-moz-selection {
 color: #fff;
 background: #0172bc;
}
::selection {
	color: #fff;
	background: #0172bc;
}
a {
	text-decoration: none !important;
}
.pdd {
	padding: 0!important;
}
.modal-backdrop {
	z-index: 99 !important;
}
#toggle {
	width: 35px;
	height: 30px;
	margin: 15px 0 0 0;
	float: right;
	cursor: pointer;
}
#toggle div {
	width: 100%;
	height: 2px;
	background: #0072bc;
	margin: 9px auto;
	transition: all 0.3s;
	backface-visibility: hidden;
}
#toggle.on .one {
	transform: rotate(45deg) translate(10px, 10px);
}
#toggle.on .two {
	opacity: 0;
}
#toggle.on .three {
	transform: rotate(-45deg) translate(5px, -6px);
}
#menu {
	display: none;
	margin: 15px 0 0 0;
}
.home {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 999;/* background: rgba(255, 255, 255, 0.5); */
}
.top-banner {
	padding: 8px 40px 5px 40px !important;
	background: #0072bc;
}
.mpd {
	padding: 0 10px !important;
}
.lang {
	margin: 0;
	padding: 0;
}
.lang select {
	width: 100%;
	height: 30px;
	margin: 0;
	font-size: 12px;
	padding: 0px 8px;
	color: #fff;
	background: none;
	outline: none;
	line-height: 25px;
	border-radius: 25px;
	border: 1px solid #ffffff;
}
.social {
	float: left;
}
.social ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social li {
	list-style: none;
	width: 30px;
	height: 30px;
	margin: 0 2px 0 0;
	padding: 0;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	text-align: center;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li svg {
	width: 30px;
	height: 30px;
	display: block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li svg path {
	fill: #0072bc;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
/*.social li:nth-child(1) {
	background: #365db0;
}
.social li:nth-child(2) {
	background: #fd8c00;
}
.social li:nth-child(3) {
	background: #ff001b;
}
.social li:nth-child(4) {
	background: #de4b39;
}
.social li:nth-child(5) {
	background: #007bb6;
}
.social li:nth-child(6) {
	background: #55acef;
}*/
.social li:hover {
	background: #6dc6ff;
}
.social li:hover svg path {
	fill: #fff;
}
.search {
	margin: 0;
	padding: 0;
	float: right;
}
.search form {
	padding: 0;
	margin: 0;
}
.search input.search-text {
	color: #000;
	position: absolute;
	-webkit-transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;
	transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;
	height: 30px;
	width: 0;
	margin: 0;
	padding: 15px 14px;
	float: right;
	right: 16px;
	top: 0;
	z-index: 9;
	border-radius: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	cursor: pointer;
	/* border-radius: 30px; */
	border: 1px solid transparent;
	background: url(../images/search.png)no-repeat;
	background-size: 30px;
}
.search input.search-text:focus {
	z-index: 1;
	width: 90%;
	right: 16px;
	top: 0;
	border: 1px solid #ffffff;
	background-color: #fff;
	outline: none;
	cursor: auto;
	padding: 10px;
	background: #fff;
	border-radius: 25px;
	float: right;
}
.search input.search-submit {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 15px;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	border-radius: 100%;
	cursor: pointer;
	background: #ffffff url(../images/search.png) no-repeat;
	opacity: 1;
	background-size: 30px;
}
 .search input.search-text::-webkit-search-cancel-button {
 cursor:pointer;
}
.enquiry {
	width: 100%;
	height: 35px;
	margin: 2px auto 0 auto;
	padding: 0;
	text-align: center;
	font-size: 13px;
	line-height: 34px;
	display: block;
	font-weight: 600;
	color: #811851;
	letter-spacing: .4px;
	background: #fff;
	border-radius: 25px;
	border: 1px solid #811851;
	text-transform: uppercase;
	position: relative;
	outline: none;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.enquiry svg {
	margin: 0 5px 0 0;
}
.enquiry:hover, .enquiry:focus {
	color: #fff;
	background: #aa407a;
}
.enquiry-in {
	margin: 0;
	padding: 0;
}
.enquiry-in .enq1 {
	width: 47.5%;
	height: 40px;
	margin: 5px;
	border: 1px solid #f0f0f0;
	font-size: 13px;
	line-height: 24px;
	padding: 10px;
	text-align: left;
	font-weight: 400;
	color: #000;
	letter-spacing: .2px;
	outline: none;
}
.enquiry-in .enq2 {
	width: 97.5%;
	height: 90px;
	margin: 5px;
	border: 1px solid #f0f0f0;
	font-size: 13px;
	line-height: 24px;
	padding: 10px;
	text-align: left;
	font-weight: 400;
	color: #000;
	letter-spacing: .2px;
	outline: none;
}
.enquiry-in .enq3 {
	width: 130px;
	height: 35px;
	margin: 5px 10px;
	padding: 0;
	font-size: 13px;
	float: right;
	background: #0072bc;
	outline: none;
	border: none;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.enhead .close {
	float: right;
	font-size: 20px;
	font-weight: 700;
	color: #fff !important;
	background: #0072bc !important;
	width: 25px;
	padding: 0 0 3px 1px;
	text-align: center;
	height: 25px;
	border-radius: 100%;
	opacity: 1 !important;
}
.menu {
	position: relative;
	height: auto;
	padding: 0 40px !important;
	width: 100%;
}
.logo {
	position: relative;
}
.logo2 {
	display: none;
}
.logo img {
	width: 100%;
	padding: 10px 0;
	margin: 0;
	position: relative;
	display: block;
}
.menu-banner {
}
.menu-collapser {
	position: relative;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	margin: 0;
	color: #fff;
	font-size: 13px;
	line-height: 40px;
	background-color: #811851;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.collapse-button {
	position: absolute;
	right: 8px;
	top: 50%;
	width: 40px;
	padding: 7px 10px;
	color: #811851;
	font-size: 14px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 2px;
	cursor: pointer;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.collapse-button:hover, .collapse-button:focus {
	color: #FFF;
	background-color: #ffffff;
}
.collapse-button .icon-bar {
	display: block;
	height: 2px;
	width: 18px;
	margin: 2px 0;
	background-color: #811851;
	border-radius: 1px;
}
ul.slimmenu {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
ul.slimmenu:before, ul.slimmenu:after {
	content: '';
	display: table
}
ul.slimmenu:after {
	clear: both
}
ul.slimmenu.collapsed li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li>ul {
	position: static;
	display: none
}
ul.slimmenu.collapsed li a {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.075);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-toggle {
	height: 40px
}
ul.slimmenu li {
	position: relative;
	display: inline-block;
}
ul.slimmenu li ul {
	margin: 0;
	list-style-type: none
}
ul.slimmenu li ul li {
	background: #0072bc;
	width: 100%;
}
ul.slimmenu li>ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	display: none;
	width: 100%;
	height: auto;
	padding: 0;
	min-width: 200px;
}
ul.slimmenu li>ul>li ul {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	display: none;
	width: 100%
}
ul.slimmenu li a {
	padding: 0 11px;
	line-height: 50px;
	font-size: 14px;
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: 400;
	letter-spacing: .6px;
	transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-webkit-transition: background-color 0.5s ease-out;
}
ul.slimmenu li ul li a {
	width: 100%;
	display: block;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
	padding: 8px 10px;
	text-align: left;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.26);
}
ul.slimmenu li ul li:last-child a {
	border-bottom: 0px solid #fff;
}
ul.slimmenu li ul li a:hover {
	color: #ffffff;
	background: #009bff;
}
ul.slimmenu li.active a {
	color: #0072bc;
}
ul.slimmenu li a:hover {
	color: #0072bc;
}
ul.slimmenu li .sub-toggle {
	background: none repeat scroll 0 0;
	position: absolute;
	right: -6px;
	top: 2px;
	z-index: 999;
	width: 15px;
	height: 100%;
	text-align: center;
	cursor: pointer;
}
ul.slimmenu li .sub-toggle:before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-right: -0.25em;
	vertical-align: middle
}
ul.slimmenu li .sub-toggle>i {
	display: inline-block;
	color: #000;
	font-size: 7px;
	vertical-align: middle;
}
ul.slimmenu>li {
}
ul.slimmenu>li:first-child, ul.slimmenu>li.has-submenu+li {
	border-left: 0
}
.booknow {
	width: 200px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	display: block;
	position: absolute;
	color: #aa407a;
	background: #ffe6f4;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: .5px;
	z-index: 999;
	right: 4%;
	top: 48%;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.31);
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.31);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.booknow:hover, .booknow:focus {
	color: #aa407a;
}
.fixed-div {
	width: 220px;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 999;
	top: 35%;
	right: -175px;
	background: #0072bc;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixed-div:hover {
	right: 0;
}
.fixed-div ul {
	margin: 0;
	padding: 0;
}
.fixed-div ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.fixed-div ul li a {
	height: 45px;
	font-size: 13px;
	text-align: left;
	font-weight: 500;
	line-height: 45px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #fff;
	display: block;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixed-div ul li a:hover {
	background: #009bff;
}
.fixed-div ul li span {
	width: 45px;
	height: 45px;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	display: inline-block;
	background: #009bff;
	border-right: 1px solid #0072bc;
	border-bottom: 1px solid #0072bc;
}
.fixed-div ul li:last-child span {
	border-bottom: 0px solid #e263b9;
}
.slide-banner {
	position: relative;
	width: 100%;
	height: auto;
	padding: 40px 0 0 0;
	margin: 0;
	overflow: hidden;
}
#particle-canvas {
	width: 100%;
	height: 100%;
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: -1;
}
#particle-canvas canvas {
	opacity: .5;
}
.slide-banner img {
	width: 36%;
	padding: 7% 0 0 7%;
	z-index: 99;
	position: relative;
	bottom: 0;
}
.slide-banner .slide-text {
	position: absolute;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 9%;
	left: 0;
	top: 34%;
	z-index: 9999;
}
.slide-banner .slide-text .slide-text-in {
	position: relative;
	width: 520px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}
.slide-banner .slide-text .slide-text-in h2 {
	font-size: 35px;
	line-height: 35px;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	visibility: visible !important;
	animation-name: slideInRight !important;
}
.slide-banner .slide-text .slide-text-in h2 span {
	color: #0072bc;
	font-weight: 600;
}
.slide-banner .slide-text .slide-text-in p {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	letter-spacing: .6px;
	padding: 10px 0 0 0;
	color: #000;
	visibility: visible !important;
	animation-name: slideInRight !important;
}
.slide-btn {
	width: 190px;
	height: 38px;
	margin: 20px 10px 0 0;
	padding: 0;
	display: block;
	color: #ffffff;
	border: 2px solid #0072bc;
	background: #0072bc;
	float: left;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 25px;
	text-align: center;
	font-size: 13px;
	line-height: 35px;
	letter-spacing: .2px;
	position: relative;
	overflow: hidden;
	z-index: 9;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	visibility: visible !important;
	animation-name: slideInRight !important;
}
.slide-btn2 {
	border: 2px solid #333;
	background: none;
	color: #333;
}
.slide-btn:hover, .slide-btn:focus {
	color: #fff;
	border: 2px solid #10a1ff;
}
.slide-btn:before {
	position: absolute;
	content: '';
	width: 0;
	height: 100%;
	margin: 0 50%;
	padding: 0;
	top: 0;
	left: 0;
	z-index: -1;
	background: #10a1ff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.slide-btn:hover:before {
	width: 100%;
	margin: 0;
}
.slide-banner .carousel-indicators {
	bottom: 9%;
	left: auto;
	right: 6%;
	text-align: center;
	margin: 0;
	width: 100px;
	background: rgba(0, 0, 0, 0.15);
	padding: 8px 5px 5px 5px;
	border-radius: 20px;
}
.slide-banner .carousel-indicators li {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border: 0px solid #fff;
	background-color: #0072bc;
	position: relative;
	border-radius: 100%;
}
.slide-banner .carousel-indicators .active {
	background-color: #0072bc;
	border: 0px solid #fff;
	margin: 0 5px;
}
.slide-banner .carousel-indicators li:before {
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	border: 1px solid #0072bc;
	border-radius: 100%;
	top: 0;
	left: 0;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.slide-banner .carousel-indicators .active:before {
	-webkit-transform: scale(2, 2);
	-moz-transform: scale(2, 2);
	-o-transform: scale(2, 2);
	transform: scale(2, 2);
}
/*.wrapper {
	position: absolute;
	width: 100%;
	height: auto;
	top: 100%;
}*/
.about {
	padding: 50px 0;
	position: relative;
	background: url(../images/bg.jpg) no-repeat;
	background-size: cover;
}
.about:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 28%;
	height: 100%;
	top: 0;
	right: 0;
	background: #0072bc;
}
.about:after {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	background: url(../images/lg.png) no-repeat;
	background-size: 100% auto;
	width: 150px;
	height: 169px;
	bottom: 5px;
	right: 10px;
	opacity: .2;
}
.ab-left {
}
.tittle {
	font-size: 26px;
	line-height: 35px;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
}
.tittle span {
	color: #0172bc;
	font-weight: 600;
}
.tittle:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	top: -12px;
	left: -22px;
	background: url(../images/ttimg.png) no-repeat;
	background-size: 100% auto;
	width: 25px;
	height: 33px;
}
.hr1 {
	width: 40px;
	height: 2px;
	margin: 8px 0 10px 0;
	padding: 0;
	background: #0072bc;
	border: none;
}
.ab-left p {
	font-size: 14px;
	text-align: justify;
	font-weight: 400;
	line-height: 27px;
	margin: 0;
	letter-spacing: .8px;
	padding: 15px 0 20px 0;
	color: #333;
}
.ab-right {
}
.ab-right img {
	width: 100%;
	padding: 7px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
.btn-1 {
	font-size: 14px;
	text-align: left;
	font-weight: 700;
	line-height: 27px;
	margin: 0;
	letter-spacing: .8px;
	padding: 5px 0;
	color: #333;
	position: relative;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.btn-1 span {
	width: 40px;
	height: 1px;
	background: #333;
	display: inline-block;
	margin: 0 12px 0 0;
	vertical-align: middle;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.btn-1:hover span {
	width: 60px;
	background: #0072bc;
}
.btn-1:hover {
	color: #0072bc;
}
.dental {
	padding: 53px 0 20px 0;
	position: relative;
}
.dental:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	background: url(../images/sh-1.png) no-repeat;
	background-size: 100% auto;
	width: 194px;
	height: 210px;
	top: -20px;
	left: -80px;
	opacity: .4;
}
.thead {
	text-align: center;
	z-index: 9;
}
.tittle2 {
	font-size: 26px;
	line-height: 35px;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: 400;
	letter-spacing: .5px;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	z-index: 9;
}
.tittle2 span {
	color: #0072bc;
	font-weight: 600;
}
.tittle2:before {
	position: absolute;
	content: '';
	margin: 0;
	margin-left: -38px;
	padding: 0;
	background: url(../images/d.png) no-repeat;
	background-size: 100% auto;
	opacity: .25;
	width: 80px;
	height: 97px;
	top: -33px;
	left: 50%;
	z-index: -1;
}
.hr2 {
	width: 2px;
	height: 50px;
	margin: 5px auto 0 auto;
	padding: 0;
	border: none;
	background: #ffffff;
	z-index: 99;
	position: relative;
}
.dent-box {
	padding: 0 !important;
	text-align: center;
	margin: 50px 0 0 0;
}
.dent-box img {
	width: 65px;
	margin: 0 auto 10px auto;
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
.dent-box:hover img {
	-ms-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.dent-box h4 {
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	line-height: 22px;
	margin: 0;
	letter-spacing: .8px;
	padding: 0;
	color: #000;
}
.dent-box p {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	letter-spacing: .8px;
	padding: 5px 0;
	color: #333;
}
.dent-box a {
	font-size: 14px;
	display: inline-block;
	text-align: center;
	font-weight: 600;
	line-height: 26px;
	margin: 0;
	letter-spacing: .8px;
	padding: 0;
	color: #333;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.dent-box a:hover, .dent-box a:focus {
	color: #0072bc;
}
.dent-box hr {
	width: 35px;
	height: 4px;
	margin: 10px auto 0 auto;
	padding: 0;
	border: none;
	background: #ccc;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.dent-box:hover hr {
	width: 80px;
}
.dent-main {
	padding: 0 31px;
}
.adleft, .adright {
	position: absolute;
	content: '';
	top: 40%;
	margin: 0;
	padding: 4px;
	width: 30px;
	opacity: .5;
	border: 1px solid #ffffff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.adleft {
	left: 0;
}
.adright {
	right: 0;
}
.adleft:hover, .adright:hover {
	opacity: 1;
}
.kidsdental {
	padding: 60px 0 45px;
	background: url(../images/bg2.jpg);
	background-size: cover;
	position: relative;
}
.kidsdental .thead {
	margin: 40px 0;
}
.kidsdental .tittle2 {
	color: #fff;
}
.kidsdental .tittle2 span {
	color: #fff;
}
.kidsdental .tittle2:before {
	background: url(../images/k.png) no-repeat;
	background-size: 100% auto;
	opacity: .4;
}
.kidsdental:before, .kidsdental:after {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
}
.kidsdental:before {
	background: url(../images/bg2t.png) no-repeat;
	background-size: 100% 100%;
	top: 0;
	left: 0;
}
.kidsdental:after {
	background: url(../images/bg2b.png) no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	left: 0;
}
.kid-box {
	margin: 15px 0;
	padding: 0 !important;
	z-index: 9;
	height: 335px;
}
.kid-box .kid-img {
	width: 190px;
	height: 190px;
	margin: 0 auto 15px auto;
	position: relative;
}
.kid-box .kid-img:before {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: rgba(255, 255, 255, 0.75);
	position: absolute;
	content: '';
	border-radius: 100%;
	z-index: -1;
	-webkit-transform: scale(0.8, 0.8);
	-moz-transform: scale(0.8, 0.8);
	-o-transform: scale(0.8, 0.8);
	transform: scale(0.8, 0.8);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.kid-box .kid-img:hover:before {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.kid-box .kid-img img {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-radius: 100%;
}
.kid-box h4 {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
	letter-spacing: .7px;
	padding: 0;
	color: #fff;
}
.kid-box p {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	letter-spacing: .8px;
	padding: 5px 0;
	color: #fff;
}
.kid-box hr {
	width: 2px;
	height: 25px;
	margin: 5px auto 0 auto;
	padding: 0;
	border: none;
	background: #ffffff;
	z-index: 99;
	position: relative;
}
.smile {
	padding: 10px 0 20px 0;
}
.smile .tittle2:before {
	background: url(../images/s.png) no-repeat;
	background-size: 100% auto;
	opacity: .4;
}
.smile-main {
	margin: 40px 0 0 0;
}
.smile-img {
}
.smile-img img {
	width: 80%;
	margin: 50px auto 0 auto;
}
.smile-box {
	padding: 0 !important;
	margin: 10px 0;
	text-align: center;
}
.smile-box img {
	width: 75px;
	margin: 0 0 0 15px;
	float: right;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.smile-box:hover img {
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.smile-box h4 {
	font-size: 14px;
	text-align: right;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
	letter-spacing: .8px;
	padding: 0 0 5px 0;
	color: #000;
}
.smile-box p {
	font-size: 13px;
	text-align: right;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	letter-spacing: .8px;
	padding: 0;
	color: #333;
}
.smile-box2 img {
	margin: 0 15px 0 0;
	float: left;
}
.smile-box2 h4, .smile-box2 p {
	text-align: left;
}
.smile-box3 h4, .smile-box3 p {
	text-align: center;
}
.smtp {
	margin: 70px 0 0 0;
}
.spd {
	padding: 0 !important;
}
.smile-box .btn-1 {
	font-size: 13px;
	float: right;
}
.smile-box .btn-1 span {
	width: 20px;
	margin: 0 0 0 7px;
	background: #0072bc;
}
.smile-box .btn-1:hover span {
	width: 30px;
}
.smile-box2 .btn-1 {
	float: left;
}
.smile-box2 .btn-1 span {
	margin: 0 7px 0 0;
}
.smile-box3 .btn-1 {
	float: none;
	margin: 0 auto;
	display: inline-block;
}
.smile-box3 .btn-1 span {
	margin: 0 7px;
}
.skincare {
	padding: 40px 0 0 0;
	position: relative;
}
.skincare:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	background: url(../images/lg3.png) no-repeat;
	background-size: 100% auto;
	width: 135px;
	height: 250px;
	top: -90px;
	left: 0;
	opacity: .15;
}
.skincare .thead {
	margin: 0 0 40px 0;
}
.skincare .tittle2:before {
	background: url(../images/s.png) no-repeat;
	background-size: 100% auto;
	opacity: .5;
}
.skincare #skincare-slider {
	padding: 0;
}
.skincare #skincare-slider .carousel-inner {
	padding: 0;
}
.skincare .carousel-indicators {
	bottom: 0;
	margin: 0;
	padding: 0 15px;
	left: 0;
	width: 100%;
	text-align: left;
}
.skincare .carousel-indicators .active {
	margin: 0 3px;
	background-color: #0072bc;
}
.skincare .carousel-indicators li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	background-color: #c3c3c3;
	border: 0px solid #868686;
}
.skbrdr {
}
.skbrdr:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	bottom: 0;
	right: 0;
	opacity: .4;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 1%, rgba(0,0,0,0.98) 48%, rgba(0,0,0,1) 49%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(1%, rgba(0,0,0,0.02)), color-stop(48%, rgba(0,0,0,0.98)), color-stop(49%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 1%, rgba(0,0,0,0.98) 48%, rgba(0,0,0,1) 49%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 1%, rgba(0,0,0,0.98) 48%, rgba(0,0,0,1) 49%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 1%, rgba(0,0,0,0.98) 48%, rgba(0,0,0,1) 49%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 1%, rgba(0,0,0,0.98) 48%, rgba(0,0,0,1) 49%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}
.skbrdr:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
	opacity: .4;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 1%, rgba(0,0,0,0.98) 48%, rgba(0,0,0,1) 49%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(1%, rgba(0,0,0,0.02)), color-stop(48%, rgba(0,0,0,0.98)), color-stop(49%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 1%, rgba(0,0,0,0.98) 48%, rgba(0,0,0,1) 49%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 1%, rgba(0,0,0,0.98) 48%, rgba(0,0,0,1) 49%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 1%, rgba(0,0,0,0.98) 48%, rgba(0,0,0,1) 49%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 1%, rgba(0,0,0,0.98) 48%, rgba(0,0,0,1) 49%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.skbrdr2:after {
	display: none;
}
.skbrdr3:before {
	display: none;
}
.skin-box {
	padding: 0 5px !important;
	margin: 25px 0;
	height: 100px;
}
.skin-box img {
	width: 60px;
	border: 1px solid #ccc;
	margin: 3px 20px 30px 0;
	padding: 5px;
	float: left;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.skin-box:hover img {
	border-radius: 100%;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.skin-box hr {
	width: 40px;
	height: 2px;
	margin: 8px 0;
	padding: 0;
	border: none;
	background: #0072bc;
}
.skin-box h4 {
	font-size: 14px;
	text-align: left;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #000;
}
.skin-box p {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	letter-spacing: .8px;
	padding: 0;
	color: #333;
}
.skin-right {
	padding: 0 !important;
}
.skin-right img {
	width: 100%;
	margin: -50px 0 0 0;
}
.tmj {
	padding: 0;
	background: url(../images/bg3.jpg) fixed;
	background-size: cover;
}
.tmj-box {
	padding: 0 2px!important;
}
.tmj-box .tm-text {
	padding: 55px 15px 0 15px;
}
.tmj-box .tm-text h4 {
	font-size: 18px;
	text-align: right;
	font-weight: 800;
	line-height: 20px;
	margin: 0;
	letter-spacing: 1.3px;
	padding: 0 0 12px 0;
	color: #00b9ff;
}
.tmj-box .tm-text p {
	font-size: 14px;
	text-align: right;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	letter-spacing: .8px;
	padding: 0 0 8px 0;
	color: #fff;
}
.tmj-box .tm-text .btn-1 {
	color: #fff;
}
.tmj-box .tm-text .btn-1 span {
	background: #00b9ff;
}
.tmj-box .tm-img {
	padding: 0 !important;
}
.tmj-box .tm-img img {
	width: 100%;
	max-width: inherit;
	margin: -18% 0;
}
.tmj-box2 .tm-text h4, .tmj-box2 .tm-text p {
	text-align: left;
}
.tmj-box .tm-text .btn-1 {
	float: right;
}
.tmj-box .tm-text .btn-1 span {
	margin: 0 0 0 7px;
}
.tmj-box2 .tm-text .btn-1 {
	float: left;
}
.tmj-box2 .tm-text .btn-1 span {
	margin: 0 7px 0 0;
}
.tourism {
	padding: 40px 0 0 0;
}
.tourism-left {
}
.tourism-left img {
	width: 95%;
}
.tourism-right {
	padding: 60px 0;
}
.tourism .tittle {
	padding: 0 0 15px 0;
}
.tourism p {
	font-size: 14px;
	text-align: justify;
	font-weight: 400;
	line-height: 27px;
	margin: 0;
	letter-spacing: .8px;
	padding: 3px 0 25px 0;
	color: #333;
}
.gallery {
	padding: 0 0 60px 0;
	position: relative;
}
.gallery .thead {
	margin: 0 0 60px 0;
}
.gallery:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	background: url(../images/lg2.png) no-repeat;
	background-size: 100% auto;
	width: 135px;
	height: 250px;
	top: -160px;
	right: 0;
	opacity: .15;
}
.gallery .tittle2:before {
	background: url(../images/g.png) no-repeat;
	background-size: 100% auto;
	opacity: .5;
}
.gpd {
	padding: 0 10px !important;
}
.gal-box {
	margin: 0;
	padding: 0 !important;
	overflow: hidden;
}
/*.gal-box img {
	width: 100%;
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.gal-box:hover img {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}*/
.gal-box .gal-text {
	position: absolute;
	margin: 0;
	display: block;
	padding: 10px;
	width: 100%;
	height: 40px;
	bottom: 0;
	left: 0;
	background: rgba(0, 114, 188, 0.85);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.gal-box .gal-text .gal-textin {
	display: table;
	width: 100%;
	height: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	border: 1px solid transparent;
}
.gal-box:hover .gal-text .gal-textin {
	border: 1px solid #fff;
}
.gal-box .gal-text h4 {
	font-size: 14px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
	letter-spacing: 1px;
	padding: 0;
	color: #fff;
}
.gal-box:hover .gal-text {
	height: 100%;
}
.gal2 {
	position: relative;
}
.gal2 .gal-text2 {
	position: absolute;
	margin: 0;
	display: block;
	padding: 10px;
	width: 100%;
	height: 40px;
	bottom: 0;
	left: 0;
	background: rgba(0, 114, 188, 0.85);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.gal2 .gal-text2 .gal-textin {
	display: table;
	width: 100%;
	height: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	border: 1px solid transparent;
}
.gal2:hover .gal-text2 .gal-textin {
	border: 1px solid #fff;
}
.gal2 .gal-text2 h4 {
	font-size: 14px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
	letter-spacing: 1px;
	padding: 0;
	color: #fff;
}
.gal2:hover .gal-text2 {
	height: 100%;
}
.reviews {
	padding: 50px 0;
	background: url(../images/bg4.jpg) fixed;
	background-size: cover;
}
.reviews .tittle2 {
	color: #fff;
}
.reviews .tittle2 span {
	color: #fff;
}
.reviews .tittle2:before {
	background: url(../images/p.png) no-repeat;
	background-size: 100% auto;
	opacity: .4;
}
.review-box {
	padding: 0 40px !important;
	margin: 50px 0 0 0;
	text-align: center;
}
.review-box img {
	width: 95px;
	margin: 0 auto 12px auto;
	border-radius: 50px;
	padding: 1px;
	border: 2px solid #ffffff;
}
.review-box p {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	line-height: 27px;
	margin: 0;
	letter-spacing: .8px;
	padding: 5px 0;
	color: #fff;
}
.review-box h4 {
	font-size: 17px;
	text-align: center;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
	letter-spacing: 1px;
	padding: 0;
	color: #fff;
}
.review-box .btn-1 {
	margin: 0 auto;
	display: inline-block;
	color: #fff;
}
.review-box .btn-1 span {
	background: #fff;
	margin: 0 7px;
}
.reviewv-box {
	margin: 42px 0 0 0;
	padding: 0 5px !important;
}
.reviewv-box img {
	width: 98%;
	border: 5px solid #fff;
	margin: 10px auto;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
.reviews #reviews2-slider .carousel-inner {
	padding: 0 0 30px 0;
}
.reviews .carousel-indicators {
	bottom: 0;
	margin: 0;
	padding: 0 15px;
	left: 0;
	width: 100%;
	text-align: center;
}
.reviews .carousel-indicators .active {
	margin: 0 3px;
	background-color: #fff;
}
.reviews .carousel-indicators li {
	display: inline-block;
	width: 20px;
	height: 8px;
	margin: 0 2px;
	background-color: rgba(255, 255, 255, 0.4);
	border: 0px solid #868686;
}
.blog {
	padding: 70px 0 60px 0;
	position: relative;
}
.blog:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	background: url(../images/lg3.png) no-repeat;
	background-size: 100% auto;
	width: 135px;
	height: 250px;
	top: -40px;
	left: 0;
	opacity: .15;
}
.blog .tittle2:before {
	background: url(../images/b.png) no-repeat;
	background-size: 100% auto;
	opacity: .4;
}
.blog-box {
	margin: 60px 0 0 0;
	padding: 15px !important;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
.blog-box .blog-img {
	width: 60%;
	border-radius: 100%;
	margin: 10px auto 15px auto;
	padding: 5px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(35, 154, 234, 0.32);
	-moz-box-shadow: 0px 0px 15px 0px rgba(35, 154, 234, 0.32);
	box-shadow: 0px 0px 15px 0px rgba(35, 154, 234, 0.32);
}
.blog-box .blog-img img {
	width: 100%;
	border-radius: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.blog-box:hover .blog-img img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.blog-box h4 {
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	line-height: 22px;
	margin: 0;
	letter-spacing: .8px;
	padding: 0 0 5px 0;
	color: #000;
}
.blog-box p {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	line-height: 27px;
	margin: 0;
	letter-spacing: .8px;
	padding: 3px 0;
	color: #333;
}
.blog-box hr {
	width: 40px;
	height: 6px;
	margin: 10px auto 10px auto;
	padding: 0;
	border: none;
	border-radius: 5px;
	background: #0072bc;
	z-index: 99;
	position: relative;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.blog-box:hover hr {
	width: 60px;
}
.branches {
	padding: 50px 0 0 0;
}
.branches .nav-tabs {
	border-bottom: 0px solid #ddd;
	text-align: center;
}
.branches .nav-tabs>li>a {
	margin: 0 2px;
	border: 1px solid #0072bc;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .4px;
	color: #000;
	padding: 8px 18px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.branches .nav-tabs>li.active>a, .branches .nav-tabs>li.active>a:focus, .branches .nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: #0072bc;
	border: 1px solid #0072bc;
	border-bottom-color: transparent;
}
.branches .nav-tabs>li.active>a:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #0072bc;
}
.branches .nav-tabs>li {
	float: none;
	margin: 0;
	display: inline-block;
}
.branches .nav-tabs>li>a:hover {
	border-color: #c5e8ff #c5e8ff #c5e8ff;
}
.branches .nav>li>a:focus, .branches .nav>li>a:hover {
	text-decoration: none;
	background-color: #c5e8ff;
}
.branches .tab-content {
	margin: 25px 0 0 0;
	padding: 20px 10px;
	background: #ddf2ff;
	border-radius: 7px;
	position: relative;
}
.branch-left {
}
.branch-left h4 {
	font-size: 19px;
	text-align: left;
	font-weight: 600;
	line-height: 22px;
	margin: 0 0 10px 0;
	letter-spacing: .8px;
	padding: 0 0 10px 0;
	color: #000;
	border-bottom: 1px solid #70c8ff;
}
.branch-left p {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 27px;
	margin: 0;
	letter-spacing: .8px;
	padding: 3px 0;
	color: #333;
}
.branch-left h4 svg {
	margin: 0 2px 0 0;
	color: #0072bc;
}
.branch-left p svg {
	margin: 0 2px 0 0;
	color: #0072bc;
}
.branch-right {
}
.branches .carousel-indicators {
	bottom: 0;
	margin: 0;
	padding: 0 15px;
	left: 0;
	width: 100%;
	text-align: left;
}
.branches .carousel-indicators .active {
	margin: 0 3px;
	background-color: #0072bc;
}
.branches .carousel-indicators li {
	display: inline-block;
	width: 20px;
	height: 8px;
	margin: 0 2px;
	background-color: rgba(0, 114, 188, .45);
	border: 0px solid #868686;
}
.branches .inbranches .tabs-left {
	border-bottom: none;
	border-right: 0px solid #ddd;
}
.branches .inbranches .tabs-left>li {
	float: none;
	margin: 0px;
	display: block;
}
.branches .inbranches .tabs-left>li.active>a, .branches .inbranches .tabs-left>li.active>a:hover, .inbranches .tabs-left>li.active>a:focus {
	border-bottom-color: #ddd;
	border-right-color: transparent;
	color: #fff;
	background: #0072bc;
	border: none;
	border-radius: 0px;
	margin: 0px;
}
.branches .inbranches .nav-tabs>li>a:hover {
	/* margin-right: 2px; */
	line-height: 1.42857143;
	border: 1px solid transparent;/* border-radius: 4px 4px 0 0; */
}
.branches .inbranches .tabs-left>li.active>a::after {
	content: "";
	position: absolute;
	top: 16px;
	right: -10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #0072bc;
	display: block;
	width: 0;
}
.branches .inbranches .tabs-left>li.active>a::before {
	display: none;
}
.branches .inbranches .tab-content {
	margin: 0;
	padding: 0 10px;
	border-radius: 0;
}
.branches .inbranches .nav-tabs>li>a {
	margin: 0;
	border: 1px solid #0072bc !important;
	border-radius: 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .4px;
	text-align: left;
	color: #0072bc;
	padding: 15px 18px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.bkbtn {
	width: 190px;
	height: 40px;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	letter-spacing: .4px;
	line-height: 40px;
	color: #fff;
	background: #0072bc;
	display: block;
	border-radius: 25px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.bkbtn:hover {
	color: #fff;
	background: #009bff;
}
footer {
}
.fmain {
	background: #0072bc;
	padding: 30px 20px !important;
	margin: 0 0 -50px 0;
	z-index: 9;
}
.fmain:before, .fmain:after {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	background: url(../images/lg3.png) no-repeat;
	background-size: 100% auto;
	width: 135px;
	height: 250px;
	top: 10px;
	left: 0;
	z-index: -1;
	opacity: .1;
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.fmain:after {
	background: url(../images/lg2.png) no-repeat;
	background-size: 100% auto;
	right: 0;
	left: auto;
}
.map {
	padding: 0 !important;
	height: 300px;
	overflow: hidden;
}
.fbox {
}
.fbox h4, .fbox2 h4 {
	font-size: 20px;
	text-align: left;
	font-weight: 600;
	line-height: 22px;
	margin: 0;
	letter-spacing: .8px;
	padding: 0;
	color: #fff;
}
.fbox hr, .fbox2 hr {
	width: 30px;
	height: 2px;
	margin: 12px 0 8px 0;
	padding: 0;
	border: none;
	background: #ffffff;
}
.fbox p {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 27px;
	margin: 0;
	letter-spacing: .8px;
	padding: 3px 0;
	color: #fff;
}
.fbox p svg {
	margin: 0 5px 0 0;
}
.fbox .social {
	margin: 0;
}
.fbox .social li {
	margin: 0 7px 0 0;
}
.fbox2 ul {
	margin: 0;
	padding: 5px 0 0 0;
}
.fbox2 ul li {
	list-style: none;
	margin: 0;
	padding: 1px 0;
}
.fbox2 ul li a {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 27px;
	margin: 0;
	letter-spacing: .8px;
	padding: 3px 0 3px 25px;
	color: #fff;
	position: relative;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fbox2 ul li a:before {
	position: absolute;
	content: '';
	width: 15px;
	height: 1px;
	margin: 0;
	padding: 0;
	top: 10px;
	left: 0;
	background: #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fbox2 ul li a:hover {
	padding: 3px 0 3px 35px;
}
.fbox2 ul li a:hover:before {
	width: 25px;
}
.newsletter form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #fff;
}
.newsletter form ::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
}
.newsletter form :-ms-input-placeholder { /* IE 10+ */
 color: #fff;
}
.newsletter form :-moz-placeholder { /* Firefox 18- */
 color: #fff;
}
.newsletter form {
	margin: 20px 0 0 0;
}
.newsletter .nl1 {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	margin: 0;
	font-size: 13px;
	letter-spacing: .5px;
	color: #fff;
	border: none;
	border: 1px solid #ffffff;
	background: none;
	outline: none;
}
.newsletter .nl2 {
	width: 100%;
	height: 40px;
	background: #fff;
	border: 0px solid #fff;
	color: #0072bc;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 39px;
	outline: none;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.newsletter .nl2:hover {
	background: #fff;
}
.fbox h5 {
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	line-height: 27px;
	margin: 14px 0 5px 0;
	letter-spacing: .8px;
	padding: 3px 0;
	color: #9ed9ff;
}
.f-copy {
	padding: 70px 0 20px 0;
	background: #333333;
}
.f-copy h6 {
	color: #adadad;
	font-size: 12px;
	line-height: 23px;
	font-weight: 400;
	margin: 0;
	text-align: center;
	padding: 0;
	letter-spacing: .4px;
}
.f-copy h6 a, .f-copy h6 a:hover, .f-copy h6 a:focus {
	color: #72c8ff;
}
.inner-banner {
	width: 100%;
	position: relative;
	padding: 40px 0 0 0;
}
.inner-banner img {
	width: 100%;
	opacity: .25;
}
.brd-in {
	padding: 5px 0;
	margin: 0;
	position: absolute;
	z-index: 999;
	width: 100%;
	bottom: 0;
}
.scp-brc {
	background-color: transparent !important;
	text-align: left;
	margin: 0 0 35px 0 !important;
	padding: 0 0 15px 0 !important;
	border-bottom: 1px dashed #ccc;
}
.scp-brc li a {
	font-size: 13px;
	line-height: 24px;
	padding: 7px 0;
	text-align: right;
	font-weight: 500;
	color: #333;
	letter-spacing: .8px;
}
.scp-brc li:last-child a {
	color: #0072bc;
}
.innerpage {
	margin: 0;
	padding: 40px 0 50px 0;
}
.innerpage .tittle {
	padding: 0;
}
.innerpage p {
	font-size: 14px;
	text-align: justify;
	font-weight: 400;
	line-height: 27px;
	margin: 0;
	letter-spacing: 0.8px;
	padding: 5px 0;
	color: #000;
}
.inner-right {
	padding: 0 0 15px 0;
	margin: 0;
	background: url(../images/cbg.jpg);
	background-size: 100% 100%;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.inner-right h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background: #0072bc;
	margin: 0 0 10px 0;
	padding: 10px 0;
}
.inner-right h3 .fa {
	margin: 0 5px 0 0;
}
.inner-right form {
	margin: 0;
	padding: 0;
}
.inner-right form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000;
}
.inner-right form ::-moz-placeholder { /* Firefox 19+ */
 color: #000;
}
.inner-right form :-ms-input-placeholder { /* IE 10+ */
 color: #000;
}
.inner-right form :-moz-placeholder { /* Firefox 18- */
 color: #000;
}
.inner-right .t1 {
	width: 100%;
	height: 40px;
	margin: 5px 0;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 40px;
	font-weight: 400;
	text-align: left;
	color: #000;
	outline: none;
	border: none;
	border-bottom: 1px solid #68c4ff;
	letter-spacing: .4px;
	background: #e5f5ff;
}
.inner-right .t2 option {
	background: #ffff;
}
.inner-right .t2 {
	width: 100%;
	height: 40px;
	margin: 5px 0;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 40px;
	font-weight: 400;
	text-align: left;
	color: #000;
	outline: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #68c4ff;
	background: #e5f5ff;
}
.inner-right .t3 {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 90px;
	min-height: 90px;
	margin: 5px 0;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-align: left;
	color: #000;
	box-shadow: none;
	outline: none;
	border: none;
	border-bottom: 1px solid #68c4ff;
	letter-spacing: .4px;
	background: #e5f5ff;
}
.inner-right .t4 {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 10px 0;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #0072bc;
	color: #fff;
	border: none;
}
.innnews, .innphotogal, .innvdogal {
	margin: 30px 0 0 0;
	padding: 5px 15px 15px 15px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.innnews h3, .innphotogal h3, .innvdogal h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #a52168;
	margin: 0 0 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.innnews-box {
	padding: 0 !important;
	overflow: hidden;
}
.innnews-box img {
	width: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.innnews-box:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.innnews .tsleft, .innnews .tsright, .innphotogal .tsleft, .innphotogal .tsright, .innvdogal .tsleft, .innvdogal .tsright {
	bottom: 10px;
	border: 1px solid #fff;
}
.innnews .tsleft, .innphotogal .tsleft, .innvdogal .tsleft {
	left: auto;
	right: 10px
}
.innnews .tsright, .innphotogal .tsright, .innvdogal .tsright {
	right: 10px
}
.inner-testi {
	padding: 15px;
	margin: 20px 0;
	border-radius: 8px;
	position: relative;
	-webkit-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
}
.inner-testi:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 35px;
	height: 30px;
	background: url(../images/comma.png)no-repeat;
	background-size: 100% auto;
	top: -12px;
	left: -10px;
}
.inner-testi h2 {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 10px 0;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
}
.inner-testi h3 {
	text-align: left;
	margin: 0;
	padding: 15px 0 5px 0;
	color: #8e8e8e;
	font-size: 15px;
	font-weight: 600;
}
.inner-testi img {
	width: 70px;
}
.inner-testi h4 {
	margin: 0;
	padding: 0;
	color: #8e8e8e;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
.inner-testi h4 .fa {
	margin: 0 5px 0 0;
	color: #ff7a39;
}
.inner-blog {
	padding: 15px;
	margin: 20px 0;
	border-radius: 8px;
	position: relative;
	-webkit-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
}
.inner-blog:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	background: url(../images/blg.png)no-repeat;
	background-size: 100% auto;
	top: -18px;
	left: -8px;
}
.inner-blog h2 {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 10px 0;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
}
.successbtn {
	width: 100%;
	height: 35px;
	margin: 5px 0;
	padding: 0;
	color: #00b4af;
	background: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 35px;
	border: none;
	outline: none;
}
.rd {
	color: #999;
	font-weight: bold;
	margin: 5px 0;
	text-decoration: none;
}
.rd .fa {
	margin: 0 0 0 3px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.rd:hover .fa {
	margin: 0 0 0 6px;
}
.inner-news {
	padding: 15px;
	margin: 20px 0;
	border-radius: 8px;
	position: relative;
	-webkit-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
}
.inner-news:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 55px;
	height: 43px;
	background: url(../images/nws.png)no-repeat;
	background-size: 100% auto;
	top: -17px;
	left: -15px;
}
.inner-news h2 {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 10px 0;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
}
.inner-left {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.inner-left .panel-group .panel {
	margin-bottom: 0;
	border-radius: 0;
}
.inner-left .panel-group .panel .fa {
	font-size: 13px;
}
.inner-left .panel-default {
	border-color: #fff;
}
.inner-left .panel-default > .panel-heading {
	color: #fff;
	background-color: #00b4af;
	border-color: #fff;
}
.inner-left .panel-default > .panel-heading + .inner-left .panel-collapse > .panel-body {
	border-top-color: #f0f0f0;
}
.inner-left .collapse.in {
	display: block;
	background-color: #f0f0f0 !important;
	height: auto!important;
	border: 1px solid #f0f0f0 !important;
}
.i-accordion .panel-heading, .d-accordion .panel-heading, .accordion-2a .panel-heading, .accordion-2b .panel-heading, .accordion-3 .panel-heading {
	cursor: pointer;
}
.d-accordion .panel-heading.collapsed .fa-chevron-up:before {
	content: '\f078';
}
.inner-team {
	margin: 15px 0;
	padding: 15px;
	border: 1px solid #ccc;
}
.inner-team img {
	max-width: 130px;
}
.inner-team h4 {
	text-align: center;
	margin: 0;
	padding: 12px 0 0 0;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.inner-team h6 {
	margin: 0;
	padding: 5px 0;
	color: #676767;
	font-size: 13px;
	line-height: 21px;
	font-weight: 600;
	text-align: center;
}
.trd {
	text-align: center;
	color: #999;
	font-weight: bold;
	margin: 5px auto;
	padding: 5px 0;
	display: block;
	width: 100px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.trd .fa {
	margin: 0 0 0 3px;
}
.team-detail {
	padding: 0 !important;
}
.team-detail img {
	max-width: 200px;
	padding: 5px;
	border: 1px dotted #00b4af;
}
.team-detail h4 {
	text-align: center;
	margin: 0;
	padding: 12px 0 0 0;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.team-detail h6 {
	margin: 0;
	padding: 5px 0;
	color: #676767;
	font-size: 13px;
	line-height: 21px;
	font-weight: 600;
	text-align: center;
}
.team-detail hr {
	width: 100%;
	height: auto;
	margin: 5px auto;
	padding: 0;
	border-bottom: 1px dotted #00a5a2;
}
.experts {
	padding: 0 0 40px 0;
}
.experts .tittle {
}
.experts .hr1 {
}
.expert-box {
	margin: 15px 0 0 0;
	padding: 20px 15px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
.expert-box img {
	width: 100px;
	margin: 0 auto 10px auto;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 155, 255, 0.28);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 155, 255, 0.28);
	box-shadow: 0px 0px 15px 0px rgba(0, 155, 255, 0.28);
}
.expert-box h4 {
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	line-height: 22px;
	margin: 0;
	letter-spacing: .8px;
	padding: 0;
	color: #000;
}
.expert-box p {
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	letter-spacing: .8px;
	padding: 5px 0;
	color: #333;
}
.exp-btn {
	text-align: center;
	margin: 5px auto 0 auto;
}
.exbtn1 {
	width: 150px;
	height: 32px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
	background: #0072bc;
	display: inline-block;
	line-height: 32px;
	text-align: center;
	border-radius: 25px 0 0 25px;
	letter-spacing: .2px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.exbtn2 {
	border-radius: 0 25px 25px 0;
}
.exbtn1:hover, .exbtn1:focus {
	background: #009bff;
	color: #fff;
}
.experts-in {
	position: relative;
}
.exbtn3 {
	width: 130px;
	height: 35px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
	background: #0072bc;
	text-transform: uppercase;
	display: block;
	position: absolute;
	top: 10px;
	right: 30px;
	line-height: 35px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.exbtn3:hover, .exbtn3:focus {
	background: #009bff;
	color: #fff;
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 480px) {
}
