@charset "utf-8";
 @import 'https://fonts.googleapis.com/css?family=Lato:400,700,900';
 @import 'https://fonts.googleapis.com/css?family=Roboto:400,500,700';
 @import url('https://fonts.googleapis.com/css?family=Arimo:400,700');
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	font-family: "Roboto", sans-serif !important;
	overflow-x: hidden;
}
@font-face {
	font-family: 'BarlowCondensed-Medium';
	src: url(../fonts/BarlowCondensed-Medium.ttf);
}
@font-face {
	font-family: 'BarlowCondensed-Regular';
	src: url(../fonts/BarlowCondensed-Regular.ttf);
}
@font-face {
	font-family: 'Roboto-Regular';
	src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
	font-family: 'BarlowCondensed-Italic';
	src: url(../fonts/BarlowCondensed-Italic.ttf);
}
@font-face {
	font-family: 'BarlowCondensed-Light';
	src: url(../fonts/BarlowCondensed-Light.ttf);
}
@font-face {
	font-family: 'Roboto-Medium';
	src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
	font-family: 'BarlowCondensed-Bold';
	src: url(../fonts/BarlowCondensed-Bold.ttf);
}
@font-face {
	font-family: 'RobotoCondensed-Regular';
	src: url(../fonts/RobotoCondensed-Regular.ttf);
}
@font-face {
	font-family: 'BarlowCondensed-SemiBold';
	src: url(../fonts/BarlowCondensed-SemiBold.ttf);
}
@font-face {
	font-family: 'BarlowCondensed-Thin';
	src: url(../fonts/BarlowCondensed-Thin.ttf);
}
@font-face {
	font-family: 'Roboto-Thin';
	src: url(../fonts/Roboto-Thin.ttf);
}
@font-face {
	font-family: 'BarlowCondensed-MediumItalic';
	src: url(../fonts/BarlowCondensed-MediumItalic.ttf);
}
@font-face {
	font-family: 'Roboto-Black';
	src: url(../fonts/Roboto-Black.ttf);
}
@font-face {
	font-family: 'Roboto-BlackItalic';
	src: url(../fonts/Roboto-BlackItalic.ttf);
}
@font-face {
	font-family: 'RobotoCondensed-Light';
	src: url(../fonts/RobotoCondensed-Light.ttf);
}
@font-face {
	font-family: 'RobotoCondensed-Italic';
	src: url(../fonts/RobotoCondensed-Italic.ttf);
}
@font-face {
	font-family: 'Roboto-Bold';
	src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
	font-family: 'Roboto-Light';
	src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
	font-family: 'Lato-Regular';
	src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
	font-family: 'Lato-SemiboldItalic';
	src: url(../fonts/Lato-SemiboldItalic.ttf);
}
@font-face {
	font-family: 'RobotoCondensed-Bold';
	src: url(../fonts/RobotoCondensed-Bold.ttf);
}
.no-X-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-L-padding {
	padding-left: 0 !important;
}
.no-R-padding {
	padding-right: 0 !important;
}
.no-Y-padding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.no-T-padding {
	padding-top: 0 !important;
}
.no-B-margin {
	margin-bottom: 0 !important;
}

p {
	color: #000;
	font-size: 14px;
	line-height: 150%;
}
a{
	text-decoration:none;
	transition:all 300ms ease-in-out;
}
a:hover, a:focus, a:active{
	text-decoration:none;
}
a:focus{ outline:none;}
.width-90{
	width:90%;
}
.width-95{
	width:95%;
}
/*index css*/
/*header starts*/
header{
	margin:0 auto;
}
.in-header{
	margin:0 auto;
	padding:1% 0;
}

/*nav starts*/
.main-nav {
	width: 100%;
	background: #d15d00;
	text-align: center;
	margin-top: 0;
}
.main-nav nav {
 .navbar-brand {
font-size: 30px;
}
.navbar-toggle {
	margin: 13px 15px 13px 0;
}
a {
	font-size: 18px;
	padding-bottom: 20px !important;
	padding-top: 20px !important;
	transition: all 0.3s ease;
}
}
.main-nav nav.navbar.shrink {
	min-height: 35px;
	text-align: center;
 .navbar-brand {
font-size: 25px;
}
a {
	font-size: 15px;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}
.navbar-toggle {
	margin: 8px 15px 8px 0;
	padding: 4px 5px;
}
}
.main-nav .navbar-default {
	background-color: transparent;
	border-color: transparent;
	text-align: center;
	border:none;
}
.main-nav .navbar {
	border-radius: 0px;
	text-align: center;
	margin-bottom: 0px;
}
.main-nav .navbar-nav {
	text-align: center;
	display: inline-block;
	width: 100%;
}
.main-nav .navbar-nav li {
	float: none;
	display: inline-block;
	padding-left: 0;
	padding-right: 0;
	transition: all 300ms ease-in-out;
	margin: 0;
}
.main-nav .navbar-nav li.fb {
	float:right;
	margin-top:5px;
}
.main-nav .navbar-nav li:hover {
	color: #fff;
	background-color: #f58634;
}
.main-nav .navbar-nav li:hover a {
	color: #fff;
}
.main-nav .navbar-default .navbar-nav > li > a {
	font-family: 'Roboto-Medium';
	font-size: 12px;
	text-transform: uppercase;
	padding: 8px 20px;
	color: #fff;
}
.main-nav .navbar-default .navbar-nav > li > a.dpd {
	padding:0;
}
.main-nav .navbar-default .navbar-nav > li > a.fb-top{
	margin:0 auto;
	padding:0;
	float:right;
}
.main-nav .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #0a6db3;
}
.main-nav .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #0a6db3;
}
.main-nav .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: #0a6db3 !important;
}
.main-nav .dropdown-menu > li > a:hover, .main-nav.dropdown-menu > li > a:focus {
	color: #fff;
	background-color: #d15d00;
	text-decoration: none;
}
.main-nav .dropdown-menu > li > a {
	color: #fff;
	text-transform: uppercase;
	padding: 8px;
	font-size: 12px;
}
.main-nav .dropdown-menu > li {
	width: 100%;
	padding-right: 0;
}
.main-nav .navbar {
	border: none;
	margin-bottom: 0px;
	min-height: 10px;
	position: relative;
	text-align: center;
}
.main-nav .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #0a6db3;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
/*nav ends*/

header h1{
	margin:0 auto;
	padding:2.5% 0;
}
header h4{
	margin:0 auto;
	padding:10% 0;
	text-align:right;
	float:right;
}
header table{
	margin:7% auto;
	padding:0;
	border:0;
	width:100%;
}
header table tr td{
	padding:2px 0;
	vertical-align:top;
	border:0;
}
header table tr td h3{
	padding:0;
	border:0;
	margin:0 0 0 2px;
	color:#000;
	font-size:16px;
	font-family: 'Roboto-Medium';
	
}
header table tr td p{
	color:#000;
	margin:0 0 0 2px;
}
header table tr td p a{
	color:#000;
}
header table tr td p a:hover, header table tr td p a:focus, header table tr td p a:active{
	color:#0f75bd;
}
header h4 img{
	margin:0 auto;
}
/*header ends*/

