@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500');


body,
html,
header,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
section,
main{
	margin:0px;
	padding:0px;
	display:block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gotham-Bold';
    font-weight: 700;
	color:#000;
	text-transform:uppercase;
}
p{
	margin-bottom:20px;
	line-height:22px;
	margin-top:10px
}
h2{
	margin-top:20px;
	margin-bottom:25px;
}
body{
	font-family: 'Gotham-Book';
	font-size:16px;
	color:#000;
	
}
header{
	position:relative;
	height:102px;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	padding:0px 15px;
	background:#000000;
	border-bottom:2px solid #9c429a;

}
header .intro-txt{
	position:absolute; top:12px;
	right:25px;
	color:#7192bf;
	font-size:20px;
}
header .intro-txt ul{
	padding:0px;
	margin:0px;
}
header .intro-txt li{
	list-style:none;
	text-transform:uppercase;
	font-size:14px;
	display:inline;
	font-weight:500;
	padding-left:20px;
}
header .intro-txt li a{
	color:#fff;
}

header .intro-txt li:first-child a{
	color:#ffffc6;
	text-decoration:underline;
}

header .intro-txt li a:hover{
	color:#ffffc6;
}
h1.logo{
	width:400px;
	height:80px;
	position:absolute;	
	left:0px;
	top:10px;
}
h1.logo a{
	display:block;
	background:url(../images/logo.png) no-repeat;
	width:400px;
	height:80px;
	text-indent:-999999px;
	background-size:100%;
}
.navbar-custom{
	 background:none;
	 font-weight:700;
	 border-radius:0px;
	 border:none; padding:10px 0 0;
}
.navbar-custom a:focus{outline:0}
.navbar-nav > li > a {
	padding:8px 12px;
	font-size:14px;	
	font-weight:normal;
	
}
.navbar-nav > li:last-child{
	margin-left:10px;
}
.navbar-nav > li:first-child{
	margin-right:80px;
}
 .navbar-custom .navbar-nav{
	 letter-spacing:1.5px;
	 margin-top:46px;
}
.navbar-custom .navbar-nav li a:hover{
	color:#1a6fa7;
	outline:0;
}
.navbar-custom .navbar-nav li a:active,
.navbar-custom .navbar-nav li a:focus{
	color:#1a6fa7;

}
.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li.active a:active,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:hover{
	color:#1a6fa7; background:none;
	font-family: 'Gotham-Book';
	
}
.navbar-custom .navbar-toggle{
	 color:#fff; text-transform:uppercase;
	 font-size:10px; 
	 border-color:#fff;
	 background:none;
	 margin-top:4px;
	 margin-right:15px;
	 border:0px;
	 
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover{
	color:#1a6fa7;
    background-color:transparent;
	
}
.navbar-custom .navbar-toggle:focus,.navbar-custom .navbar-toggle:hover{
	 background-color:transparent;
	 color:#fff;
	 border-color:none;
}
.navbar-custom .navbar-brand, .navbar-custom .navbar-brand.active,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-nav li a{
   color:#fff;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-collapse {
    border-top: 0px solid transparent;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
.navbar-nav>li>.dropdown-menu{
	  margin-top:8px;
}
.dropdown-menu {
    padding: 3px 0px;
	min-width:180px;
	border-radius:0px;

}
.dropdown-menu {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;

}
.dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu > li > ul > li {
  list-style: none;
}
.dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 0px;
  clear: both;
  color:#000!important;
  font-weight: normal;
  line-height: 1.428571429;

  white-space: normal;
}
.dropdown-menu > li ul > li > a:hover,
.dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #2eb3fd!important;
  background-color:transparent;
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover,
.dropdown-menu .disabled > a:focus {
  color: #999999;
}
.dropdown-menu .disabled > a:hover,
.dropdown-menu .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
}


.banner-section{
	position:relative;	
}

.banner-section .overlap-box{
    position:absolute;
	text-align:left;
	top:0%;
	left:0px;
	text-align:center;
	width:100%;
	height:100%;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align : center;
	-webkit-align-items : center;
	-moz-box-align : center;
	-ms-flex-align : center;
	align-items : center;
	width: 100%;
	-webkit-box-pack : center;
	-moz-box-pack : center;
	-ms-flex-pack : center;
	-webkit-justify-content : center;
	justify-content : center;
	color:#fff;
}
.banner-section .caption-frame{
	position:absolute;
	text-align:left;
	top:0%;
	left:0px;
	text-align:center;
	width:100%;
	height:100%;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align : center;
	-webkit-align-items : center;
	-moz-box-align : center;
	-ms-flex-align : center;
	align-items : center;
	width: 100%;
	-webkit-box-pack : center;
	-moz-box-pack : center;
	-ms-flex-pack : center;
	-webkit-justify-content : center;
	justify-content : center;
	color:#fff;

}
a:focus{
	text-decoration:none;
}
.banner-section .caption-frame .detail-info,
.banner-section .caption-info{
	color:#fff;
	width:100%;
	margin:0px 0 15px;
	font-family: 'Gotham-Bold';

}
.banner-section .caption-info{
	font-size:35px;
	line-height:40px;
	text-shadow: 4px 4px 0px #000;
	padding:0px 80px;
	
}
.banner-section .green-text{
	color:#b5e61d;
	font-family: 'Gotham-Bold';
	font-size:25px;

}
.form-inline.search-panel{
	text-align:right;
}
.table{
	font-size:14px;
}
.form-control,
.btn{
	border-radius:0px;
	text-transform:uppercase;
	font-family: 'Gotham-Bold';
	border:0px;
}
.form-control{
    padding: 10px 15px;
    border: 1px solid #dddddd;
    color: #333;
	font-family: 'Gotham-Book';
	height:42px;
    background: none;
	text-transform:inherit;
	background:#fff;
	
}
.banner-section .btn.btn-success{
	background:#75ac09;
	padding:15px 40px;
	color:#fff;
}
.banner-section .btn.btn-success:hover{
	border:0px;
	background:#000;
}
main{
	margin:30px auto;

}

