@charset "utf-8";
body {
	margin: 0 auto;
	padding: 0;
	font-family: "Noto Sans", sans-serif !important;
}
@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: 'Roboto-Medium';
	src: url(../fonts/Roboto-Medium.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-Light';
	src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
	font-family: 'BarlowCondensed-Light';
	src: url(../fonts/BarlowCondensed-Light.ttf);
}
@font-face {
	font-family: 'Roboto-Black';
	src: url(../fonts/Roboto-Black.ttf);
}
@font-face {
	font-family: 'Roboto-Thin';
	src: url(../fonts/Roboto-Thin.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: 'BarlowCondensed-Black';
	src: url(../fonts/BarlowCondensed-Black.ttf);
}
@font-face {
	font-family: 'Oswald-Bold';
	src: url(../fonts/Oswald-Bold.otf);
}
@font-face {
	font-family: 'Roboto-Medium';
	src: url(../fonts/Roboto-Medium.otf);
}
@font-face {
	font-family: 'RobotoCondensed-Bold';
	src: url(../fonts/RobotoCondensed-Bold.otf);
}
.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: 160%;
}
a {
	text-decoration: none;
	transition: all 300ms ease-in-out;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
.width-90 {
	width: 90%;
}
.width-95 {
	width: 95%;
}
.img-100 {
	width: 100%;
}
.marg-auto {
	margin: 0 auto;
}
/*index css*/
/*header starts*/

header{
	margin:0 auto;
}

header h1{
	margin:4% auto;
	padding:0;
}
header h3{
	margin:0 auto;
	padding:0;
	margin-left:5%;
	color:#000;
	font-size:21px;
	font-weight:600;
	font-family: 'Roboto Condensed', sans-serif;
}
header h3 span{
	font-size:15px;
}
header h3 a{
	margin:0 auto;
	background-color:#fff;
	border:1px solid #c5c5c5;
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.15);
	text-align:center;
	color:#000;
	width:100%;
	display:block;
	padding:3% 0;
}
header h3 a:hover, header h3 a:focus, header h3 a:active{
	background-color:#f26b07;
	color:#fff;
}
.header-R-top{
	text-align:right;
}
.header-bottom{
	text-align:right;
	margin-top:6%;
}
header p {
    color: #000;
    text-align: right;
}
header p a {
    color: #000;
}
header p a:hover, header p a:focus, header p a:active {
    color: #000;
}
header h4 {
	font-family: 'Roboto-Medium';
	font-size: 20px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	text-align: right;
	color: #f26b07;
}
header h4 span {
	color: #000;
	margin-right: 6px;
}

/*nav starts*/
.main-nav {
	width: 100%;
	background: #f26b07;
	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;
 .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;
	border:none;
}
.main-nav .navbar {
	border-radius: 0px;
	margin-bottom: 0px;
}
.main-nav .navbar-nav {
	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:hover {
	color: #fff;
	background-color: #000;
}
.main-nav .navbar-nav li:hover a {
	color: #fff;
}
.main-nav .navbar-default .navbar-nav > li > a {
	font-family: 'Roboto-Medium';
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 17px;
	color: #fff;
}
.main-nav .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #000;
}
.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: #000;
}
.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: #000 !important;
}
.main-nav .dropdown-menu > li > a:hover, .main-nav.dropdown-menu > li > a:focus {
	color: #fff;
	background-color: #000;
	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;
}
.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: #dc6106;
	-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);
}
header h6 {
	font-family: 'Roboto-Medium';
	font-size: 14px;
	text-transform: uppercase;
	text-align: right;
	padding:4px 0;
	color: #fff600;
}
header h6 span {
	margin: 0 4px;
}
header h6 a {
	color: #fff600;
}
header h6 a:hover, header h6 a:focus, header h6 a:active {
	color: #000;
}
/*top bar ends*/

/*banner starts*/
.baner-wrap{
	width:100%;
	position:relative;
}
.baner-wrap h2{
	margin:0 auto;
	text-align:center;
	font-size:55px;
	font-family: 'BarlowCondensed-Light';
	color:#fff;
	padding:0;
}
.baner-wrap .ban-1{
	width:100%;
	min-height:479px;
	padding:8% 0 5%;
	background:url(../img/ban-1.jpg) no-repeat left top;
	background-size:100%;
}
.baner-wrap .ban-2{
	background:url(../img/ban-2.jpg) no-repeat left top;
	background-size:100%;
}
.baner-wrap .ban-3{
	background:url(../img/ban-3.jpg) no-repeat left top;
	background-size:100%;
}
/*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*/

.home-overvoew{
	margin:5% auto;
}

