@import "reset.css";
@import "font-awesome.css";
 @import "superfish.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
html {
	width: 100%;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
* {
	-webkit-text-size-adjust: none;
}
body {
	position: relative;
	min-width: 1050px;
	background: url(../images/bg_body.png) 0 0 repeat #f9f9f6;
	color: #4c4c4c;
	font: 14px/20px Arial, Helvetica, sans-serif;
}
.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}
p {
	margin-bottom: 20px;
}
p.p1 {
	margin-bottom: 40px;
}
p.p2 {
	margin-bottom: 34px;
}
strong {
	font-weight: 700;
}
address {
	font-style: normal;
}
input {
	border-radius: 0 !important;
	outline: none !important;
}
img {
	max-width: 100%;
}

.gallery_img   img{
	width: 280px;
	height: 235px;
	margin-bottom: 30px;
}
/****Heads****/


h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	color: #1a1a1a;
	font-weight: normal;
}
h2 {
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	color: #0052da;
	margin-top: -3px;
	margin-bottom: 38px;
}
.page1 h2 {
	padding-top: 65px;
	margin-bottom: 0;
	margin-top: 0;
}
h3 {
	font-size: 30px;
	line-height: 30px;
	padding-top: 2px;
	color: #012268;
	margin-bottom: 39px;
}
.page1 h3 {
	margin-bottom: 11px;
	padding-top: 28px;
}
h3.head1 {
	padding-top: 40px;
	margin-bottom: 26px;
}
h4 {
	font-size: 22px;
	line-height: 20px;
	padding-top: 48px;
	text-transform: uppercase;
	color: #012268;
	margin-bottom: 28px;
}
h4.head1 {
	padding-top: 35px;
	margin-bottom: 13px;
}
/****Lists****/

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.list li {
	padding-left: 28px;
	font-size: 14px;
	background: url(../images/marker.png) 0 8px no-repeat;
	text-transform: uppercase;
}
ul.list li a {
	text-decoration: underline;
}
ul.list li+li {
	margin-top: 10px;
}
ul.list.l1 li {
	background-image: url(../images/marker1.png);
}
/****Links****/


a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
a:hover {
	color: #ff5241;
}
a.btn {
	font: 600 16px/20px 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: -1px;
	display: inline-block;
	/*margin-top: 16px;*/
	padding: 5px 13px 6px;
	background-color: #ff5241;
	box-shadow: 0px 0px 0px transparent;
}
a.btn:hover {
	box-shadow: 3px 3px 5px #555;
}
.page1 a.btn {
/*margin-top: 28px;*/
}
.block2 a.btn {
	margin-top: 16px;
}
/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}
.pad1 {
}
.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 21px;
	margin-top: 7px;
}
.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 5px;
}
.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}
.nowrap {
	white-space: nowrap;
}
.alright {
	text-align: left;
	padding: 10px 0px;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}
.nowrap {
	white-space: nowrap;
}
/*header*/

.main {
	width: 1050px;
	margin: 0 auto 57px;
	padding-top: 15px;
	background-color: #fff;
}
header {
	display: block;
	overflow: hidden;
	padding-top: 24px;
	padding-bottom: 16px;
	position: relative;
}
header h1 {
	position: relative;
	text-align: center;
	z-index: 800;
	float: left;
}
header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 225px;
	height: 58px;
	font-size: 0;
	line-height: 0;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}
/**Content**/


.content {
	padding-bottom: 86px;
}
.page1 .content {
	padding-bottom: 75px;
}
#AboutList {
	list-style:square!important;
	line-height:24px;
}
a.donate {
	font: 600 20px/24px 'Open Sans', sans-serif;
	color: #fff;
	display: inline-block;
	margin-top: 3px;
	text-align: center;
	padding: 15px 73px 17px 73px;
	text-transform: uppercase;
	background-color: #ff5241;
	box-shadow: 0px 0px 0px transparent;
	cursor:text;
	text-decoration:none;
	border-radius: 4px;
}
a.donate:hover {
	position: relative;
	box-shadow: 3px 3px 5px #555;
}
.text1 {
	font: 300 30px/30px 'Open Sans', sans-serif;
}
.page1 .text1 {
	padding-top: 14px;
	margin-bottom: 32px;
}
.col1 {
	color: #0052da;
}
.block2 {
	margin-top: 49px;
	background-color: #f8f8f8;
}
.block2 .title {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding: 22px 0 14px;
	background-color: #FFE202;
	font:  18px/20px 'Open Sans', sans-serif;
}
.flex-caption p a:hover{color:#fff;}
.title {
	font-weight:bold!important;
}
.TxtCol1 {
	color:#ff0000;
}
.Appoint h3 {
	padding-top:14px!important;
	padding-bottom:10px;
	padding-left:5px;
	font-size:1.33em;
	font-weight:bold;
	text-align:center;
	margin-left: -46px;
}
.TxtCol11 {
	color:#ff0000;
	font-size:27px;
}
.TxtCol22 {
	color:#002060;
	font-size:20px;
}
#ModelList {
	list-style:square;
}
#MobilelList {
	list-style:square!important;
}

