body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif !important;
	overflow-x: hidden;
}
::-moz-selection {
 color: #fff;
 background: #0b419d;
}
::selection {
	color: #fff;
	background: #0b419d;
}
::-webkit-scrollbar-track {
 background-color: #808080;
}
::-webkit-scrollbar {
 width: 8px;
 background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
 background-color: #0b419d;
}
a {
	text-decoration: none !important;
}
.pdd {
	padding: 0!important;
}
.modal-backdrop {
	z-index: 9999 !important;
}
.home {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 999;
}
.top-banner {
}
.head-top {
	padding: 30px 0 0 0 !important;
}
.head-text {
}
.head-text p {
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	font-style: italic;
	letter-spacing: .4px;
	padding: 4px 0 0 0;
	color: #4e4e4e;
}
.lang {
	margin: 0;
	padding: 0;
}
.lang select {
	width: 100%;
	height: 35px;
	margin: 0;
	font-size: 12px;
	padding: 0 5px;
	color: #fff;
	background: none;
	outline: none;
	line-height: 25px;
	border: 1px solid #fff;
}
.social {
	float: left;
}
.social ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social li {
	list-style: none;
	width: 35px;
	height: 35px;
	margin: 0 9px 0 0;
	line-height: 35px;
	padding: 0;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.7);
	-moz-box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.7);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li a {
	display: block;
}
.social li svg {
	padding: 0;
	line-height: 35px;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li svg path {
	fill: #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li:nth-child(1) {
	background: #143f9a;
}
.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: #fff;
}
.social li:hover svg path {
	fill: #0b419d;
}
.search {
	margin: 15px 0 0 0;
	padding: 0;
	float: left;
}
.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: 35px;
	width: 0;
	margin: 0;
	padding: 15px 17px;
	float: right;
	right: 16px;
	z-index: 9;
	border-radius: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	cursor: pointer;
	/* border-radius: 30px; */
	border: 0px solid transparent;
	background: url(../images/search.png)no-repeat;
	background-size: 35px;
}
.search input.search-text:focus {
	z-index: 1;
	width: 90%;
	right: 16px;
	top: 0;
	border: 0px solid #cf1372;
	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: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	cursor: pointer;
	border-radius: 25px;
	background: #ffffff url(../images/search.png) no-repeat;
	opacity: 1;
	background-size: 35px;
}
 .search input.search-text::-webkit-search-cancel-button {
 cursor:pointer;
}
.enquiry {
	width: 100%;
	height: 35px;
	margin: 0 auto;
	float: right;
	padding: 0;
	text-align: center;
	font-size: 13px;
	line-height: 35px;
	display: block;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 1px;
	background: #eb722d;
	text-transform: uppercase;
	position: relative;
	outline: none;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.enquiry svg {
	width: 11px;
	height: 11px;
	margin: 0 5px 0 0;
}
.enquiry svg path {
	fill: #fff;
}
.enquiry:hover, .enquiry:focus {
	color: #0b419d;
	background: #ffffff;
}
.modal-open .modal {
	z-index: 999999999;
}
.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: #0b419d;
	outline: none;
	border: none;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.enhead .close {
	float: right;
	font-size: 22px;
	font-weight: 400;
	color: #fff !important;
	background: #0b419d !important;
	opacity: 1 !important;
	width: 30px;
	display: block;
	padding: 0 0 13px 0;
	line-height: 28px;
	text-align: center;
	height: 30px;
	border-radius: 100%;
}
.menu {
	padding: 0 !important;
}
.logo {
	padding: 10px 0 !important;
}
.logo img {
	width: 210px;
	padding: 0;
	margin: 0;
	display: block;
}
.menu-banner {
}
.menu-collapser {
	position: relative;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	margin: 5px 0;
	color: #333;
	font-size: 13px;
	line-height: 40px;
	background-color: #ffffff;
	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: #FFFFFF;
	font-size: 14px;
	text-align: center;
	background-color: #eb722d;
	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: #eb722d;
}
.collapse-button .icon-bar {
	display: block;
	height: 2px;
	width: 18px;
	margin: 2px 0;
	background-color: #F5F5F5;
	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(255, 255, 255, 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;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
}
ul.slimmenu li ul li {
	background: #ffffff;
	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 8px;
	margin: 0 3px;
	line-height: 40px;
	font-size: 14px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	letter-spacing: .4px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: relative;
}
ul.slimmenu li a:before {
	position: absolute;
	content: '';
	margin: 0 50%;
	padding: 0;
	width: 0;
	height: 1px;
	background: #eb722d;
	left: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
ul.slimmenu li a:before {
	top: 0;
}
ul.slimmenu li a:hover:before {
	width: 100%;
	margin: 0;
}
ul.slimmenu li.active a:before {
	width: 100%;
	margin: 0;
}
ul.slimmenu li ul li a {
	width: 100%;
	display: block;
	font-size: 13px;
	line-height: 19px;
	color: #000;
	padding: 8px 12px;
	margin: 0;
	text-transform: none;
	text-align: left;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.26);
}
ul.slimmenu li ul li a:before, ul.slimmenu li ul li a:after {
	display: none;
}
ul.slimmenu li ul li:last-child a {
	border-bottom: 0px solid #fff;
}
ul.slimmenu li ul li a:hover {
	color: #0b419d;
}
ul.slimmenu li.active a {
	color: #ffffff;
}
ul.slimmenu li a:hover {
	color: #ffffff;
}
ul.slimmenu li .sub-toggle {
	background: none repeat scroll 0 0;
	position: absolute;
	right: 0;
	top: 2px;
	z-index: 999;
	width: 5px;
	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: #fff;
	font-size: 7px;
	vertical-align: middle;
}
ul.slimmenu li ul li .sub-toggle>i {
	color: #000;
}
ul.slimmenu li ul li .sub-toggle {
	right: 2px;
}
ul.slimmenu>li {
}
ul.slimmenu>li:first-child, ul.slimmenu>li.has-submenu+li {
	border-left: 0
}
.search {
	margin: 0;
	padding: 0 !important;
}
.search .header-button {
	text-indent: -119988px;
	overflow: hidden;
	text-align: left;
	text-transform: capitalize;
	position: relative;
	z-index: 99;
	display: block;
	width: 45px;
	height: 45px;
	margin: 0;
	padding: 5px;
	outline: none;
	background: none;
	border: none;
	cursor: pointer;
}
.search .header-button img {
	width: 100%;
}
.search .header-button:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 46%;
	background: #b7b7b7;
	top: 0;
	left: 0;
	margin: 27% 0;
	padding: 0;
}
.search #toggle-menu {
	float: left;
	background-position: 0 0;
	background-color: #bc0023;
}
.search #toggle-search {
	margin: 7px 0 0 5px;
	float: right;
}
.search #toggle-basket {
	position: relative;
	float: right;
	background-position: -120px 0;
}
.search #toggle-basket:before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 2px;
	height: 50px;
	content: "";
	background-color: #000;
}
.search #search-form {
	-moz-transition: max-height, 0.5s;
	-o-transition: max-height, 0.5s;
	-webkit-transition: max-height, 0.5s;
	transition: max-height, 0.5s;
	position: absolute;
	top: 57px;
	right: 10px;
	width: 280px;
	max-height: 0;
	overflow: hidden;
	background: rgb(234, 255, 211);
}
.search #search-form.open {
	max-height: 45px;
}
.search #search-form fieldset {
	position: relative;
	margin: 0 45px 0 0;
	padding: 0;
	border: none;
}
.search #search-form input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 35px;
	font-weight: 400;
}
.search #search-form input[type="search"] {
	width: 100%;
	padding: 5px 10px;
	background: transparent;
	border: none;
	outline: none;
}
.search #search-form input[type="submit"] {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 75px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	background: #73b32e;
	border: none;
	cursor: pointer;
	outline: none;
	letter-spacing: 1px;
}
.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: 99999999;
	top: 35%;
	right: -175px;
	background: #e4f781;
	-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;
	height: 46px;
	border-bottom: 1px solid #fff;
}
.fixed-div ul li:last-child {
	height: 45px;
	border-bottom: 0px solid #fff;
}
.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: #109f81;
	color: #fff;
}
.fixed-div ul li:hover .fx-txt h5, .fixed-div ul li:hover .fx-txt p, .fixed-div ul li:hover .fx-txt h6 {
	color: #fff;
}
.fixed-div .fx-img {
	width: 45px;
	height: 45px;
	padding: 8px;
	float: left;
	margin: 0;
	background: #109f81;
}
.fixed-div .fx-img img {
	width: 100%;
}
.fixed-div ul li .fx-txt {
	width: 175px;
	float: left;
	padding: 0 10px;
}
.fixed-div ul li .fx-txt h5 {
	font-size: 15px;
	text-align: left;
	font-weight: 400;
	line-height: 17px;
	margin: 0;
	letter-spacing: .8px;
	padding: 8px 0 0 0;
	color: #000;
}
.fixed-div ul li .fx-txt p {
	font-size: 11px;
	text-align: left;
	font-weight: 400;
	line-height: 15px;
	margin: 0;
	letter-spacing: .2px;
	padding: 0;
	cursor: text;
	color: #464646;
}
.fixed-div ul li .fx-txt h6 {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 45px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #000;
}
.slide-banner {
	position: relative;
	overflow: hidden;
	background: url(../images/sbg.jpg) fixed;
	background-size: cover;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
	background-image: none !important;
	position: absolute;
	top: 45%;
	height: 35px;
	width: 35px;
	z-index: 99;
	padding: 3px;
	border: 1px solid #000;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.slide-banner .carousel-indicators {
	bottom: 50px;
	left: 0;
	text-align: center;
	margin: 0;
	width: 100%;
}
.slide-banner .carousel-indicators li {
	margin: 0 5px;
	width: 25px;
	height: 10px;
	border: 0px solid #fff;
	background-color: rgba(255, 255, 255, 0.2);
	position: relative;
	border-radius: 15px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.slide-banner .carousel-indicators .active {
	background-color: #ffffff;
	border: 0px solid #fff;
}
.slide-banner canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slide-banner .slide-img {
	padding: 160px 0 70px 0;
}
.slide-banner .slide-img img {
	width: 65%;
	margin: 0 auto;
	visibility: visible !important;
	-webkit-animation-name: zoomIn !important;
	animation-name: zoomIn !important;
}
.slide-banner .slide-text {
	margin: 200px 0 0 0;
	padding: 0 0 0 150px;
	overflow: hidden;
}
.slide-banner .slide-text h2 {
	font-family: 'Rancho', cursive;
	color: #ffffff;
	margin: 0;
	font-size: 50px;
	line-height: 51px;
	font-weight: 400;
	padding: 0 0 10px 0;
	text-align: left;
	letter-spacing: .8px;
	visibility: visible !important;
	-webkit-animation-name: slideInUp !important;
	animation-name: slideInUp !important;
}
.slide-banner .slide-text h2 span {
	display: block;
}
.slide-banner .slide-text p {
	font-size: 18px;
	text-align: left;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	letter-spacing: .8px;
	padding: 0;
	color: #ffffff;
	visibility: visible !important;
	-webkit-animation-name: slideInDown !important;
	animation-name: slideInDown !important;
}
.slide-btn {
	width: 190px;
	height: 42px;
	margin: 15px 0 0 0;
	padding: 0;
	display: block;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 25px;
	text-align: center;
	font-size: 13px;
	line-height: 41px;
	letter-spacing: .5px;
	position: relative;
	overflow: hidden;
	z-index: 9;
	-webkit-box-shadow: 2px 3px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 3px 0px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 3px 0px 0px rgba(0,0,0,0.2);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	visibility: visible !important;
	-webkit-animation-name: bounceInDown !important;
	animation-name: bounceInDown !important;
}
.slide-btn:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	margin: 0;
	padding: 0;
	background: rgba(0,76,240,1);
	background: -moz-linear-gradient(-45deg, rgba(0,76,240,1) 0%, rgba(0,76,240,1) 1%, rgba(0,176,240,1) 33%, rgba(0,76,240,1) 64%, rgba(0,225,255,1) 99%, rgba(0,225,255,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,76,240,1)), color-stop(1%, rgba(0,76,240,1)), color-stop(33%, rgba(0,176,240,1)), color-stop(64%, rgba(0,76,240,1)), color-stop(99%, rgba(0,225,255,1)), color-stop(100%, rgba(0,225,255,1)));
	background: -webkit-linear-gradient(-45deg, rgba(0,76,240,1) 0%, rgba(0,76,240,1) 1%, rgba(0,176,240,1) 33%, rgba(0,76,240,1) 64%, rgba(0,225,255,1) 99%, rgba(0,225,255,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,76,240,1) 0%, rgba(0,76,240,1) 1%, rgba(0,176,240,1) 33%, rgba(0,76,240,1) 64%, rgba(0,225,255,1) 99%, rgba(0,225,255,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,76,240,1) 0%, rgba(0,76,240,1) 1%, rgba(0,176,240,1) 33%, rgba(0,76,240,1) 64%, rgba(0,225,255,1) 99%, rgba(0,225,255,1) 100%);
	background: linear-gradient(135deg, rgba(0,76,240,1) 0%, rgba(0,76,240,1) 1%, rgba(0,176,240,1) 33%, rgba(0,76,240,1) 64%, rgba(0,225,255,1) 99%, rgba(0,225,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004cf0', endColorstr='#00e1ff', GradientType=1 );
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}
 @-webkit-keyframes Gradient {
 0% {
 background-position: 0% 50%
}
 50% {
 background-position: 100% 50%
}
 100% {
 background-position: 0% 50%
}
}
 @-moz-keyframes Gradient {
 0% {
 background-position: 0% 50%
}
 50% {
 background-position: 100% 50%
}
 100% {
 background-position: 0% 50%
}
}
 @keyframes Gradient {
 0% {
 background-position: 0% 50%
}
 50% {
 background-position: 100% 50%
}
 100% {
 background-position: 0% 50%
}
}
.slide-btn:hover, .slide-btn:focus {
	color: #fff;
}
.about {
	padding: 0 0 45px 0;
}
.ab-left {
	padding: 30px 0 0 0;
}
.ab-left h1 {
	font-size: 22px;
	text-align: left;
	font-weight: 700;
	line-height: 25px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0 0 10px 0;
	color: #0b419d;
}
.ab-left p {
	font-size: 14.5px;
	text-align: justify;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0 0 10px 0;
	color: #000;
}
.ab-left a {
	font-size: 13px;
	text-align: left;
	font-weight: 700;
	line-height: 25px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0;
	color: #0b419d;
	float: right;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.ab-left a svg {
	margin: 0 0 0 3px;
}
.ab-left a:hover {
	color: #eb722d;
}
.ab-patient {
}
.ab-patient h4 {
	font-size: 18px;
	text-align: left;
	font-weight: 700;
	line-height: 25px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0 10px 0 0;
	color: #0b419d;
	background: #fff;
	display: inline-block;
}
.ab-patient hr {
	width: 100%;
	height: 1px;
	margin: -10px 0 30px 0;
	padding: 0;
	border: none;
	background: #adadad;
}
.ab-right {
}
.abpd {
}
.ab-box {
	padding: 25px 15px;
	margin: -30px 0 0 0;
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: -2px 2px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -2px 2px 15px 0px rgba(0,0,0,0.2);
	box-shadow: -2px 2px 15px 0px rgba(0,0,0,0.2);
}
.ab-box2 {
	margin: -70px 0 0 0;
}
.ab-box img {
	width: 170px;
	margin: 0 auto 10px auto;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.ab-box:hover img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.ab-box h4 {
	font-size: 17px;
	text-align: center;
	font-weight: 700;
	line-height: 26px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0;
	color: #000000;
}
.ab-box h5 {
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	line-height: 26px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0;
	color: #717171;
}
.ab-box p {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	line-height: 23px;
	margin: 0;
	letter-spacing: .6px;
	padding: 5px 0;
	color: #000;
}
.ab-box a {
	font-size: 13px;
	text-align: center;
	display: block;
	font-weight: 700;
	line-height: 25px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0;
	color: #0b419d;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.ab-box a:hover {
	color: #eb722d;
}
.ab-main {
	padding: 0 30px;
}
.abp-box {
	padding: 0 !important;
}
.abp-box img {
	width: 100%;
}
.abp-box ul {
	position: absolute;
	margin: 0;
	margin-left: -52px;
	padding: 0;
	width: 105px;
	top: 35%;
	left: 50%;
}
.abp-box ul li {
	list-style: none;
	margin: 0;
	border-radius: 0 10px 10px 0;
	padding: 7px;
	width: 50px;
	float: left;
	background: rgba(0, 0, 0, 0.56);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.abp-box ul li:first-child {
	margin: 0 2px 0 0;
	border-radius: 10px 0 0 10px;
}
.abp-box:hover ul li {
	background: rgba(235, 114, 45, 0.9);
}
.abp-box ul li img {
	width: 100%;
	opacity: .65;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.abp-box ul li:hover img {
	opacity: 1;
}
.adleft, .adright {
	position: absolute;
	content: '';
	top: 46%;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	opacity: 1;
	background: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.adleft {
	left: -10px;
}
.adright {
	right: -10px;
}
.videopop {
}
.videopop .modal-dialog {
	margin: 50px auto 0 auto;
	padding: 15px;
}
.videopop .modal-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	background: #000;
	border: none;
}
.videopop .modal-body {
	padding: 0;
	height: 450px;
}
.videopop button.close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: -32px;
	right: 0;
	padding: 0;
	font-weight: 400;
	background: #fff;
	border-radius: 10px 10px 0 0;
	line-height: 29px;
	font-size: 30px;
	color: #0b419d;
	opacity: 1 !important;
}
.videopop video {
	width: 100%;
	height: auto;
}
.videopop .modal-footer {
}
.videopop .modal-footer .btn-default {
	color: #ffffff;
	background-color: transparent;
	border: 2px solid #ffffff;
	margin: 0 auto;
	padding: 6px 22px;
	display: block;
	border-radius: 25px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .4px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.specialities {
	padding: 40px 0;
	background: url(../images/bg.jpg);
	background-size: cover;
	position: relative;
	z-index: 9;
}
.specialities:after {
	position: absolute;
	content: '';
	width: 285px;
	height: 380px;
	margin: 0;
	padding: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: url(../images/spe-img.png) no-repeat;
	background-size: 100% auto;
}
.thead {
}
.thead h2, .thead h1 {
	font-size: 24px;
	text-align: center;
	font-weight: 700;
	line-height: 25px;
	margin: 0;
	letter-spacing: 1px;
	padding: 0;
	color: #000000;
	text-transform: uppercase;
}
.thead h2 span, .thead h1 span {
	color: #0b419d;
}
.thead hr {
	width: 154px;
	height: 25px;
	margin: 12px auto 10px auto;
	padding: 0;
	border: none;
	background: url(../images/hr1.png) no-repeat;
	background-size: 100% auto;
}
.specialities .adleft, .specialities .adright {
	top: 47%;
	border-radius: 100%;
	border: 1px solid #afafaf;
	padding: 5px;
}
.specialities .adright {
	right: 0;
}
.specialities .adleft {
	left: 0;
}
.specialities1 {
	margin: 10px 0 0 0;
}
.specialities2 {
	top: -25px;
	position: relative;
	margin: 0 0 10px 0;
}
.specialities1 ul {
	margin: 0;
	padding: 0;
}
.specialities2 ul {
	margin: 0;
	padding: 0 120px;
}
.specialities1 ul li, .specialities2 ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 25%;
	float: left;
}
.specialities2 ul li {
	width: 33.3333%;
}
.sp-box {
	width: 210px;
	height: 235px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
	padding: 0 20px;
}
.sp-box:before, .sp-box:after {
	position: absolute;
	content: '';
	width: 180px;
	height: 180px;
	margin: 0;
	padding: 0;
	top: 22%;
	left: 8%;
	border: 2px solid #cecece;
	z-index: -1;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.sp-box:after {
	-webkit-transition: scale(0) rotate(45deg);
	-moz-transition: scale(0) rotate(45deg);
	-o-transition: scale(0) rotate(45deg);
	transform: scale(0) rotate(45deg);
	background: rgba(0,126,244,1);
	background: -moz-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,126,244,1)), color-stop(1%, rgba(0,126,244,1)), color-stop(100%, rgba(0,30,138,1)));
	background: -webkit-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -o-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: linear-gradient(to bottom, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ef4', endColorstr='#001e8a', GradientType=0 );
}
.sp-box:hover:after {
	-webkit-transition: scale(1) rotate(45deg);
	-moz-transition: scale(1) rotate(45deg);
	-o-transition: scale(1) rotate(45deg);
	transform: scale(1) rotate(45deg);
}
.sp-box img {
	width: 95px;
	border-radius: 100%;
	margin: 0 auto 15px auto;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.sp-box h4 {
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	line-height: 19px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0 0 2px 0;
	color: #0b419d;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.sp-box p {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	line-height: 21px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 5px;
	color: #333;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.sp-box:hover h4, .sp-box:hover p {
	color: #fff;
}
.sp-box a {
	width: 22px;
	margin: 7px auto 0 auto;
	display: block;
	-webkit-filter: brightness(0);
	-moz-filter: brightness(0);
	-o-filter: brightness(0);
	filter: brightness(0);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.sp-box:hover a {
	-webkit-filter: brightness(1);
	-moz-filter: brightness(1);
	-o-filter: brightness(1);
	filter: brightness(1);
}
.sp-box a img {
	width: 100%;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}
.dentistry {
	padding: 40px 0 20px 0;
	background: url(../images/bg2.jpg) top left;
	background-size: cover;
	position: relative;
	z-index: 9;
}
.dentistry .thead h2, .dentistry .thead h2 span {
	color: #fff;
}
.dentistry .thead hr {
	background: url(../images/hr2.png) no-repeat;
	background-size: 100% auto;
}
.dentistry p {
	font-size: 14.5px;
	text-align: justify;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0;
	color: #fff;
}
.dentistry:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	z-index: -1;
	background: rgba(0,126,244,1);
	background: -moz-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,126,244,1)), color-stop(1%, rgba(0,126,244,1)), color-stop(100%, rgba(0,30,138,1)));
	background: -webkit-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -o-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: linear-gradient(to bottom, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ef4', endColorstr='#001e8a', GradientType=0 );
}
.dentistry-left {
}
.den-box {
	padding: 0 5px !important;
	margin: 0 0 25px 0;
}
.den-box a {
	display: block;
}
.den-box img {
	width: 90px;
	margin: 0 auto 7px auto;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.den-box:hover img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.den-box h4 {
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	line-height: 19px;
	margin: 0;
	letter-spacing: 0;
	padding: 0 0 2px 0;
	color: #000000;
}
.dentistry-right {
	padding: 0 0 0 50px !important;
}
.btn1 {
	width: 130px;
	height: 40px;
	display: block;
	background: none;
	border: none;
	text-align: center;
	cursor: pointer;
	line-height: 40px;
	color: #6f2598;
	padding: 0;
	margin: 10px 0 0 0;
	letter-spacing: 1px;
}
.draw-border {
	box-shadow: inset 0 0 0 1px #fff;
	color: #fff;
	font-weight: 500;
	transition: color 0.25s 0.0833333333s;
	position: relative;
}
.draw-border::before, .draw-border::after {
	border: 0 solid transparent;
	box-sizing: border-box;
	content: '';
	pointer-events: none;
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	right: 0;
}
.draw-border::before {
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.draw-border::after {
	border-top-width: 2px;
	border-right-width: 2px;
}
.draw-border:hover {
	color: #eb722d;
}
.draw-border:hover::before, .draw-border:hover::after {
	border-color: #eb722d;
	transition: border-color 0s, width 0.25s, height 0.25s;
	width: 100%;
	height: 100%;
}
.draw-border:hover::before {
	transition-delay: 0s, 0s, 0.25s;
}
.draw-border:hover::after {
	transition-delay: 0s, 0.25s, 0s;
}
.tourism {
	position: relative;
	z-index: 9;
	padding: 0 0 40px 0;
}
.tour-left {
}
.tour-box {
	padding: 30px !important;
	background: #0b419d;
	border-radius: 20px;
	margin: 70px 0 0 0;
}
.tour-box:before, .tour-box:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border-radius: 20px;
	z-index: -1;
	left: 0;
}
.tour-box:before {
	top: -3%;
	background: #97bdff;
	-webkit-transform: scale(.95, 1);
	-moz-transform: scale(.95, 1);
	-o-transform: scale(.95, 1);
	transform: scale(.95, 1);
}
.tour-box:after {
	top: -6%;
	z-index: -2;
	background: #b9d2ff;
	-webkit-transform: scale(.9, 1);
	-moz-transform: scale(.9, 1);
	-o-transform: scale(.9, 1);
	transform: scale(.9, 1);
}
.tour-box h2 {
	font-size: 24px;
	text-align: left;
	font-weight: 600;
	line-height: 25px;
	margin: 0;
	letter-spacing: 1px;
	padding: 0 0 5px 0;
	color: #ffffff;
}
.tour-box img {
	width: 207px;
	float: right;
	margin: 0 0 0 25px;
}
.tour-box p {
	font-size: 14.5px;
	text-align: justify;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	letter-spacing: .6px;
	padding: 5px 0;
	color: #fff;
}
.tour-right {
}
.form-main {
	margin: -67px 0 0 0;
	padding: 0 !important;
	background: #fff;
	position: relative;
	-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);
}
.form-in-head {
	background: #eb722d;
	padding: 10px 15px;
}
.form-in-head h3 {
	margin: 0;
	padding: 0 0 0 25px;
	font-size: 24px;
	line-height: 22px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .8px;
	font-weight: 500;
	position: relative;
}
.form-in-head h3 span {
	font-size: 15px;
}
.form-in-head h3:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 5px;
	height: 85%;
	top: 7px;
	left: 6px;
	background: #fff;
}
.form-in {
	padding: 0 15px 10px 15px;
}
.form-in form {
	margin: 10px 0 0 0;
}
.form-in .pd {
	padding: 0 5px !important;
}
.form-in .ff1 {
	width: 100%;
	height: 40px;
	margin: 7px 0;
	font-size: 13px;
	background: none;
	line-height: 24px;
	border: 1px solid #d4d4d4;
	padding: 5px 10px;
	text-align: left;
	font-weight: 400;
	color: #000;
	letter-spacing: 1px;
	outline: none;
}
.form-in .ff2 {
	width: 100%;
	height: 70px;
	margin: 5px 0;
	font-size: 13px;
	line-height: 24px;
	border: 1px solid #d4d4d4;
	padding: 5px 10px;
	background: none;
	text-align: left;
	font-weight: 400;
	color: #000;
	letter-spacing: 1px;
	outline: none;
}
.form-in .ff3 {
	width: 100%;
	height: 40px;
	margin: 10px 0;
	padding: 0;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	float: right;
	background: #eb722d;
	outline: none;
	border: none;
	color: #fff;
	border-radius: 0;
	text-align: center;
	text-transform: uppercase;
}
.form-in ::-webkit-input-placeholder {
 color: #333;
}
.form-in ::-moz-placeholder {
 color: #333;
}
.form-in :-ms-input-placeholder {
 color: #333;
}
.form-in :-moz-placeholder {
 color: #333;
}
.reviews {
	padding: 40px 0 30px 0;
	background: url(../images/bg3.jpg);
	background-size: cover;
}
.review-left {
	padding: 0 20px 0 0 !important;
}
.review-box {
	padding: 10px 50px 0 50px !important;
	margin: 0 auto;
	text-align: center;
}
.review-box img {
	width: 75px;
	margin: 0 auto 12px auto;
	padding: 0;
}
.review-box p {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #000;
}
.review-box h4 {
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	line-height: 23px;
	margin: 0;
	letter-spacing: .9px;
	padding: 0 0 5px 0;
	color: #000;
}
.review-box .btn1 {
	margin: 10px auto 0 auto;
	width: 120px;
	height: 35px;
	line-height: 35px;
}
.review-box .draw-border {
	box-shadow: inset 0 0 0 1px #0b419d;
	color: #0b419d;
}
.review-box .draw-border:hover {
	color: #eb722d;
}
.reviewv-box {
	padding: 0 10px !important;
	margin: 0 0 10px 0;
}
.reviewv-box img {
	width: 100%;
	border: 1px solid #dcdcdc;
}
.reviewv-box ul {
	position: absolute;
	margin: 0;
	margin-left: -52px;
	padding: 0;
	width: 105px;
	top: 40%;
	left: 50%;
}
.reviewv-box ul li {
	list-style: none;
	margin: 0;
	border-radius: 0 10px 10px 0;
	padding: 7px;
	width: 50px;
	float: left;
	background: rgba(0, 0, 0, 0.56);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.reviewv-box ul li:first-child {
	margin: 0 2px 0 0;
	border-radius: 10px 0 0 10px;
}
.reviewv-box:hover ul li {
	background: rgba(235, 114, 45, 0.9);
}
.reviewv-box ul li img {
	width: 100%;
	opacity: .65;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.reviewv-box ul li:hover img {
	opacity: 1;
}
.reviewv-box img {
	width: 100%;
	border: none;
}
.review-right {
	z-index: 9;
}
.review-right:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 330px;
	margin: 0;
	padding: 0;
	top: -19%;
	left: 0;
	background: url(../images/rev-bg.png);
	background-size: 100% 100%;
	z-index: -1;
}
.reviews #reviews-slider .carousel-inner {
	padding: 0 0 55px 0;
}
.reviews #reviews2-slider .carousel-inner {
	padding: 0 0 35px 0;
}
.reviews #reviews-slider .carousel-indicators, .reviews #reviews2-slider .carousel-indicators {
	bottom: 20px;
	margin: 0;
	padding: 0 13px;
	left: 0;
	width: 100%;
	text-align: center;
}
.reviews #reviews2-slider .carousel-indicators {
	bottom: 0;
}
.reviews #reviews-slider2 .carousel-indicators {
	padding: 0 3px;
}
.reviews .carousel-indicators .active {
	margin: 0 3px;
	background-color: #eb722d;
}
.reviews .carousel-indicators li {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 2px;
	border-radius: 100%;
	background-color: rgba(99, 99, 99, 0.53);
	border: 0px solid #868686;
}
.gallery {
	padding: 40px 0;
	background: url(../images/bg4.jpg);
	background-size: cover;
	text-align: center;
}
.gallery .nav-tabs {
	text-align: center;
	margin: 0;
	padding: 0;
	width: auto;
	display: inline-block;
}
.gallery .nav-tabs>li {
	float: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.gallery .nav-tabs>li.active>a, .gallery .nav-tabs>li.active>a:focus, .gallery .nav-tabs>li.active>a:hover {
	color: #ffffff;
	cursor: default;
	background-color: #0b419d;
	border: 0px solid #ddd;
	border-bottom-color: transparent;
}
.gallery .nav-tabs>li>a {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	background: #8c8c8c;
	color: #ffffff;
	margin: 0 5px;
	line-height: 24px;
	border: 0px solid transparent;
	padding: 5px 30px;
	display: block;
	border-radius: 7px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.gallery .nav-tabs>li>a:after {
	position: absolute;
	content: '';
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	opacity: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #0b419d;
}
.gallery .nav-tabs>li.active>a:after {
	opacity: 1;
}
.gallery .nav>li>a:focus, .gallery .nav>li>a:hover {
	background-color: #333;
}
.gallery .tab-content {
	padding: 20px 0 0 0;
}
.gpdd {
	padding: 5px !important;
}
.galvbox {
	padding: 0 !important;
}
.galvbox:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	background: rgba(11, 65, 157, 0.9);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.galvbox:hover:before {
	height: 100%;
}
.galvbox img {
	width: 100%;
}
.galvbox ul {
	position: absolute;
	margin: 0;
	margin-left: -52px;
	padding: 0;
	width: 105px;
	top: 36%;
	left: 50%;
}
.galvbox ul li {
	list-style: none;
	margin: 0;
	border-radius: 0 10px 10px 0;
	padding: 5px 7px;
	width: 50px;
	float: left;
	background: rgba(0, 0, 0, 0.56);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.galvbox ul li:first-child {
	margin: 0 2px 0 0;
	border-radius: 10px 0 0 10px;
}
.galvbox:hover ul li {
	background: rgba(235, 114, 45, 0.9);
}
.galvbox ul li img {
	width: 100%;
	opacity: .65;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.galvbox ul li:hover img {
	opacity: 1;
}
.galvbox:hover ul li img {
	-webkit-filter: brightness(1) invert(0);
	-moz-filter: brightness(1) invert(0);
	-o-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0);
}
.gallery .btn-1 {
	margin: 10px 10px 0 0;
}
.galbox {
	padding: 0 !important;
	overflow: hidden;
	position: relative;
}
.galbox img {
	width: 100%;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.galbox:hover img {
	-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);
}
.blog {
	padding: 40px 0;
}
.blog-main {
	padding: 0 25px;
}
.blog-box {
	padding: 0 !important;
	margin: 0;
}
.blog-box .blog-img {
	overflow: hidden;
	position: relative;
}
.blog-box .blog-img:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	background: url(../images/bt.png);
	background-size: 100% 100%;
	z-index: 9;
}
.blog-box .blog-img img {
	width: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.blog-box:hover .blog-img img {
	-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);
}
.blog-box .blog-text {
	padding: 15px;
	background: #e4e4e4;
	position: relative;
	z-index: 9;
}
.blog-box .blog-text:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	background: rgba(0,126,244,1);
	background: -moz-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,126,244,1)), color-stop(1%, rgba(0,126,244,1)), color-stop(100%, rgba(0,30,138,1)));
	background: -webkit-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -o-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: linear-gradient(to bottom, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ef4', endColorstr='#001e8a', GradientType=0 );
	z-index: -1;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.blog-box:hover .blog-text:after {
	height: 100%;
}
.blog-box .blog-text h4 {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	line-height: 23px;
	margin: 0;
	letter-spacing: .9px;
	padding: 0 0 5px 0;
	color: #000;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.blog-box .blog-text p {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 7px 0;
	color: #000;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.blog-box .blog-text a {
	font-size: 13px;
	text-align: center;
	display: block;
	font-weight: 700;
	line-height: 25px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0;
	color: #0b419d;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.blog-box:hover .blog-text h4, .blog-box:hover .blog-text p, .blog-box:hover .blog-text a {
	color: #fff;
}
.ab-box a:hover {
	color: #eb722d;
}
.map {
	height: 370px;
	overflow: hidden;
}
footer {
	position: relative;
	padding: 0;
	z-index: 9;
}
footer:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 100%;
	height: 115%;
	top: -15%;
	left: 0;
	background: url(../images/bg5.png);
	background-size: 100% 100%;
	z-index: -1;
}
footer .thead h2, footer .thead h2 span {
	color: #fff;
}
footer .thead hr {
	background: url(../images/hr2.png) no-repeat;
	background-size: 100% auto;
	margin: 10px auto 20px auto;
}
.fbox {
	padding: 0 0 30px 0 !important;
}
.fbox p {
	font-size: 15px;
	text-align: left;
	font-weight: 400;
	line-height: 27px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0 0 10px 0;
	color: #ffffff;
}
.fbox p span {
	margin: 0 15px 0 0;
}
.fbox p svg {
	margin: 0 7px 0 0;
	color: #9de8ff;
}
.fbox2 {
	padding: 0 0 0 30px !important;
}
.opening {
	border: 1px solid #fff;
	padding: 0 15px 10px 15px;
}
.opening h4 {
	font-size: 20px;
	text-align: left;
	font-weight: 500;
	line-height: 28px;
	margin: 0;
	letter-spacing: 1.5px;
	padding: 0 12px;
	border-radius: 10px;
	background: #0963c1;
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	top: -15px;
}
.opening table {
	font-size: 15px;
	color: #fff;
	letter-spacing: .6px;
	line-height: 30px;
	width: 100%;
	margin: -10px 0 0 0;
}
.fbox2 .social {
	float: none;
	padding: 25px 0 0 0;
}
.fbox2 .social ul {
	text-align: left;
}
.fbox2 .social ul li {
	margin: 0 10px 0 0;
}
.f-copy {
	margin: 30px 0 0 0;
	padding: 10px;
	border-top: 1px solid #ffffff21;
}
.f-copy h6 {
	color: #ffffff;
	font-size: 12px;
	line-height: 47px;
	font-weight: 400;
	margin: 0;
	text-align: left;
	padding: 0;
	letter-spacing: .8px;
}
.f-copy h6 a, .f-copy h6 a:hover, .f-copy h6 a:focus {
	color: #ff9152;
}
.f-copy .flogo {
	text-align: right;
}
.f-copy .flogo img {
	width: 90px;
	margin: 0;
	display: inline-block;
}
/*--------------------*/
.to-top {
	position: fixed;
	z-index: 9999;
	bottom: 15px;
	right: 15px;
	display: none;
}
.to-top a.back-to-top {
	display: block;
	text-align: center;
	color: #004df0;
	font-size: 17px;
	width: 35px;
	height: 35px;
	line-height: 33px;
	border-radius: 25px;
	background: #fff;
	border: 2px solid #004df0;
	opacity: 0.7;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: visible;
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
.to-top a.back-to-top:hover {
	opacity: 1;
}
.fixeddiv {
	width: 90px;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 9999;
	top: 32%;
	right: 0;
	display: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixeddiva {
	width: 0;
	height: auto;
	margin: 0;
	float: right;
	padding: 10px 5px;
	display: block;
	background: rgba(0, 77, 240, 0.85);
	border: 1px solid #fff;
	border-right: none;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 14px;
	font-weight: 500;
	opacity: 0;
	letter-spacing: .4px;
	border-radius: 10px 0 0 10px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixeddiva2 {
	width: 100%;
	opacity: 1;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: visible;
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
.fixeddiva span {
	display: block;
	-webkit-animation: fixz 1s infinite;
	-moz-animation: fixz 1s infinite;
	-ms-animation: fixz 1s infinite;
	animation: fixz 1s infinite;
}
 @-webkit-keyframes fixz {
 0% {
 -webkit-transform: scale(.9, .9);
 -moz-transform: scale(.9, .9);
 -o-transform: scale(.9, .9);
 transform: scale(.9, .9);
}
 50% {
 -webkit-transform: scale(1, 1);
 -moz-transform: scale(1, 1);
 -o-transform: scale(1, );
 transform: scale(1, 1);
}
 100% {
 -webkit-transform: scale(.9, .9);
 -moz-transform: scale(.9, .9);
 -o-transform: scale(.9, .9);
 transform: scale(.9, .9);
}
}
 @-moz-keyframes fixz {
 0% {
 -webkit-transform: scale(.9, .9);
 -moz-transform: scale(.9, .9);
 -o-transform: scale(.9, .9);
 transform: scale(.9, .9);
}
 50% {
 -webkit-transform: scale(1, 1);
 -moz-transform: scale(1, 1);
 -o-transform: scale(1, );
 transform: scale(1, 1);
}
 100% {
 -webkit-transform: scale(.9, .9);
 -moz-transform: scale(.9, .9);
 -o-transform: scale(.9, .9);
 transform: scale(.9, .9);
}
}
@keyframes fixz {
 0% {
 -webkit-transform: scale(.9, .9);
 -moz-transform: scale(.9, .9);
 -o-transform: scale(.9, .9);
 transform: scale(.9, .9);
}
 50% {
 -webkit-transform: scale(1, 1);
 -moz-transform: scale(1, 1);
 -o-transform: scale(1, );
 transform: scale(1, 1);
}
 100% {
 -webkit-transform: scale(.9, .9);
 -moz-transform: scale(.9, .9);
 -o-transform: scale(.9, .9);
 transform: scale(.9, .9);
}
}
.fixeddiva svg {
	font-size: 20px;
	margin: 0 auto 7px auto;
	display: block;
}
.fixeddiva:hover {
	background: rgba(0, 77, 240, 0.95);
	color: #fff;
}
.inhome {
	position: relative;
}
.inner-banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: rgba(29,57,140,1);
	background: -moz-linear-gradient(-45deg, rgba(29,57,140,1) 0%, rgba(0,149,255,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(29,57,140,1)), color-stop(100%, rgba(0,149,255,1)));
	background: -webkit-linear-gradient(-45deg, rgba(29,57,140,1) 0%, rgba(0,149,255,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(29,57,140,1) 0%, rgba(0,149,255,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(29,57,140,1) 0%, rgba(0,149,255,1) 100%);
	background: linear-gradient(135deg, rgba(29,57,140,1) 0%, rgba(0,149,255,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d398c', endColorstr='#0095ff', GradientType=1 );
}
.inner-banner img {
	width: 100%;
	opacity: .2;
}
.inner-banner canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.bknw {
	width: 110px;
	height: 110px;
	border-radius: 100%;
	padding: 10px;
	position: absolute;
	top: 48%;
	right: 10%;
	background: #ffffff;
	z-index: 99;
	border: 3px solid #2da0ff;
	-webkit-box-shadow: 0px 0px 75px 0px rgb(255, 255, 255);
	-moz-box-shadow: 0px 0px 75px 0px rgb(255, 255, 255);
	box-shadow: 0px 0px 75px 0px rgb(255, 255, 255);
	-webkit-animation: tada 1.25s infinite;
	-moz-animation: tada 1.25s infinite;
	-ms-animation: tada 1.25s infinite;
	animation: tada 1.25s infinite;
}
@-webkit-keyframes tada {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 10%, 20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%, 50%, 70%, 90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%, 60%, 80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}
 @keyframes tada {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 10%, 20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 -ms-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%, 50%, 70%, 90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 -ms-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%, 60%, 80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 -ms-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 -ms-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}
.bknw svg {
	display: block;
	margin: 8px auto 0 auto;
	font-size: 20px;
	color: #0b419d;
}
.bknw h4 {
	font-size: 13px;
	text-align: center;
	font-weight: 600;
	line-height: 15px;
	margin: 0;
	letter-spacing: .6px;
	padding: 6px 0 0 0;
	color: #0b419d;
}
.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 20px 0 !important;
	padding: 0 0 10px 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: #0b419d;
}
.innerpage {
	margin: 0;
	padding: 40px 0 45px 0;
	position: relative;
}
.innerpage .thead {
}
.innerpage .thead h1 {
	text-align: left;
}
.innerpage .thead hr {
	width: 45px;
	height: 3px;
	margin: 10px 0 10px 0;
	background: #eb722d;
}
.innerpage p {
	font-size: 15px;
	text-align: justify;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	letter-spacing: .6px;
	padding: 5px 0;
	color: #000;
}
.inner-right {
	padding: 0 0 15px 0;
	margin: 0;
	background: #ffdfcc;
}
.inner-right h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	background: #eb722d;
	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: #333;
}
.inner-right form ::-moz-placeholder { /* Firefox 19+ */
 color: #333;
}
.inner-right form :-ms-input-placeholder { /* IE 10+ */
 color: #333;
}
.inner-right form :-moz-placeholder { /* Firefox 18- */
 color: #333;
}
.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: #333;
	outline: none;
	border: none;
	letter-spacing: .4px;
	background: rgba(255, 255, 255, 0.92);
}
.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: #333;
	outline: none;
	box-shadow: none;
	border: none;
	background: rgba(255, 255, 255, 0.92);
}
.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: #333;
	box-shadow: none;
	outline: none;
	border: none;
	letter-spacing: .4px;
	background: rgba(255, 255, 255, 0.92);
}
.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: #eb722d;
	color: #fff;
	border: none;
}
.innertesti, .ba-gallery, .pe-videos {
	margin: 35px 0 0 0;
	padding: 15px;
	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);
}
.ba-gallery img {
	width: 100%;
}
.innertesti .carousel-inner, .ba-gallery .carousel-inner, .pe-videos .carousel-inner {
	padding: 0 0 35px 0;
}
.innertesti .carousel-indicators, .ba-gallery .carousel-indicators, .pe-videos .carousel-indicators {
	bottom: 0;
	margin: 0;
	padding: 0 13px;
	left: 0;
	width: 100%;
	text-align: center;
}
.innertesti .carousel-indicators .active, .ba-gallery .carousel-indicators .active, .pe-videos .carousel-indicators .active {
	margin: 0 3px;
	background-color: #eb722d;
}
.innertesti .carousel-indicators li, .ba-gallery .carousel-indicators li, .pe-videos .carousel-indicators li {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 2px;
	border-radius: 100%;
	background-color: rgb(165, 165, 165);
	border: 0px solid #868686;
}
.innertesti-box {
	padding: 0;
}
.innertesti h3, .ba-gallery h3, .pe-videos h3 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	border-bottom: 3px dotted #b4ccff;
	margin: 0 0 15px 0;
	padding: 10px 0;
}
.innertesti-box p {
	font-size: 15px;
	text-align: center;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #000000;
}
.innertesti-box h4 {
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	line-height: 23px;
	margin: 0;
	letter-spacing: .9px;
	padding: 0 0 2px 0;
	color: #000;
}
.innertesti-box h5 {
	font-size: 12px;
	text-align: center;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0;
	color: #000;
}
.innertesti-box .btn1 {
	margin: 10px auto 0 auto;
	width: 120px;
	height: 35px;
	line-height: 35px;
}
.innertesti-box .draw-border {
	box-shadow: inset 0 0 0 1px #0b419d;
	color: #0b419d;
}
.innertesti-box .draw-border:hover {
	color: #eb722d;
}
.bapd {
	padding: 0 5px !important;
}
.pe-videosbox {
}
.pe-videosbox img {
	width: 100%;
	border: 1px solid #dcdcdc;
}
.pe-videosbox ul {
	position: absolute;
	margin: 0;
	margin-left: -50px;
	padding: 5px 10px;
	width: 100px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	top: 38%;
	left: 50%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.pe-videosbox:hover ul {
	background: rgba(11, 65, 157, 0.7);
}
.pe-videosbox ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 37px;
	float: left;
}
.pe-videosbox ul li:first-child {
	margin: 0 5px 0 0;
}
.pe-videosbox ul li img {
	width: 100%;
	opacity: .85;
	border: 0px solid #ffabe3;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.pe-videosbox ul li:hover img {
	opacity: 1;
}
.pe-videosbox:hover ul li img {
	-webkit-filter: brightness(1) invert(0);
	-moz-filter: brightness(1) invert(0);
	-o-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0);
}
.location-inner {
	padding: 50px 0 160px 0;
}
.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;
}
.gallinner .button {
	display: inline-block;
	padding: 5px 18px;
	background: #f1fffc;
	font-family: sans-serif;
	font-size: 14px;
	letter-spacing: .4px;
	cursor: pointer;
	border: 0px solid #000000;
	margin: 5px;
	border-radius: 5px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}