.home-overvoew h2{
	margin:0 auto 4%;
	font-size:32px;
	font-family: 'BarlowCondensed-Light';
	line-height:120%;
	color:#000;
	padding:0;
}
.home-overvoew h2 span{
	font-family: 'BarlowCondensed-Bold';
}
a.orng-a{
	display:table;
	padding:8px 20px;
	color:#fff;
	background-color:#f26b07;
	font-size:14px;
	text-align:center;
	font-family: 'Roboto-Medium';
	text-transform:uppercase;
}
a.orng-a:hover, a.orng-a:focus, a.orng-a:active{
	color:#fff;
	background-color:#000;
}
.home-overvoew orng-a{
	display:inline;
	margin-right:5px;
}
a.blk-a{
	display:table;
	padding:8px 20px;
	color:#fff;
	background-color:#242424;
	font-size:14px;
	text-align:center;
	font-family: 'Roboto-Medium';
	text-transform:uppercase;
}
a.blk-a:hover, a.blk-a:focus, a.blk-a:active{
	color:#fff;
	background-color:#df6a00;
}

.f-para{
	margin:0 auto;
	background:url(../img/para-1.jpg) no-repeat left top;
	background-size:100%;
	position:relative;
}
.f-para h4{
	font-size:40px;
	font-family: 'BarlowCondensed-Bold';
	color:#fff;
	padding:0;
	margin:0;
}
.f-para h4 span{
	font-family: 'BarlowCondensed-Light';
	color:#fff;
}
.f-para-lay{
	margin:0 auto;
	position:absolute;
	background:url(../img/f-p-l.png) no-repeat right top;
	right:0;
	top:-16%;
	min-height:100px;
	min-width:700px;
	padding:2% 10%;
	z-index:99;
}

.f-para-bot{
	margin:0 auto;
	padding:30% 0 20%;
}

.f-para p{
	color:#000;
	padding:0;
	margin:0 0 30px;
}

.gray-strip{
	margin:0 auto;
	background-color:#545454;
	padding:1.4% 0;
}
.gray-strip h5{
	margin:0 auto;
	font-size:18px;
	font-family: 'RobotoCondensed-Regular';
	color:#fff;
	line-height:140%;
	padding:0;
}
.gray-strip h3{
	margin:5px auto;
	text-align:right;
	font-size:18px;
	font-family: 'RobotoCondensed-Regular';
	color:#fff;
	line-height:140%;
	padding:0;
	vertical-align:bottom;
}
.gray-strip h3 span{
	font-size:40px;
}
.gray-strip h3 a{
	color:#fff;
}
.gray-strip h3 a:hover, .gray-strip h3 a:focus, .gray-strip h3 a:active{
	color:#fff600;
}

.st-grad{
	margin:5% auto;
}

.st-grad h2{
	margin:0 auto 3%;
	font-size:44px;
	font-family: 'BarlowCondensed-Regular';
	color:#000;
	padding:0;
}
.st-grad h2 span{
	font-family: 'BarlowCondensed-SemiBold';
	color:#000;
}
ul.orng-sqr{
	margin:0;
	padding:0;
}
ul.orng-sqr li{
	margin:0;
	padding:0;
	list-style:none;
	background:url(../img/orng-sqr.png) no-repeat left top 6px;
	font-size:14px;
	margin-bottom:10px;
	padding-left:24px;
}
.st-grad ul.orng-sqr{
	margin-bottom:5%;
}
.st-grad ul.orng-sqr li{
	margin-bottom:7px;
}


.red-patch-2 {
	background-color: #df6a00;
	text-align: center;
	padding: 4% 0;
}
.red-patch-2-mid {
	width: 90%;
	margin: 0 auto;
}
.red-patch-2 h2 {
	font-size: 27px;
	padding: 0;
	margin: 0 auto 1%;
	font-family: 'Roboto-Medium';
	color: #fff;
}
.rp2-box {
	margin:10% auto 0;
	padding:8% 3%;
	width:90%;
	text-align:center;
	background-color:#df6a00;
	box-shadow:14px 1px 20px 0px rgba(178,86,0,0.75);
}
.red-patch-2 h4 {
	font-size: 20px;
	padding: 0;
	margin: 3% auto;
	font-family: 'Roboto-Medium';
	line-height: 140%;
	text-transform: uppercase;
	color: #fff;
}

/*home contact starts*/

.home-contact {
	margin: 5% auto;
}

