
.top-head {
	background: #173860;
	min-height: 40px;
}

.social-icon {
	float: left;
}

.social-icon a {
	color: #fff;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
}

.social-icon a i {
	padding: 11px 15px 0 0;
	font-size: 14px;
}

.social-icon a:hover {
	color: #ffca06;
}

.top-call-us {
	color: #cdd1d8;
	float: left;
	padding: 11px 0;
}

.top-call-us span {
	color: #ffca06;
}

.top-call-us i {
	color: #cdd1d8;
	padding: 0 5px;
}

.request-info {
	color: #173860;
	background: #ffca06;
	float: left;
	padding: 11px 12px;
	margin-left: 20px;
}
.request-info2 {
	color: #fff;
	background: #da2932;
	float: left;
	padding: 11px 12px;
	margin-left: 5px;
}

.wrapper-custom {
	width: 1280px;
}

.header-wrapper .logo-wrap {
	float: left;
	padding: 11px 0;
	width: 200px;
}
.header-wrapper {
	width: 100%;
	z-index: 9999;
	background-color: #ffffff;
	padding-bottom: 0;
	overflow-x: hidden;
}

.main-navigation {
    float: left;
    margin-top: 0;
}

*:focus {
    outline: none;
}

.top-right {
	float: right;
 	margin: 0 0 0;
}

.nav {
	position: relative;
}

.nav > a {
	display: none;
}

.nav li {
	position: relative;
}

.nav li a {
	font-family: 'Open Sans', sans-serif;
	display: block;
	position: relative;
	font-size: 14px;
	color: #173860;
	padding: 35px 10px 25px;
	display: inline-block;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
}

.nav li a.child-menu {
	padding-right: 30px;
}

.nav li a.child-menu:after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 14px;
	color: #005599;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 19px;
	right: 15px;
	margin-top: 0px;
}

.nav > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav > ul > li {
	width: auto;
	height: 100%;
	float: left;
	position: relative;
}

.nav > ul > li:after {
	position: absolute;
	content: "|";
	right: 0;
	top: 33px;
	color: #dce1e7;
}

.nav > ul > li:last-child::after {
	content: "";
}

.nav > ul > li > a {
	height: 100%;
	text-align: center;
	cursor:pointer
}
.nav > ul > li:not( :last-child ) > a {
	/*border-right: 1px solid #dce1e7;*/
}
 
.nav > ul > li:hover > a, .nav > ul:not( :hover ) > li.active > a {
	color: #136ad4;
	text-decoration: none;
}