/*banner starts*/
.baner-wrap{
	width:100%;
	margin:0 auto 3%;
	position:relative;
	background-color:#d15d00;
}
.ban-L{
/*	background:url(../img/ban-1.jpg) no-repeat top;
	background-size:100%;
	padding-top:28%;*/
}
.ban-L h3{
	margin:0;
	color:#000;
	font-size:44px;
	/*font-family: 'Roboto-Bold';*/
	text-transform:capitalize;
	font-weight:700;
}
.ban-L h3 span{
	/*font-family: 'Roboto-Regular';*/
	font-weight:400;
}
.ban-L-White{
	background-color:rgba(255, 255, 255,.5);
	padding:3%;
	padding-left:10%;
	position:absolute;
	width:100%;
	bottom:0;
}
.ban-R{
	margin:0 auto;
	padding:7% 0 0 0;
	width:90%;
	text-align:center;
}
.ban-R h3{
	margin:5px auto 6%;
	color:#fff;
	font-size:24px;
	font-family: 'Roboto-Medium';
}
.ban-R h4{
	margin:5% auto 0;
	padding:4px 5px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	color:#fff;
	line-height:140%;
	font-size:14px;
	font-family: 'Roboto-Medium';
}
.ban-R p{
	margin:4% auto 6%;
	color:#fff;
}
.ban-R a.subm{
	margin:0 auto;
	padding:5px 20px;
	background-color:#333333;
	color:#fff;
	font-size:14px;
	font-family: 'Roboto-Medium';
	text-transform:uppercase;
}
.ban-R a.subm:hover, .ban-R a.subm:active, .ban-R a.subm:focus{
	background-color:#fff;
	color:#333;
}
.ban-R .form-control{
	background-color: #fff;
	background-image: none;
	border:0;
	border-radius: 0;
	color: #3f3f3f;
	display: block;
	font-size: 12px;
	height: 33px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	margin-bottom:10px;
	text-align:center;
}
/*banner fade effect*/
/*
.baner-wrap .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.baner-wrap .carousel-fade .carousel-inner .active {
  opacity: 1;
}

.baner-wrap .carousel-fade .carousel-inner .active.left,
.baner-wrap .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.baner-wrap .carousel-fade .carousel-inner .next.left,
.baner-wrap .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.baner-wrap .carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .baner-wrap .carousel-fade .carousel-inner > .item.next,
    .baner-wrap .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .baner-wrap .carousel-fade .carousel-inner > .item.prev,
    .baner-wrap .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .baner-wrap .carousel-fade .carousel-inner > .item.next.left,
    .baner-wrap .carousel-fade .carousel-inner > .item.prev.right,
    .baner-wrap .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 

*/

/*banner ends*/

.next-ban{
	margin:0 auto;
	text-align:center;
}

.next-ban h3{
	margin:0 auto;
	color:#000;
	font-size:25px;
	line-height:35px;
	font-family: 'Roboto-Medium'
}

.next-ban p{
	margin:1.5% auto;
	width:86%;
	color:#707070;
}
.next-ban p a{
	color:#707070;
}
.next-ban p a:hover, .next-ban p a:active, .next-ban p a:focus{
	color:#000;
}
.next-ban p.lead{
	margin:0 auto;
	font-size:110%;
	width:60%;
	color:#707070;
}
/*services starts*/
.services-wrap{
	margin:3% auto;
	width:95%;
}
.services-box{
	width:100%;
	margin:0 auto;
	padding:15% 5% 10%;
	text-align:center;
	min-height:234px;
}
.services-box h3{
	margin:0 auto;
	color:#fff;
	line-height:120%;
	font-size:23px;
	font-family: 'Roboto-Bold';
	text-transform:capitalize;
	min-height:60px;
}

.services-box2 h3{
	color:#1a384d;
}
.services-box3 h3{
	color:#6aa1c7;
}
.services-box h3 a{
	color:#fff;
}

.services-box2 h3 a{
	color:#1a384d;
}
.services-box3 h3 a{
	color:#6aa1c7;
}
.services-box h3 a:hover, .services-box h3 a:focus, .services-box h3 a:active{
	color:#000;
}



.services-box h3 span{
	font-family: 'Roboto-Regular';
}
.services-box p{
	margin:0 auto;
	width:80%;
	color:#fff;
	min-height:75px;
}
.services-box2 p{
	color:#1a384d;
	width:85%;
}
.services-box3 p{
	color:#6aa1c7;
}

.services-box a.more-1{
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:underline;
	font-family: 'Roboto-Medium';
}
.services-box a.more-2{
	color:#1a384d;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:underline;
	font-family: 'Roboto-Medium';
}
.services-box a.more-1:hover, .services-box a.more-1:focus, .services-box a.more-1:active, .services-box a.more-2:hover, .services-box a.more-2:focus, .services-box a.more-2:active{
	color:#000;
	text-decoration:none;
}
/*services ends*/

/*funded starts*/
.g-funded{
	width:70%;
	margin:0 auto;
	text-align:center;
}
.g-funded h3{
	margin: 0 auto;
	color: #000;
	font-size: 35px;
	font-family: 'Roboto-Medium';
}

.g-funded p{
	margin:3% auto;
	color: #717171;
	width:50%;
	font-size:15px;
}
.g-funded-btns{
	margin: 0 auto;
	width:80%;
}
.g-funded h4{
	margin: 0 auto;
}
.g-funded h4 a{
	margin: 0 auto;
	background-color:#d15d00;
	display:block;
	width:100%;
	padding:8px 0;
	text-align:center;
	color:#fff;
	font-size:15px;
}
.g-funded h4 a:hover, .g-funded h4 a:focus, .g-funded h4 a:active{
	background-color:#0f75bd;
	color:#fff;
}

/*funded ends*/

/*paral starts*/
.para-1{
	background:url(../img/para-1.jpg) no-repeat top fixed;
	background-size:100%;
	margin:5% auto;
	padding:5%;
	padding-bottom:14%;
}
.para-1 h3{
	margin: 0 auto;
	color: #fff;
	font-size: 45px;
	font-family: 'Roboto-Medium';
}

.para-1 p{
	margin:3% auto;
	color: #fff;
}

/*paral ends*/

/*icon texts starts*/

.icon-text{
	margin:0 auto;
}

.icon-box{
	margin:2% auto;
	text-align:center;
}

.icon-box h3{
	margin: 3% auto;
	color: #000;
	font-size:25px;
	font-family: 'Roboto-Medium';
}

.icon-box p{
	margin: 0 auto;
	color: #707070;
	width:90%;
}

/*icon texts ends*/