.home-contact h2 {
	font-size:44px;
	margin: 0 auto;
	font-family: 'BarlowCondensed-Regular';
	text-align: center;
	padding: 0;
	color: #000;
}
.home-contact form {
	margin: 3% auto 0;
	width: 75%;
}
.home-contact form input.form-control, .home-contact form select.form-control {
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #000;
	display: block;
	font-size: 14px;
	height: 42px;
	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%;
	box-shadow: inset 4px 4px 7px 0px rgba(0,0,0,0.21);
}
.home-contact form textarea.form-control {
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #000;
	display: block;
	font-size: 14px;
	height: 108px;
	line-height: 1.42857;
	padding: 10px 12px;
	box-shadow: inset 4px 4px 7px 0px rgba(0,0,0,0.21);
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.btn-div {
	margin: 5% auto 0;
	text-align: center;
}
.home-contact ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 font-style: 12px;
 color:#000 !important;
}
 .home-contact :-ms-input-placeholder { /* Internet Explorer 10-11 */
 font-style: 12px;
 color:#000 !important;
 text-transform:uppercase;
}
 .home-contact ::-ms-input-placeholder { /* Microsoft Edge */
 font-style: 12px;
 color:#000 !important;
}
.home-contact form button {
	margin: 0;
	padding: 5px 0;
	color: #641c1f;
	font-style: 16px;
	text-decoration: underline;
	border: none;
	text-transform: uppercase;
	background-color: transparent;
	font-family: 'Roboto-Medium';
	transition: all 400ms ease-in-out;
}
.home-contact form button:hover, .home-contact form button:focus, .home-contact form button:active {
	text-decoration: none;
	color: #000;
}
/*home contact ends*/

/*footer css starts*/
/*footer css starts*/

footer {
	position: relative;
}
/*gray footer starts*/

.gray-footer {
	background-color: #545454;
	padding: 5% 0;
}
.gray-footer h3 {
	font-size: 25px;
	margin: 0 0 25px;
	font-family: 'Roboto-Medium';
	padding: 0;
	color: #fff;
}
.gray-footer h2 {
	font-size: 44px;
	margin: 0 0 18px;
	font-family: 'Roboto-Thin';
	padding: 0;
	color: #fff;
}
.gray-footer h4 {
	margin:40px 0 0;
	width:90%;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	font-weight:500;
}
.gray-footer h4 span {
	text-transform:uppercase;
	font-weight:700;
}
.gray-footer h4 a{
	margin:0 auto;
	padding:20px 0;
	display:block;
	width:100%;
	background-color:#fff;
	color:#df6a00;
}
.gray-footer h4 a:hover, .gray-footer h4 a:focus, .gray-footer h4 a:active{
	background-color:#df6a00;
	color:#fff;
}
.gray-footer ul {
	margin: 0;
	padding: 0;
}
.gray-footer ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
	list-style: none;
	font-family: 'Roboto-Medium';
	text-transform:uppercase;
}
.gray-footer ul li a {
	color: #fff;
}
.gray-footer ul li a:hover, .gray-footer ul li a:focus, .gray-footer ul li a:active {
	color: #ec553f;
}
.gray-footer p {
	font-size: 16px;
	color: #fff;
	margin: 15px 0 5px;
	font-weight: 500;
}
.gray-footer p.lead {
	font-size: 16px;
	color: #fff;
	margin: 0 0 10px;
	font-weight: 500;
}
.gray-footer input {
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #716138;
	display: block;
	font-size: 14px;
	height: 38px;
	line-height: 1.42857;
	padding: 8px 12px;
	width: 100%;
}
.gray-footer button {
	color: #fff;
	display: table;
	padding: 1% 0;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Roboto-Medium';
	text-align: center;
	height: 38px;
	border: 0;
	margin: 0 auto;
	transition: all 400ms ease-in-out;
	width: 100%;
	background-color: #000;
}
.gray-footer button:hover, .gray-footer button:focus, .gray-footer button:active {
	background-color: #df6a00;
	text-decoration: none;
}
.gray-footer table .table-1{
	margin:0;
	padding:0;
	border:0;
	width:100%;
	text-transform:uppercase;
}
.footer-SS {
	margin: 8% auto 0;
}
.gray-footer .table-1 tr td{
	font-size:15px;
	font-family: 'Roboto-Medium';
	color:#fff;
	line-height:140%;
	vertical-align:top;
	padding:5px 0;
	border:0;
}
.gray-footer .table-1 tr td a{
	color:#fff;
}
.gray-footer .table-1 tr td:first-child{
	width:30%;
}
	
.footer-SS img {
	margin-right: 10px;
}
/*gray footer ends*/
.white-footer {
	margin: 4% auto;
	font-size: 12px;
}
.white-footer h1 {
	margin: 0 auto 8%;
	padding: 0;
}
.white-footer h5 {
	font-size: 14px;
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0;
	margin-bottom: 10px;
	color: #000;
	text-transform:uppercase;
	line-height:150%;
}
.white-footer h5 span {
	font-weight:600;
}
.back-to-top {
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
}
/*footer css ends*/

/*inner page css starts*/