.nav li ul {
	background-color: #ffca06;
	display: none;
	position: absolute;
	top: 80px;
	z-index: 9999;
	width: 300px;
	list-style: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.nav li ul:after{
	position: absolute;
	top: -12px;
	left: 40px;
	content: "";
	width: 0;
	height: 0;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	border-bottom: 12px solid #ffca06;
}

.nav li:hover ul {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	padding: 30px 30px 10px 40px;
	-moz-box-shadow:    4px 4px 15px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 4px 4px 15px 5px rgba(0, 0, 0, 0.2);
	box-shadow:         4px 4px 15px 5px rgba(0, 0, 0, 0.2);
}

.nav li:hover ul li ul {
	display: none;
}

.nav li:hover ul li:hover ul {
	display: block;
	left: 100%;
	top: 0px;
}

.nav li ul a {
	font-size: 14px;
	padding: 0 0 30px;
	color: #173860;
	display: block;
	position: relative;
}

.nav li ul a:after {
	position: absolute;
	font-family: 'FontAwesome';
	left: -15px;
	top: 0px;
	content: "\f105";
}

.nav li ul a {}

.nav li ul li a:hover, .nav li ul:not( :hover ) li.active a {
	color: #136ad4;
	text-decoration: none;
}

.slider {
	overflow-x: hidden;
}

.our-program {
	background-image: url(../images/program-bg.jpg);
	background-position: center center;
	background-size: cover;
	padding: 80px 0;
}

.our-program h1 {
	font-size: 35px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.program-full {
	padding:  0 0;
}

.margin-top-80 {
	margin-top: 80px
}

.program-full h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 30px;
	color: #fff;
}

.program-full p {
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	margin: 0 0 30px;
}

.program-over {
	font-size: 13px;
	font-weight: 700;
	color: #ffca06;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}

.program-over:after {
	position: absolute;
	font-family: 'FontAwesome';
	right: -14px;
	top: 0px;
	content: "\f105";
}


.program-over:hover {
	color: #fff;
	text-decoration: underline;
}

.find-out {
	background-image: url(../images/find-out-bg.jpg);
	background-position: center center;
	background-size: cover;
	padding: 80px 0;
}

.find-out h1 {
	font-size: 35px;
	font-weight: 600;
	color: #173860;
	text-transform: uppercase;
	margin: 0 0 30px;
	line-height: 48px;
}

.find-out p {
	font-size: 22px;
	color: #173860;
	opacity: 0.8;
	margin: 0 0 30px;
}

.find-out-button {
	font-size: 15px;
	font-weight: 800;
	color: #173860;
	padding: 20px 75px;
	background: #fff;
	float: left;
	border-radius: 4px;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
	-moz-box-shadow:    1px 5px 30px 11px rgba(23, 56, 96, 0.2);
	-webkit-box-shadow: 1px 5px 30px 11px rgba(23, 56, 96, 0.2);
	box-shadow:         1px 5px 30px 11px rgba(23, 56, 96, 0.2);
}

.find-out-button:hover {
	text-decoration: none;
	background: #173860;
	color: #fff;
}

.find-out-bg {
	position: relative;
}

.find-out-img {
	position: absolute;
	left: 0;
	top: -127px;
}

.success-story {
	background-color: rgba(23,56,96,0.1);
	padding: 80px 0 0;
}

.success-story h1 {
	font-size: 35px;
	font-weight: 600;
	color: #173860;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 60px;
}

.video-full {
	padding: 0 3px;
}

.no-padding {
	padding: 0;
}

.video-box {
	padding: 0 3px 6px;
}

.video-desc {
	background: #fff;
	overflow: hidden;
}

.video-desc h3 {
	padding: 30px 30px 15px;
	font-size: 22px;
	font-weight: 600;
	color: #163b70;
	margin: 0;
	text-transform: uppercase;
}

.video-desc p {
	font-size: 15px;
	color: #173860;
	line-height: 30px;
	padding: 0 0 30px 30px;
}

.free-medical {
	background-image: url(../images/free-medical-bg.jpg);
	background-position: center center;
	background-size: cover;
	padding: 80px 0;
}

.free-medical h1 {
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin: 0 0 40px;
	text-transform: uppercase;
}

.free-medical h3 {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	margin: 0 0 65px;
}

.select-style {
	width: 100%;
}

.select-style select {
	width: 100%;
	background-image: url(../images/icon/select-arrow.png);
	background-repeat: no-repeat;
	padding: 0 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: 97% 26px;
	border: none;
	font-size: 18px;
	color: #173860;
	margin: 0 0 40px;
	border-radius: 4px;
	height: 60px;
}

.custom-input {
	width: 100%;
	padding: 0 30px;
	border-radius: 4px;
	margin: 0 0 40px;
	border: none;
	font-size: 18px;
	color: #173860;
	height: 60px;
}

.custom-textarea {
	width: 100%;
	border: none;
	border-radius: 4px;
	height: 160px;;
	color: #173860;
	font-size: 18px;
	padding: 20px 30px;
	margin: 0 0 39px;
}

.sbmit-button{
	font-size: 15px;
	font-weight: 700;
	color: #173860;
	background: #ffca06;
	height: 60px;
	width: 100%;
	border: none;
	text-transform: uppercase;
	border-radius: 4px;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
}

.sbmit-button:hover {
	background: #091a2f;
	color: #fff;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(23, 56, 96, 0.5);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(23, 56, 96, 0.5);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(23, 56, 96, 0.5);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(23, 56, 96, 0.5);
}

.free-medical p {
	color: rgba(255,255,255,0.5);
	text-align: center;
	font-size: 13px;
}

footer {
	background-image: url(../images/footer-bg.jpg);
	background-position: center center;
	background-size: cover;
	padding: 80px 0 0;
}

.footer-logo {
	margin: 0 0 40px;
}

footer p {
	font-size: 15px;
	line-height: 30px;
	color: rgba(255,255,255,0.5);
	margin: 0 0 40px;
}

.social-icon-footer {
	float: left;
}

.social-icon-footer a i {
	padding: 11px 15px 0 0;
	font-size: 14px;
	color: #ffca06;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}

.social-icon-footer a i:hover {
	color: #fff;
}

footer h3 {
	font-size: 22px;
	font-weight: 500;
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
	margin: 40px 0 35px;
}

.adress-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.adress-list li {
	line-height: 30px;
	color: rgba(255,255,255,0.55);
	margin: 0 0 20px;
	position: relative;
	padding: 0 0 0 25px;
}

.adress-list li a {
	color: rgba(255,255,255,0.55);
}

.adress-list li a:hover {
	color: rgba(255, 202, 6, 0.5);
}

.adress-list li:nth-child(1):after {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f041";
	left: 0;
	top: 0;
	font-size: 15px;
	color: rgba rgba(255,255,255,0.5);
}

.adress-list li:nth-child(2):after {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f095";
	left: 0;
	top: 0;
	font-size: 15px;
	color: rgba rgba(255,255,255,0.5);
}

.adress-list li:nth-child(3):after {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f003";
	left: 0;
	top: 0;
	font-size: 13px;
	color: rgba rgba(255,255,255,0.5);
}

.get-footer {
	color: #ffca06;
	position: relative;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 30px 0 80px;
	float: left;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}

.get-footer:after {
	position: absolute;
	font-family: 'FontAwesome';
	right: -14px;
	top: 0px;
	content: "\f105";
}

.get-footer:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-bottom-list {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 40px 0;
	border-top: 1px solid rgba(255,255,255,0.15);
	float: left;
}

.footer-bottom-list li {
	float: left;
	font-size: 13px;
	padding: 0 9px;
	position: relative;
	color: #fff;
}

.footer-bottom-list li:after {
	position: absolute;
	content: "|";
	color: rgba(255,255,255,0.15);
	right: 0;
	top: 0;
}

.footer-bottom-list li:last-child::after {
	content: "";
}

.footer-bottom-list li:nth-child(1) {
	padding-left: 0 !important;
}

.footer-bottom-list li a {
	color: rgba(255, 202, 6, 0.5);
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}

.footer-bottom-list li a:hover {
	color: rgba(255,255,255,0.5);
	text-decoration: none;
}

.modal {
	background-color: rgba(23, 56, 96, 0.8);
}

.modal-content {
	border: none;
	border-radius: 4px;
	background: #e7ebef;
}

.modal-header {
	border: none;
	padding: 40px;
}

.modal-footer {
	border: none;
}

.modal-dialog {
    width: 840px;
	margin: 50px auto 0;
}

.close {
    font-size: 30px;
    font-weight: 300;
    color: #173860 !important;
    opacity: .5 !important;
}

.modal-title {
    margin: 0 0 28px;
    font-size: 35px;
    color: #173860;
    font-weight: 600;
}

.modal-sub-title {
	font-size: 16px;
	color: rgba(23,56,96,0.8);
	margin: 0;
}

.modal-body {
	background-image: url(../images/doctor.png);
	background-position: 425px bottom;
	background-repeat: no-repeat;
}

.select-style-modal {
	width: 100%;
}

.select-style-modal select {
	width: 100%;
	background-image: url(../images/icon/select-arrow.png);
	background-repeat: no-repeat;
	padding: 0 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: 97% 18px;
	border: none;
	font-size: 18px;
	color: #173860;
	margin: 0 0 20px;
	border-radius: 4px;
	height: 46px;
}

.custom-input-modal {
	width: 100%;
	padding: 0 30px;
	border-radius: 4px;
	margin: 0 0 20px;
	border: none;
	font-size: 18px;
	color: #173860;
	height: 46px;
}

.custom-textarea-modal {
	width: 100%;
	border: none;
	border-radius: 4px;
	height: 92px;;
	color: #173860;
	font-size: 18px;
	padding: 20px 30px;
	margin: 0 0 20px;
}

.sbmit-button-modal{
	font-size: 15px;
	font-weight: 700;
	color: #173860;
	background: #ffca06;
	height: 46px;
	width: 100%;
	border: none;
	text-transform: uppercase;
	border-radius: 4px;
	margin: 0 0 30px;
	float: left;
}

.modal-note {
	text-align: center;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #000;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    background: #ffca06;
	color: #000;
}

#back-to-top.show {
    opacity: 1;
}

.top-mob-head {
	display: none;
}

.inner-banner {
	background-position: center center;
	background-size: cover;
	min-height: 391px;
	position: relative;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(23, 56, 96, 0.8);
}

.inner-banner h1 {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding-top: 140px;
	text-transform: uppercase;
	margin: 0 0 30px;
}

.inner-banner h5 {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	margin: 0;
	line-height: 30px;
}

.about-info {
	padding: 80px 0;
}

.about-info h1 {
	font-size: 35px;
	font-weight: 600;
	text-align: left;
	color: #173860;
	text-transform: uppercase;
	margin:0 0 40px;
}

.about-info p {
	font-size: 15px;
	color: rgba(23, 56, 96, 0.8);
	margin: 0 0 25px;
	line-height: 30px;
}

.our-mission {
	padding: 42px 60px 25px 45px;
	background-position: center center;
	background-size: cover;
	margin: 55px 0 0;
}

.our-mission h2 {
	font-size: 35px;
	font-weight: 600;
	color: #ffca06;
	text-align: left;
	text-transform: uppercase;
	margin: 10px 0 30px;
}

.our-mission p {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: rgba(255,255,255,0.8);
	line-height: 30px;
	margin: 0;
}

.lab-desc {
	padding: 80px 0 0;
}

.lab-desc h1 {
	margin: 0 0 30px;
}

.lab-desc p {
	margin: 0 0 25px;
}

.owl-desc {
	background-color: #e7ebef;
	padding: 80px 0;
}

.owl-desc h1 {
	font-size: 35px;
	font-weight: 600;
	color: #173860;
	text-align: left;
	text-transform: uppercase;
	margin: 0 0 30px;
	padding-left: 45px;
}

.owl-desc p {
	font-size: 15px;
	color: rgba(23, 56, 96, 0.8);
	margin: 0 0 25px;
	line-height: 30px;
	padding-left: 45px;
}

.emblem {
	padding: 80px 0 55px;
}

.emblem h1 {
	font-size: 35px;
	font-weight: 600;
	color: #173860;
	text-align: left;
	text-transform: uppercase;
	margin: 0 0 30px;
}

.emblem p {
	font-size: 15px;
	color: rgba(23, 56, 96, 0.8);
	margin: 0 0 25px;
	line-height: 30px;
}

.panel {
	border: 1px solid rgba(23, 56, 96, 0.8);
}

.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #eee;
}

.panel-group {
	margin-bottom: 80px;
}

.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #173860;
	background-color: #ffca06;
	border: none;
}