.serivce-section{
	margin:50px 0px 80px;

}
.serivce-section h2{
	color:#fff;
}
.serivce-section .red-txt{
	font-size:25px;
	color:#ff0000;
	font-family: 'Gotham-Bold';
}
.serivce-section .info-wrap{
	text-align:center;
	font-size:14px;
	border:1px solid #dcdcdc;
	background:#fff;
	padding-bottom:15px;

}
.serivce-section .info-wrap .img-wrap{
	margin-bottom:25px;
}
.serivce-section .info-wrap .info{
	text-align:center;
	padding:0px 14px;
	color:#c25504;
	font-size:18px;
	 font-family: 'Gotham-Bold';
	text-transform:uppercase;
}
.serivce-section .info-wrap .short-detail{
	font-size:15px;
	padding:0px 15px;
	text-align:justify;
}

.serivce-section.before-footer{
	margin:70px 0px 40px;
}
.serivce-section.before-footer .info-wrap .info{
	font-size:28px;
}

.serivce-section.before-footer .info-wrap .short-detail{
	font-size:15px;
	padding:0px 30px;
	text-align:justify;
}


.panel-seprater{
	padding-bottom:15px;
}

 /* .affix {
      top: 0px;
	  height:80px
  }
  
 .affix  h1.logo{
	width:300px;
	height:70px;
	position:absolute;	
	left:0px;
}
 .affix h1.logo a{
	display:block;
	background:url(../images/logo.png) no-repeat;
	width:300px;
	height:70px;
	text-indent:-999999px;
	background-size:100%;
}
.affix .intro-txt{
	 display:none;
 }
 .affix  .navbar-custom .navbar-nav {
    letter-spacing: 1.5px;
    margin-top: 13px;
}*/
.btn.btn-default
{
	padding:8px 30px;
	border:1px solid #c25504;
	color:#fff;
	background:#c25504;
}
.btn.btn-default:hover{
	background:#fff;
	color:#000;
	border:1px solid #c25504;
}
.welcome-info{
	background:#083366;
	color:#fff;
	padding:80px 0;
	
}
.welcome-info h2{
	text-align:center;
	color:#fff;
	text-transform:inherit;
}
.welcome-info p{
	text-align:justify;
	font-size:16px;
	line-height:24px;
}
.gray-col-wrap{
	background:#dcdcdc;
	text-align:center;
	padding:40px 0 30px;
	text-transform:uppercase;
    font-family: 'Gotham-Bold';
	color:#0b4386;
	font-size:18px;
}
.gray-col-wrap p{
	margin-bottom:15px;
	margin-top:4px;
}
.gray-col-wrap p.blk-txt{
	color:#33312c;
}
.gray-col-wrap p.red-txt{
	color:#ff0000;
}
.gray-txt{
	font-size:22px;
	color:#393939;
	font-family: 'Gotham-Bold';
}
.orange-txt{
	color:#c25504;
	font-family: 'Gotham-Bold';	
}
footer{
	background:#000;
	text-align:center;
	color:#fff;
	padding:30px 0;
	font-size:13px;

}
footer ul.footer-nav{
	text-align:center;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
footer ul.footer-nav li {
	border-left:1px solid #fff;
	margin:0px 0px;
	display:inline-block;
	padding:0 8px;
	line-height:12px;
	font-size:16px;
}
footer ul.footer-nav li a{
	color:#fff;

}
footer ul.footer-nav li:first-child{
	border:0px;
}
.inner-banner{
	background:#1a6fa7;
	}
.inner-banner .item {
	height:250px;
	overflow:hidden;
}

.content-area{
	background:#ebebeb;
	padding:40px 0;
	position:relative;
	margin-top:-30px;
	text-align:justify;
}
.content-area h3{
	text-transform:inherit;
	color:#003b5c;
	text-align:center;
	font-weight:100;
	margin-bottom:20px;
}

.tab-group{
	margin:80px 100px 40px;
}

.tab-group a{
	margin-bottom:20px;
	display:block;
}
main ul{
	margin-bottom:25px;
}
.tab-content{
	padding:60px 20px 20px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color:transparent;
    border-color: #ddd;
	text-decoration:none;
}
.panel-default>.panel-heading i{float:right;}
.panel-group .panel {
    border-radius: 0px!important;
}
.text-danger{
	color:#ff0000!important;
}
.modal-header {
    padding:15px 15px 0px;
    border-bottom:0;
}
.counddown{
	position:absolute;
	right:25px;
	color:#fff;
	font-size:14px;
	
}
h5{
	margin-bottom:15px;
}
.admin-login{
	background:#f2f2f2;
	padding:60px 40px;
	border:2px solid #fff;
	box-shadow:0px 0px 40px #f2f2f2;
	margin-bottom:60px;
}
.blue-txt{
	font-size:18px;
	color:#083366;
	font-family: 'Gotham-Bold';
}
.navbar-nav a.dropdown-toggle{
	color:#abd71b!important;
}
.serivce-section td{
	text-align:left;
}
@media (min-width:767px) and  (max-width:1200px){

 .affix  h1.logo{
	width: 300px;
	height: 60px;
}
 .affix h1.logo a{

	width: 300px;
	height: 60px;

}	
h1.logo {
	width: 300px;
	height: 60px;
	left:10px;
	top:10px;
}
h1.logo a {
width: 300px;
height: 60px;
}	
.navbar-custom .navbar-nav {
    margin-top: 46px;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 8px;
}
.navbar-nav > li > a {
	padding:8px 8px;
	font-size:12px;	
	
}
.navbar-nav > li:first-child {
    margin-right: 10px;
}
.navbar-right .dropdown-menu {
    right: 0;
    left:-20px;
	min-width:240px;
}
.serivce-section.before-footer .info-wrap .short-detail {
    padding: 0px 15px;
}
}



@media (max-width:767px){
header {
	position: relative;
	height: 55px;
	padding:0;
}
h1.logo {
	width: 192px;
	height: 40px;
	left:20px;
}
h1.logo a {
width: 192px;
height: 40px;
}

 .affix {
      top: 0px;
	  height:59px
  }
  
 .affix  h1.logo{
	width: 192px;
	height: 40px;
	position:absolute;	
	left:10px;
}
 .affix h1.logo a{
	display:block;
	background:url(../images/logo.png) no-repeat;
	width: 192px;
	height: 40px;
	text-indent:-999999px;
	background-size:100%;
}
 .affix .intro-txt{
	 display:none;
 }
 .affix  .navbar-custom .navbar-nav {
    letter-spacing: 1.5px;
    margin-top: 13px;
}
.navbar-nav > li:last-child{
	margin-left:0px;
}
.navbar-nav > li:first-child{
	margin-right:0px;
}

.banner-section .caption-frame .caption-info {
    font-size: 20px;
    line-height: 20px;
	 padding: 0px 12px;
}
.banner-section .caption-frame .detail-info {
    font-size: 13px;
	line-height:14px;
}
.banner-section .caption-frame .detail-info, 
.banner-section .caption-frame .caption-info {
    color: #fff;
    width: 100%;
    margin: 0px 0 2px;
}
.banner-section .caption-frame {
     bottom: 15px;
 }
.banner-section .btn.btn-success {
    padding: 5px 20px;
}
.navbar-nav > li > a {
	text-align:center;
	padding:12px;
	border-bottom:1px solid #9c429a;
	margin-bottom:0px;
 
}
.navbar-custom{
	padding-bottom:0px;
	box-shadow:4px 0px 4px #ccc;
	-webkit-box-shadow:4px 0px 4px #ccc;
	-ms-box-shadow:4px 0px 4px #ccc;
}
 .navbar-custom .navbar-nav{
	 letter-spacing:1.5px;
	 margin-top:0px;
	 margin-bottom:0px;
	 background:#000;
}
.dropdown-menu > li > ul > li > a {
    color: #fff!important;

}

.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 0px 5px 0px;
}
.serivce-section {
    margin: 10px 0px 10px;
}
.serivce-section.before-footer {
    margin: 30px 0px 0px;
}
.serivce-section .info-wrap{
	margin-bottom:20px;
}
.welcome-info h2 {
    text-align: center;
    color: #fff;
    font-size: 22px;
}
.welcome-info p{
	text-align:center;
}
footer{
	padding:20px 10px;
}
footer .copyright {

    margin-top: 26px;

}
footer ul {

	margin-bottom:30px;
}
.tab-group{
	margin:40px 20px 20px;
			padding-bottom:20px;
}
.inner-banner .item {
	height:120px;
}
footer ul.footer-nav li {
    font-size: 12px;
}
.admin-login{
	padding:30px 20px;
}
}

.training-info p{
	text-align:center;
	font-size:20px;
	line-height:20px;
	margin-bottom:5px;
}