.inner-menus {
	border-radius: 0px 0px 10px 10px;
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
}
.inner-menus .nav-pills > li {
	float: none;
}
.inner-menus .nav > li > a {
	padding: 0;
}
.inner-menus .nav-pills > li.active > a, .inner-menus .nav-pills > li.active > a:focus, .inner-menus .nav-pills > li.active > a:hover {
	color: #fff;
	background-color: transparent;
}
.inner-menus ul {
	margin: 0;
	padding: 0;
}
.inner-menus ul li {
	margin: 0;
	padding:.5% 2%;
	list-style: none;
	display: inline-block;
	font-family: 'BarlowCondensed-Medium';
	font-size: 17px;
	background-color: #fff;
	transition: all 400ms ease-in-out;
}
.inner-menus ul li:hover, .inner-menus ul li:focus, .inner-menus ul li:active {
	background-color: #f26b07;
}
.inner-menus ul li.active {
	background-color: #f26b07;
}
.inner-menus ul li a {
	color: #000;
}
.inner-menus ul li.active a {
	color:#fff;
}
.inner-menus ul li a:hover, .inner-menus ul li a:focus, .inner-menus ul li a:active {
	color: #fff;
}
.courses-R .table-2 {
	margin: 0 auto 4%;
	border: 0;
	padding: 0;
	border: 0 none;
	background-color: #434343;
	font-size: 14px;
	color: #fff;
}
.courses-R .table-2 tr td {
	padding: 15px 0;
	line-height: 170%;
	border: 0;
	font-size: 15px;
}
.courses-R .table-2 tr td:first-child {
	color: #fff;
	width: 50%;
	padding-left: 5%;
}
.courses-R .table-2-ac tr td:first-child {
	width: 20%;
	font-family: 'Roboto-Medium';
}
ul.red-sqr {
	margin: 2% auto;
	padding: 0;
}
ul.red-sqr li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 170%;
	margin-bottom: 4%;
	background: url(../img/red-sqr.jpg) no-repeat left top 9px;
	padding-left: 24px;
	font-size: 14px;
	color: #000;
}
ul.red-sqr li a {
	color: #000;
}
ul.red-sqr li a:hover, ul.red-sqr li a:focus, ul.red-sqr li a:active {
	color: #491007;
}
ul.wred-sqr li a {
	color: #fff;
}
ul.red-sqr li a:hover, ul.red-sqr li a:focus, ul.red-sqr li a:active {
	color: #491007;
}
.course-L-box2 {
	background-color: #f26b07;
	margin-bottom: 5%;
}
.course-L-box2-stuct {
	background-color: #666;
}
.course-L-box2 h2 {
	background-color: #666666;
	padding: 4% 0;
	text-align: center;
	color: #fff;
	font-size: 27px;
	font-family: 'Roboto-Medium';
	margin: 0;
}
.course-L-box2-bot {
	padding: 7%;
}
.course-L-box2-bot p {
	color: #fff;
	margin-bottom: 5%;
}
ul.white-sqr {
	margin: 2% auto;
	padding: 0;
}
ul.white-sqr li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 4%;
	background:url(../img/white-square.png) no-repeat left top 6px;
	padding-left: 24px;
	font-size: 14px;
	color: #fff;
}
ul.white-sqr li a {
	color: #fff;
}
ul.white-sqr li a:hover, ul.white-sqr li a:focus, ul.white-sqr li a:active {
	color: #491007;
}
.sturc-table-1 {
	margin: 0 auto 5%;
	border: 0;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
}
table.sturc-table-1 tr td {
	background-color: #e5e5e5;
	padding: 2% 10% 2% 5%;
	font-size: 14px;
	color: #000;
	border-bottom: 2px solid #d5d5d5;
	font-weight: 500;
}
table.sturc-table-1 tr td span {
	color: #f26b07;
	float: right;
}
table.sturc-table-1 tr td:first-child {
	border-right: 4px solid #fff;
	width: 50%;
}
.sturc-table-2 {
	margin: 0 auto 5%;
	border: 0;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
}
.sturc-table-2 tr:first-child td {
	background-color: #434343;
	padding: 1% 0;
	font-size: 16px !important;
	text-align: center;
	color: #fff;
	border-right: 1px solid #fff;
	font-family: 'RobotoCondensed-Regular';
	font-weight: 500;
}
.sturc-table-2 tr td {
	padding: 2.5% 0 2.5% 8%;
	font-size: 14px;
	color: #000;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	font-weight: 500;
}
.sturc-table-2 > tbody > tr > td {
	padding: 1% 0 1% 2%;
	font-size: 15px !important;
	color: #000;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	font-weight: 500;
}
.sturc-table-2 > tbody > tr > td h4 {
	padding: 25% 0;
	font-size: 17px;
	vertical-align: central;
	color: #000;
	margin: 0;
	font-family: 'Roboto-Medium';
}
.sturc-table-2 > tbody > tr > td.red-text {
	padding: 1% 0 1% 0;
	font-size: 14px !important;
	color: #434343;
	text-align: center;
	font-weight: 500;
}