.panel-title {
	font-size: 15px;
	font-weight: 700;
}

.panel-title > a {
	display: block;
	padding: 15px 30px;
	text-decoration: none;
}

.panel-group .panel + .panel {
	margin: 15px 0 0;
}

.more-less {
	float: left;
	color: #173860;
	font-size: 15px !important;
	padding-right: 15px;
	padding-top: 2px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
}

.panel-body {
	padding: 30px;
	line-height: 30px;
	font-size: 14px;
	color: rgba(23, 56, 96, 0.8);
}

.how-ie {
	background: #e7ebef;
	padding: 80px 0; 
}

.how-ie h1 {
	font-size: 35px;
	font-weight: 600;
	color: #173860;
	margin: 0 0 50px;
	float: left;
	text-transform: uppercase;
}

.how-ie h6 {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: rgba(23, 56, 96, 0.8);
	float: left;
	padding: 13px 0 0 28px;
	margin: 0;
}

.how-ie h2 {
	font-size: 28px;
	font-weight: 600;
	color: #173860;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.how-ie p {
	font-size: 15px;
	font-weight: 400;
	color: rgba(23, 56, 96, 0.8);
	line-height: 30px;
}

.volunteerism {
	padding: 80px 0;
}

.volunteerism h1 {
	font-size: 35px;
	font-weight: 600;
	color: #173860;
	margin: 0 0 30px;
	text-transform: uppercase
}