.CallSection{border-radius:5px;padding:15px 0px;margin:13px 42px 0px 0px; height:162px; background-image:url(../images/phone1.png);background-repeat:no-repeat;}
.CallSection .CallSectionCentreOr{text-align:center;padding:18px 0px 0px 0px; font-size:1.33em;line-height:29px;}
.CallSection .CallSectionCentreOr i{color:#012268;}
.CallSection .CallSectionCentre{text-align:center;font-size:1.22em;line-height:18px;padding-top:13px;padding:13px 23px 0px 23px;}
.CallSectionCentre .CallColour{font-weight:bold;color:#012268;}
.CallSection .CallFont{font-size:0.77em;}
.FormAppointment {
	padding: 4px 0px 0px 33px;
}
.FormAppointment label{font-size:0.77em;padding-left:2px;}
.FormAppointment input[type="text"] {
	width: 126px;
	font-size: 11px;
	color: #6a6a6a;
	height: 34px;
	border-radius: 5px!important;
	border: 1px solid #b6b6b6;
	padding: 0px 0px 0px 8px;
	margin: 8px 0px 0px 0px;
}
.FormAppointment .CitySelect1 {
	width: 265px;
	font-size: 11px;
	color: #6a6a6a;
	height: 34px;
	border-radius: 4px;
	border: 1px solid #b6b6b6;
	padding: 0px 0px 0px 8px;
	margin: 8px 36px 0px 0px;
}
.FormAppointment .CitySelect2 {
	width: 114px;
	font-size: 11px;
	color: #6a6a6a;
	height: 34px;
	border-radius: 4px;
	border: 1px solid #b6b6b6;
	padding: 0px 0px 0px 8px;
	margin: 8px 36px 0px 0px;
}
.FormAppointment .FormDateTime{margin:7px 0px 7px -30px;}
.FormAppointment input[type="submit"] {
	border-top-color: #A3320B;
	border-bottom-color: #BF1D04;
	border-width: 0px 0px 3px 0px;
	border-style: solid;
	font-size: 14px;
	padding: 8px 9px 8px 9px;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	color: #FFF;
	margin: 8px 0px 0px 0px;
	background-color: #ff5241;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5241), to(#ff5241));
	background-image: -webkit-linear-gradient(top, #ff5241, #ff5241);
	background-image: -moz-linear-gradient(top, #ff5241, #ff5241);
	background-image: -ms-linear-gradient(top, #ff5241, #ff5241);
	background-image: -o-linear-gradient(top, #ff5241, #ff5241);
	background-image: linear-gradient(to bottom, #ff5241, #ff5241);
	border-radius: 5px!important;
}
.Appoint{box-shadow: 0 0 6px 4px #012268 inset; margin: 29px 0px 8px 13px;padding-bottom: 21px; border: 1px solid #012268; border-radius: 5px;}
.AskMe input[type="button"] {
	border-top-color: #012268;
	border-bottom-color: #012268;
	border-width: 0px 0px 3px 0px;
	border-style: solid;
	font-size: 20px;
	padding: 11px 106px 11px 106px;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	color: #FFF;
	margin: 20px 0px 0px 0px;
	background-color: #012268;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#012268), to(#012268));
	background-image: -webkit-linear-gradient(top, #012268, #012268);
	background-image: -moz-linear-gradient(top, #012268, #012268);
	background-image: -ms-linear-gradient(top, #012268, #012268);
	background-image: -o-linear-gradient(top, #012268, #012268);
	background-image: linear-gradient(to bottom, #012268, #012268);
	border-radius:5px!important;
}
.AskMe > p {
	font-size:16px;
	padding-top:4px;
	margin-bottom:0px;
	line-height:28px;
}
.AskMe .Locate {
	margin-top:12px;
	color:#FB0003;
	font-size:16px;
}
.FormAppointment > p {
	font-size: 24px;
}
.CallNow {
	text-align:center;
	padding:12px 0px;
	font-weight:bold;
	font-size:1.30em;
}
.block2 .pad {
	padding: 41px 22px 19px;
}
.st1 {
	padding-top: 12px;
	margin-bottom: 13px;
	display: block;
	font-size: 18px;
	line-height: 20px;
	color: #625f5f;
}
.text2 {
	font-size: 14px;
	margin-bottom: 14px;
	color: #0052da;
	text-transform: uppercase;
}
.pad1 {
	padding-right: 30px;
}
.video {
	margin-top: 19px;
	display: block;
	height: 297px;
}
.video_block+.video_block {
	margin-top: 63px;
}
.video iframe {
	height: 100%;
	width: 100%;
}
.block3 {
	padding-right: 30px;
	overflow: hidden;
}
.block3 time {
	margin-top: 5px;
	margin-right: 13px;
	width: 40px;
	text-align: center;
	display: block;
	float: left;
	color: #625f5f;
	text-transform: uppercase;
	font: bold 18px/20px 'Open Sans Condensed', sans-serif;
}
.block3+.block3 {
	margin-top: 45px;
}
.block3 time span {
	margin-bottom: 6px;
	display: block;
	color: #fff;
	background-color: #92ce0a;
	line-height: 38px;
	width: 40px;
	height: 40px;
	text-align: center;
}
.blog {
	overflow: hidden;
	padding-right: 20px;
}
.blog .fleft {
	border: 3px solid #eae5e5;
}
.blog_info {
	margin-bottom: 20px;
}
.blog_info time {
	display: inline-block;
	padding-left: 25px;
	background: url(../images/cal_icon.png) 0 center no-repeat;
	margin-right: 16px;
}
.blog_info a.user {
	margin-right: 18px;
	padding-left: 28px;
	background: url(../images/user_icon.png) 0 center no-repeat;
}
.blog_info a.comment {
	padding-left: 24px;
	background: url(../images/comment_icon.png) 0 center no-repeat;
}
.blog a.btn {
	margin-top: 23px;
}
.blog+.blog {
	margin-top: 40px;
}
.text3 {
	font: 300 22px/20px 'Open Sans', sans-serif;
}
.perc {
	float: right;
}
.rate {
	padding-top: 15px;
}
.rate+.rate {
	margin-top: -1px;
}
.rate+.rate .scale {
	top: 1px;
}
.rate+.rate+.rate {
	margin-top: 4px;
	margin-bottom: 4px;
}
.scale {
	height: 12px;
	background-color: #9be3ec;
	position: relative;
}
.scale span {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0%;
	background-color: #04bacf;
}
.pr1 span {
	width: 39%;
}
.pr2 span {
	width: 31%;
}
.pr3 span {
	width: 20%;
}
.pr4 span {
	width: 11%;
}
.bl1 .blog+.blog {
	margin-top: 0;
	padding-top: 25px;
}
.bl1 .blog {
	padding-top: 18px;
	padding-right: 0;
}
.bl1 .blog .fleft {
	margin-top: 3px;
}
.bl1 .blog .title {
	font-size: 18px;
	margin-bottom: 19px;
}
.bt1 {
	margin-top: 25px !important;
}
.style1 {
	line-height: 18px;
}
.style1 h3 {
	padding-top: 44px;
	padding-bottom: 2px;
}
.style1 p {
	margin-bottom: 21px;
}
.style1 p.col1 {
	margin-bottom: 18px;
}
/**Map**/

.map {
	overflow: hidden;
	position: relative;
	font-size: 14px;
}
.map figure {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 37px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.map figure iframe {
	width: 100%;
	height: 350px;
	max-width: 100%;
}
.map address {
	margin-bottom: 16px;
	margin-top: -2px;
	display: block;
}
.map address dt {
	margin-bottom: 20px;
}
address dd span {
	min-width: 82px;
	display: inline-block;
	text-align: left;
}
.map address dd span.col1 {
	min-width: 0;
}
.map a {
}
a.link-1 {
	color: #4cb6c5;
	text-decoration: underline;
}
a.link-1:hover {
	color: #ed2c67;
}
/**Footer**/
footer {
	display: block;
	position: relative;
	z-index: 10;
	text-align: left;
	color: #625f5f;
	border-top: 1px solid #d8d5d5;
	font: 12px/14px 'Open Sans', sans-serif;
	padding-top: 24px;
	padding-bottom: 24px;
}
.FooterNav ul{margin:0px; padding: 0px;}
.FooterNav ul li{display:inline-block;}
.FooterNav ul li a{text-decoration:none;padding:0px 5px; font-size:1.22em;font-weight:bold;}
.socials {
	float: right;
	padding-bottom: 10px;
}
.socials a {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	position: relative;
	background-color: #012268;
	color: #fff;
	box-shadow: 0px 0px 0px transparent;
	font: 24px/40px FontAwesome;
	border-radius: 6px;
}
.socials a:hover {
	box-shadow: 3px 3px 5px #555;
}
.socials a+a {
	background-color: #ff5241;
	margin-left: 6px;
	border-radius: 6px;
}
.socials a+a:after {
	content: '';
}
.socials a+a+a {
	margin-left: 5px;
	background-color: #f80400;
	background: url(../images/last.png) 0 0 no-repeat #f80400;
}
.socials a+a+a:after {
	content: '';
}
.socials a:after {
	text-align: center;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.copy strong {
	padding-top: 1px;
	font-size: 18px;
	margin-bottom: 3px;
	line-height: 24px;
	display: block;
	color: #0052da;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 40px;
	left: 56%;
	margin-left: 502px;
	overflow: hidden;
	width: 55px;
	height: 56px;
	border: none;
	text-indent: -999px;
	z-index: 20;
	background: url(../images/totop.png) no-repeat left 0;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
#toTop:hover {
	outline: none;
	background-position: right 0;
}
.copy{margin-left: -17px;}
.copy h1 a img {
	width:9%;
}
.copy #copyright-year, .copy .PrivacyTxt {
	font-size:1em;
}
#InnerThreeGrid .grid_4 {
	width: 319px;
}
footer .container_12 {
	width: 1050px;
}
.flex-caption p strong em {
	font-size:1.22em;
}
.Tagline {
	padding:10px 0px 10px 199px;
}
.Tagline1 {
	color:#012268;
}
.Tagline2 {
	color:#FC0102;
}
.WhyDentColMain {
	color:#012268;
	font-size:1.22em;
	font-weight:bold;
	margin-bottom:7px;
}
.ServOff {
	line-height:29px;
}

.ServOff li i {
	margin-top:7px!important;
}
.WhyDentCol {
	background-color:#FC0102;
	color:#fff;
	font-size:1.22em!important;
	padding-left:4px!important;
	padding-top:10px!important;
	padding-bottom:10px!important;
	text-align:center;
}
.WhyDentCol2 {
	background-color:#012268;
	color:#fff;
	font-size:1.22em!important;
	padding-left:4px!important;
	padding-top:10px!important;
	padding-bottom:10px!important;
	text-align:center;
}
.Techniques {
	padding-left:15px;
}
.BannerParagraph{margin:0px 0px 10px -29px; line-height:21px;font-size:1.1em;}
.BannerParagraph i{margin:4px 7px 0px 0px;}
.BannerParagraph>.BannerPara2{padding-left:57px;}
.BannerParagraph>.BannerPara3{margin-left:84px;}

/*-----------------Hidden Contact Form Starts-------------------------------------------*/
.ContactHideStyle {
	padding-left:5%;
}
.ContactHidden {
	background:#fff;
	padding:13px 13px;
}
.ContactHidden input[type="text"], .ContactHidden textarea, .ContactHidden .email {
	border: 1px solid #ccc;
	width: 300px;
}
/*-----------------Hidden Contact Form Ends-------------------------------------------*/
/*-----------------Inner Pages Start-------------------------------------------*/
.Inside_Pages {
	width:80%;
	margin:0 auto;
}
.Bredcum {
	background-image: url(../images/7.png);
	height:50px;
	color:#000;
	font-size:1.22em;
	font-weight:bold;
	font-style:italic;
	padding:15px;
}
.InnerPagePadding{padding:0px 6px;}
ul.icons-list {
	margin-bottom: 6px;
	line-height:24px;
}
ul.icons-list li {
	margin-bottom: 4px;
	font-size:1.1em;
}
ul.icons-list li i {
	font-size: 14px;
	margin-right: 4px;
	padding-left:10px;
	margin-top:4px;
	color:#012268;
}
.Inside_Pages h3 {
	padding:10px 10px 0px 10px;
	font-size:1.60em;
}
.Inside_Pages p {
	font-size:1.22em;
	line-height:20px;
	padding:0px 10px 0px 10px;
}
.Inside_Pages h4 {
	padding:0px;
	margin-left:204px;
	font-size:1.22em;
}
.VisMis{line-height:35px;font-size:2.22em;font-style: italic;padding-top: 33px;text-align: center;}
.columnReason{padding:0px 7px 0px 7px;text-align:justify;font-size:0.88em;}
.Inside_Pages .vision {
	color:#012268;
}
.page1 {
	background-color:#fff;
	font-family: verdana !important;
}
.Inside_Pages {
	box-shadow: 3px 5px 12px 2px #2e3656;
	border:1px solid #ccc;
	margin-bottom:24px;
	border-radius: 5px;
	padding-bottom: 22px;
}
.animated.delay-01 {
	animation-delay: 0s;
}
.fadeIn {
	animation-name: fadeIn;
}
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.service-center {
	text-align: center;
}
.service-box {
	/*margin-bottom: 35px;*/
}
.service-box > div:first-child {
	padding:0px;
}
.service-center .service-icon {
	margin-bottom: 14px;
}
.icon-large {
	color: #666;
	font-size: 3em;
	transition-delay: 0s;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: ease-in-out;
	text-shadow: 0 0 0 #38cbcb;
}
.service-center .service-icon i {
	display: inline-block;
}
.icon-large:hover, .service-box:hover .icon-large {
	color: #FC0102;
}
.icon-large:hover, .service-box:hover .icon-large {
	text-shadow: 5px 5px 2px rgba(255, 255, 255, 0);
}
.ServicesOffered {
	margin-top:40px;
}
.CareerList{list-style-type:square!important;padding:0px 13px;line-height:23px;}
.CareerPara p{padding-top:10px;font-size:1em;}
.read-more {
	color: #FC0102;
}
.read-more:hover {
	color: #012268;
}
.read-more {
	transition-delay: 0s;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: ease-in-out;
}
.service-content>p{text-align:justify; font-size:0.97em;}
.ServicesOfferedButton{padding:0px 5.5%;}
.ServicesOfferedButton h3{text-align:center;color:#FC0102;}
.ServicesOfferedButton input[type="button"]{border:1px solid #ccc; border-radius:5px!important; background-color:#012268;margin:5px 5px;padding:5px 5px;text-align:center;line-height:32px;color:#fff; cursor:text;}
.CareerTitle{color:#FC0102;}
#content {
	padding-bottom: 60px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 60px;
}
.classic-title {
	border-bottom-color: #eee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: 300;
	margin-bottom: 16px;
	padding-bottom: 8px;
}
.classic-title span {
	border-bottom-color: #012268;
}
.classic-title span {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: 400;
	padding-bottom: 8px;
}
#contact-form {
	padding-top:6px;
}
#AppointForm input[type="text"],#AppointForm textarea, #AppointForm input[type="email"], #contact-form input[type="text"], #contact-form textarea, #contact-form input[type="email"] {
	border: 1px solid #eee;
	color: #012268;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	margin-bottom: 10px;
	outline-color: -moz-use-text-color;
	padding: 7px 14px;
	transition-delay: 0s;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: ease-in-out;
	width: 100%;
	background:#d1d8e7;
}
#AppointForm{padding: 25px 208px;}
.btn-system {
	background-color: #FC0102;
	width: auto;
	border: 1px solid #ccc;
	border-radius: 3px;
	border-bottom-style: none;
	border-bottom-width: 0;
	border-image-outset: 0 0 0 0;
	border-left-style: none;
	border-left-width: 0;
	border-right-style: none;
	border-right-width: 0;
	border-top-style: none;
	border-top-width: 0;
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	margin-right: 5px;
	text-transform: uppercase;
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease-in-out;
}
.btn-large {
	font-size: 14px;
	padding-bottom: 9px;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 9px;
}
.hr1 {
	height: 1px;
	margin-bottom: 10px;
}
.CareerPara > .or {
    color: #fc0102;
    font-size: 1.66em;
    text-align: center;
	text-decoration:underline;
}

/*-----------------Inner Pages End-------------------------------------------*/

/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1060px) {
 .main {
 width: auto;
 margin: 0 0 57px;
}
 body {
 min-width: 960px;
}
}
 @media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}
 .block1 {
 width: 164px;
}
 .map address+address {
 float: left;
 margin-left: 30px;
}
 .map figure, .map figure iframe, #form input, #form textarea, #form .success {
 width: 100% !important;
 float: none !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}
 .extra_wrapper {
 overflow: visible;
}
 .map figure {
 margin-bottom: 15px;
}
 .nowrap {
 white-space: normal;
}
 .pad1 {
 padding-right: 0;
}
 .block3 {
 padding-right: 0;
}
 .flex-direction-nav {
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
}
 .flex-direction-nav li a {
 display: block;
 float: left;
 width: 0px;
 height: 0px;
 text-indent: -1000px;
 margin-top: 80px;
 width: 0px;
 border-style: solid;
 border-width: 30px 40px 30px 0;
 border-color: transparent #ff5141 transparent transparent;
}
 .flex-direction-nav li a:hover {
 opacity: 0.5;
}
 .flex-direction-nav li {
 float: left;
 margin: 0 5px;
}
 .flex-direction-nav li+li {
 float: right;
}
.flex-direction-nav li+li>a {
 display: block;
 float: left;
 float: right;
 width: 0px;
 height: 0px;
 border-style: solid;
 border-width: 30px 0 30px 40px;
 border-color: transparent transparent transparent #ff5141;
}
footer .container_12 {
width: 995px;
}
.sf-menu > li > a {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 9px;
}
.sf-menu > li {
 font-size: 10px;
}
.flexslider .slides img {
 width: 100%;
}

.Tagline {
padding-left:50px;
}
.ServOff li{font-size:0.9em!important;}
.consultancy-help 
{
top: 330px;
}
.CallSection {
    background-image: none;
	background-color:#ccc;
	}
}
 @media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}
 .flexslider {
 margin-right: 0 !important;
}
 .video_block + .video_block {
 margin-top: 0;
}
 .style1 {
 margin-bottom: 30px;
}
 .video_block {
 margin-bottom: 63px;
}
 .blog+.blog {
 margin-top: 0;
}
 .blog {
 margin-bottom: 40px;
}
 .bl1 .blog {
 margin-bottom: 0;
}
 .map address {
 float: none;
 margin-left: 0 !important;
}
 .map address +address {
 margin-top: 30px;
}
 header h1 {
 display: block;
 width: auto;
 position: relative;
 height: auto;
}
 .img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}
 h1 a {
 max-width: 90%;
}
 .img_inner img {
 width: 100%;
}
 header h1 {
 margin-bottom: 20px;
 float: none;
 position: relative !important;
 left: auto;
 top: auto;
 right: auto;
 bottom: auto;
}
 header h1 {
}
 header h1 a {
 width: auto;
 display: inline-block;
 height: auto;
}
 header h1 a img {
}
 .map {
 padding-right: 0px !important;
}
 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 margin-right: 0;
}
 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}
 .img_inner {
 margin-top: 30px !important;
}
 .camera_pag {
 right: 50%;
 margin-right: -180px;
}
 .block1 {
 float: left;
 width: 33.3%;
}
 .block1 img {
 width: 100%;
}
 #owl {
 margin-top: 0;
}
 .map {
 margin-bottom: 30px;
}
footer .container_12 {
width: 767px;
}
.sf-menu > li > a {
 padding-left: 22px;
 padding-right: 29px;
 padding-top: 9px;
}
.sf-menu > li {
 font-size: 11px;
}
.flexslider .slides img {
 width: 100%;
}

.Tagline {
padding-left:50px;
}
.ServOff li{font-size:0.9em!important;}
.donate { padding: 15px 133px 17px!important;}
.CallSection {
    background-image: none;
	background-color:#ccc;
	}
}

@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}
 .block1 a {
 font-size: 26px;
}
 #owl .item img {
 width: 100%;
}
 .socials {
 float: none;
 margin-bottom: 20px;
}
 .flex-direction-nav li a {
 margin-top: 40px;
}
 .AskMe input[type="button"] {
 padding-left: 72px;
 padding-right: 72px;
}
 .socials {
padding:0% 28%;
}
.copy h1 a img {
 width: 31%;
 margin:0% 0% 0% 25%;
}
#InnerThreeGrid .grid_4 {
 width: 293px;
}
#CopyContent {
margin:0% 0% 0% 25%;
}
footer .container_12 {
width: 479px;
}
.container .donate {
 font: 600 18px/24px!important;
 padding:15px 55px!important;
}
.FormAppointment .CitySelect1, .FormAppointment .CitySelect2{width: 127px;}
.FormAppointment input[type="submit"]{font-size: 12px;padding: 8px 4px;}
.Tagline {
padding-left:50px;
}
.consultancy-help {
    display: none;
	}