/*orange sec starts*/
.orange-sec{
	background-color:#d15d00;
	margin:4% auto 0;
}
.orange-sec-R{
	margin:8% auto 3%;
}
.orange-sec-R h3{
	margin: 0 auto;
	color: #fff;
	font-size: 35px;
	font-family: 'Roboto-Medium';
	text-transform:capitalize;
}
.orange-sec-box{
	margin:5% auto;
	background:url(../img/ca-box.png) no-repeat left top;
	padding-left:5%;
}
.orange-sec-box h4{
	margin: 0 auto 1%;
	color: #fff;
	font-size:20px;
	font-family: 'Roboto-Medium';
}
.orange-sec-box p, .orange-sec-box p a{
	color: #fff;
}
.orange-sec-box p a:hover, .orange-sec-box p a:focus, .orange-sec-box p a:active{
	color: #000;
}
/*orange sec ends*/
.img-100{
	width:100%;
}
.marg-auto{
	margin:0 auto;
}
/*footer css starts*/
footer{
	position:relative;
	text-align:center;
	padding:4% 0;
	background:#f9f9f6;
}
footer h1{
	margin:0 auto 2%;
	padding:0;
}
footer ul{
	margin:0 auto;
	padding:0;
	text-align:center;
}
footer ul li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	font-size:12px;
	text-transform:uppercase;
}
footer ul li span{
	margin:0 5px;
	color:#000;
}
footer ul li a{
	color:#000;
}
footer ul li a:hover, footer ul li a:focus, footer ul li a:active{
	color:#d15d00;
}
footer h5{
	margin:1% auto;
	padding:0;
}
footer p{
	color:#000;
	font-size:12px;
	margin:0 auto;
}
.back-to-top {
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
}
/*footer css ends*/

/*inner page css starts*/
.inner-wrap{
	background-color:#fff;
	box-shadow: inset 0px 5px 5px -5px rgba(0,0,0,0.75);
}
.service-inner{
	margin:0 auto;
}
.serv-L-blue-1{
	background-color:#0a6db3;
	padding:10% 8%;
	box-shadow: inset 0px 5px 5px -5px rgba(0,0,0,0.75);
}
.serv-L-blue-1 h3{
	margin: 0 auto 2%;
	color: #fff;
	font-size:22px;
	font-family: 'Roboto-Medium';
	font-weight:500;
}
.serv-L-blue-1 p{
	color: #fff;
}
.serv-L-blue-1 form{
	margin:10% auto 0;
}
.serv-L-blue-1 form input.form-control, .serv-L-blue-1 form select.form-control {
    background-color: #5499ca;
    background-image: none;
    border:0 none;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset;
    color: #fff;
    display: block;
    font-size: 13px;
    height:36px;
    line-height: 1.42857;
    padding: 7px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.serv-L-blue-1 textarea.form-control {
    background-color: #5499ca;
    background-image: none;
    border:0 none;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 100px;
    line-height: 1.42857;
    font-family: 'Barlow Semi Condensed', sans-serif;
    padding: 7px 12px;
    margin-bottom: 18px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.serv-L-blue-1 form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #fff;
 opacity: 1; /* Firefox */
 font-weight:500;
}
.serv-L-blue-1 form :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
 font-weight:500;
}
.serv-L-blue-1 form ::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
 font-weight:500;
}

.serv-L-blue-1 form button {
    margin: 0;
    padding: 6px 20px;
    color: #000;
    font-style: 15px;
	font-weight:500;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #fff;
    transition: all 300ms ease-in-out;
}
.serv-L-blue-1 form button:hover, .serv-L-blue-1 form button:focus, .serv-L-blue-1 form button:active {
    color: #fff;
    background-color: #000;
}

.upload-form-wrap{
	margin:6% auto;
	position:relative;
}
.upload-form{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	opacity:0;
	z-index:99;
}
.upload-form-wrap a{
	margin:0 auto;
	width:100%;
	background-color:#fff;
	padding:7px 0;
	font-size:15px;
	text-align:center;
	color:#000;
	display:table;
	font-weight:500;
}
.upload-form-wrap a:hover, .upload-form-wrap a:focus, .upload-form-wrap a:active{
	background-color:#000;
	color:#fff;
}
.serv-L-blue-car{
	padding:8%;
}
.serv-L-blue-1-ac{
	padding-top:0;
}
ul.wht-sqr{
	margin:0;
	padding:0;
}
ul.wht-sqr li{
	margin:0;
	padding:0;
	list-style:none;
	color:#fff;
	font-size:18px;
	margin-bottom:15px;
	padding-left:24px;
	background:url(../img/wht-sqr.png) no-repeat left top 7px;
}
ul.wht-sqr li a{
	color:#fff;
}
ul.wht-sqr li a:hover, ul.wht-sqr li a:focus, ul.wht-sqr li a:active{
	color:#000;
}
.wht-bor{
	margin:10% auto;
	width:100%;
	height:6px;
	background:url(../img/wht-bor.png) repeat-x top;
}
.serv-L img{
	box-shadow: inset 0px 5px 5px -5px rgba(0,0,0,0.75);
}
.sev-in-R{
	margin:7% auto;
}
.sev-in-R h2{
	margin: 0 auto 2%;
	color: #000;
	font-size: 50px;
	font-family: 'Roboto-Light';
	text-transform: capitalize;
	font-weight:500;
}

.sev-in-R h4{
	margin: 4% auto 2%;
	color: #000;
	font-size:18px;
	font-family: 'Roboto-Medium';
	font-weight:500;
	line-height:25px;
}

.sev-in-R h6{
	margin: 2% auto 1%;
	color: #000;
	font-size:16px;
	font-family: 'Roboto-Medium';
	font-weight:500;
}
h2.mid-h2 {
    margin:2% auto;
	text-align:center;
    color: #000;
    font-size: 35px;
    font-family: 'Roboto-Light';
    text-transform: capitalize;
    font-weight: 500;
}
p.lead-p {
    margin:0 auto 1%;
	text-align:center;
    color: #000;
    font-size:110%;
    font-weight: 400;
}
.sev-in-R p.lead{
	font-size:115%;
	font-weight:500;
}
.sev-in-R p{
	margin-bottom:6%;
	font-size:15px;
}
.sev-career p{
	margin-bottom:3.5%;
}
.sev-in-resource h4{
	color:#d15d00;
}
.c2a{
	margin:0 auto;
}
.c2a h5{
	margin: 0 auto 2%;
	padding:0;
	color: #0a6db3;
	line-height:130%;
	font-size:22px;
	font-family: 'Roboto-Regular';
}
.c2a h6{
	margin: 0 auto;
	padding:0;
	color: #0a6db3;
	font-size:27px;
	font-family: 'Roboto-Bold';
}

.c2a2 h5{
	color: #d15d00;
}
.c2a2 h6{
	color: #d15d00;
}

.serv-L-blue-1 .c2a h5, .serv-L-blue-1 .c2a h6{
	color: #fff;
}
.all-service-in{
	margin:3% auto;
}
.all-service-in .services-box {
    padding: 15% 5% 10%;
    min-height:134px;
}