.volunteerism p {
	font-size: 15px;
	color: rgba(23, 56, 96, 0.8);
	line-height: 30px;
}

.ask-question {
	padding: 80px 0 0;
	background: #173860;
}

.ask-question h1 {
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 30px;
	text-transform: uppercase;
	float: left;
}

.ask-question h6 {
	font-size: 15px;
	font-weight: 700;
	color: rgba(255,255,255,0.8);
	margin: 0 0 30px;
	text-transform: uppercase;
	float: left;
	padding: 12px 0 0 45px;
}

.ask-question p {
	font-size: 15px;	
	color: rgba(255, 255, 255, 0.8);
	line-height: 30px;
	width: 100%;
	float: left;
	margin: 0 0 60px;
}

.no-border {
	border: none;
}

.content-white {
	padding: 80px 0;
}

.content-white h1 {
	font-size: 35px;
	font-weight: 600;
	color: #173860;
	margin: 0 0 30px;
	text-transform: uppercase;
	letter-spacing: -1.5px;
}

.content-white p {
	font-size: 15px;	
	color: rgba(23, 56, 96, 0.8);
	line-height: 30px;
	margin: 0 0 40px;
}

.admission-banner-one {
	background-position: center center;
	background-size: cover;
	min-height: 250px;
	position: relative;
}