.sturc-table-4 {
	margin: 0 auto 5%;
	border: 0;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
}

.sturc-table-4 tr td {
	font-size: 14px;
	color: #000;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
.sturc-table-4 > tbody > tr > td{
	border-top: 1px solid #fff;
	line-height:170%;
	padding:2%;
}
.sturc-table-4 tr:first-child td {
	background-color: #434343;
	padding: 1% 0;
	font-size: 16px !important;
	text-align: center;
	color: #fff;
	border-right: 1px solid #fff;
	font-family: 'RobotoCondensed-Regular';
	font-weight: 500;
}

.sturc-table-5 {
	margin: 0 auto 5%;
	border: 0;
}
.sturc-table-5 tr td {
	font-size: 14px;
	color: #000;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	font-weight: 500;
}
.sturc-table-5 > tbody > tr > td {
	padding:1% 0;
	font-size: 14px !important;
	color: #000;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	font-weight: 500;
	font-family: 'RobotoCondensed-Regular';
}

.affix {
	z-index: 999;
	top: 0;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
	left:2.5%;
}
.sturc-table-2 tr td h4 {
	padding: 15% 0;
	font-size: 17px;
	color: #000;
	margin: 0;
	font-family: 'Roboto-Medium';
}

h4.sec-headers {
	font-size: 25px;
	margin: 4% 0 2%;
	font-family: 'Roboto-Medium';
	padding: 0;
	color: #000;
}
h3.sec-headers {
	font-size: 32px;
	margin: 0 0 3%;
	font-family: 'Roboto-Medium';
	font-weight:400;
	padding: 0;
	color: #000;
}
.abouts h3.sec-headers {
	font-size: 32px;
	margin: 0 0 1%;
	font-family: 'BarlowCondensed-Medium';
	font-weight:400;
	padding: 0;
	color: #000;
}
.abouts h3.sec-headers span {
	font-size:25px;
	font-family: 'BarlowCondensed-Regular';
}
h5.sec-headers {
	font-size: 18px;
	margin: 3% 0 1.5%;
	font-family: 'Roboto-Regular';
	padding: 0;
	color: #f26b07;
}

ul.red-sqr {
	margin: 2% auto;
	padding: 0;
}
ul.red-sqr li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 170%;
	margin-bottom: 4%;
	background: url(../img/red-sqr.jpg) no-repeat left top 9px;
	padding-left: 24px;
	font-size: 14px;
	color: #000;
}
ul.red-sqr li a {
	color: #000;
}
ul.red-sqr li a:hover, ul.red-sqr li a:focus, ul.red-sqr li a:active {
	color: #491007;
}
ul.wred-sqr li a {
	color: #fff;
}
ul.red-sqr li a:hover, ul.red-sqr li a:focus, ul.red-sqr li a:active {
	color: #491007;
}


.enrol-form-wrap{
	margin:4% auto;
}
.enrol-form-wrap .form-group {
    margin-bottom:25px;
}
.enrol-form-wrap h4 {
    font-size:25px;
	margin:0;
    margin: 0 0 3%;
    font-family: 'Roboto-Medium';
    font-weight: 400;
    padding: 0;
	text-align:left;
    color: #f26b07;
}

.enrol-form-wrap form input.form-control, .enrol-form-wrap form select.form-control {
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #000;
	display: block;
	font-size: 14px;
	height: 42px;
	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%;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.45);
}
.enrol-form-wrap form textarea.form-control {
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #000;
	display: block;
	font-size: 14px;
	height:80px;
	line-height: 1.42857;
	padding: 10px 12px;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.45);
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
label {
    margin-bottom: 0;
    font-weight: 500;
	margin:2% 0;
	font-family: 'Roboto-Medium';
}
.enrol-form-wrap .horz-labl {
    display: inline-block;
	margin:0;
    font-weight:400;
	font-family: 'Roboto-Medium';
}
.enrol-form-wrap .checkbox-inline, .enrol-form-wrap .radio-inline {	
	margin:0 auto;

}
.form-gap{
	margin:2.5% auto 1.8%;
}

.enrol-form-wrap .table-1{
	margin:0;
	padding:0;
	border:0;
	width:100%;
}
.enrol-form-wrap .table-1 thead td{
	margin:3% auto;
	padding:2% 0;
	background-color:#f3f3f3;
	text-align:center;
	font-family: 'Roboto-Medium';
	border:0;
	border:1px solid #ddd;
}
.enrol-form-wrap .table-1 tr td{
	padding:8px;
	text-align:left;
	font-size:14px;
}

