@import url(https://fonts.googleapis.com/css?family=Bitter:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600,300);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);
* {
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
}
 / header {
 width: 100%;
 float: left;
}
.hdrmain {
	width: 100%;
	float: left;
}
.logo {
	margin: 12px 0 12px 0;
}
.sldrRow {
	background: #f2b500;
	width: 100%;
	float: left;
}
.findyrDrmRow {
	width: 100%;
	float: left;
	text-align: center;
	padding: 20px 20px 20px 20px;
}
.btns {
	margin: 0 auto;
	float: none !important;
}
.findyrDrmRow h2 {
	color: #000;
	line-height: 80px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	background: url(/templates/default/images/h2btmline.png) bottom center no-repeat;
}
.srchthLsRow {
	width: 100%;
	float: left;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	background: #f8f8f8;
	padding: 55px 0 30px 0;
}
.srchthLsRowP {
	width: 76%;
	float: left;
}
.propForm {
	width: 100%;
	float: left;
}
.noPad {
	padding: 0 !important;
}
.selectbox {
	display: block;
	border-radius: 3px;
	width: 100%;
	float: left;
	height: 37px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efede3+0,f8f7f2+100 */
	background: rgb(239,237,227); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWRlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY3ZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(239,237,227,1) 0%, rgba(248,247,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(239,237,227,1)), color-stop(100%, rgba(248,247,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(239,237,227,1) 0%, rgba(248,247,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(239,237,227,1) 0%, rgba(248,247,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(239,237,227,1) 0%, rgba(248,247,242,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(239,237,227,1) 0%, rgba(248,247,242,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efede3', endColorstr='#f8f7f2', GradientType=0 ); /* IE6-8 */
}
.selectbox select {
	background-image: url(/templates/default/images/select.png);
}
.selctWd {
	width: 40% !important;
}
.inputWd {
	width: 20% !important;
}
.advSearch {
	width: 100%;
	float: left;
	text-transform: uppercase;
	font-size: 14px;
}
.advSearch a {
	color: #818181;
}
.btns {
	margin: 10px 0 0 0;
}
.btns a {
	margin: 0 0 10px 0;
}
.srchthLsRowMn {
	width: 100%;
	float: left;
}
.pcbox {
	width: 100%;
	float: left;
	text-align: center;
}
.youtubRow {
	width: 100%;
	float: left;
	padding: 66px 0 55px 0;
}
.youtbRt {
	width: 100%;
	float: left;
	padding: 0 0 0 20px;
}
.youtbRt h4 {
	border-bottom: 2px solid #818181;
	margin: 5px 0 15px 0;
}
.fourIconRw {
	width: 100%;
	float: left;
	background: #f6f6f6;
	padding: 70px 0 90px 0;
}
.fourBoxMn {
	text-align: center;
}
.fourBoxMn .fourBoxIcon img {
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.fourBoxMn:hover .fourBoxIcon img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.fourBoxIcon {
	width: 100%;
	float: left;
	padding: 0 0 25px 0;
}
.fourBoxMn h6 {
	width: 100%;
	float: left;
	text-transform: uppercase;
}
.fourBoxMn {
	padding: 0 0.625em;
}
.getinTouch {
	width: 100%;
	float: left;
	padding: 50px 0 30px 0;
}
.threeBoxRow {
	width: 100%;
	float: left;
}
.threeBoxRowMn {
	width: 100%;
	float: left;
	text-align: center;
}
.threeBoxhD {
	width: 100%;
	float: left;
}
.threeBoxhD h3 {
	text-align: center;
	background: rgba(255, 255, 255, 1) url(/templates/default/images/getintouchline.png) left center repeat-x;
	padding: 0 8%;
	display: inline-block;
}
.threeBoxRow h3 span {
	background: #fff;
	padding: 0 8%;
	display: block;
}
.threeBox {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}
.threeBox p a {
	color: #818181;
}
.threeBox p a:hover {
	color: #436dc1;
}
.threeBoxImg {
	width: 100%;
	float: left;
	min-height: 80px;
	text-align: center;
}
.getTouchbtns {
	margin: 0 auto;
	float: none;
	text-align: center;
	width: 100%;
	float: left;
}
.whatourcustRow {
	width: 100%;
	float: left;
	background: #f8f8f8;
	padding: 30px 0 30px 0;
}
.whatcusthd {
	width: 100%;
	float: left;
	text-align: center;
}
.whatcusthd h2 {
	background: url(/templates/default/images/getintouchline.png) left center repeat-x;
	display: inline-block;
	padding: 0 8%;
}
.whatcusthd h2 span {
	background: #f8f8f8;
	padding: 0 8%;
	display: inline-block;
}
.whatourcustmain p {
	text-align: center;
	width: 100%;
	float: left;
}
.whatourcustmain smap {
	color: #000;
	font-size: 0.875rem;
	font-weight: bold;
	display: block;
	text-align: center;
}
.leftRtArrow {
	width: 100%;
	float: left;
	text-align: center;
	margin: 20px 0 0 0;
}
.leftRtArrow a {
	display: inline-block;
}
footer {
	width: 100%;
	float: left;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#242933+0,171c26+100 */
	background: rgb(36,41,51); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0MjkzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzFjMjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(36,41,51,1) 0%, rgba(23,28,38,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(36,41,51,1)), color-stop(100%, rgba(23,28,38,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(36,41,51,1) 0%, rgba(23,28,38,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(36,41,51,1) 0%, rgba(23,28,38,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(36,41,51,1) 0%, rgba(23,28,38,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(36,41,51,1) 0%, rgba(23,28,38,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242933', endColorstr='#171c26', GradientType=0 ); /* IE6-8 */
}
.ftrMain {
	width: 100%;
	float: left;
	padding: 45px 0 80px 0;
}
.ftrmianbox {
	width: 100%;
	float: left;
}
.ftrmianbox p {
	color: #fff;
	line-height: 20px;
	font-size: 0.9375rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.ftrmianbox h6 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 0.9375rem !important;
}
.ftrmenu {
	width: 100%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.ftrmenu ul {
	margin: 0;
}
.ftrmenu ul li {
	width: 100%;
	float: left;
	list-style-position: inside;
	line-height: 18px;
}
.ftrmenu ul li a {
	font-size: 0.9375rem;
	color: #fff;
}
.ftrmenu ul li a:hover {
	color: #436dc2;
}
.socialIcon {
	width: 100%;
	float: left;
}
.socialIcon h6 {
	float: right;
}
.socialIcon ul {
	margin: 0;
	float: right;
	margin: 10px 0 0 0;
}
.socialIcon ul li {
	float: left;
	list-style: outside none none;
	padding: 0 0 0 0;
	width: 30px;
	margin: 0 0 0 10px;
}
.socialIcon ul li a img:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.ftrlogo {
	width: 100%;
	float: left;
	text-align: right;
	margin: 20px 0 0 0;
}
.nodiv {
	display: block;
}
.responodiv {
	display: none;
}
 @media only screen and (min-width :100px) and (max-width : 480px) {
h1 {
	font-size: 26px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color: #000;
}
h2 {
	color: #000;
	font-size: 30px !important;
	line-height: 45px !important;
}
h3 {
	font-size: 32px !important;
}
h4 {
	font-size: 26px !important;
	line-height: 32px !important;
}
h5 {
}
h6 {
}
p {
	font-size: 16px !important;
	line-height: 24px !important;
}
button.expand, .button.expand {
	width: auto !important;
	padding-right: 15px !important;
	padding-left: 15px !important;
}
.logo {
	text-align: center;
	float: left;
	width: 100%;
	margin: 15px 0;
}
.findyrDrmRow {
	padding: 10px 0;
}
.findyrDrmRow h2 {
	line-height: 40px;
}
.srchthLsRow {
	padding: 20px 0;
}
.srchthLsRowMn h4 {
	text-align: center;
}
.srchthLsRowP {
	text-align: center;
	width: 100%;
}
.selctWd {
	width: 100% !important;
	margin: 0 0 15px 0 !important;
}
.inputWd {
	width: 100% !important;
}
.btns a {
	display: inline-block;
	float: none !important;
}
.btns {
	width: 100%;
	float: left;
	text-align: center;
}
.advSearch {
	text-align: center;
}
.youtubRow {
	padding: 35px 0 15px 0;
}
.youtbRt {
	padding: 0;
	text-align: center;
}
.fourIconRw {
	padding: 30px 0;
}
.getinTouch {
	padding: 30px 0;
}
.ftrMain {
	padding: 30px 0;
}
.ftrmianbox p {
	text-align: center;
}
.ftrmianbox {
	text-align: center;
	margin: 10px 0 0 0;
}
.socialIcon {
	width: 100%;
	float: left;
}
.socialIcon h6 {
	float: none
}
.socialIcon ul {
	float: none;
	width: 100%;
	text-align: center;
}
.socialIcon ul li {
	display: inline-block;
	float: none;
}
.ftrlogo {
	text-align: center;
}
.nodiv {
	display: none;
}
.responodiv {
	display: block;
	margin: 20px 0 0 0;
	width: 100%;
	float: left;
}
.orbit-caption {
	background: rgba(0,0,0,0.5);
	left: 3%;
	padding: 15px 15px 25px 15px;
}
.orbit-caption h3 {
	line-height: 40px;
}
.orbit-caption h5 {
	font-size: 31px;
	line-height: 30px;
	margin: 7px 0 10px;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
	left: 6% !important;
	padding: 15px 15px 25px !important;
	top: 31% !important;
}
.orbit-caption h5 {
	font-size: 26px !important;
	margin: 0px 0 15px !important;
}
.orbit-caption h3 {
	font-size: 30px !important;
	line-height: 40px !important;
	margin: 0;
}
.orbit-caption p {
	display: none;
}
body > .top-bar .top-bar-section {
	display: none;
}
body > .top-bar.expanded .top-bar-section {
	display: block;
}
body > nav > .top-bar-section ul li > a {
	padding: 3px 0 3px 0.9375rem;
}
.toggle-topbar.menu-icon {
	margin: 6px 0 0 0 !important;
	top: 0px !important;
	position: relative !important;
}
}
@media only screen and (min-width : 481px) and (max-width : 600px) {
.logo {
	text-align: center;
	float: left;
	width: 100%;
	margin: 15px 0;
}
h2 {
	color: #000;
	font-size: 30px !important;
	line-height: 45px !important;
}
h3 {
	font-size: 32px !important;
}
h4 {
	font-size: 26px !important;
	line-height: 32px !important;
}
button.expand, .button.expand {
	width: auto !important;
	padding-right: 15px !important;
	padding-left: 15px !important;
}
.srchthLsRowMn {
	text-align: center;
}
.srchthLsRowMn p {
	width: 100%;
	text-align: center;
}
.propForm {
	width: 70%;
	float: none;
	margin: 0 auto;
}
.selctWd {
	width: 100% !important;
}
.inputWd {
	width: 100% !important;
}
.youtbRt {
	padding: 0;
}
.ftrMain {
	padding: 30px 0;
}
.ftrmianbox p {
	text-align: center;
}
.ftrmianbox {
	text-align: center;
	margin: 10px 0 0 0;
}
.socialIcon {
	width: 100%;
	float: left;
}
.socialIcon h6 {
	float: none
}
.socialIcon ul {
	float: none;
	width: 100%;
	text-align: center;
}
.socialIcon ul li {
	display: inline-block;
	float: none;
}
.ftrlogo {
	text-align: center;
}
.nodiv {
	display: none;
}
.responodiv {
	display: block;
	margin: 20px 0 0 0;
	width: 100%;
	float: left;
}
.selctWd {
	width: 100% !important;
	margin: 0 0 15px 0 !important;
}
.orbit-caption {
	background: rgba(0,0,0,0.5);
	left: 3%;
	padding: 15px 15px 25px 15px;
}
.orbit-caption h3 {
	line-height: 40px;
}
.orbit-caption h5 {
	font-size: 31px;
	line-height: 30px;
	margin: 7px 0 10px;
}
body > .top-bar .top-bar-section {
	display: none;
}
body > .top-bar.expanded .top-bar-section {
	display: block;
}
body > nav > .top-bar-section ul li > a {
	padding: 3px 0 3px 0.9375rem;
}
.toggle-topbar.menu-icon {
	margin: 6px 0 0 0 !important;
	top: 0px !important;
	position: relative !important;
}
}
@media only screen and (min-width : 601px) and (max-width : 767px) {
h1 {
	font-size: 26px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color: #000;
}
h2 {
	color: #000;
	font-size: 36px !important;
	line-height: 45px !important;
}
h3 {
	font-size: 32px !important;
}
h4 {
	font-size: 26px !important;
	line-height: 32px !important;
}
.findyrDrmRow {
	padding: 10px 0;
}
.findyrDrmRow h2 {
}
button.expand, .button.expand {
	width: auto !important;
	padding-right: 15px !important;
	padding-left: 15px !important;
}
.srchthLsRow {
	padding: 20px 0;
}
.srchthLsRowMn h4 {
	text-align: center;
}
.srchthLsRowMn p {
	width: 100%;
	text-align: center;
}
.propForm {
	width: 60%;
	margin: 0 auto;
	float: none;
}
.selctWd {
	width: 100% !important;
	margin: 0 0 20px 0;
}
.inputWd {
	width: 100% !important;
}
.btns {
	width: 100%;
	float: left;
	text-align: center;
}
.btns a {
	display: inline-block !important;
	float: none !important;
}
.youtubRow {
	padding: 30px 0;
}
.youtbRt h4 {
	line-height: 40px !important;
}
.fourIconRw {
	padding: 30px 0;
}
.fourIconRw .large-3 {
	width: 50% !important;
}
.getinTouch {
	padding: 30px 0;
}
.ftrMain {
	padding: 30px 0;
}
.ftrMain .large-3 {
	width: 50% !important;
}
.ftrMain .large-2 {
	width: 50% !important;
}
.ftrMain .large-4 {
	width: 50% !important;
}
.socialIcon {
	margin: 20px 0 0 0;
}
.socialIcon h6 {
	float: left;
}
.socialIcon ul {
	float: left;
}
.ftrlogo {
	text-align: left;
}
.top-bar-section ul {
	width: 100% !important;
	float: left;
}
.logo {
	width: 100%;
	float: left;
	text-align: left;
}
.customLogo {
	margin: 0% !important;
	width: 100% !important;
}
.top-bar-section li:not(.has-form) a:not(.button) {
	padding: 0 12px;
	font-size: 13px;
}
.orbit-caption {
	background: rgba(0,0,0,0.5);
	left: 3%;
	padding: 15px 15px 25px 15px;
}
.orbit-caption h3 {
	line-height: 40px;
}
.orbit-caption h5 {
	font-size: 31px;
	line-height: 30px;
	margin: 7px 0 10px;
}
.top-bar-section .left li .dropdown {
	left: 0px;
}
.top-bar-section .dropdown li a {
	line-height: 35px !important;
}
.top-bar-section .has-dropdown > a::after {
	display: none !important;
}
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
h2 {
	font-size: 36px !important;
}
h4 {
	font-size: 30px !important;
}
.findyrDrmRow h2 {
	line-height: 60px;
}
.hdrmain .large-4 {
	width: 32% !important;
}
.hdrmain .large-8 {
	width: 68% !important;
}
.top-bar-section ul li > a {
	font-size: 13px !important;
	padding: 0 20px !important;
}
button.expand, .button.expand {
	width: auto !important;
	padding-right: 15px !important;
	padding-left: 15px !important;
}
.srchthLsRow {
	padding: 40px 0;
}
.srchthLsRow .large-8 {
	width: 60% !important;
}
.srchthLsRow .large-4 {
	width: 40% !important;
}
.srchthLsRowP {
	width: 100% !important;
}
.propForm .selctWd {
	width: 45% !important;
	padding: 0 5px !important;
}
.propForm .inputWd {
	width: 50% !important;
	padding: 0 5px !important;
}
.youtubRow .large-5 {
	width: 50% !important
}
.youtubRow .large-7 {
	width: 50% !important;
}
.youtbRt {
	padding: 0;
}
.youtubRow {
	padding: 30px 0;
}
.fourIconRw {
	padding: 30px 0;
}
.fourIconRw .large-3 {
	width: 50% !important
}
.getinTouch {
	padding: 30px 0;
}
.threeBoxRowMn .large-4 {
	width: 33% !important;
}
.ftrMain {
	padding: 30px 0;
}
.ftrMain .large-3 {
	width: 50% !important;
}
.ftrMain .large-2 {
	width: 50% !important;
}
.ftrMain .large-4 {
	width: 50% !important;
	margin: 20px 0 0 0;
}
.socialIcon h6 {
	float: left;
}
.socialIcon ul {
	float: left;
}
.ftrlogo {
	text-align: left;
}
.orbit-caption {
	background: rgba(0,0,0,0.5);
	left: 3%;
	padding: 15px 15px 25px 15px;
}
.orbit-container .orbit-prev {
	left: 0px;
}
.orbit-container .orbit-next {
	right: 0px;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
	top: 28% !important;
}
.orbit-caption h3 {
	line-height: 40px;
}
.orbit-caption h5 {
	font-size: 41px;
	line-height: 30px;
	margin: 7px 0 10px;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
	padding: 0.625rem 0.875rem 1.625rem !important;
}
.customLogo {
	margin: 10px 0 0 0;
	float: left;
	white-space: nowrap;
	color: #436dc2;
	font-size: 30px !important;
}
.top-bar-section .left li .dropdown {
	left: 0px;
}
.top-bar-section .dropdown li a {
	line-height: 35px !important;
}
.top-bar-section .has-dropdown > a::after {
	display: none !important;
}
}
@media only screen and (min-width : 1024px) and (max-width : 1100px) {
h2 {
	font-size: 36px !important;
	line-height: 60px !important;
}
h5 {
	font-size: 20px !important;
}
h6 {
	font-size: 15px !important;
}
button.expand, .button.expand {
	width: auto !important;
	padding-right: 15px !important;
	padding-left: 15px !important;
}
.hdrmain .large-4 {
	width: 30% !important;
}
.hdrmain .large-8 {
	width: 70% !important;
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
	line-height: 90px !important;
}
.btns {
	width: 100% !important;
}
.srchthLsRow {
	padding: 40px 0;
}
.srchthLsRow .large-8 {
	width: 60% !important;
}
.srchthLsRow .large-4 {
	width: 40% !important;
}
.srchthLsRowP {
	width: 100% !important;
}
.propForm .selctWd {
	width: 34% !important;
	padding: 0 5px !important;
}
.propForm .inputWd {
	width: 22% !important;
	padding: 0 5px !important;
}
.srchthLsRowMn .large-3 {
	width: 100% !important;
}
.youtubRow .large-5 {
	width: 50% !important;
}
.youtubRow .large-7 {
	width: 50% !important;
}
.youtbRt {
	padding: 0;
}
.youtbRt .large-3 {
	width: 100% !important;
}
.fourIconRw {
	padding: 40px 0;
}
.getinTouch {
	padding: 30px 0;
}
.fourIconRw .large-3 {
	width: 25% !important;
}
.threeBoxRowMn .large-4 {
	width: 33% !important;
}
.ftrMain .large-3 {
	width: 25% !important;
}
.ftrMain .large-2 {
	width: 20% !important;
}
.ftrMain .large-4 {
	width: 30% !important;
}
.customLogo {
	margin: 10px 0 0 0;
	float: left;
	white-space: nowrap;
	color: #436dc2;
	font-size: 40px !important;
	width: 100%;
}
.top-bar-section .left li .dropdown {
	left: 0px;
}
.top-bar-section .dropdown li a {
	line-height: 35px !important;
}
.top-bar-section .has-dropdown > a::after {
	display: none !important;
}
}
/********************************Slider*******************/
.orbit-caption h3 {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 45px;
	line-height: 50px;
	margin: 0;
}
.orbit-caption h5 {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 50px;
	margin: 5px 0 15px 0;
}
.orbit-caption p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	margin: 0 0 15px 0;
}
.orbit-caption a {
	background: #436dc1 none repeat scroll 0 0;
	border-radius: 5px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	padding: 8px 22px 9px;
}
.orbit-caption a:hover {
	background: #2759bd;
}
.orbit-caption a:hover {
	color: #fff;
}
.orbit-container .orbit-timer {
	display: none !important;
}
.orbit-container .orbit-slide-number {
	display: none !important;
}
.touchBtn {
	float: none !important;
	margin: auto !important;
}
.whatourcustmain .orbit-container {
	float: left;
}
.whatourcustmain .orbit-container .orbit-prev {
	background: rgba(0, 0, 0, 0) url("/templates/default/images/leftArrow.png") no-repeat scroll 0 0;
}
.whatourcustmain .orbit-container .orbit-next {
	background: rgba(0, 0, 0, 0) url("/templates/default/images/rightArrow.png") no-repeat scroll 0 0;
	background-position: top right !important;
}
.whatourcustmain .orbit-container ul li {
	padding: 0 10%;
}
.whatourcustmain .orbit-bullets-container {
	display: none;
}
.topBorderColor {
	border-top: 20px solid #f2b500;
	float: left;
	width: 100%;
}

.topBorderColor.innerpages {
	padding-top:20px; 
}

li.divider {
	display: none !important;
}
#menu_login {
	display: none !important;
}
.custMenu {
	display: none;
}
.customLogo {
	white-space: nowrap;
	text-align: left;
	font-family: 'Bitter', serif;
	color: #436dc2;
	font-size: 47px;
}
.ftrmianbox h6 a {
	color: #fff;
}
.ftrmianbox h6 a:hover {
	color: #fff;
	text-decoration: underline;
}
.customLogo {
	margin: 0 0%;
	width: 100%;
}
 @media only screen and (min-width : 1101px) and (max-width : 3000px) {
.customLogo {
	margin: 0 10%;
	width: 80%;
}
.customHead1 .customLogo {
	margin-left: 0px;
}
}
 @media only screen and (min-width : 100px) and (max-width : 600px) {
body > nav.top-bar .title-area {
	float: left;
	width: 100%;
}
body > nav.top-bar .title-area .name {
	display: none;
}
body > nav.top-bar .top-bar-section {
	display: none !important;
}
body > nav.top-bar.expanded .top-bar-section {
	display: block !important;
}
}
.customLogo {
	line-height: 80px;
}
.top-bar-section ul.left {
	float: right !important;
}
/****/
.customHead1Call {
	display: none;
}
.customHead1 .customHead1Call {
	display: block;
	margin: 35px 0 0 0;
	float: right;
	width: auto;
}
.customHead2 .callToday {
	display: none;
}
.customHead1 .logo {
	margin: 0px 0 0;
	float: left;
	width: 50%;
}
.customHead2 .top-bar-section ul.left {
	float: left !important;
	margin-top: 10px;
}
.customHead2 .top-bar .top-bar-section ul li a {
	line-height: 12px !important;
	padding: 16px 18px
}
.customHead2 .top-bar .top-bar-section .has-dropdown .dropdown li.has-dropdown > a::after {
	top: 20px;
}
@media only screen and (min-width : 100px) and (max-width : 600px) {
.customHead1 .logo {
	width: 100%;
}
}


body > .top-bar .top-bar-section ul.left{float:left !important;}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea{margin:0 0 1rem;}


@media only screen and (min-width : 601px) and (max-width : 725px) {
	
	body > nav > ul .toggle-topbar, body > nav > ul{display:none;}
	body > nav > .top-bar-section ul{width:auto !important;}
	body > nav > .top-bar-section ul li{display:inline-block;}
	body > nav > .top-bar-section ul li a {
    color: #fff !important;
    font-size: 11px !important;
    padding: 0 3px !important;
}
	}


@media only screen and (min-width : 726px) and (max-width : 930px) {
	
	body > nav > ul .toggle-topbar{display:none;}
	body > nav > .top-bar-section ul{width:auto !important;}
	body > nav > .top-bar-section ul li{display:inline-block;}
	body > nav > .top-bar-section ul li a {
    color: #fff !important;
    font-size: 12px !important;
    padding: 0 7px !important;
}
	}
	
	@media only screen and (min-width : 600px) and (max-width : 650px) {
		.top-bar .toggle-topbar.menu-icon{margin-top:4px;}
		.hdrmain .top-bar-section ul.left {
    float: left !important;
    margin-top: 42px !important;  
}
		}