#AppointForm{padding: 20px 7px;}
.CallSection {background-image:none;background-color:#ccc; height: 180px!important; margin-right: 0px!important;}
.Appoint h3 {margin-left:0px;}
}
 @media only screen and (min-device-width : 300px) and (max-device-width : 479px) {
col-lg-12 a.donate {
padding-left:0px!important;
padding-right:0px!important;
width: 290px!important;
}
.Appoint h3 {
 padding-top:10px!important;
 padding-bottom:10px;
 font-size:17px;
 text-align:center;
 margin-left:0px;
}

.FormAppointment {
padding-top:0px;
}
.FormAppointment input[type="text"] {
width:166px;
margin-top: 0px;
}
.FormAppointment input[type="submit"] {
padding-left:11px;
padding-right:11px;
}
.FormAppointment select {
width:166px!important;
margin-top: 0px;
}
.CallSection {
    margin: 13px 42px 0 10px;
    width: 178px;
}
.CallSection .CallFont {
    font-size: 0.66em;
}
.text1 {
    font: 300 27px/30px "Open Sans",sans-serif;
}
.BannerParagraph .BannerPara2, .BannerParagraph .BannerPara3  {
    padding-left: 15px;
	margin-left: 0px;
}
.AskMe input[type="button"] {
 padding-left: 38px;
 padding-right: 38px;
}
.socials {
 padding:0px;
}
.copy h1 a img {
 margin-left: 15%;
}
#CopyContent {
margin:0px 0px 0px 19px;
}
.container .donate {
 font: 600 18px/24px!important;
 padding:15px 62px!important;
}