.enrol-form-wrap .table-2{
	margin:0;
	padding:0;
	border:0;
	width:100%;
}
.enrol-form-wrap .table-2 tr td:first-child{
	width:80%;
}
.enrol-form-wrap .table-2 tr td{
	padding:8px;
	text-align:left;
	font-size:14px;
	font-family: 'Roboto-Medium';
}

.enrol-form-wrap button {
	margin: 0 20px;
	padding: 10px 40px;
	color: #fff;
	font-family: 'Roboto-Medium';
	font-style: 14px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #491007;
	transition: all 300ms ease-in-out;
}
.enrol-form-wrap button:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000;
}

.enrol-form-wrap button.reset-btn {
	background-color: #f26b07;
}
.enrol-form-wrap button:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000;
}

.faci-box{
	margin:0 auto 4%;
	background-color:#f6f6f6;
	padding:2%;
	border:1px solid #f0efef;
}

.light-gray-btn {
	font-family: 'BarlowCondensed-SemiBold';
	font-size: 17px;
	text-transform: uppercase;
	padding: 10px 30px;
	background-color: #e8e8e8;
	color: #000;
	margin:10% auto;
	display: inline-table block;
	text-transform: capitalize;
}
.light-gray-btn:hover, .light-gray-btn:focus, .light-gray-btn:active {
	background-color: #606062;
	color: #fff;
}

.course-total {
    margin: 5% auto;
}


.policy-wrap{
	margin:4% auto;
}

.policy-wrap h4{
	margin:0 auto 6%;
	background-color:#f6f6f6;
	border:1px solid #f0efef;
	text-align:center;
	line-height:140%;
	font-size:14px;
	transition:all 500ms ease-in-out;
	font-family: 'Roboto-Medium';
}
.policy-wrap h4:hover{
	background-color:#e8e8e8;
}
.policy-wrap h4 a{
	color:#000;
	padding:6% 1%;
	min-height:90px;
	display:block;
	width:100%;
}
.policy-wrap h4:hover a{
	color:#000;
}
.pad-L5{
	padding-left:5%;
}
.inner-banner{

	margin:0 auto;
	background:url(../img/inner-banner.jpg) no-repeat left top fixed;
	background-size:100%;
	padding:8% 0;
	text-align:center;
}
.inner-banner-in{
	min-height:303px;
	overflow:hidden;
}
.inner-banner h2{
	margin:0 auto;
	background-color:rgba(0, 0, 0, .7);
	text-align:center;
	display:table;
	padding:2%;
	font-family: 'BarlowCondensed-Medium';
	font-size:40px;
	color:#fff;
}
.about-pg{
	margin:2% auto;
}
.about-pg p{
	margin-bottom:3.7%;
}
.about-pg h5.sec-headers {
    font-size: 16px;
	line-height:150%;
}	
.about-pg h4.sec-headers {
    font-size: 25px;
    margin: 2% 0;
}
.about-pg ul.red-sqr li {
	margin-bottom: 2%;
}

/*contact page*/