/*contact page*/
.contact-div {
    width:95%;
	padding:0;
	background-color:#fff;
	margin:3% auto;
}
.contact-div-L {
	background-color:#d15d00;
	padding:8%;
}
.contact-div-L p {
	color:#fff;
}
.contact-div p img {
	margin-right:9px;
}
.contact-div h3 {
	color: #000;
    font-size: 22px;
    margin: 0 0 10px;
	font-weight:600;
    padding: 0;
}
h4.content-name {
	font-family: 'Barlow Semi Condensed', sans-serif;
    color: #000;
    font-size: 25px;
    line-height: 150%;
    margin: 0;
        margin-bottom: 0px;
    margin-bottom: 10px;
    text-transform: capitalize !important;
}
.contact-div-L h4.content-name {
    color: #fff;
}

.bor {
    background: #e07720;
    height: 2px;
    margin-bottom: 30px;
    width: 50px;
}
h5.content-name {
	font-family: 'Barlow Semi Condensed', sans-serif;
    color: #fff;
    font-size:18px;
    line-height: 150%;
    margin: 0;
        margin-bottom: 0px;
    margin-bottom: 10px;
}

p span.con-I {
    margin-right: 10px;
    font-size: 20px;
    color: #fff;
}

.contact-div p span.fas {
    color: #055837;
	font-size:120%;
	margin-right:5px;
}
.contact-div-L p a {
	color:#fff;
}
.contact-div-L p a:hover, .contact-div-L p a:focus, .contact-div-L p a:active {
    color: #000;
}
.maping {
    border: 8px solid #bdbdbd;
    width: 100%;
	margin-top:50px;
}
.maping iframe {
    border: 0 none;
    width: 100%;
	display:block;
}
.conH-bottom .mapping iframe {
    border: 0 none;
    height: 100%;
    width: 100%;
}

.top-box {
	padding-left:5%;
}
.top-box .form_main {
    width: 100%;
	padding:8% 10%;
	background-color:#fff;
	margin-top:20px;
	box-shadow: 0px 0px 10px 1px #d3d3d3;
}
.top-box h2 {
    color: #000063;
	font-family: 'RobotoCondensed-Regular';
    font-size: 25px;
    line-height: 130%;
    margin: 0 auto 20px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
}
.con-R h4 {
    color:#bd2b2a;
	font-family: 'RobotoCondensed-Regular';
    font-size:24px;
    font-weight:500;
    line-height: 100%;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
}
table{
	width:100%;
}
.con-R p {
    font-size:14px;
}
.top-box h2 span {
    color: #000063;
	font-family: 'RobotoCondensed-Regular';
}
.top-box h3 {
    color: #000;
    font-size: 15px;
    line-height: 130%;
    margin: 15px auto 0;
	font-weight:200;
	font-family: 'RobotoCondensed-Regular';
    padding: 0;
    text-transform: none;
}
.top-box label {
    color: #514a40;
	font-family: 'RobotoCondensed-Regular';
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    padding:5px 0;
    text-align: left;
}
.top-box .form-group {
    margin-bottom: 0;
}
.top-box label span {
    color:#F00;
    font-size: 16px;
}
.top-box input.form-control, .top-box select.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset;
	color: #666;
	display: block;
	font-size: 14px;
	height: 45px;
	line-height: 1.42857;
	padding: 8px 12px;
	margin-bottom:18px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.top-box select option{
	line-height: 1.42857;
	padding: 5px 10px;
	color:#666;
}
.top-box .form-control:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(113, 97, 56, 0.6);
}
.top-box input.files{
	padding: 4px 12px;
}
.top-box .form-group {
    margin-bottom: 0 !important;
}
.top-box button {
    margin:0;
    padding:10px 40px;
	color:#fff;
	font-style:14px;
	border:none;
	text-decoration:none;
	text-transform:uppercase;
	background-color:#d15d00;
	transition:all 300ms ease-in-out;
}
.top-box button:hover {
	color:#fff;
	text-decoration:none;
	background-color:#000;
}
.top-box textarea.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset;
	color: #666;
	display: block;
	font-size: 14px;
	height:100px;
	line-height: 1.42857;
	padding: 10px 12px;
	margin-bottom:18px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.top-box .form-control::-moz-placeholder {
    color: #716138;
}
/*contact css ends*/
.white-shed-1{
	background-color:#fff;
	padding:3% 2%;
	margin:4% auto;
	padding-left:0;
	box-shadow: 0px 0px 5px 0px rgba(238,238,238,0.95);
}
.white-shed-1 h4 {
    margin: 0 auto 4%;
    color: #000;
    font-size: 18px;
    font-family: 'Roboto-Medium';
    font-weight: 500;
}
ul.blak-dot{
	margin:0;
	padding:0;
}
ul.blak-dot li{
	margin:0;
	padding:0;
	list-style:none;
	color:#000;
	padding-left:24px;
	margin-bottom:10px;
	background:url(../img/black-dot.png) no-repeat left top 6px;
	font-size:14px;
}
ul.blak-dot li a{ color:#000; }
ul.blak-dot li a:hover{ text-decoration:underline; }
ul.orange-dot{
	margin:0;
	padding:0;
}
ul.orange-dot li{
	margin:0;
	padding:0;
	list-style:none;
	color:#000;
	padding-left:24px;
	margin-bottom:10px;
	background:url(../img/orange_square_bullets.jpg) no-repeat left top 6px;
	font-size:14px;
}

.blue-patch{
	background-color:#0a6db3;
	padding:3% 0;
	margin:0 auto 4%;
}
.blue-patch h3{
    margin: 0 auto;
    color: #fff;
    font-size:22px;
    font-family: 'Roboto-Medium';
	text-align:center;
    font-weight: 500;
}

.blue-patch p.lead{
    margin:2% auto 3%;
    color: #fff;
    font-size:14px;
	text-align:center;
}
ul.white-dot{
	margin:0;
	padding:0;
}
ul.white-dot li{
	margin:0;
	padding:0;
	list-style:none;
	color:#fff;
	padding-left:24px;
	margin-bottom:10px;
	font-size:14px;
	background:url(../img/white-dot.png) no-repeat left top 6px;
}
	
	
	
/*gallery page css starts*/
.gal-wrap{
	padding:2% 0 1%;
	margin:0 auto;
	width:95%;
}
.gal-wrap h2{
	margin: 0 auto 2%;
	color: #000;
	font-size: 35px;
	font-family: 'Roboto-Light';
	text-align:center;
	text-transform: capitalize;
	font-weight: 500;
}
.gal-wrap .gal-box{
	width: 100%;
	padding:4%;
	background: #dcdcdc;
	margin-bottom: 30px;
	overflow:hidden;
	border: 1px solid #cecccc;
	transition: all 400ms ease-in-out;
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.gal-wrap .gal-box:hover{
	background: #d15d00;
}
.gal-wrap .galbox img {
    width: 100%;
    margin: 0 auto;
}
.gal-wrap .modal-content { 
	position:relative;
}
.gal-wrap .modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.gal-wrap .modal-content button.close {
	position:absolute;
	right:30px; top:20px;
}
.gal-wrap .close {
    color:#fff;
    opacity: 1;
}

.gal-wrap .pagination-bottom {
	float:none;
	text-align:center;
}
.gal-wrap .pagination > li > a, .gal-wrap .pagination > li > span {
    position: relative;
    float: left;
    padding: 4px 6px;
    border-radius:0;
    margin-left:4px;
    line-height: 1.42857143;
	font-weight:500;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border:none;
}
.gal-wrap .pagination > li.active a, .gal-wrap .pagination > li > a:focus, .gal-wrap .pagination > li > a:hover, .gal-wrap .pagination > li > span:focus, .gal-wrap .pagination > li > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #d46400;
    border-color:transparent;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

.testi-wrap{
	margin:0 auto 3%;
}
.testi-1{
	padding:4%;
	background-color:#e9e9e9;
	border:1px solid #d15d00;
	border-radius: 30px 30px 0px 30px;
}
.testi-2{
	padding:4%;
	background-color:#e9e9e9;
	border:1px solid #0a6db3;
	border-radius: 30px 30px 30px 0px;
}
.testi-wrap h3{
	margin:1% 0;
	padding: 0;
	border: 0;
	color: #d15d00;
	font-size: 19px;
	font-family: 'Roboto-Medium';
}
.testi-wrap p{
	margin:1% 0;
	color:#666;
}
.testi-wrap p a{
	color:#666;
}
.testi-wrap p a:hover, .testi-wrap p a:focus, .testi-wrap p a:active{
	color:#000;
}
.testi-1 p, .testi-2 p{
	font-size:110%;
	font-style:italic;
	color:#666;
}
.ci-form-wrap{
	margin:0 auto 5%;
	background-color:#fff;
	padding:4%;
	padding-top:2%;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}
	
.ci-form-wrap input.form-control, .ci-form-wrap select.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset;
	color: #666;
	display: block;
	font-size: 14px;
	height: 45px;
	line-height: 1.42857;
	padding: 8px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.ci-form-wrap select option{
	line-height: 1.42857;
	padding: 5px 10px;
	color:#666;
}
.ci-form-wrap .form-control:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(113, 97, 56, 0.6);
}
.ci-form-wrap textarea.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset;
	color: #666;
	display: block;
	font-size: 14px;
	height:100px;
	line-height: 1.42857;
	padding: 10px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.ci-form-wrap .form-control::-moz-placeholder {
    color: #333;
	font-size:13px;
}
.ci-form-wrap ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #333;
	font-size:13px;
}
.ci-form-wrap ::-moz-placeholder { /* Firefox 19+ */
    color: #333;
	font-size:13px;
}
.ci-form-wrap :-ms-input-placeholder { /* IE 10+ */
    color: #333;
	font-size:13px;
}
.ci-form-wrap :-moz-placeholder { /* Firefox 18- */
    color: #333;
	font-size:13px;
}
.ci-form-wrap h4{
    margin:2% auto 1.5%;
    color: #d15d00;
    font-size: 18px;
    font-family: 'Roboto-Medium';
    font-weight: 500;
}
.ci-form-wrap h4 span{
    font-size: 15px;
    font-family: 'Roboto-Regular';
}
.ci-form-wrap h5{
    margin:2% auto;
    color: #000;
    font-size: 15px;
    font-family: 'Roboto-Medium';
    font-weight: 500;
}
.ci-form-wrap form label {
	font-size:16px;
    font-weight:400;
    color: #333;
}
.ci-form-wrap form label.big-lable {
	font-size:14px;
    font-weight:500;
	color:#000;
}
.ci-form-wrap form label.big-lable span {
	font-size:13px;
    font-weight:400;
}


