body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif !important;
	overflow-x: hidden;
}
::-moz-selection {
 color: #333;
 background: #e1f5ff;
}
::selection {
	color: #333;
	background: #e1f5ff;
}
a {
	text-decoration: none !important;
}
.pdd {
	padding: 0!important;
}
.modal-backdrop {
	z-index: 9999 !important;
}
.home {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 9999;
}
.top-banner {
	padding: 15px 0 !important;
}
.hul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.hul li {
	list-style: none;
	display: inline-block;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0 10px;
	line-height: 60px;
	letter-spacing: .2px;
	text-align: center;
	font-weight: bold;
}
.lang {
	margin: 6px 0 0 0;
	padding: 0;
}
.lang select {
	width: 100%;
	height: 30px;
	margin: 0;
	float: right;
	font-size: 11px;
	padding: 0 5px;
	color: #000;
	background: none;
	outline: none;
	line-height: 28px;
	border: 1px solid #000;
}
.social {
	margin: 7px 0 0 0;
	padding: 0;
	text-align: right;
}
.social li {
	list-style: none;
	margin: 0 .98%;
	padding: 0;
	display: inline-block;
}
.social li img {
	width: 28px;
	border: 1px solid #000;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li:hover img {
	border: 1px solid #00a8ff;
}
.search {
	margin: 6px 0 0 0;
	padding: 0;
	position: relative !important;
}
.search form {
	padding: 0;
	margin: 0;
	height: auto;
}
.search input.search-text {
	color: #000;
	position: absolute;
	z-index: 5;
	-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: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	cursor: pointer;
	/* border-radius: 30px; */
	border: 1px solid transparent;
	background: #00a8ff url(../images/search.png)no-repeat;
	background-size: 27px;
}
.search input.search-text:focus {
	z-index: 3;
	width: 100%;
	border: 1px solid #00a8ff;
	background-color: #fff;
	outline: none;
	cursor: auto;
	padding-right: 10px;
	background: #fff;
}
.search input.search-submit {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	width: 0;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	border-radius: 20px;
	cursor: pointer;
	background: none;
}
 .search input.search-text::-webkit-search-cancel-button {
 cursor:pointer;
}
.enquiry {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	display: block;
	font-weight: 500;
	color: #ffffff;
	border: 1px solid #00a8ff;
	background: #00a8ff;
	text-transform: uppercase;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.enquiry .fa {
	margin: 0 5px 0 0;
}
.enquiry:hover, .enquiry:focus {
	color: #fff;
}
.menu {
	position: relative;
	height: auto;
	z-index: 999999;
	padding: 0;
	background: #e3f5ff;
}
.logo {
	position: relative;
	padding: 0 !important;
}
.logo img {
	width: 95%;
	padding: 0;
	margin: 0;
	display: block;
}
.menu-banner {
}
.menu-collapser {
	position: relative;
	width: 100%;
	height: 48px;
	padding: 0 10px;
	color: #FFF;
	font-size: 13px;
	line-height: 48px;
	background-color: transparent;
	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: #1a7cbd;
	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: #1a7cbd;
}
.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(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;
	margin: 0;
	float: left;
	padding: 0;
}
ul.slimmenu li ul {
	margin: 0;
	list-style-type: none
}
ul.slimmenu li ul li {
	background: #2d97de;
	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 17.69px;
	margin: 0;
	line-height: 50px;
	font-size: 11px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	font-weight: 500;
	letter-spacing: 0.8px;
	z-index: 9;
	position: relative;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
ul.slimmenu li ul li a {
	width: 100%;
	display: block;
	font-size: 12px;
	line-height: 18px;
	padding: 8px 10px;
	border-bottom: 1px solid #5ab5f1;
}
ul.slimmenu li.active a {
	color: #fff;
	background: #00a8ff;
}
ul.slimmenu li a:after{
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	left: 0;
	top:0;
	height: 100%;
	width: 0;
	z-index: -1;
	background: #00a8ff;
		-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
ul.slimmenu li a:hover {
	color: #fff;
}
ul.slimmenu li a:hover:after {
	width: 100%;
}
ul.slimmenu li:nth-child(2) a:after {
	background: #0094e0;
}
ul.slimmenu li:nth-child(3) a:after{
	background: #0089d0;
}
ul.slimmenu li:nth-child(4) a:after{
	background: #017cbb;
}
ul.slimmenu li:nth-child(5) a:after {
	background: #006fa9;
}
ul.slimmenu li:nth-child(6) a:after{
	background: #017cbb;
}
ul.slimmenu li:nth-child(7) a:after{
	background: #0089d0;
}
ul.slimmenu li:nth-child(8) a:after {
	background: #0094e0;
}
ul.slimmenu li:nth-child(9) a:after {
	background: #00a8ff;
}
ul.slimmenu li .sub-toggle {
	background: none repeat scroll 0 0;
	position: absolute;
	right: 3px;
	top: 0;
	z-index: 999;
	width: 3px;
	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: 6px;
	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: #fff;
	background: #00a8ff;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	line-height: 40px;
	letter-spacing: .5px;
	z-index: 999;
	right: 5%;
	top: 36%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.booknow:hover, .booknow:focus {
	color: #fff;
}
.slide-banner {
	position: relative;
}
/*.slide-banner:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;


	left: 0;
	top: 0;
	background: rgba(16, 82, 130, 0.9);
	width: 26%;
	height: 100%;
	z-index: 999;

}*/
.slide-banner .slide-text {
	position: absolute;
	width: 92%;
	height: auto;
	margin: 0;
	padding: 0;
	left: 7%;
	top: 24%;
	z-index: 9999;
}
.slide-banner .slide-text .slide-text-in {
	position: relative;
	width: 450px;
	height: auto;
	margin: 0;
	padding: 0;
}
.slide-banner .slide-text .slide-text-in hr {
	width: 50px;
	height: 4px;
	margin: 15px 0 0 0;
	padding: 0;
	background: #00a8ff;
	border: none;
}
.slide-banner .slide-text .slide-text-in h2 {
	font-size: 26px;
	line-height: 32px;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: 500;
	letter-spacing: 1px;
}
.slide-banner .slide-text .slide-text-in h2 span {
	font-weight: bold;
}
.slide-banner .slide-text .slide-text-in p {
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	padding: 10px 0;
	color: #fff;
}
.slide-btn {
	width: 200px;
	height: 40px;
	margin: 5px 0;
	padding: 0;
	display: block;
	background: #fff;
	color: #125184;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	line-height: 40px;
	letter-spacing: .3px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.slide-btn:hover, .slide-btn:focus {
	color: #125184;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
	background-image: none !important;
	position: absolute;
	top: 42%;
	height: 30px;
	width: 30px;
	z-index: 999999;
}
.slide-banner .carousel-control.left {
	left: 4%;
}
.slide-banner .carousel-control.right {
	right: 4%;
}
.form-banner{
	padding: 0;
}
.form-in {
	margin: -70px 0 0 0;
	padding: 20px !important;
	background: rgba(0, 168, 255, .75);
	position: relative;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.4);
}
.form-in .pd{
	padding: 0 5px !important;
}
.form-in .ff1 {
	width: 100%;
	height: 40px;
	margin: 5px 0;
	border: none;
	background: rgba(255, 255, 255, 0.2);
	font-size: 12px;
	line-height: 24px;
	padding: 10px;
	text-align: left;
	font-weight: 300;
	color: #fff;
	letter-spacing: 1px;
	outline: none;
}
.form-in .ff1 option{
	background:#66cbff;
}
.form-in .ff2 {
	width: 100%;
	height: 66px;
	margin: 5px 0;
	border: none;
	font-size: 12px;
	line-height: 24px;
	padding: 5px 10px;
	background: rgba(255, 255, 255, 0.2);
	text-align: left;
	font-weight: 300;
	color: #fff;
	letter-spacing: 1px;
	outline: none;
}
.form-in .ff3 {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	float: right;
	background: #fff;
	outline: none;
	border: none;
	color: #00a8ff;
	text-align: center;
	text-transform: uppercase;
}
.form-in ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #fff;
}
.form-in ::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
}
.form-in :-ms-input-placeholder { /* IE 10+ */
 color: #fff;
}
.form-in :-moz-placeholder { /* Firefox 18- */
 color: #fff;
}
.about {
	padding: 40px 0;
	position: relative;
}
.about-left {
}
.about-left img {
	width: 100%;
	margin: 0;
}
.about-right {
	padding: 80px 0;
}
.about-right p {
	font-size: 13px;
	text-align: justify;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	padding: 5px 0;
	color: #7f7f7f;
}
.tittle {
	font-size: 21px;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	position: relative;
	width: auto;
	color: #000;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.tittle2 {
	text-align: center;
}
.tittle3 {
	text-align: center;
	color: #fff;
}
.tittle4 {
	color: #fff;
}
.hr1 {
	width: 50px;
	height: 3px;
	margin: 5px 0;
	padding: 0;
	border: none;
	background: #00a8ff;
}
.hr2 {
	margin: 5px auto;
}
.hr3 {
	background: #fff;
}
.btn1 {
	width: 130px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	background: #00a8ff;
	margin: 10px 0;
	padding: 0;
	display: block;
	position: relative;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.btn1:hover, .btn1:focus {
	color: #fff;
	background: #1e5985;
}
.btn2 {
	width: 130px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #1e5985;
	background: #fff;
	margin: 10px auto;
	padding: 0;
	display: block;
	position: relative;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.btn2:hover, .btn2:focus {
	color: #1e5985;
	background: #fff;
}
.content-banner {
	padding: 0;
	position: relative;
}
.content-box {
	padding: 3% !important;
	background: #0080c1;
	position: relative;
	z-index: 9;
}
.content-box:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	background: #00a8ff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.content-box:hover:before {
	height: 100%;
}
.content-box hr {
	width: 40px;
	height: 3px;
	margin: 7px auto 0 auto;

	padding: 0;
	background: #fff;
	border: none;
}
.content-box2 {
	background: #1e5985;
}
.content-box img {
	width: 100px;
	padding: 8px;
	margin: 0 auto;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.content-box:hover img {
}
.content-box h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	color: #fff;
	letter-spacing: .5px;
	text-align: center;
}
.content-box p {
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	padding: 10px 0;
	color: #fff;
}
.surgeries {
	padding: 60px 0 0 0;
	position: relative;
}
.surgeries .carousel-indicators {
	bottom: 0;
}
.surgeries .carousel-indicators .active {
	margin: 0;
	width: 15px;
	height: 15px;
	background-color: #00a8ff !important;
	border: 2px solid #00a8ff !important;
}
.surgeries .carousel-indicators li {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px !important;
	background-color: rgba(0,0,0,0);
	border: 2px solid #8c8c8c;
}
.surgeries #knee-slider, .surgeries #shoulder-slider {
	padding: 0 0 50px 0;
}
.surgeries-box1 {
	padding: 35px 0 0 0 !important;
}
.surgeries-box1 h4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	margin: 0 0 5px 0;
	padding: 0;
	color: #1e5985;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}
.surgeries-box1 hr {
	width: 100px;
	height: 2px;
	margin: 8px auto 13px auto;
	padding: 0;
	border: none;
	background: #00a8ff;
	position: relative;
	overflow: visible;
}
.surgeries-box1 hr:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	bottom: -8px;
	left: 41%;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #00a8ff;
}
.surgeries-box2 {
}
.surgeries-box2 img {
	width: 100%;
}
.sug-box {
	padding: 0 !important;
	margin: 12px 0;
	position: relative;
}
.sug-box img {
	width: 100px;
	float: right;
	padding: 0 0 0 15px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.sug-box2 img {
	float: left;
	padding: 0 15px 0 0;
}
.sug-box:hover img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.sug-box h3 {
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	margin: 0;
	padding: 4px 0 0 0;
	color: #333;
	letter-spacing: .5px;
	text-align: right;
	text-transform: uppercase;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.sug-box:hover h3 {
	color: #00a8ff;
}
.sug-box2 h3 {
	text-align: left;
}
.sug-box p {
	font-size: 13px;
	text-align: right;
	font-weight: 400;
	line-height: 19px;
	margin: 0;
	padding: 5px 0;
	color: #7f7f7f;
}
.sug-box2 p {
	text-align: left;
}
.gallery {
	padding: 60px 0 0 0;
	position: relative;
}
.gallery-in {
	margin: 30px 0 60px 0;
}
.gal {
	padding: 0 !important;
	overflow: hidden;
	position: relative;
	border: 7px solid #fff;
}
.gal .gal-in {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/full-screen.png) no-repeat;
	background-position: center center;
	z-index: 99;
	opacity: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.gal:hover .gal-in {
	opacity: 1;
}
.gal:before, .gal:after {
	width: 50%;
	height: 0;
	margin: 0;
	padding: 0;
	background: rgba(0, 168, 255, 0.6);
	position: absolute;
	content: '';
	z-index: 9;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.gal:before {
	top: 0;
	left: 0;
}
.gal:after {
	bottom: 0;
	right: 0;
}
.gal:hover:before, .gal:hover:after {
	height: 100%;
}
.gal img {
	width: 100%;
	height: auto;
	margin: 0;

	padding: 0;
	cursor: pointer;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.gal:hover img {
	-webkit-transition: scale(1.2, 1.2);
	-moz-transition: scale(1.2, 1.2);
	-o-transition: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.joint {
	padding: 15px 0;
	position: relative;
	background: url(../images/bg4.jpg) no-repeat fixed;
	background-size: cover;
}
.joint-right {
	padding: 30px 30px 10px 30px!important;
}
.joint-right #joint-slider {
	margin: 40px 0 0 0;
}
.joint-right .carousel-inner {
	padding: 0 0 70px 0;
}
.joint-right .carousel-indicators {
	left: 50%;
	text-align: center;
}
.joint-right .carousel-indicators .active {
	margin: 0;
	width: 15px;
	height: 15px;
	background-color: #00a8ff !important;
	border: 2px solid #00a8ff !important;
}
.joint-right .carousel-indicators li {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px !important;
	background-color: rgba(0,0,0,0);
	border: 2px solid #8c8c8c;
}
.joint-box {
	margin: 0;
	padding: 12px !important;
	position: relative;
	z-index: 9;
	border: none;
}
.joint-right .jb1 {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.joint-right .jb2 {
	border-right: 0px solid #ccc;
}
.joint-right .jb3 {
	border-bottom: 0px solid #ccc;
}
.joint-box img {
	width: 70px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.joint-box: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);
}
.joint-box h3 {
	font-size: 13px;
	line-height: 17px;
	font-weight: 600;
	margin: 0;
	padding: 10px 0 2px 0;
	color: #000;
	letter-spacing: .8px;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.joint-box p {
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	padding: 5px 0;
	color: #7f7f7f;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.testimonials {
	padding: 60px 0;
	position: relative;
	background: url(../images/bg5.jpg) no-repeat;
	background-size: 100% auto;
}
.testimonials-in {
	background-color: #fff;
	margin: 40px 0 0 0;
	padding: 10px;
	background: #fff url(../images/sh.jpg) no-repeat left bottom;
	background-size: 100% auto;
}
.testimonials #testi-slider {
	padding: 20px 0;
}
.testimonials .carousel-inner {
	padding: 0 0 60px 0;
}
.testimonials .carousel-indicators {
	left: 50%;
	text-align: center;
}
.testimonials .carousel-indicators .active {
	margin: 0;
	width: 15px;
	height: 15px;
	background-color: #00a8ff !important;
	border: 2px solid #00a8ff !important;
}
.testimonials .carousel-indicators li {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px !important;
	background-color: rgba(0,0,0,0);
	border: 2px solid #8c8c8c;
}
.testi-box {
	border-right: 1px solid #ccc;
	margin: 10px 0;
	padding: 0 20px !important;
}
.testi-box2 {
	border: none;
}
.testi-box img {
	width: 100px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.testi-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);
}
.testi-box p {
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	line-height: 19px;
	margin: 0;
	padding: 5px 0;
	color: #848484;
}
.testi-box h5 {
	color: #2d97de;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .2px;
}
.testi-box hr {
	width: 30px;
	height: 2px;
	margin: 5px auto;
	padding: 0;
	border: none;
	background: #2d97de;
}
footer {
	background: #1e5985;
}
.fbox {
	padding: 40px 50px !important;
}
.fbox p {
	color: #fff;
	font-size: 13px;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	text-align: left;
	padding: 5px 0;
}
.fbox .fa {
	margin: 0 5px 0 0;
}
.nl {
	background: #fff;
	padding: 0 0 60px 0;
}
.nl form {
	margin: 25px 0 0 0;
}
.nl1 {
	width: 70%;
	height: 50px;
	padding: 0 10px;
	margin: 0;
	font-size: 14px;
	letter-spacing: .5px;
	color: #000;
	float: left;
	border: none;
	border-bottom: 1px solid #00a8ff;
	background: hsl(200, 100%, 94%);
	outline: none;
}
.nl form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000;
}
.nl form ::-moz-placeholder { /* Firefox 19+ */
 color: #000;
}
.nl form :-ms-input-placeholder { /* IE 10+ */
 color: #000;
}
.nl form :-moz-placeholder { /* Firefox 18- */
 color: #000;
}
.nl2 {
	width: 30%;
	height: 50px;
	float: right;
	background: #00a8ff;
	border: 1px solid #00a8ff;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .5px;
	line-height: 50px;
	outline: none;
}
.fbox h6 {
	color: #e8e8e8;
	font-size: 12px;
	line-height: 23px;
	font-weight: 400;
	margin: 10px 0 0 0;
	text-align: left;
	padding: 5px 0;
	letter-spacing: .4px;
}
.fbox h6 a {
	color: #9addff;
}
.map {
	padding: 0 !important;
	height: 330px;
	overflow: hidden;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.social2 {
	margin: 15px 0 0 0;
	text-align: left;
}
.social2 li img {
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	border: 1px solid #fff;
}
.social2 li:hover img {
	border: 1px solid #19b5e6;
	background-color: transparent;
}
.inner-banner {
	width: 100%;
	position: relative;
}
.inner-banner img {
	width: 100%;
}
.brd-in {
	padding: 10px 0;
	margin: 0 0 40px 0;
	background: #00a8ff;
}
.scp-brc {
	background-color: transparent !important;
	text-align: left;
	margin: 0 !important;
	padding: 0 !important;
}
.scp-brc li a {
	font-size: 13px;
	line-height: 24px;
	padding: 7px 0;
	text-align: right;
	font-weight: 400;
	color: #fff;
	letter-spacing: .5px;
}
.scp-brc li:last-child a {
	color: #c2eaff;
}
.innerpage {
	margin: 0;
	padding: 0 0 40px 0;
}
.innerpage p {
	font-size: 13px;
	text-align: justify;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	padding: 7px 0;
	color: #7f7f7f;
}
.inner-right {
	padding: 0 0 15px 0;
	margin: 10px 0;
	background: url(../images/cbg.jpg)no-repeat;
	background-size: 100% 100%;
}
.inner-right h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	background: #0080c1;
	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;
	font-size: 12px;
	line-height: 40px;
	font-weight: 400;
	text-align: left;
	color: #333;
	outline: none;
	border: 1px solid #bae7ff;
	letter-spacing: .4px;
	background: rgba(255, 255, 255, 0.75);
}
.inner-right .t2 option {
	background: #ffff;
}
.inner-right .t2 {
	width: 100%;
	height: 40px;
	margin: 5px 0;
	padding: 5px;
	font-size: 12px;
	line-height: 40px;
	font-weight: 400;
	text-align: left;
	color: #333;
	outline: none;
	box-shadow: none;
	border: 1px solid #bae7ff;
	background: rgba(255, 255, 255, 0.75);
}
.inner-right .t3 {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 90px;
	min-height: 90px;
	margin: 5px 0;
	padding: 5px;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-align: left;
	color: #333;
	box-shadow: none;
	outline: none;
	border: 1px solid #bae7ff;
	letter-spacing: .4px;
	background: rgba(255, 255, 255, 0.75);
}
.inner-right .t4 {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #00a8ff;
	color: #fff;
	border: none;
}
.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;
}

@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) {
}
