* {
	border: 0px;
}
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style-type: none;
	font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 162px 0px 0px 0px;
}
h1, h2, h3, h4, h5, h6 {
	color: #233468 !important;
}
.btn {
	background-color: #305b9a !important;
	border-color: #305b9a !important;
	color: #fff;
}
.btn:hover {
	background-color: #233468 !important;
	border-color: #233468 !important;
	color: #233468;
}
textarea {
	resize: none;
}
img {
	max-width: 100%;
}
a:focus {
	outline: none;
}
a:hover {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
}
header {
	padding: 30px 0px 0px 0px;
	margin: 0px;
	background-color: #fff;
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 99;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.logo {
	float: left;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.logo img {
	width: 280px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.phBox {
	float: right;
	padding-top: 10px;
	font-size: 15px;
	font-family: MyriadProRegular;
	color: #305b9a;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.phBox a {
	color: #305b9a;
	text-decoration: none;
}
.phBox a:hover {
	color: #233468;
	text-decoration: none;
}
.phBox .fa {
	color: #fff;
	font-size: 17px;
	padding: 0px;
	margin-right: 8px;
	border: 1px solid #233468;
	border-radius: 50%;
	line-height: 35px;
	height: 35px;
	width: 35px;
	text-align: center;
	background-color: #233468;
}
.phBox span {
	padding-left: 20px;
}
.headerFix {
	padding: 15px 0px 0px 0px;
	transition: all 0.3s ease-in-out 0.1s;
}
.headerFix .logo img {
	width: 180px;
	transition: all 0.3s ease-in-out 0.1s;
}
.headerFix .phBox {
	padding-top: 0px;
	color: #305b9a;
}
.headerFix .phBox:hover {
	color: #233468;
}
.jumbotron {
	padding: 0px;
	margin-bottom: 0px;
	color: inherit;
	background-color: #eee;
	position: relative;
	height: 630px;
	background-image: url(../img/banner-image.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.jumbotron .textBox {
	position: absolute;
	left: 15%;
	top: 45%;
	width: 550px;
}
.jumbotron h1 {
	font-size: 48px;
	font-family: MyriadProSemibold;
	color: #000;
	padding-bottom: 15px;
}
.jumbotron p {
	margin-bottom: 0px;
	font-size: 16px;
	color: #000;
	font-family: MyriadProRegular;
	padding-bottom: 25px;
}
.jumbotron .formBox {
	position: absolute;
	right: 12%;
	top: 18%;
	background-color: #ffdfdf;
	width: 380px;
	padding: 15px;
	border: 10px solid #233468;
}
/*.jumbotron .formBox .conner {
	position: absolute;
	left: -44px;
	bottom: -15px;
}*/
.jumbotron .formBox h2 {
	color: #F70D1A;
	font-size: 25px;
	padding-bottom: 15px;
	font-family: MyriadProSemibold;
}
.jumbotron .formBox h3 {
	margin-bottom: 0px;
	font-size: 15px;
	color: #000;
	font-family: MyriadProRegular;
	padding-bottom: 20px;
}
.jumbotron .formBox .form-group {
	margin-bottom: 5px;
}
.jumbotron .formBox .form-control {
	height: 36px;
	padding: 7px 15px;
	font-size: 16px;
	color: #000;
	font-family: MyriadProRegular;
	border: 1px solid #dadada;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.jumbotron .formBox .form-control:focus {
	border-color: #96c3a2;
}
.jumbotron .formBox .form-control::-moz-placeholder {
 color: #b6babd;
 opacity: 1;
}
.jumbotron .formBox .form-control:-ms-input-placeholder {
 color: #b6babd;
}
.jumbotron .formBox .form-control::-webkit-input-placeholder {
 color: #b6babd;
}
.jumbotron .formBox textarea.form-control {
	height: auto;
}
.jumbotron .formBox .btn-default {
	background-color: #305b9a;
	border: none;
	border-radius: 2px;
	color: #fff;
	font-size: 15px;
	font-family: MyriadProSemibold;
	letter-spacing: 1px;
	margin-top: 2px;
	padding: 8px 40px;
	text-transform: uppercase;
	width: 100%;
	transition: all 1s ease 0s;
}
.jumbotron .formBox .btn-default:hover {
	background-color: #233468;
}
.bg-primary {
	background-color: #FFF;
	padding: 80px 0px;
}
.bg-primary.chooseUs {
	background-color: #FFF;
	padding: 50px 0px;
}
.bg-primary .thumbnail {
	padding: 0px;
	margin-bottom: 0px;
	border: none;
	border-radius: 0px;
}
.bg-primary figure {
	margin-bottom: 20px;
}
.bg-primary h2 {
	font-size: 20px;
	font-family: MyriadProSemibold;
	color: #000;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.bg-primary.chooseUs h2 {
	font-size: 30px;
	font-family: MyriadProSemibold;
	color: #000;
	padding-bottom: 20px;
}
.bg-primary.chooseUs h3 {
	font-size: 20px;
	font-family: MyriadProSemibold;
	color: #000;
	padding-bottom: 15px;
}
.bg-primary h2 a {
	color: #000;
	text-decoration: none;
}
.bg-primary h2 a:hover, .bg-primary h2 a:focus {
	color: #000;
	text-decoration: none;
}
.bg-primary p {
	font-size: 16px;
	font-family: MyriadProRegular;
	color: #626262;
	padding-bottom: 20px;
}
.bg-primary .thumbnail p {
	min-height: 90px;
}
.bg-primary.chooseUs p {
	font-size: 16px;
	font-family: MyriadProRegular;
	color: #626262;
	padding-bottom: 15px;
}
.bg-primary p a {
	color: #000;
}
.bg-primary p a:hover {
	text-decoration: underline;
}
.bg-primary .btn-default {
	background-color: #9b91c5;
	border-color: #9b91c5;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	font-family: MyriadProRegular;
	padding: 10px 30px;
	text-transform: uppercase;
}
.bg-primary .btn-default:hover, .bg-primary .btn-default:focus {
	background-color: #8679B9;
	border-color: #8679B9;
	color: #fff;
}
.bg-primary .list {
	padding: 0px;
	margin: 0px;
}
.bg-primary .list li {
	background-image: url("../img/arrow.png");
	background-position: left 0px;
	background-repeat: no-repeat;
	color: #626262;
	font-size: 16px;
	font-family: MyriadProRegular;
	padding-bottom: 10px;
	padding-left: 40px;
}
.bg-info {
	background-color: #fbc1bd;
	padding: 80px 0px;
}
.bg-info .midBox {
	background-color: #f8f6f5;
}
.bg-info .leftSide {
	padding: 40px 0px 0px 40px;
}
.bg-info .rightSide {
	padding: 0px;
}
.bg-info .sliderBox {
	overflow: hidden;
}
.bg-info h2 {
	font-size: 30px;
	font-family: MyriadProSemibold;
	color: #000;
	padding-bottom: 20px;
}
.bg-info .list {
	padding: 0px;
	margin: 0px;
}
.bg-info .list li {
	background-image: url("../img/arrow.png");
	background-position: left 0px;
	background-repeat: no-repeat;
	color: #7b7b7f;
	font-size: 18px;
	font-family: MyriadProRegular;
	padding-bottom: 20px;
	padding-left: 40px;
}
.bg-info h3 {
	color: #000;
	font-size: 22px;
	font-family: MyriadProRegular;
	padding-bottom: 10px;
}
.bg-info p {
	color: #7b7b7f;
	font-size: 18px;
	font-family: MyriadProRegular;
	padding-bottom: 10px;
}
.bg-info .item p {
	color: #7b7b7f;
	font-size: 17px;
	font-family: MyriadProRegular;
	padding-bottom: 10px;
	line-height: 19px;
}
.bg-info .testimonial .item {
	min-height: 250px;
}
.bg-info .carousel-control .fa {
	color: #000;
	font-size: 30px;
}
.bg-info .carousel-control.right, .bg-info .carousel-control.left {
	background: transparent;
	height: 20px;
	width: 20px;
	top: -50px;
	opacity: 1;
}
.bg-info .carousel-control.right {
	right: 10px;
	left: auto;
}
.bg-info .carousel-control.left {
	right: 30px;
	left: auto;
}
.mapBox {
	width: 100%;
	background-color: #000;
	height: 400px;
}
.addressBox {
	width: 100%;
	background-color: #fbc1bd;
	text-align: center;
	padding: 50px 0px;
}
.addressBox h2 {
	font-size: 36px;
	font-family: MyriadProSemibold;
	color: #FFF;
	padding-bottom: 25px;
}
.addressBox p {
	font-size: 16px;
	font-family: MyriadProRegular;
	color: #233468;
	padding-bottom: 55px;
}
.addressBox p a {
	color: #FFF;
	text-decoration: none;
}
.addressBox p a:hover {
	color: #FFF;
	text-decoration: none;
}
.addressBox .smBox {
	text-align: center;
	border: 1px solid #305b9a;
	position: relative;
	height: 90px;
}
.addressBox h3 {
	font-size: 20px;
	line-height: 90px;
	color: #FFF;
	font-family: MyriadProRegular;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.addressBox h3 a {
	color: #305b9a;
	text-decoration: none;
}
.addressBox h3 a:hover, .addressBox h3 a:focus {
	color: #233468;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.addressBox h4 {
	font-size: 20px;
	color: #FFF;
	font-family: MyriadProRegular;
	text-align: center;
	padding: 22px 0px 0px 0px;
}
.addressBox h4 a {
	color: #305b9a;
	text-decoration: none;
}
.addressBox h4 a:hover, .addressBox h4 a:focus {
	color: #233468;
	text-decoration: none;
}
.addressBox .smBox .icon {
	position: absolute;
	left: 0px;
	top: -22px;
	right: 0px;
}
.addressBox .smBox .fa {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	margin-right: 5px;
	border: solid 1px #233468;
	border-radius: 50%;
	color: #fff;
	background-color: #233468;
}
footer {
	padding: 30px 0px;
	margin: 0px;
	background-color: #282a2b;
}
footer p {
	font-size: 13px;
	font-family: MyriadProRegular;
	color: #FFF;
	padding-bottom: 0px;
	line-height: 20px;
}
footer p a {
	color: #FFF;
	text-decoration: none;
}
footer p a:hover, footer p a:focus {
	color: #FFF;
	text-decoration: none;
}
footer p span {
	padding-top: 10px;
}
footer p .fa-mobile {
	color: #fff;
	font-size: 25px;
	position: relative;
	bottom: -5px;
	padding-right: 5px;
}
footer .footer-logo {
	float: right;
}
/*fade carousel*/
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
/*fade carousel*/
.menu-section {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 0px;
	display: block !important;
	margin: 20px 0px 0px 0px;
}
.menu-section .list-inline {
	text-align: center;
	display: block;
}
.menu-toggle {
	display: none;
}
.menu-text {
	display: none;
}
.menu-section .list-inline li {
	font-family: 'MyriadProRegular';
	color: #305b9a;
	font-size: 18px;
	padding: 17px 15px 15px 15px;
	border-right: 1px solid #efefef;
}
.menu-section .list-inline li:last-child {
	border-right: none;
}
.safelyBox {
	padding: 50px 0px;
}
.safelyBox p {
	font-family: MyriadProRegular;
	color: #333;
	padding-bottom: 0px;
	font-size: 16px;
}

.alert-success p {
	padding-bottom:8px;
	margin-bottom:0px;
	font-family: 'MyriadProRegular';
	color: #333;
	font-size: 14px;
}

 @media (max-width: 1600px) {
.menu-section .list-inline li {
	font-size: 18px;
	padding: 17px 8px 15px 8px;
}
}
 @media (max-width: 1400px) {
body {
	padding: 155px 0 0;
}
.jumbotron .textBox {
	left: 8%;
}
.jumbotron h1 {
	font-size: 45px;
}
.jumbotron .formBox {
	right: 4%;
	padding: 20px;
}
.menu-section .list-inline li {
	font-size: 14px;
	padding: 15px 10px;
}
}
@media (max-width: 1200px) {
.menu-section .list-inline li {
	font-size: 13px;
	padding: 15px 3px;
	width: 25%;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin-left: -2px;
	margin-right: -3px;
	margin-bottom: -1px;
}
.menu-section .list-inline li:last-child {
	border-right: 1px solid #efefef;
}
.jumbotron .textBox {
	left: 4%;
	width: 450px;
}
.jumbotron h1 {
	font-size: 40px;
}
.bg-primary {
	padding: 60px 0;
}
.bg-primary h2 {
	font-size: 16px;
}
/*.bg-primary p {
	height: 80px;
}*/
.bg-info {
	padding: 40px 0;
}
.bg-info .leftSide {
	padding: 20px 0 0 20px;
}
.bg-info h2 {
	font-size: 20px;
	padding-bottom: 10px;
}
.bg-info h3 {
	font-size: 18px;
	padding-bottom: 10px;
}
.bg-info .item p {
	font-size: 16px;
	line-height: 18px;
}
.bg-info .carousel-control.right, .bg-info .carousel-control.left {
	background: transparent;
	height: 20px;
	width: 20px;
	top: -40px;
	opacity: 1;
}
.addressBox {
	padding: 40px 0;
}
.addressBox h2 {
	font-size: 32px;
	padding-bottom: 15px;
}
.addressBox h3, .addressBox h4 {
	font-size: 18px;
}
}
 @media (max-width: 992px) {
.jumbotron .textBox {
	width: 300px;
	top: 40%;
}
.jumbotron h1 {
	font-size: 25px;
}
.addressBox {
	padding: 20px 0;
}
.addressBox .smBox {
	margin-top: -1px;
}
.phBox {
	font-size: 13px;
	padding-top: 10px;
}
.logo img {
	width: 240px;
}
.bg-info {
	padding: 25px 0;
}
.bg-info .leftSide {
	padding: 15px;
}
.bg-info .testimonial .item {
	min-height: 200px;
}
.bg-info .carousel-control.right, .bg-info .carousel-control.left {
	bottom: 10px;
}
}
 @media (max-width: 767px) {
body {
	padding-top: 160px;
}
header {
	padding: 10px 0px 0px 0px;
}
.logo {
	width: 100%;
	text-align: center;
}
.jumbotron {
	height: auto;
	padding-bottom: 15px;
}
.jumbotron .textBox {
	width: 100%;
	margin: 0px auto;
	top: 0%;
	left: 0px;
	right: 0px;
	position: relative;
	text-align: center;
	padding: 40px 10px 0px 10px;/*background-image: url(../img/whige-bg.png);*/
}
.jumbotron h1 {
	color: #000;
	font-family: MyriadProSemibold;
	font-size: 25px;
	padding-bottom: 5px;
}
.jumbotron p {
	line-height: 16px;
}
.jumbotron .formBox {
	padding: 5px 10px 10px 10px;
	right: 0%;
	top: 0%;
	left: 0%;
	width: 90%;
	margin: 0px auto;
	text-align: center;
	position: relative;
	border-width: 5px;
}
.jumbotron .formBox h2 {
	padding-bottom: 7px;
	font-size: 20px;
}
.jumbotron .formBox h3 {
	padding-bottom: 7px;
	font-size: 13px;
}
.phBox {
	width: 100%;
	text-align: center;
	padding-top: 15px;
}
.headerFix .phBox {
	padding-top: 15px;
}
.bg-primary {
	padding: 30px 0;
}
.bg-primary p {
	height: auto;
}
.bg-primary .thumbnail {
	margin: 0 auto 20px auto;
	max-width: 360px;
}
.bg-info {
	padding: 15px 0;
}
.bg-info .rightSide {
	height: auto;
}
.bg-info .leftSide {
	height: auto;
	padding: 15px;
}
.bg-primary.chooseUs h2 {
	font-size: 25px;
}
.bg-primary.chooseUs h3 {
	font-size: 18px;
}
.mapBox {
	height: 300px;
}
.menu-section {
	padding-top: 20px;
	position: relative;
}
.menu-toggle {
	text-align: center;
	display: inline-block;
}
.menu-toggle .fa-bars {
	border: 1px solid #333;
	padding-top: 4px;
	font-size: 20px;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 5px;
	cursor: pointer;
	color: #333;
}
.menu-section .list-inline {
	display: none;
	border-top: 1px solid #efefef;
}
.menu-section .list-inline li {
	width: 100%;
	font-size: 16px;
}
.menu-text {
	font-family: 'MyriadProRegular';
	font-size: 20px;
	width: 150px;
	position: absolute;
	left: 15px;
	top: 6px;
	display: inline-block;
}
footer {
	text-align: center !important;
}
footer .footer-logo {
	float: none;
	padding-top: 10px;
}
}
 @media (max-width: 550px) {
.jumbotron h1 {
	font-size: 20px;
}
.phBox span {
	display: block;
	padding-left: 0;
	padding-top: 5px;
}
.phBox .fa {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	width: 30px;
}
.bg-primary .btn-default {
	width: 100%;
}
.bg-info .list li {
	font-size: 16px;
	padding-bottom: 15px;
}
.bg-info .testimonial .item {
	min-height: 300px;
}
}