.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding: 0;
    margin-bottom: 10px;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    /* width: 8%; */
}
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 0;
}
.bottom_form_img img{ width:100%; max-width:200px; }
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    position: relative;
    margin-top: 4px\9;
    margin-left: 0;
	margin-right:7px;
}
.submit-1{
    margin:0 auto;
    padding:10px 60px;
	color:#fff;
	font-style:16px;
	width:auto;
	display:table;
	border:none;
	font-weight:600;
	text-decoration:none;
	text-transform:uppercase;
	background-color:#0f75bd;
	transition:all 300ms ease-in-out;
}
.submit-1:hover {
	color:#fff;
	text-decoration:none;
	background-color:#000;
}
p.small_line{ font-size:13px; color:#575757; line-height:18px; margin:8px 0 0 0; }
p.top_small_line{ font-size:14px; color:#575757; line-height:14px; margin:0 0 10px 0; }
.blue_section_main{ padding:60px; background:#0a6db3 url(../img/middle_arrow_img.jpg) no-repeat center center; width:100%; margin-bottom:35px; display:table; }
.top_left_section_main{ padding-right:70px; }
.top_right_section_main{ padding-left:85px; padding-top:28px; }
.white_inner_item{ background:#fff; padding:20px 70px; text-align:center; width:100%; margin-bottom:20px; }
.white_inner_item p{ font-size:16px; color:#000; line-height:24px; margin:0; padding:0; font-weight:500; }
.top_right_section_main h4{ font-size:23px; color:#fff; line-height:30px; margin:0 0 10px 0; padding:0; font-weight:400; }
.top_right_section_main a{ font-size:28px; color:#fff; line-height:28px; margin:0 0 10px 0; padding:0; font-weight:700; }
.second_main_section{ width:100%; clear:both; }
.second_main_section .top_right_section_main{ padding-top:0; }
.inner_bottom_last_white{ clear:both; width:45%; margin:0 auto; }
.inner_bottom_last_white{ background:#fff; padding:20px 70px; text-align:center; margin-bottom:20px; }
.inner_bottom_last_white p{ font-size:16px; color:#000; line-height:24px; margin:0; padding:0; font-weight:500; }
.aged-care-L{ position:relative;}
.aged_care_page header{box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.75); position: relative; z-index:9;}
.aged_care_page .inner-wrap {box-shadow:none;}
.aged-care-L img{ max-width:475px; width:100%; padding:0; margin:0;}
.aged-care-R { padding:40px 0 0 0;}
.aged-care-R h2{ margin:0 0 15px 0; padding:0; font-size:50px; line-height:55px; color:#000; font-family: 'Roboto-Light';}
.aged-care-R p{ width:85%; font-size: 14px; line-height:22px; padding:0 0 10px 0; margin:0;}
.aged-care-L p{ font-size: 14px; line-height:22px; padding:0 0 10px 0; margin:0;}
.aged-care-R p strong{ font-size:15px;}
.aged_care_page .c2a2 h5{ color:#0a6db3;}
.aged_care_page .c2a2 h6{ color:#0a6db3;}
.aged_care_fee_stru { max-width:1138px; width:100%; padding:70px 0 0 0; margin:0 auto 80px; display:table;}
.aged_care_fee_stru  h3{font-family: 'Roboto-Light'; font-size:35px; line-height:40px; color:#000; padding:0; margin:0 0 10px 0; text-align:center;}
.aged_care_fee_stru  h3 span{font-family: 'Roboto-Medium';}
.date_text{ text-align:center; font-size:24px; line-height:27px; color:#0a6db3; padding:0; margin:0 0 30px 0; font-family: 'Roboto-Regular';}
.single_fee_stu_box{  border-radius:50px;  -webkit-border-radius:50px; -moz-border-radius:50px; position:relative; -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.50); -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.50); box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.50); padding:30px 0;}
.level_strip{ position:absolute; top:-6px; right:-6px; background:url(../img/level_strip.png) no-repeat top right; width:105px; height:106px; padding:0 0 0 31px;}
.level_strip p{transform: rotate(46deg); text-align:center; padding:0; margin: 27px 0 0 0; font-size:16px; line-height:16px; color:#fff; font-family: 'Roboto-Medium';}
.prices_info{ font-size:30px; line-height:35px; color:#0862a2; padding:0 0 0 25px; margin:0; font-family: 'Roboto-Medium';}
.small_title{ font-size:12px; line-height:12px; color:#497382; padding:0; margin:0 33px 0 0; float:right; text-transform:uppercase;}
.fee_stu_box_content ul{ margin:20px 0 0 0; padding:0;}
.fee_stu_box_content ul li{ margin:0; padding:20px 33px 20px 30px; list-style:none; font-size:15px; line-height:15px; color:#0d0d0d; font-family: 'Roboto-Medium'; border-bottom:2px solid #fff;}
.fee_stu_box_content ul li span{ margin:0 30px;}
.fee_stu_box_content ul li:nth-child(2) span{ margin:0 8px;}
.fee_stu_box_content ul li span.price{ margin:0; color:#1d5a70; font-family: 'Roboto-Bold'; font-size:16px; line-height:16px; float:right;}
.fee_stu_box_content ul li:nth-child(odd) { background:#d7ebf2;}
.fee_stu_box_content ul li:nth-child(even) { background:#e7f3f7;}
.fee_stu_box_content ul li:last-child{ border-bottom:0; background:none;}
.aged_care_fee_stru .col-md-4:nth-of-type(3) .fee_stu_box_content ul li:nth-child(odd) { background:#1a77c5; color:#fff;}
.aged_care_fee_stru .col-md-4:nth-of-type(3) .fee_stu_box_content ul li:nth-child(even) { background:#71aada; color:#fff;}
.aged_care_fee_stru .col-md-4:nth-of-type(3) .fee_stu_box_content ul li span.price{color:#fff;}
.aged_care_fee_stru .col-md-4:nth-of-type(3) .fee_stu_box_content ul li:last-child{ border-bottom:0; background:none; color:#0d0d0d;}
.aged_care_fee_stru .col-md-4:nth-of-type(3) .fee_stu_box_content ul li:last-child span.price{color:#1d5a70;}
/*.dropdown-submenu>.dropdown-menu {top: 62%; left: 100%; border-radius: 0; box-shadow: none; border: none;} 
li.dropdown-submenu:hover>.dropdown-menu {    display: block;}*/
.ndis_top_content{ width:100%; padding:20px 0; margin:0; background:#1270be; position:relative; display:table;}
.ndis_top_content h1{font-family: 'Roboto-Light';  text-align: center; font-size:47px; line-height:55px; color:#fff; padding:0 0 4px 0; margin:0;}
.ndis_top_content p{ font-size:14px; line-height:20px; color:#fff; padding:0 0 25px 0; margin:0; text-align:center; font-family: 'Roboto-Medium';}
.top_valid_text { position:absolute; top:15px; right:47px; color:#fff; font-family: 'Roboto-Regular'; font-size:19px;}
.tab_link{ margin:0 auto; display:table; }
.tab_link ul.tab_menu{ margin:0 auto; padding:0; display:table;}
.tab_link ul li{margin:0 2px; list-style:none; float:left; padding: 8px 15px; background:#165081; display:table; text-align:center; color:#fff; font-size:14px; line-height:14px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s;  /* ...and now for the proper property */  transition:.5s;   }
.tab_link a{ width:100%; color:#c1e1fb; font-size:15px; line-height:15px;  font-family: 'Roboto-Regular'; }
.tab_link ul li:first-child{padding: 8px 75px;}
.tab_link li:hover{ color:#fff; text-decoration:none; background:#165081;}
.tab_link li:hover a{ color:#fff; font-family: 'Roboto-Medium';}
.tab_link li:focus{ outline:none;}
.tab_link li a:focus{ outline:none;}
/*ul.tab_menu li.active{ background:#d98847; }*/
ul.tab_menu li.active a{ color:#fff; font-family: 'Roboto-Medium';}
.ndis_main_content { /*max-width:1138px; */width:100%; padding:45px 0 100px; margin:0 auto; display:table;}
.vertical_left_tab { width:100%; background:#d35c00; padding:30px 0; border-radius:20px; min-height:500px;}
.vertical_left_tab ul{ width:100%; padding:16px 30px; margin:0;}
.vertical_left_tab ul li{ width:100%; padding:7px 0 7px 25px; margin:0 0 5px 0; list-style:none; background:url(../img/bubble_img.png) no-repeat left top 10px; text-transform:uppercase; font-size:13px; line-height:17px; font-family: 'Roboto-Medium';}
.vertical_left_tab ul li a{font-family: 'Roboto-Medium'; color:#fff; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s;  /* ...and now for the proper property */  transition:.5s;}
.vertical_left_tab ul li a:hover{ color:#ffa455; text-decoration:none;}
.vertical_left_tab ul li a:focus{ outline:none;}
.vertical_left_tab ul li .sub_menu { padding:7px 0 0; margin:0;}
.vertical_left_tab ul li .sub_menu li{ margin:0;padding:7px 0 7px 15px; background:url(../img/small_bubble_img.png) no-repeat left top 14px; }
.vertical_left_tab ul li.active a{ color:#ffbf8b; text-decoration:underline;}
.vertical_left_tab ul li .sub_menu li.active a{ color:#ffbf8b; text-decoration:underline;}

.menu_title{font-family: 'Roboto-Medium'; background:#dd8742; padding:10px; width:100%; color:#fff; font-size:16px; line-height:24px;}
.tab_right_content{ width:100%; padding:0 0 0 50px; margin:0; }
.tab_right_content h2{color:#000000; font-size:28px; line-height:35px; font-family: 'Roboto-Light'; padding:0; margin:0 0 30px 0;}
.tab_right_content h2 span{font-family: 'Roboto-Bold'; }
.tab_right_content h2 small{color:#000000; font-size:20px;  font-family: 'Roboto-Regular';}
.tab_right_content h3{color:#070707; font-size:25px; line-height:30px; font-family: 'Roboto-Bold'; padding:0; margin:0 0 25px 0;}
.main_table_content{ position:relative; width:100%; border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px;  -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.50); -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.50); box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.50); padding: 70px 0;} 
.left_tag_img{ position:absolute; top:0; left:0; background:url(../img/level_strip2.png) no-repeat; width:105px; height:106px; top: -6px; left: -6px;}
.left_tag_img p{transform: rotate(-46deg); text-align: center; padding: 0; margin: 27px 0 0 -30px; font-size: 14px; line-height: 14px; color: #fff; font-family: 'Roboto-Medium';}

.main_table_content table thead tr th{ color:#2a81be; width:25%; padding:7px 10px; font-size:14px; line-height:20px; font-family: 'Roboto-Medium';}
.main_table_content table thead tr th:nth-child(1){ padding-left:25px;}
.main_table_content table thead tr th:nth-child(5){ padding:0;}
.main_table_content table tbody tr{ height:0;}
.main_table_content table tbody tr td{ padding:15px 10px; vertical-align:top; color:#0d0d0d; font-size:14px; line-height:20px;}
.main_table_content table tbody tr td:nth-child(3){ width:36%;}
.main_table_content table tbody tr td:nth-child(1){ padding-left:30px;}
.main_table_content table tbody tr td:nth-child(5){ padding-right:30px;}
.main_table_content table tbody tr:nth-child(odd){ background:#d7ebf2; border-bottom:2px solid #fff;}
.main_table_content table tbody tr:nth-child(even){ background:#eff7fa; border-bottom:2px solid #fff;}
.main_table_content table tbody tr:last-child{ border-bottom:0;}
.main_table_content table tbody tr td:nth-child(1){ font-weight:600; width:30%;}
.main_table_content table tbody tr td:nth-child(5){ font-weight:600;}
.access_community_page .vertical_left_tab{ min-height:370px;}

.dropdown-submenu {  position: relative;}
.dropdown-submenu>.dropdown-menu {  top: 0;  left: 100%;  margin-top: 0;  margin-left: -1px; border-top-left-radius:0; border-top-right-radius:0;}
.dropdown-submenu:hover>.dropdown-menu {  display: block;}
.dropdown-submenu>a:after {  display: block;  content: " ";  float: right;  width: 0;  height: 0;  border-color: transparent;  border-style: solid;  border-width: 5px 0 5px 5px;  border-left-color: #cccccc;  margin-top: 5px;  margin-right: 0;}
.dropdown-submenu:hover>a:after {  border-left-color: #ffffff;}
.dropdown-submenu.pull-left {  float: none;}
.dropdown-submenu.pull-left>.dropdown-menu {  left: -100%;  margin-left: 10px;  }
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{background-color: transparent; border-color: transparent;}
.main_menu{ float:left;}
.fb{ padding:6px 0;}
.table-responsive{ border:0;}
.access_community_page .tab_right_content h2{ font-size:26px;}
.header_right_content{ padding:0 0 0 30px; float:right;}
.email_box { float:left; margin:0 30px 0 0;}
.columns_box{ float:left; margin:0 30px 0 0;}
.ndis_img_box{ float:left; margin:0 20px 0 0;}
.link_box{ float:left;}
.client_videos{ width:100%; padding:40px; margin:0;}

.text_title{font-size: 35px; font-family: 'Roboto-Medium'; text-transform: capitalize; text-align:center; margin:0 0 30px 0; padding:0; color:#000;}
.client_video{ max-width:550px; width:100%; margin:0 auto; display:table;}

.client_videos p {
    color: #717171;
    font-size: 15px;
	margin:15px 0 30px 0;
	font-weight:normal;
	text-transform:none;
	font-family: "Roboto", sans-serif !important;
}
.dropdown-smenu{ position:relative; }
.dropdown-innermenu {
    position: absolute;
    top:0;
    left: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #0a6db3;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-smenu:hover .dropdown-innermenu{ display:block; }

.main-nav .dropdown-innermenu a {
    color: #fff;
    text-transform: uppercase;
    padding: 8px;
    font-size: 12px;
	display:table;
}
.dropdown-smenu > a::after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
        border-left-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: 0;
}
.main-nav .dropdown-innermenu li{ width:100%; }
.sev-in-R p.main_head{ margin-bottom:10px; padding-bottom:0; }
.sev-in-R p.mb15{ margin-bottom:15px; padding-bottom:0; }
.orange-dot li ul{ margin-top:10px;}
.orange-dot li ul li{ list-style:circle; background:none; padding-left:0;}
.mt10{ margin-top:10px !important;}
p.orange_title{ color:#db5f00; font-variant:700; margin:25px 0 10px 0; }
.mb3p{ margin-bottom:3% !important; padding:0; }
.blue_box_plan_manage{ background:#0f75bd; padding:40px; width:90%; float:right; margin-top:80px; }
.blue_box_plan_manage p{ font-size:15px; color:#fff; }
.blue_box_plan_manage ul li{ color:#fff; background:url(../img/white_square_bullets.jpg) no-repeat left top 5px; }
.blue_box_plan_manage ul li ul{ margin-left:35px; }
.parallax_black_section{ padding:35px; background:rgba(0,0,0,0.3); }
.captcha_image_main{ padding:0 !important; float:left; }
.form_captcha_field{ padding:0 0 0 15px !important; float:left; }
#accessibility{
	margin-top:30px;
	margin-left:-50px;
	padding:10px;
}
.body_contrast{
	background:#000;
	color:#fff;
}

.body_contrast h1, .body_contrast h2, .body_contrast h3, .body_contrast h4, .body_contrast h5, .body_contrast h6, .body_contrast p, .body_contrast a, .body_contrast ul li{
	color:#ffffff !important;
}

.body_contrast #accessibility{
	background:#000000;
	color:#ffffff;
}
.baner-wrap .bx-wrapper img{ width:100%;}

#ca-accessibility{
	background:#0A6DB3;
	height:auto;
	margin:0 auto;
	display:table; width:100%;
}

#ca-accessibility h4{
	color:#ffffff;
	padding:5px 0 5px 0;
	text-align:right;
}

#ca-accessibility ul{
	list-style:none;
}

#ca-accessibility ul li{
	background:#306A92;
	margin-right:5px;
	padding:15px 8px 15px 8px;
	float:left;
}

#ca-accessibility ul li a{
	color:#ffffff;
}
.cont-form p a{ color:#000;}
.cont-form p a:hover{ text-decoration:underline;}
.btm_text a{ color:#000;}
.btm_text a:hover{ text-decoration:underline;}
.loging_link{ float:left; margin:27px 40px 0 0;}
.loging_link a{ background:#343434; padding:5px 18px; font-size:14px; line-height:14px; color:#fff; text-transform:uppercase; font-family: 'Roboto-Medium'; -o-transition:.5s;
  -ms-transition:.5s;   -moz-transition:.5s;  -webkit-transition:.5s;  /* ...and now for the proper property */  transition:.5s;}
.loging_link a:hover{ background:#0a6db3;}
.blind-L-blue-1{ background-color:#0a6db3; padding:10% 13%; box-shadow: inset 0px 5px 5px -5px rgba(0,0,0,0.75); margin-bottom:50px;}
.blind-L-blue-1 p{color: #fff; font-size: 14px; line-height:22px; padding:0 0 25px 0; margin:0;}
p.top_text{ font-size:15px; line-height:25px; color:#fff; padding:0 0 28px 0; margin:0; font-weight:500;}
.blind-L-blue-1 h2{font-family: 'Roboto-Bold'; font-size:28px; line-height:32px; color:#fff; padding:0; margin:0 0 15px 0; }
.blind-L-c2a{ margin:0 0 0 30px;}
.blind-R{margin: 7% 4% 12% 0;}
.blind-R h2{margin: 0 0 10px 0; padding:0; color: #000; font-size: 50px; font-family: 'Roboto-Light'; text-transform: capitalize; font-weight: 500;}
.blind-R h3{margin: 0 0 10px 0; padding:0; color: #d15d00; font-size: 25px; font-family: 'Roboto-Bold'; text-transform: capitalize; }
.blind-R p{ font-size:15px; line-height:24px; color:#000; padding:0 0 20px 0; margin:0;}
.blind-R p a{ color:#000; font-style:normal;}
.blind-R a{color:#000; font-style:italic; font-size:15px; line-height:24px; padding:0; margin:0;}
.blind-R a:hover{ text-decoration:underline;}
.blind-R img{ width:100%; margin-bottom:30px;}
.blind-R p.orang_text{ color:#d15d00;}
.about_page_content{ padding-bottom:50px;}
p.margin_bottom10{ margin-bottom:10px; }
.accommodation_main h4{ margin:0 0 15px 0;}
.accommodation_main ul{ margin-bottom:30px; }
.c2aaccomodation{ padding:40px 40px; background:#2a78bd; clear:both; width:70%; margin:0 auto 0; }
.c2aaccomodation p{ font-size: 20px; line-height:30px; margin:0; color:#fff; font-family: 'BarlowCondensed-Medium';}
.c2aaccomodation p a{ font-size: 20px; line-height:30px; margin:0; color:#fff;}
.c2aaccomodation p a:hover{ text-decoration:underline;}
.accommodation_page_main h2.page-title{
	margin: 3% auto 2%;
	color: #000;
	font-size: 50px;
	font-family: 'Roboto-Light';
	text-transform: capitalize;
	font-weight:500;
	text-align:center;
}
.accommodation_page_main .page-subtitle{ font-size:15px; line-height:24px; color:#000; padding:0 0 0px 0; margin:0 auto 40px; width:70%; text-align:center; }
.accommodation_main{ margin-top:0; }
.clearfix-bottom{ display:table; width:100%; height:40px; }
.complaint_cycle_main{ padding:70px 0 30px 0; }
.left_complaint_cycle .title{ font-size:37px; line-height:37px; color:#2c2c2c; font-family: 'Roboto-Light'; margin:0 0 15px 0; }
.left_complaint_cycle .subtitle{ font-size:22px; line-height:22px; color:#2c2c2c; font-family: 'Roboto-Bold'; margin:0 0 30px 0; }
.left_complaint_cycle h3{ font-size:25px; line-height:25px; color:#d15d00; font-family: 'Roboto-Regular'; margin:0 0 15px 0; }
.left_complaint_cycle h3 span{ font-family: 'Roboto-Bold'; }
.left_complaint_cycle ul{ margin:0 0 40px 0; padding:0; }
.left_complaint_cycle ul li{ list-style:none; font-size:15px; line-height:15px; color:#2c2c2c; font-family: 'Roboto-Medium'; padding:0 0 0 20px; margin:0 0 15px 0; background:url(../img/orange_cirle_bullets.jpg) left top 5px no-repeat; } 
.left_complaint_cycle ul ul{ margin-top:15px; }
.left_complaint_cycle ul ul li{ font-family: 'Roboto-Regular'; background:url(../img/black_cirle_bullets.jpg) left top 5px no-repeat; margin:0 0 10px 0; }
.right_complaint_cycle img{ width:100%; max-width:540px; }
.bottom_orange_box{ background:#d15d00; padding:40px 100px; max-width:650px; width:100%; margin:40px auto 0;}
.bottom_orange_box h3{ font-size:28px; line-height:28px; color:#fff; font-family: 'Roboto-Bold'; margin:0 0 15px 0; text-align:center; }
.bottom_orange_box ul{ margin:0; padding:0; }
.bottom_orange_box ul li{ display:inline-block; font-size:15px; line-height:15px; color:#fff; font-family: 'Roboto-Bold'; padding:0 0 0 10px; background:url(../img/white_list_bullets.jpg) left center no-repeat; }
.bottom_orange_box ul li:first-child{ margin-right:40px; }
.bottom_orange_box ul li a{ color:#fff; -o-transition:.5s;  -ms-transition:.5s;  -moz-transition:.5s;  -webkit-transition:.5s;  /* ...and now for the proper property */  transition:.5s; }
.bottom_orange_box ul li a:hover{ color:#000; }
.bottom_two_logos p{ font-size:15px; color:#000; line-height:15px; font-family: 'Roboto-Bold'; text-align:center; margin:0 0 20px 0; padding:0; }
.bottom_two_logos p a{ color:#000; -o-transition:.5s;  -ms-transition:.5s;  -moz-transition:.5s;  -webkit-transition:.5s;  /* ...and now for the proper property */  transition:.5s; }
.bottom_two_logos p a:hover{ color:#d15d00; }
.bottom_two_logos .two_bottom_logos{ display:table; margin:0 auto 60px; }
.bottom_two_logos img{ max-width:209px; width:100%; }
.two_bottom_logos ul{ margin:0; padding:0; }
.two_bottom_logos ul li{ display:inline-block; margin:0 15px; }

/*package level starts*/
.pkg-lvl{
	margin:6% auto 4%;
}
.pkg-lvl h2{
	font-family: 'Roboto-Light';
	font-size:35px;
	text-align:center;
	color: #000;
	margin:0 auto 3%;
	padding:0;
}
.pkg-lvl h2 span{
	font-family: 'Roboto-Medium';
}
.pkg-lvl-tbl{
	border:1px solid #ddd;
	background-color:transparent;
	box-shadow: 0px 0px 31px -1px rgba(0,0,0,0.35);
}
.pkg-lvl table{
	width:100%;
	border:0;
	margin:0;
}

.pkg-lvl table tr td{
	border:0;
	padding:.5% 0;
	vertical-align:middle;
	text-align:left;
	font-weight:500;
	font-size:15px;
	color: #000;
	text-align:center;
	border-left:1px solid #ddd;
}
.pkg-lvl table tr td.hd{
	font-size:16px;
	text-transform:uppercase;
	font-weight:600;
	color:#0a6db3;
	text-align:center;
	padding:2% 0;
	border-top:1px solid #ddd;
	width:20%;
}
.pkg-lvl table tr td.hd2{
	font-size:15px;
	font-weight:500;
	padding:.5% 2% 1%;
	color:#0a6db3;
	text-align:left;
	width:20%;
}
.pkg-lvl h5{
	font-family: 'BarlowCondensed-Medium';
	font-size:20px;
	text-align:center;
	background-color:#f7f7f7;
	color: #d15d00;
	margin:0;
	padding:1.5% 0;
}
/*package level ends*/