.Tagline {
padding-left:50px;
}
.consultancy-help {
    display: none;
	}
	
footer .FooterNav{line-height:25px;margin-top:-17px;}
#AppointForm{padding: 20px 7px;}
.CallSection {background-image:none;background-color:#ccc;}
}
@media only screen and (min-device-width : 767px) and (max-device-width : 1023px) {
.container .donate {
padding: 20px 233px;
margin-top:25px;
}
.MobUnit {
width:54%;
float:left;
}
.AskMe {
width:45%;
float:left;
}
.AskMe input[type="button"] {
padding: 20px 75px;
}
.alright {
padding-left: 205px;
text-align:center;
}
.flex-direction-nav {
top: 68px;
}

.Tagline {
padding-left:50px;
}
.consultancy-help 
{
top: 330px;
}
.FormAppointment .CitySelect1
{
width: 95%;
}
.FormAppointment .CitySelect2, .FormAppointment input[type="text"]
{
width: 100%;
}
.FormAppointment input[type="submit"] 
{
margin: 16px 195px 0px 195px;
}
.gallery_img   img{
	width: 100%;
	height: 235px;
	margin: 2px;
	overflow: hidden;
	padding-top: 12px;
}
.FooterNav{text-align:center;}
#AppointForm{padding: 20px 7px;}
.CallSection {margin: 13px 0 0 148px;}
.CallSection .CallSectionCentreOr {margin-left: -205px;}
.CallSection .CallSectionCentre {margin-left: -205px;font-size:0.8em;}
}
@media only screen and (min-width : 320px) {
.AskMe input[type="button"] {
    padding-left: 32px;
    padding-right: 32px;
}
.FooterNav ul li a {
    font-size: 1em;
	}
.socials {
    padding: 0 9%;
}
.gallery_img   img{
	width: 100%;
	height: 235px;
	margin: 2px;
	overflow: hidden;
	padding-top: 12px;
}
}
@media only screen and (max-width : 1024px)
{
.CallSection {background-image:none;background-color:#ccc;}
.gallery_img   img{
	width: 100%;
	height: 235px;
	margin: 2px;
	overflow: hidden;
	padding-top: 12px;
}
}