.contact-div {
	width: 100%;
	margin:0 auto;
}
.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: 'BarlowCondensed-Medium';
	color: #000;
	font-size: 25px;
	line-height: 150%;
	margin:70px auto 5%;
	margin-bottom: 0px;
	text-transform: capitalize !important;
}
.bor {
	background: #820e0f;
	height: 2px;
	margin-bottom: 30px;
	width: 50px;
}
h5.content-name {
	font-family: 'BarlowCondensed-Medium';
	color: #000;
	font-size: 18px;
	line-height: 150%;
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 10px;
}
h5.content-name-N {
	color: #000;
	font-size: 15px;
	line-height: 150%;
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 10px;
}
 span.con-I {
	margin-right: 6px;
	font-size: 20px;
	color: #820e0f;
}
.contact-div p a {
	line-height: 140%;
	text-decoration: none;
	transition: all 200ms ease-in-out 0s;
}
.contact-div p span.fas {
	color: #055837;
	font-size: 120%;
	margin-right: 5px;
}
.contact-div p a:hover {
	color: #801e69;
	line-height: 140%;
	text-decoration: none;
}
.mapping {
	border: 8px solid #e5e5e5;
	width: 100%;
	margin:2% auto 5%;
}
.maping iframe {
	border: 0 none;
	width: 100%;
	display: block;
}
.mapping iframe {
	border: 0 none;
	display: block;
	width: 100%;
}
.top-box {
	border: 8px solid #e5e5e5;
	padding: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: 'Barlow Semi Condensed', sans-serif;
	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: 'Barlow Semi Condensed', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 100%;
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
}
.con-R p {
	font-size: 14px;
}
.top-box h2 span {
	color: #000063;
	font-family: 'Barlow Semi Condensed', sans-serif;
}
.top-box h3 {
	color: #000;
	font-size: 15px;
	line-height: 130%;
	margin: 15px auto 0;
	font-weight: 200;
	font-family: 'Barlow Semi Condensed', sans-serif;
	padding: 0;
	text-transform: none;
}
.top-box label {
	color: #514a40;
	font-family: 'Barlow Semi Condensed', sans-serif;
	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 {
	background-color: #eee;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #000;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 1.42857;
	margin-bottom: 14px;
	padding: 5px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.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 .form-group {
	margin-bottom: 0 !important;
}
.top-box button {
	margin: 0;
	padding: 6px 20px;
	color: #fff;
	font-style: 14px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #434343;
	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: #eee;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #000;
	display: block;
	font-size: 14px;
	height: 111px;
	line-height: 1.42857;
	padding: 5px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	margin-bottom: 15px;
}
 .top-box .form-control::-moz-placeholder {
 color: #716138;
}

.faci-box{
	margin:0 auto 4%;
	background-color:#f6f6f6;
	padding:2%;
	border:1px solid #f0efef;
}
.abouts{
	margin:3% auto 2%;
}
.enrol-form-wrap .modal-body h5 {
    font-family: 'Roboto-Medium';
    color: #df1d00;
    margin: 3% auto 1.5%;
    font-size: 19px;
    line-height: 150%;
    text-transform: capitalize !important;
}
/*contact css ends*/

.gte-wrap{
	margin:4% auto;
}
.gte-wrap h3{
	font-family: 'Barlow Semi Condensed', sans-serif;
	color: #df1d00;
	font-size: 22px;
	margin-bottom:2%;
	line-height: 150%;
	font-weight:600;
	text-transform: capitalize !important;
}
.gte-wrap form input.form-control, .gte-wrap form select.form-control {
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #000;
	display: block;
	font-size: 14px;
	height: 42px;
	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%;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.45);
}
.gte-wrap form textarea.form-control {
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #000;
	display: block;
	font-size: 14px;
	height:80px;
	line-height: 1.42857;
	padding: 10px 12px;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.45);
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.gte-wrap label {
    margin-bottom: 0;
    font-weight: 500;
	margin:2% 0;
	font-family: 'Roboto-Medium';
}
.gte-wrap .horz-labl {
    display: inline-block;
	margin:2% 0;
    font-weight:400;
	font-family: 'Roboto-Medium';
}
.gte-wrap .red-labl {
	color:#df1d00;
	font-family: 'Roboto-Medium';
    font-weight:400;
	margin:2% auto;
}
.form-gap{
	margin:2.5% auto 1.8%;
}
.gte-wrap p.lead-1{
	font-weight:600;
	font-size:105%;
}
.gte-wrap .form-group {
    margin-bottom: 25px;
}
.gte-wrap h5{
	font-family: 'Roboto-Medium';
	color: #df1d00;
	margin:3% auto 1.5%;
	font-size:19px;
	line-height: 150%;
	text-transform: capitalize !important;
}

.gte-wrap .checkbox-inline, .gte-wrap .radio-inline {	
	margin:0 auto;

}

.gte-wrap button {
	margin: 0 20px;
	padding: 10px 40px;
	color: #fff;
	font-family: 'Roboto-Medium';
	font-style: 14px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #491007;
	transition: all 300ms ease-in-out;
}
.gte-wrap button:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000;
}

.gte-wrap button.reset-btn {
	background-color: #df1d00;
}
.gte-wrap button:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000;
}
.gte-wrap .modal-body h5{
	font-family: 'Roboto-Medium';
	color: #df1d00;
	margin:3% auto 1.5%;
	font-size:19px;
	line-height: 150%;
	text-transform: capitalize !important;
}

.l-2-gte-D{
	margin:2% auto;
	display:block;
}
.l-2-gte-D a{
	margin:2% auto;
	display:table;
	padding:1% 2%;
	background-color:#491007;
	text-align:center;
	font-size:16px;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:500;
	display:block;
	widows:100%;
}
.l-2-gte-D a:hover, .l-2-gte-D a:focus, .l-2-gte-D a:active{
	background-color:#000;
}


.l-2-gte{
	margin:2% auto;
	display:block;
}
.l-2-gte a{
	margin:2% auto;
	display:table;
	padding:2% 2%;
	background-color:#df6a00;
	text-align:center;
	font-size:22px;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:500;
	display:block;
	widows:100%;
}
.l-2-gte a:hover, .l-2-gte a:focus, .l-2-gte a:active{
	background-color:#000;
}