.gallinner .button:hover {
	background-color: #9fe8d9;
}
.gallinner .button:active, .gallinner .button.is-checked {
	background-color: rgb(16, 159, 129);
	outline: none;
	color: #fff;
}
.gallinner .button-group {
	margin: 20px 0;
	text-align: center;
}
.ingalbox {
	padding: 5px !important;
}
.ingalbox img {
	width: 100%;
	padding: 2px;
	border: 1px solid #ccc;
}
.peinnerboxmain {
}
.pepd {
	padding: 0 7px !important;
}
.peinnerbox {
	padding: 15px 20px !important;
	background: #ddfff8 url(../images/pecomma.png) no-repeat bottom right;
	margin: 6px 0;
	border-left: 3px solid #109f81;
}
.peinnerbox p {
	font-size: 14px;
	text-align: justify;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	letter-spacing: .8px;
	padding: 2px 0;
	color: #333;
}
.peinnerbox h6 {
	font-size: 14px;
	text-align: right;
	font-weight: 600;
	line-height: 25px;
	margin: 0;
	letter-spacing: .8px;
	padding: 2px 0;
	color: #000;
}
.peinnerboximg {
	padding: 0 !important;
	overflow: hidden;
	margin: 6px 0;
}
.peinnerboximg img {
	width: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.peinnerboximg:hover img {
	-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);
}
.callnow {
	width: 50px;
	height: auto;
	position: fixed;
	bottom: 5%;
	right: 5%;
	z-index: 9999;
	-webkit-animation: tada 1.25s infinite;
	-moz-animation: tada 1.25s infinite;
	-ms-animation: tada 1.25s infinite;
	animation: tada 1.25s infinite;
}
.callnow:hover {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
}
.callnow a, .callnow a:hover {
	display: block;
	width: 50px;
	height: 50px;
	font-size: 23px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	z-index: 99;
	border-radius: 100%;
	position: relative;
	background: rgba(73,199,0,1);
	background: -moz-linear-gradient(-45deg, rgba(73,199,0,1) 0%, rgba(59,122,0,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(73,199,0,1)), color-stop(100%, rgba(59,122,0,1)));
	background: -webkit-linear-gradient(-45deg, rgba(73,199,0,1) 0%, rgba(59,122,0,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(73,199,0,1) 0%, rgba(59,122,0,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(73,199,0,1) 0%, rgba(59,122,0,1) 100%);
	background: linear-gradient(135deg, rgba(73,199,0,1) 0%, rgba(59,122,0,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c700', endColorstr='#3b7a00', GradientType=1 );
	-webkit-box-shadow: 0px 0px 0px 10px rgba(99,255,8,0.43);
	-moz-box-shadow: 0px 0px 0px 10px rgba(99,255,8,0.43);
	box-shadow: 0px 0px 0px 10px rgba(99,255,8,0.43);
}
.callnow a .callnom {
	width: 0;
	height: 30px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .6px;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 21%;
	z-index: -1;
	opacity: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	border-radius: 10px 0 0 10px;
	background: rgba(73,199,0,1);
	background: -moz-linear-gradient(-45deg, rgba(73,199,0,1) 0%, rgba(59,122,0,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(73,199,0,1)), color-stop(100%, rgba(59,122,0,1)));
	background: -webkit-linear-gradient(-45deg, rgba(73,199,0,1) 0%, rgba(59,122,0,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(73,199,0,1) 0%, rgba(59,122,0,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(73,199,0,1) 0%, rgba(59,122,0,1) 100%);
	background: linear-gradient(135deg, rgba(73,199,0,1) 0%, rgba(59,122,0,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c700', endColorstr='#3b7a00', GradientType=1 );
}
.callnow a:hover .callnom {
	width: 170px;
	left: -165px;
	opacity: 1;
}

@media only screen and (max-width: 1200px) {
.mpd {
	padding: 0 5px !important;
}
.social li {
	margin: 0;
}
ul.slimmenu li a {
	padding: 0 10px;
	margin: 0;
	font-size: 12px;
	letter-spacing: 0;
}
.sp-box:before, .sp-box:after {
	opacity: 0;
}
.specialities:after {
	width: 230px;
	height: 300px;
}
.dentistry-right {
	padding: 0 0 0 25px !important;
}
.review-box {
	padding: 0 40px 0 40px !important;
}
.review-right:before {
	top: -10%;
}
.bknw {
	top: 52%;
}
}

@media only screen and (max-width: 990px) {
.home {
	position: relative;
	background: url(../images/sbg.jpg) fixed;
	background-size: cover;
	padding: 0 0 5px 0;
}
.top-banner {
	padding: 0 !important;
}
.logo img {
	margin: 0 auto;
}
.head-top {
	padding: 0 0 10px 0 !important;
}
.mpd {
	padding: 0 0 10px 0 !important;
}
.social ul {
	text-align: left;
}
.social li {
	width: 35px;
	height: 35px;
	margin: 0 9px 0 0;
	line-height: 35px;
}
.search input.search-text {
	right: 0;
}
.search input.search-text:focus {
	width: 100%;
	right: 0;
}
.search input.search-submit {
	right: 0;
}
ul.slimmenu {
	text-align: left;
}
ul.slimmenu li a:before {
	display: none;
}
ul.slimmenu li a {
	padding: 0 8px;
	margin: 0;
	line-height: 35px;
	font-size: 14px;
	letter-spacing: .4px;
}
ul.slimmenu li .sub-toggle {
	top: 0;
	width: 35px;
}
ul.slimmenu li .sub-toggle>i {
	font-size: 9px;
}
ul.slimmenu li ul li {
	background: none;
}
ul.slimmenu li ul {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
ul.slimmenu li ul li a {
	color: #fff;
}
ul.slimmenu li ul li .sub-toggle>i {
	color: #fff;
}
.slide-banner .slide-img {
	padding: 24px 0 30px 0;
}
.slide-banner .slide-img img {
	width: 60%;
}
.slide-banner .slide-text {
	margin: 0;
	padding: 45px 0 0 36px;
}
.slide-banner .slide-text h2 {
	font-size: 32px;
	line-height: 36px;
	/* text-align: center; */
	padding: 0 0 10px 0;
}
.slide-banner .slide-text p {
	font-size: 13px;
	/* text-align: center; */
	line-height: 21px;
	padding: 0 0 25px 0;
}
.slide-banner .carousel-indicators {
	bottom: 10px;
}
.slide-banner .carousel-indicators li {
	margin: 0 3px;
	width: 15px;
	height: 10px;
}
.about {
	padding: 0 0 35px 0;
}
.ab-left {
	padding: 30px 0 0 0 !important;
}
.ab-left h1 {
	/* font-size: 19px; */
	text-align: center;
}
.ab-left p {
	text-align: center;
}
.ab-left a {
	text-align: center;
	display: block;
	float: none;
}
.ab-patient h4 {
	text-align: center;
	display: block;
	padding: 15px 0 6px 0;
}
.ab-patient hr {
	margin: 0 auto 20px auto;
	width: 50px;
	height: 3px;
}
.ab-patient .carousel-inner {
	padding: 0 0 45px 0;
}
.ab-main {
	padding: 0;
}
.abp-box ul {
	/* margin-left: -35px; */
	/* width: 70px; */
	top: 45%;
}
.abp-box ul li {
/* padding: 5px; */
	/* width: 34px; */
}
.adleft, .adright {
	top: auto;
	bottom: 0;
	width: 30px;
	height: 30px;
}
.adleft {
	left: 44%;
}
.adright {
	right: 44%;
}
.ab-right {
	padding: 0 !important;
}
.abpd {
/* padding: 0 5px !important; */
}
.ab-box {
	margin: 20px 0 0 0;
}
.ab-box2 {
	margin: 20px 0 0 0;
}
.videopop .modal-body {
	height: 250px;
}
.ab-box img {
	width: 140px;
}
.specialities {
	padding: 35px 0;
}
.thead h2, .thead h1 {
	font-size: 20px;
}
.thead hr {
	width: 120px;
	height: 20px;
	margin: 7px auto 10px auto;
}
.specialities:after {
	display: none;
}
.specialities2 {
	top: auto;
}
.specialities1 ul li, .specialities2 ul li {
	width: 49%;
	float: none;
	display: inline-block;
}
.specialities2 ul li {
	width: 49%;
}
.sp-box {
	width: 210px;
	height: 260px;
	margin: 0 auto 25px auto;
	padding: 0 20px;
}
.sp-box:before, .sp-box:after {
	opacity: 1;
	width: 180px;
	height: 180px;
	top: 22%;
	left: 8%;
}
.specialities2 ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.specialities .adleft, .specialities .adright {
	top: auto;
	bottom: 0;
}
.specialities .carousel-inner {
	padding: 0 0 10px 0;
}
.specialities .adright {
	right: 36%;
}
.specialities .adleft {
	left: 36%;
}
.dentistry {
	padding: 30px 0 0 0;
}
.dentistry:after {
	display: none;
}
.dentistry-right {
	padding: 20px !important;
	background: rgba(0,126,244,1);
	background: -moz-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,126,244,1)), color-stop(1%, rgba(0,126,244,1)), color-stop(100%, rgba(0,30,138,1)));
	background: -webkit-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -o-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: linear-gradient(to bottom, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ef4', endColorstr='#001e8a', GradientType=0 );
}
.btn1 {
/* margin: 15px auto 0 auto; */
}
.tour-left {
	padding: 0 !important;
}
.tour-box:before {
	top: -1%;
}
.tour-box:after {
	top: -2%;
}
.tour-box {
	padding: 20px !important;
	margin: 45px 0 0 0;
}
.tour-box h2 {
/* font-size: 20px; */
	/* text-align: center; */
	/* padding: 0 0 10px 0; */
}
.tour-box img {
	width: 190px;
	float: right;
	margin: 0 0 0 25px;
}
.tour-right {
	padding: 0 !important;
}
.form-main {
	margin: 30px 0 0 0;
}
.form-in-head h3 {
	padding: 0;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.form-in-head h3:before {
	display: none;
}
.reviews {
	padding: 30px 0 10px 0;
}
.review-left {
	padding: 0 !important;
}
.reviewv-box {
	/* padding: 0 !important; */
	margin: 0 0 15px 0;
}
.reviewv-box ul {
	/* margin-left: -35px; */
	/* width: 70px; */
	top: 41%;
}
.reviewv-box ul li {
/* padding: 5px; */
	/* width: 34px; */
}
.reviews #reviews2-slider .carousel-inner {
	padding: 0 0 20px 0;
}
.review-right {
	padding: 0 !important;
}
.review-right:before {
	display: none;
}
.review-box {
	padding: 20px !important;
	margin: 15px auto 0 auto;
	background: #fff0e8;
	border: 3px solid #eb722d;
}
.gallery {
	padding: 30px 0;
}
.gallery .nav-tabs {
	width: 100%;
	display: block;
}
.gallery .nav-tabs>li {
	float: left;
	width: 33.3333%;
	display: block;
}
.gallery .nav-tabs>li>a {
	font-size: 13px;
	letter-spacing: .7px;
	margin: 0;
	line-height: 15px;
	border-radius: 0;
	padding: 10px 5px;
	display: block;
}
.gallery .nav-tabs>li>a:after {
	left: 47%;
}
.galvbox ul {
	margin-left: -35px;
	width: 70px;
	top: 37%;
}
.galvbox ul li {
	padding: 5px;
	width: 34px;
}
.blog {
	padding: 30px 0;
}
.blog .thead hr {
	margin: 7px auto 0 auto;
}
.blog-main {
	padding: 0;
}
.bpdd {
	padding: 0 5px !important;
}
.blog-box {
	margin: 0 0 15px 0;
}
.blog .carousel-inner {
	padding: 0 0 35px 0;
}
footer {
	padding: 30px 0 0 0;
	background: rgba(0,126,244,1);
	background: -moz-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,126,244,1)), color-stop(1%, rgba(0,126,244,1)), color-stop(100%, rgba(0,30,138,1)));
	background: -webkit-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -o-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: linear-gradient(to bottom, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ef4', endColorstr='#001e8a', GradientType=0 );
}
footer:before {
	display: none;
}
.fbox p {
	text-align: center;
}
.fbox p span {
	display: block;
	margin: 0;
}
.fbox {
	padding: 0 0 20px 0 !important;
}
.fbox2 {
	padding: 0 !important;
	text-align: center;
}
.opening h4 {
	font-size: 18px;
	text-align: center;
	background: #005cce;
}
.opening table {
	font-size: 13px;
	text-align: center;
	letter-spacing: 0;
}
.fbox2 .social ul {
	text-align: center;
}
.fbox2 .social ul li {
	margin: 0 7px 0 0;
}
.f-copy h6 {
/* font-size: 11px; */
	/* line-height: 20px; */
	/* text-align: center; */
}
.f-copy .flogo {
/* text-align: center; */
	/* margin: 5px 0 0 0; */
}
.inner-banner {
	width: 100%;/* background: none; */
}
.inner-banner img {
/* opacity: 1; */
}
.inner-banner canvas {
/* display: none; */
}
.bknw {
	/* width: 120px; */
	/* height: auto; */
	/* display: block; */
	top: 22%;
	right: 10%;/* border-radius: 15px; */
}
.innerpage {
	padding: 15px 0 30px 0;
}
.scp-brc {
	text-align: center;
}
.innerpage .thead h1 {
	text-align: center;
}
.innerpage .thead hr {
	margin: 10px auto;
}
.innleft {
	padding: 0 0 20px 0 !important;
}
.innright {
	padding: 0 !important;
}
.inrpd {
	padding: 0 !important;
}
.innertesti, .ba-gallery, .pe-videos {
	margin: 20px 0 0 0;
}
.pe-videosbox ul {
	margin-left: -35px;
	width: 70px;
	top: 37%;
}
.pe-videosbox ul li {
	padding: 0;
	width: 22px;
}
}

@media only screen and (max-width: 765px) {
.home {
	position: relative;
	background: url(../images/sbg.jpg) fixed;
	background-size: cover;
	padding: 0 0 5px 0;
}
.top-banner {
	padding: 0 !important;
}
.logo img {
	margin: 0 auto;
}
.head-top {
	padding: 0 0 10px 0 !important;
}
.mpd {
	padding: 0 0 10px 0 !important;
}
.social ul {
	text-align: left;
}
.social li {
	width: 35px;
	height: 35px;
	margin: 0 9px 0 0;
	line-height: 35px;
}
.search input.search-text {
	right: 0;
}
.search input.search-text:focus {
	width: 100%;
	right: 0;
}
.search input.search-submit {
	right: 0;
}
ul.slimmenu {
	text-align: left;
}
ul.slimmenu li a:before {
	display: none;
}
ul.slimmenu li a {
	padding: 0 8px;
	margin: 0;
	line-height: 35px;
	font-size: 14px;
	letter-spacing: .4px;
}
ul.slimmenu li .sub-toggle {
	top: 0;
	width: 35px;
}
ul.slimmenu li .sub-toggle>i {
	font-size: 9px;
}
ul.slimmenu li ul li {
	background: none;
}
ul.slimmenu li ul {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
ul.slimmenu li ul li a {
	color: #fff;
}
ul.slimmenu li ul li .sub-toggle>i {
	color: #fff;
}
.slide-banner .slide-img {
	padding: 10px 0 0 0;
}
.slide-banner .slide-img img {
	width: 30%;
}
.slide-banner .slide-text {
	margin: 0;
	padding: 15px;
}
.slide-banner .slide-text h2 {
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	padding: 0 0 5px 0;
}
.slide-banner .slide-text p {
	font-size: 13px;
	text-align: center;
	line-height: 18px;
	padding: 0 0 25px 0;
}
.slide-banner .carousel-indicators {
	bottom: 10px;
}
.slide-banner .carousel-indicators li {
	margin: 0 3px;
	width: 15px;
	height: 10px;
}
.about {
	padding: 0 0 35px 0;
}
.ab-left {
	padding: 30px 0 0 0 !important;
}
.ab-left h1 {
	font-size: 19px;
	text-align: center;
}
.ab-left p {
	text-align: center;
}
.ab-left a {
	text-align: center;
	display: block;
	float: none;
}
.ab-patient h4 {
	text-align: center;
	display: block;
	padding: 15px 0 6px 0;
}
.ab-patient hr {
	margin: 0 auto 20px auto;
	width: 50px;
	height: 3px;
}
.ab-patient .carousel-inner {
	padding: 0 0 45px 0;
}
.ab-main {
	padding: 0;
}
.abp-box ul {
	margin-left: -35px;
	width: 70px;
	top: 41%;
}
.abp-box ul li {
	padding: 5px;
	width: 34px;
}
.adleft, .adright {
	top: auto;
	bottom: 0;
	width: 30px;
	height: 30px;
}
.adleft {
	left: 41%;
}
.adright {
	right: 41%;
}
.ab-right {
	padding: 0 !important;
}
.abpd {
	padding: 0 5px !important;
}
.ab-box {
	margin: 20px 0;
}
.ab-box2 {
	margin: 0;
}
.videopop .modal-body {
	height: 250px;
}
.ab-box img {
	width: 120px;
}
.specialities {
	padding: 35px 0;
}
.thead h2, .thead h1 {
	font-size: 20px;
}
.thead hr {
	width: 120px;
	height: 20px;
	margin: 7px auto 10px auto;
}
.specialities:after {
	display: none;
}
.specialities2 {
	top: auto;
}
.specialities1 ul li, .specialities2 ul li {
	width: 100%;
	float: none;
}
.specialities2 ul li {
	width: 100%;
}
.sp-box {
	width: 210px;
	height: 260px;
	margin: 0 auto 35px auto;
	padding: 0 20px;
}
.sp-box:before, .sp-box:after {
	width: 180px;
	height: 180px;
	top: 22%;
	left: 8%;
}
.specialities2 ul {
	margin: 0;
	padding: 0;
}
.specialities .adleft, .specialities .adright {
	top: auto;
	bottom: 0;
}
.specialities .carousel-inner {
	padding: 0 0 10px 0;
}
.specialities .adright {
	right: 36%;
}
.specialities .adleft {
	left: 36%;
}
.dentistry {
	padding: 0;
}
.dentistry:after {
	display: none;
}
.dentistry-right {
	padding: 20px !important;
	background: rgba(0,126,244,1);
	background: -moz-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,126,244,1)), color-stop(1%, rgba(0,126,244,1)), color-stop(100%, rgba(0,30,138,1)));
	background: -webkit-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -o-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: linear-gradient(to bottom, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ef4', endColorstr='#001e8a', GradientType=0 );
}
.btn1 {
	margin: 15px auto 0 auto;
}
.tour-left {
	padding: 0 !important;
}
.tour-box:before {
	top: -1%;
}
.tour-box:after {
	top: -2%;
}
.tour-box {
	padding: 20px !important;
	margin: 45px 0 0 0;
}
.tour-box h2 {
	font-size: 20px;
	text-align: center;
	padding: 0 0 10px 0;
}
.tour-box img {
	width: 60%;
	float: none;
	margin: 0 auto 10px auto;
}
.tour-right {
	padding: 0 !important;
}
.form-main {
	margin: 30px 0 0 0;
}
.form-in-head h3 {
	padding: 0;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.form-in-head h3:before {
	display: none;
}
.reviews {
	padding: 30px 0 10px 0;
}
.review-left {
	padding: 0 !important;
}
.reviewv-box {
	padding: 0 !important;
	margin: 0 0 15px 0;
}
.reviewv-box ul {
	margin-left: -35px;
	width: 70px;
	top: 40%;
}
.reviewv-box ul li {
	padding: 5px;
	width: 34px;
}
.reviews #reviews2-slider .carousel-inner {
	padding: 0 0 20px 0;
}
.review-right {
	padding: 0 !important;
}
.review-right:before {
	display: none;
}
.review-box {
	padding: 20px !important;
	margin: 15px auto 0 auto;
	background: #fff0e8;
	border: 3px solid #eb722d;
}
.gallery {
	padding: 30px 0;
}
.gallery .nav-tabs {
	width: 100%;
	display: block;
}
.gallery .nav-tabs>li {
	float: left;
	width: 33.3333%;
	display: block;
}
.gallery .nav-tabs>li>a {
	font-size: 13px;
	letter-spacing: .7px;
	margin: 0;
	line-height: 15px;
	border-radius: 0;
	padding: 10px 5px;
	display: block;
}
.gallery .nav-tabs>li>a:after {
	left: 47%;
}
.galvbox ul {
	margin-left: -35px;
	width: 70px;
	top: 42%;
}
.galvbox ul li {
	padding: 5px;
	width: 34px;
}
.blog {
	padding: 30px 0;
}
.blog .thead hr {
	margin: 7px auto 0 auto;
}
.blog-main {
	padding: 0;
}
.bpdd {
	padding: 0 !important;
}
.blog-box {
	margin: 0 0 15px 0;
}
.blog .carousel-inner {
	padding: 0 0 25px 0;
}
footer {
	padding: 30px 0 0 0;
	background: rgba(0,126,244,1);
	background: -moz-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,126,244,1)), color-stop(1%, rgba(0,126,244,1)), color-stop(100%, rgba(0,30,138,1)));
	background: -webkit-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -o-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: linear-gradient(to bottom, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ef4', endColorstr='#001e8a', GradientType=0 );
}
footer:before {
	display: none;
}
.fbox p {
	text-align: center;
}
.fbox p span {
	display: block;
	margin: 0;
}
.fbox {
	padding: 0 0 20px 0 !important;
}
.fbox2 {
	padding: 0 !important;
	text-align: center;
}
.opening h4 {
	font-size: 18px;
	text-align: center;
	background: #005cce;
}
.opening table {
	font-size: 13px;
	text-align: center;
	letter-spacing: 0;
}
.fbox2 .social ul {
	text-align: center;
}
.fbox2 .social ul li {
	margin: 0 7px 0 0;
}
.f-copy h6 {
	font-size: 11px;
	line-height: 20px;
	text-align: center;
}
.f-copy .flogo {
	text-align: center;
	margin: 5px 0 0 0;
}
.fixeddiv {
	display: none !important;
}
.inner-banner {
	width: 100%;/* background: none; */
}
.inner-banner img {
/* opacity: 1; */
}
.inner-banner canvas {
/* display: none; */
}
.bknw {
	width: 120px;
	height: auto;
	display: block;
	top: 17%;
	right: 10%;
	border-radius: 15px;
}
.bknw svg {
	margin: 0 auto;
}
.innerpage {
	padding: 15px 0 30px 0;
}
.scp-brc {
	text-align: center;
}
.innerpage .thead h1 {
	text-align: center;
}
.innerpage .thead hr {
	margin: 10px auto;
}
.innleft {
	padding: 0 0 20px 0 !important;
}
.innright {
	padding: 0 !important;
}
.inrpd {
	padding: 0 !important;
}
.innertesti, .ba-gallery, .pe-videos {
	margin: 20px 0 0 0;
}
.pe-videosbox ul {
	margin-left: -35px;
	width: 70px;
	top: 37%;
}
.pe-videosbox ul li {
	padding: 0;
	width: 22px;
}
}

@media only screen and (max-width: 480px) {
.home {
	position: relative;
	background: url(../images/sbg.jpg) fixed;
	background-size: cover;
	padding: 0 0 5px 0;
}
.top-banner {
	padding: 0 !important;
}
.logo img {
	margin: 0 auto;
}
.head-top {
	padding: 0 0 10px 0 !important;
}
.mpd {
	padding: 0 0 10px 0 !important;
}
.social ul {
	text-align: left;
}
.social li {
	width: 33px;
	height: 33px;
	margin: 1px 2px 0 0;
	line-height: 33px;
}
.search input.search-text {
	right: 0;
}
.search input.search-text:focus {
	width: 100%;
	right: 0;
}
.search input.search-submit {
	right: 0;
}
ul.slimmenu {
	text-align: left;
}
ul.slimmenu li a:before {
	display: none;
}
ul.slimmenu li a {
	padding: 0 8px;
	margin: 0;
	line-height: 35px;
	font-size: 14px;
	letter-spacing: .4px;
}
ul.slimmenu li .sub-toggle {
	top: 0;
	width: 35px;
}
ul.slimmenu li .sub-toggle>i {
	font-size: 9px;
}
ul.slimmenu li ul li {
	background: none;
}
ul.slimmenu li ul {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
ul.slimmenu li ul li a {
	color: #fff;
}
ul.slimmenu li ul li .sub-toggle>i {
	color: #fff;
}
.slide-banner .slide-img {
	padding: 10px 0 0 0;
}
.slide-banner .slide-img img {
	width: 40%;
}
.slide-banner .slide-text {
	margin: 0;
	padding: 15px;
}
.slide-banner .slide-text h2 {
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	padding: 0 0 5px 0;
}
.slide-banner .slide-text p {
	font-size: 13px;
	text-align: center;
	line-height: 18px;
	padding: 0 0 25px 0;
}
.slide-banner .carousel-indicators {
	bottom: 10px;
}
.slide-banner .carousel-indicators li {
	margin: 0 3px;
	width: 15px;
	height: 10px;
}
.about {
	padding: 0 0 35px 0;
}
.ab-left {
	padding: 30px 0 0 0 !important;
}
.ab-left h1 {
	font-size: 19px;
	text-align: center;
}
.ab-left p {
	text-align: center;
}
.ab-left a {
	text-align: center;
	display: block;
	float: none;
}
.ab-patient h4 {
	text-align: center;
	display: block;
	padding: 15px 0 6px 0;
}
.ab-patient hr {
	margin: 0 auto 20px auto;
	width: 50px;
	height: 3px;
}
.ab-patient .carousel-inner {
	padding: 0 0 40px 0;
}
.ab-main {
	padding: 0;
}
.abp-box ul {
	margin-left: -35px;
	width: 70px;
	top: 37%;
}
.abp-box ul li {
	padding: 5px;
	width: 34px;
}
.adleft, .adright {
	top: auto;
	bottom: 0;
	width: 30px;
	height: 30px;
}
.adleft {
	left: 36%;
}
.adright {
	right: 36%;
}
.ab-right {
	padding: 0 !important;
}
.abpd {
	padding: 0 5px !important;
}
.ab-box {
	margin: 20px 0;
}
.ab-box2 {
	margin: 0;
}
.videopop .modal-body {
	height: 250px;
}
.ab-box img {
	width: 120px;
}
.specialities {
	padding: 35px 0;
}
.thead h2, .thead h1 {
	font-size: 20px;
}
.thead hr {
	width: 120px;
	height: 20px;
	margin: 7px auto 10px auto;
}
.specialities:after {
	display: none;
}
.specialities2 {
	top: auto;
}
.specialities1 ul li, .specialities2 ul li {
	width: 100%;
	float: none;
}
.specialities2 ul li {
	width: 100%;
}
.sp-box {
	width: 210px;
	height: 260px;
	margin: 0 auto 35px auto;
	padding: 0 20px;
}
.sp-box:before, .sp-box:after {
	width: 180px;
	height: 180px;
	top: 22%;
	left: 8%;
}
.specialities2 ul {
	margin: 0;
	padding: 0;
}
.specialities .adleft, .specialities .adright {
	top: auto;
	bottom: 0;
}
.specialities .carousel-inner {
	padding: 0 0 10px 0;
}
.specialities .adright {
	right: 36%;
}
.specialities .adleft {
	left: 36%;
}
.dentistry {
	padding: 0;
}
.dentistry:after {
	display: none;
}
.dentistry-right {
	padding: 20px !important;
	background: rgba(0,126,244,1);
	background: -moz-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,126,244,1)), color-stop(1%, rgba(0,126,244,1)), color-stop(100%, rgba(0,30,138,1)));
	background: -webkit-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -o-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: linear-gradient(to bottom, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ef4', endColorstr='#001e8a', GradientType=0 );
}
.btn1 {
	margin: 15px auto 0 auto;
}
.tour-left {
	padding: 0 !important;
}
.tour-box:before {
	top: -1%;
}
.tour-box:after {
	top: -2%;
}
.tour-box {
	padding: 20px !important;
	margin: 45px 0 0 0;
}
.tour-box h2 {
	font-size: 20px;
	text-align: center;
	padding: 0 0 10px 0;
}
.tour-box img {
	width: 80%;
	float: none;
	margin: 0 auto 10px auto;
}
.tour-right {
	padding: 0 !important;
}
.form-main {
	margin: 30px 0 0 0;
}
.form-in-head h3 {
	padding: 0;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.form-in-head h3:before {
	display: none;
}
.reviews {
	padding: 30px 0 10px 0;
}
.review-left {
	padding: 0 !important;
}
.reviewv-box {
	padding: 0 !important;
	margin: 0 0 15px 0;
}
.reviewv-box ul {
	margin-left: -35px;
	width: 70px;
	top: 40%;
}
.reviewv-box ul li {
	padding: 5px;
	width: 34px;
}
.reviews #reviews2-slider .carousel-inner {
	padding: 0 0 20px 0;
}
.review-right {
	padding: 0 !important;
}
.review-right:before {
	display: none;
}
.review-box {
	padding: 20px !important;
	margin: 15px auto 0 auto;
	background: #fff0e8;
	border: 3px solid #eb722d;
}
.gallery {
	padding: 30px 0;
}
.gallery .nav-tabs {
	width: 100%;
	display: block;
}
.gallery .nav-tabs>li {
	float: left;
	width: 33.3333%;
	display: block;
}
.gallery .nav-tabs>li>a {
	font-size: 13px;
	height: 50px;
	letter-spacing: .7px;
	margin: 0;
	line-height: 15px;
	border-radius: 0;
	padding: 10px 5px;
	display: block;
}
.gallery .nav-tabs>li>a:after {
	left: 47%;
}
.galvbox ul {
	margin-left: -35px;
	width: 70px;
	top: 38%;
}
.galvbox ul li {
	padding: 5px;
	width: 34px;
}
.blog {
	padding: 30px 0;
}
.blog .thead hr {
	margin: 7px auto 0 auto;
}
.blog-main {
	padding: 0;
}
.bpdd {
	padding: 0 !important;
}
.blog-box {
	margin: 0 0 15px 0;
}
.blog .carousel-inner {
	padding: 0 0 25px 0;
}
footer {
	padding: 30px 0 0 0;
	background: rgba(0,126,244,1);
	background: -moz-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,126,244,1)), color-stop(1%, rgba(0,126,244,1)), color-stop(100%, rgba(0,30,138,1)));
	background: -webkit-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -o-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
	background: linear-gradient(to bottom, rgba(0,126,244,1) 0%, rgba(0,126,244,1) 1%, rgba(0,30,138,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ef4', endColorstr='#001e8a', GradientType=0 );
}
footer:before {
	display: none;
}
.fbox p {
	text-align: center;
}
.fbox p span {
	display: block;
	margin: 0;
}
.fbox {
	padding: 0 0 20px 0 !important;
}
.fbox2 {
	padding: 0 !important;
	text-align: center;
}
.opening h4 {
	font-size: 18px;
	text-align: center;
	background: #005cce;
}
.opening table {
	font-size: 13px;
	text-align: left;
	letter-spacing: 0;
}
.fbox2 .social ul {
	text-align: center;
}
.fbox2 .social ul li {
	margin: 0 7px 0 0;
}
.f-copy h6 {
	font-size: 11px;
	line-height: 20px;
	text-align: center;
}
.f-copy .flogo {
	text-align: center;
	margin: 5px 0 0 0;
}
.fixeddiv {
	display: none !important;
}
.inner-banner {
	width: 100%;
	background: none;
}
.inner-banner img {
	opacity: 1;
}
.inner-banner canvas {
	display: none;
}
.bknw {
	width: 90%;
	height: auto;
	display: block;
	border-radius: 0;
	padding: 10px;
	margin: 10px auto;
	position: relative;
	top: auto;
	right: auto;
	background: #1b4c9b;
	border: 0 solid #2da0ff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.bknw svg {
	color: #fff;
	margin: 0 auto;
}
.bknw h4 {
	color: #fff;
}
.innerpage {
	padding: 15px 0 30px 0;
}
.scp-brc {
	text-align: center;
}
.innerpage .thead h1 {
	text-align: center;
}
.innerpage .thead hr {
	margin: 10px auto;
}
.innleft {
	padding: 0 0 20px 0 !important;
}
.innright {
	padding: 0 !important;
}
.inrpd {
	padding: 0 !important;
}
.innertesti, .ba-gallery, .pe-videos {
	margin: 20px 0 0 0;
}
.pe-videosbox ul {
	margin-left: -35px;
	width: 70px;
	top: 37%;
}
.pe-videosbox ul li {
	padding: 0;
	width: 22px;
}
.callnow {
	bottom: 10%;
}
.callnow a, .callnow a:hover {
	width: 40px;
	height: 40px;
	font-size: 17px;
	line-height: 40px;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(99,255,8,0.43);
	-moz-box-shadow: 0px 0px 0px 5px rgba(99,255,8,0.43);
	box-shadow: 0px 0px 0px 5px rgba(99,255,8,0.43);
}
.callnow a .callnom {
	height: 25px;
	font-size: 11px;
	line-height: 25px;
	top: 22%;
}
}