.marging-top-40 {
	margin-top: 40px;
}

.banner-caption {
	position: relative;
}

.admission-banner-one h3 {
	font-size: 22px;
	font-weight: 400;
	color: #ffca06;
	text-align: center;
	padding-top: 80px;
	margin: 0 0 20px;
}

.admission-banner-one h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
}

.admission-banner-one h2 span {
	color: #ffca06;
	font-weight: 400;
}

.admission-list {
	margin: 0;
	padding: 60px 0;
	list-style: none;
}

.admission-list li {
	position: relative;
	color: #173860;
	font-size: 15px;
	font-weight: 500;
	padding-left: 30px;
	line-height: 42px;
}

.admission-list li:after {
	font-family: 'FontAwesome';
	position: absolute;
	content: "\f0a9";
	left: 0;
	top: 0;
	color: #ffca06;
	font-size: 15px !important;
}

.admission-button {
	font-size: 15px;
	font-weight: 700;
	color: #173860;
	background: #ffca06;
	padding: 25px 80px;
	border-radius: 4px;
	float: left;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
}

.admission-button:hover {
	background: #173860;
	color: #fff;
}

.content-gray {
	background: #e7ebef;
	padding: 80px 0;
}

.admission-banner-three h3 {
	padding-top: 70px;
}

.admission-banner-three h2 {
	padding: 0 130px;
}

.contact-details {
	padding: 80px 0 40px;
}

.contact-info {
	background-color: rgba(255,202,6,0.1);
	padding: 30px;
	min-height: 340px;
}

.contact-info h4 {
	color: #173860;
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}

.contact-info i {
	font-size: 24px !important;
	color: #173860;
	padding-right: 15px;
}

.contact-email-list {
	list-style: none;
	margin: 0;
	padding: 30px 0 0;
}

.contact-email-list li {
	color: #136ad4;
	font-size: 15px;
	font-weight: 600;
	line-height: 30px;
	position: relative;
	padding-left: 20px;
}

.contact-email-list li:after {
	font-family: 'FontAwesome';
	position: absolute;
	content: "\f0a9";
	left: 0;
	top: 0;
	color: #ffca06;
	font-size: 15px !important;
}

.contact-phone-list {
	list-style: none;
	margin: 0;
	padding: 30px 0 0;
}

.contact-phone-list li {
	color: #617088;
	font-size: 15px;
	line-height: 30px;
}

.contact-phone-list li span {
	font-weight: 600;
	color: #173860;
}

.contact-info p {
	padding: 30px 0 0;
	color: #173860;
	font-size: 15px;
	font-weight: 600;
	line-height: 30px;
	margin: 0;
}

.contact-info p a {
	color: #136ad4;
}

.contact-info p a:hover {
	color: #091a2f;
}

.contact-custom {
	font-size: 15px;
	color: #617088;
	line-height: 30px;
	margin: 30px 0 0; 
	float: left;
}

.contact-form {
	padding: 80px 0 0;
	float: left;
}

.contact-form h1 {
	font-size: 35px;
	font-weight: 600;
	color: #173860;
	text-transform: uppercase;
	margin: 0 0 40px;
}

.contact-form-input {
	width: 100%;
	padding: 0 30px;
	border-radius: 4px;
	margin: 0 0 40px;
	border: none;
	font-size: 18px;
	color: #173860;
	height: 60px;
	background: #e7ebef;
}