.about-new-wrap{
	margin:4% auto;
}
.about-new-wrap p{
	margin-bottom:4%;
}
.about-new-wel{
	margin:0 auto;
}
.about-new-wel-top{
	margin:0 auto 3%;
}
.about-new-wrap h3.sec-headers {
	font-size: 44px;
	margin: 0 0 3%;
	font-family: 'Roboto-Medium';
	font-weight:400;
	padding: 0;
	color: #000;
}
.about-new-wel-top h3 {
	font-size: 44px;
	margin:4% 0 1%;
	font-family: 'BarlowCondensed-Regular';
	font-weight:500;
	line-height:90%;
	padding: 0;
	color: #000;
}
.about-new-wel-top h3 span {
	font-family: 'Roboto-Black';
	font-size:29px;
	color:#f26b07;
}
.about-new-wel-top h4 {
	font-size: 80px;
	text-align:right;
	margin: 0 0 3%;
	font-family: 'Roboto-Black';
	padding: 0;
	color: #e6e6e6;
}
.about-new-wrap h3.sec-headers {
	font-size: 32px;
	margin: 0 0 1%;
	font-family: 'BarlowCondensed-Medium';
	font-weight:400;
	padding: 0;
	color: #000;
}
.about-new-wrap h3.sec-headers span {
	font-size:25px;
	font-family: 'BarlowCondensed-Regular';
}
.about-gray{
	background-color:#efefef;
	padding:5%;
	margin:1% auto 3%;
}
.about-gray h3{
	font-size:28px;
	margin: 0 0 3%;
	font-family: 'BarlowCondensed-Bold';
	font-weight:400;
	padding: 0;
	color: #f26b07;
}
.about-gray h4{
	font-size: 23px;
	margin:0;
	font-family: 'BarlowCondensed-Regular';
	font-weight:400;
	line-height:140%;
	padding: 0;
	color: #000;
}

ul.red-sqr-orng{
	margin:0;
	padding:0;
}
ul.red-sqr-orng li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 170%;
	margin-bottom:2%;
	background: url(../img/red-sqr.jpg) no-repeat left top 9px;
	padding-left: 24px;
	font-family: 'Roboto-Regular';
	font-weight:500;
	font-size: 15px;
	color: #f26b07;
}
ul.red-sqr-orng li a {
	color: #000;
}
ul.red-sqr-orng li a:hover, ul.red-sqr-orng li a:focus, ul.red-sqr-orng li a:active {
	color: #491007;
}
h5.gray-h5 {
	font-size:60px;
	margin: 0 0 3%;
	font-family: 'Roboto-Black';
	padding: 0;
	color: #e6e6e6;
}
.abo-2nd-3rd{
	margin:0 auto;
}
.abo-2nd-3rd-hdr{
	margin:2% auto 3%;
	text-align:center;
	padding:10px 0;
}
ul.red-sqr-ab23 li{
	margin-bottom:2%;
}
.abo-2nd-3rd-hdr h2{
	font-size: 43px;
	margin:0;
	font-family: 'BarlowCondensed-Regular';
	font-weight:500;
	line-height:140%;
	padding: 0;
	color: #000;
}
.abo-2nd-3rd-hdr-M{
	min-height:80px;
	background:url(../img/ab-m-bg.png) no-repeat top center;
}
.abo-2nd-3rd-hdr-C{
	min-height:80px;
	background:url(../img/ab-c-bg.png) no-repeat top center;
}
.abo-2nd-3rd-hdr-A{
	min-height:80px;
	background:url(../img/ab-A-bg.png) no-repeat top center;
}
h4.abo-2nd-3rd-h4{
	margin:0 auto 2%;
	font-size:28px;
	font-family: 'BarlowCondensed-Regular';
	font-weight:500;
	line-height:140%;
	padding: 0;
	color: #f26b07;
}
h4.abo-2nd-3rd-h4 span{
	font-family: 'BarlowCondensed-Black';
}

.board-box{
	margin:0 auto 10%;
}
.board-box h3{
	margin:0 auto;
	padding:2% 5% 0;
	background-color:#5f5f5f;
	color:#fff;
	min-height:50px;
	font-size:28px;
	font-family: 'BarlowCondensed-SemiBold';
}
.board-box h5{
	margin:0 auto 3%;
	padding:2% 5% 0;
	font-size:15px;
	background-color:#fff;
	border:1px solid #5f5f5f;
	color:#f26b07;
	line-height:130%;
	min-height:80px;
	font-family: 'BarlowCondensed-Medium';
}
.board-box h5.spc-h5{
	min-height:65px;
	padding:2% 5% 2% 5%;
}
.board-box p{
	margin:0 auto 3%;
	width:90%;
}