.contact-form-textarea {
	width: 100%;
	border: none;
	border-radius: 4px;
	height: 160px;;
	color: #173860;
	font-size: 18px;
	padding: 20px 30px;
	margin: 0 0 40px;
	background: #e7ebef;
}

.contact-form-button {
	font-size: 15px;
	font-weight: 700;
	color: #173860;
	background: #ffca06;
	height: 60px;
	width: 100%;
	border: none;
	text-transform: uppercase;
	border-radius: 4px;
	margin: 0 0 30px;
	float: left;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
}

.contact-form-button:hover {
	background: #173860;
	color: #fff;
}

.event-full {}

.event-box {
	background-color: rgba(23,56,96,0.1);
	margin: 0 0 40px;
}

.event-head {
	position: relative;
}

.event-details {
	position: absolute;
	bottom: 0;
	background-color: rgba(23,56,96,0.9);
	width: 100%;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-weight: 600;
}

.event-details i {
	color: #ffca06;
	padding-right: 7px;
}

.event-date {
	padding-right: 15px;
}

.event-time {
	padding-right: 15px;
}

.get-direction {
	text-decoration: underline;
}

.get-direction a {
	color: #fff;
}

.get-direction a:hover {
	color: rgba(255,255,255,0.5);
}

.event-desc {
	padding: 30px;
}

.event-desc h3 {
	font-size: 18px;
	font-weight: 600;
	color: #163b70;
	text-transform: uppercase;
}

.event-desc p {
	font-size: 15px;
	color: rgba(23, 56, 96, 0.8);
	line-height: 30px;
	margin: 0;
}

.left {
	float: left;
}

.content-white h6 {
	font-size: 18px;
	font-weight: 600;
	color: #136ad4;
	float: left;
	padding-left: 40px;
}

.content-white h6 i {
	padding-right: 15px;
}

.paddint-top-100 {
	padding-top: 100px;
}

.no-margin {
	margin: 0 !important;
}

.financial-apply-button {
	font-size: 15px;
	font-weight: 700;
	color: #173860;
	background: #ffca06;
	padding: 20px 80px;
	border-radius: 4px;
	text-transform: uppercase;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	text-align: center;
	float: left;
	margin-left: 50%;
	margin-top: 45px;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
}

.financial-apply-button:hover {
	background: #173860;
	color: #fff;
}

.inner-banner-2 {
	background-position: center center;
	background-size: cover;
	min-height: 391px;
	position: relative;
}

.inner-banner-2 h1 {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding-top: 80px;
	text-transform: uppercase;
	margin: 0 0 30px;
	letter-spacing: -2px;
}

.inner-banner-2 h5 {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	margin: 0;
	line-height: 30px;
}

.content-gray h1 {
	font-size: 35px;
	font-weight: 600;
	color: #173860;
	margin: 0 0 30px;
	text-transform: uppercase;
}

.content-gray h4 {
	font-size: 22px;
	font-weight: 600;
	color: #173860;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.content-gray p {
	font-size: 15px;
	color: rgba(23, 56, 96, 0.8);
	line-height: 30px;
	margin: 0 0 40px;
}

.content-gray p a {
	color: #136ad4;
}

.content-gray p a:hover {
	color: rgba(23, 56, 96, 1);
}

.use-link {
	padding: 40px 0 0;
	float: left;
	width: 100%;
}

.use-link i {
	font-size: 18px;
	color: #173860;
	background: #ffca06;
	padding: 25px;
	border-radius: 4px;
}

.use-link p {
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	margin: 4px 0 0;
	color: #136ad4;
}

.link-box {
	margin: 0 0 40px;
}

.link-box:hover {
	cursor: pointer;
}

.link-box:hover p {
	color: #173860;
}

.link-box:hover i{
	background: #173860;
	color: #fff;
}

table thead tr th {
	background: #173860;
	color: #ffca06 !important;
	text-transform: uppercase;
}

.table {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-bottom: 60px;
}

td {
    width: 25%;
 }
 
.table > thead > tr > th {
	border: none !important;
	font-size: 15px;
	font-weight: 700;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 15px 0 15px 40px;	
	color: #173860;
	font-size: 15px;
	font-weight: 700;
}

small, .small {
	font-size: 15px;
	font-weight: 400;
	color: rgba(23, 56, 96, 0.5);
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border: none;
}

.table-note {
	font-size: 15px;
	color: #173860;
	background-color: rgba(255,202,6,0.3);
	padding: 15px 30px 15px 70px;
	border-radius: 4px;
	width: 100%;
	position: relative;
	margin: 0 0 60px !important;
}

.table-note i {
	font-size: 24px;
	padding-right: 15px;
	position: absolute;
	left: 30px;
	top: 20px;
}

.table-note a {
	color: #136ad4;
	padding-right: 12px;
}

.content-white h1 span {
	color: #617088;
}

.content-white h5 {
	font-size: 28px;
	font-weight: 400;
	color: rgba(23, 56, 96, 0.8);
	line-height: 42px;
	margin: 0 0 30px;
}

.medical-list {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.medical-list li {
	width: 50%;
	float: left;
	position: relative;
	line-height: 42px;
	font-size: 15px;
	font-weight: 600;
	color: #173860;
	padding: 0 30px 0 55px;
}

.medical-list li:after {
	font-family: 'FontAwesome';
	position: absolute;
	content: "\f0a9";
	left: 30px;
	top: 0;
	color: #ffca06;
	font-size: 15px !important;
}

.medical-list-2 {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.medical-list-2 li {
	width: 100%;
	float: left;
	position: relative;
	line-height: 42px;
	font-size: 15px;
	font-weight: 600;
	color: #173860;
	padding: 0 30px 0 55px;
}

.medical-list-2 li:after {
	font-family: 'FontAwesome';
	position: absolute;
	content: "\f0a9";
	left: 30px;
	top: 0;
	color: #ffca06;
	font-size: 15px !important;
}

.video-embed {
	width: 100%;
	height: 315px;
	border: none;
	margin: 7px 0 0;
}

.table-note-2 {
	font-size: 15px;
	color: #173860;
	background-color: rgba(255,202,6,0.3);
	padding: 15px 30px 15px 70px;
	border-radius: 4px;
	width: 100%;
	position: relative;
	margin: 40px 0 0 !important;
}

.table-note-2 i {
	font-size: 24px;
	padding-right: 15px;
	position: absolute;
	left: 30px;
	top: 20px;
}

.table-note-2 a {
	color: #136ad4;
	padding-right: 12px;
}

.pdf-down-box {
	padding: 60px 30px;
	background: #173860;
	border-radius: 4px;
	line-height: 24px;
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	color: #fff;
}

.pdf-down-box a {
	color: #fff;
}

.pdf-down-box i {
	font-size: 48px;
	color: #ffca06;
	width: 100%;
	margin: 0 0 40px;
}

.pdf-down-box:hover {
	background: #ffca06;
	color: #173860;
}

a .pdf-down-box:hover i {
	color: #173860;
}

.news-box {
	margin: 0 0 40px;
}

.news-head {
	background-color: rgba(23,56,96,.1);
	padding: 18px 0;
}

.news-head h3 {
	font-size: 22px;
	font-weight: 600;
	color: #163b70;
	text-transform: uppercase;
	margin: 10px 0 0;
	padding: 0 0 0 20px;
}

.download-button-pdf {
	font-size: 15px;
	font-weight: 700;
	color: #173860 !important;
	background: #ffca06;
	padding: 11px 24px;
	border-radius: 6px;
	float: right;
	margin: 0 18px 0 0;
}

.download-button-pdf i {
	padding-right: 8px;
}


.video-head {
	margin: 4px 0 7px !important;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}

.banner-caption-2 {
	position: relative;
	overflow: hidden;
}

.success-box {
	margin: 0 0 30px;
}

.success-head {
	background-color: rgba(23,56,96,.1);
	padding: 30px 30px;
}

.success-head h3 {
	font-size: 22px;
	font-weight: 600;
	color: #163b70;
	text-transform: uppercase;
	margin: 10px 0 0;
	margin: 0 0 10px;
}

.success-head p {
	margin: 0;
}

.inner-banner-3 {
	background-position: center center;
	background-size: cover;
	min-height: 391px;
	position: relative;
}

.inner-banner-3 h1 {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding-top: 100px;
	text-transform: uppercase;
	margin: 0 0 30px;
	letter-spacing: -2px;
}

.inner-banner-3 p {
	font-size: 22px;
	font-weight: 400;
	max-width: 920px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	line-height: 36px;
}

#map {
    height: 100%;
	height: 800px;
}
