body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #333333;
  background: url(../images/body-bg.png) fixed top center no-repeat #f1f1f1;
  background-size: cover;
}

.top-header{ z-index:3; background: #ffffff; }

header {
    position: relative;
    width: 100%;
    margin-top: 71px;
}
@media( max-width : 585px ) {
	header {
		margin-top: 51px;
	}
}
.page-header {
    margin-top: 0px;
    color: #464544;
    font-size: 46px;
}

.page-header2 {
	padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
    margin-top: 5px;
}

.slider-container{
	overflow: visible;
	background: url(../images/opacity-bg.png);
}
.body-wrapper{
	position:relative;
	width: 100%;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.navbar-default {
    background-color: #050e23; /* 0.5 for 50% transparency */
    border-color: #050e23; /* Apply same transparency to the border */
    color: #ffffff;
    margin-bottom: 0px;
    border-radius: 0px;
}
.navbar-default .navbar-brand {
    color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #efefef;
}
.navbar-brand {
	padding: 25px 15px;
    font-size: 20px;
}

.navbar-default .navbar-nav>li>a {
	padding: 25px 20px;
	font-size: 14px;
	text-transform: uppercase;
    color: #ffffff;
    background-color: Transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #efefef;
    background-color: #62499c;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #62499C;
    color: #efefef;
}
.dropdown-menu {
	background-color: #0B0B14;
}
.dropdown-menu>li>a {
	text-transform: uppercase;
    color: #ffffff;
	padding: 10px 20px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a {
	background-color: #62499C;
	color: #ffffff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #62499C;
    color: #efefef !important;
}
.navbar-default .navbar-toggle {
    border-color: #464544;
	border-radius: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #efefef;
}
.text-main {
  /* The magic */
  -webkit-background-clip: text;  
  color: transparent;  
  font-weight: 900;
  background-size: contain;
  background-image: url(../images/text-main-bg.jpg);
}
.color-bg {
  background-size: cover;
  background: url(../images/text-main-bg.jpg) no-repeat #333333 center center;
}
/*.text-main{color: #f12122;}*/
.text-success2{ color: #62499C; }
.text-main-inverse{ color: #efefef; }
.section{
	padding: 20px 50px;
	width: 100%;
}
.sectiondark{
	padding: 40px;
	background: #f1f1f1;
	width: 100%;
}
.sectionbgimg{
    background: url(../images/section-dark-bg.png) #464544 center center no-repeat fixed;
    background-size: cover;
}
.sectionbgimg2{
    background: url(../images/section-dark2-bg.png) #abd682 center center no-repeat fixed;
    background-size: cover;
	color: #3e5d22;
}
.panel-custom {
    border-radius: 0px;
    border: none;
}

.panel-custom>.panel-heading {
    color: #ffffff;
    background-color: #178c67;
    border-color: #178c67;
	border-radius: 0px;
}
.panel-custom>.panel-body {
	padding: 0px;
}

.panel-primary {
    border-color:#E7EAED !important;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #005389;
    border-color: #005389;
}

/***alert***/
.alert h4 {
  font-weight: 600;
}
.alert .icon {
  margin-right: 10px;
}
.alert a{ color: #47A8F5; text-decoration: underline;}
.alert .close {
  color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.alert .close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.alert.alert-danger {
  background-color: rgba(248, 215, 218, 1);
  border-color: rgba(220, 53, 69, 1);
  color: rgba(114, 28, 36,1);
}

.alert.alert-semitransparent{
  background-color: rgba(170, 166, 201, 0.5);
    color: #333333; /* Choose from #333333, #2C2C2C, or #2A3E52 */
    border: 1px solid rgba(170, 166, 201, 0.8);
}

.panel-success > .panel-heading, .alert-success {
	color: #ffffff;
  background-color: #13C98C;
  border-color: #13C98C;
}
.panel-danger > .panel-heading, .alert-danger,
.alert-error {
	color: #ffffff;
  border-color: #FF6B6C;
  background-color: #FF6B6C;
}

.panel-toorange>.panel-heading {
    color: #ffffff;
    /*background: url(../images/header-color-bg.jpg) no-repeat #333333 center center;
	background-size: cover;*/
    background-color: #62499c;
    border-color: #62499c;
    border-radius: 0px;
}
.panel-toorange>.panel-heading h4{ font-weight:bold; }
.panel-toorange>.panel-body {
	 border-color: #CF1A74;
	 color: #4b4b4b;
}

.panel-togold>.panel-heading {
    color: #ffffff;
	/*background: url(../images/header-color-bg.jpg) no-repeat #333333 center center;
	background-size: cover;*/
	background-color: #B29759;
    border-color: #B29759;
	border-radius: 0px;
}
.panel-togold>.panel-heading h4{ font-weight:bold; }
.panel-togold>.panel-body {
	 border-color: B79E7C;
	 color: #4b4b4b;
}



.panel-toorangecat {
	margin-bottom: 0;
}

.panel-toorangecat>.panel-heading {
  color: #ffffff;
  background-color: #CF1A74;
  border-color: #CF1A74;
	border-radius: 0px;
  padding: 1px;
  padding-left: 30px;
}
.panel-toorangecat>.panel-heading a, .panel-toorangecat>.panel-heading a:hover, .panel-toorangecat>.panel-heading a:focus{
  color: #ffffff;
}
.panel-toorangecat>.panel-body {
	border-color: #CF1A74;
	color: #4b4b4b;
}

.alert-danger,
.alert-error {
	color: #ffffff;
  border-color: #d73925;
  background-color: #dd4b39;
}
.panel-warning > .panel-heading,.alert-warning {
	color: #ffffff;
	 background-color: #f39c12;
	border-color: #f39c12;
}
.panel-info > .panel-heading,.alert-info {
	color: #ffffff;
	background-color: #62499C;
    border-color: #B31535;
}

.panel-success{ border-color: #13C98C; }
.panel-info{ border-color: #21cbd5; }
.panel-warning{ border-color: #f39c12; }
.panel-danger{ border-color: #FF6B6C; }
.panel-toorange{border-color: #62499c;}
/**here***/

.label-warning{
	background-color: #62499C;
}

.btn{ border-radius: 0px;}
.news-panel-body > .text-container{
	padding: 5px 15px;
    background: url(../images/opacity-black-bg.png);
    color: #ffffff;
    width: 100%;
}
.footer {
	border-top: 8px solid #62499c;
	background: #050e23;
	background-size: cover;
	text-align: center;
	color : #ffffff;
	padding-top:20px;
}

.footer-copy{padding:5px;background: #464544;color:#efefef;}

/*ENTRY Navigation*/

/*TABS*/
.wizard .nav-tabs {
	position: relative;
	margin: 40px auto;
	margin-bottom: 0;
	border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
	position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #62499C;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #E0E0E0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#005389;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #62499c;
}
.wizard li.active span.round-tab i{
    color: #62499c;
}

span.round-tab:hover {
    color: #005389;
    border: 2px solid #005389;
}

.wizard .nav-tabs > li {
	width: 25%;
	min-width: 100px;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 33%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #005389;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #62499c;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
	margin-top: 8px;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li.active {
    color: #62499c;
}
    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}



@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
.panel-form-collapse > .panel-heading{ cursor: pointer;}
.panel-info.panel-form-collapse > .panel-heading:hover, .panel-info.panel-form-collapse > .panel-heading:active { background-color: #00A5AE; }
.panel-form-collapse > .panel-heading > h3{ padding: 0px; margin: 0px; font-size: 16px; }
.panel-form-collapse > .panel-heading > h3 > small{ font-size: 16px; color: #f1f1f1; }
.form-control { font-size: 16px; }
.greeny{ color: #19C54D; }
.pink { color: #E65A63; }
.form-inline-p p { display: inline; }
.text-wordcounter {
    position: absolute;
    right: 30px;
    padding: 5px 10px;
    margin: 5px;
    margin: 5px;
    margin-top: -40px;
    background-color: #62499C;
    border: 1px solid #62499C;
    color: #ffffff;
    border-radius: 4px;
    font-weight: bold;
    text-align: right;
}
.btn-round-xl{
border-radius: 100px;
}
.btn-round-lg{
border-radius: 22.5px;
}
.btn-round{
border-radius: 17px;
}
.btn-round-sm{
border-radius: 15px;
}
.btn-round-xs{
border-radius: 11px;
padding-left: 10px;
padding-right: 10px;
}

.tocount{ margin-top: 45px; } 
.btn-group-xl>.btn, .btn-xl {
    padding: 15px 20px;
    font-size: 20px;
    line-height: 1.3333333;
}
.btn-custom{
    color: #fff;
    background-color: #62499c;
    border-color: #FFF;
}
.btn-custom:hover, .btn-custom:focus{
    color: #fff;
    background-color: #62499c;
    border-color: #62499c;
}
.btn-success2{
    color: #fff;
    background-color: #0086CE;
    border-color: #0086CE;
}
.btn-success2:hover, .btn-success2:focus{
    color: #fff;
    background-color: #62499C;
    border-color: #62499C;
}

.btn-primary {
    color: #fff;
    background-color: #012454;
    border-color: #012454;
}

.btn-success {
    color: #fff;
    background-color: #28A745;
    border-color: #28A745;
}


/*box table*/
.box-table-a
{
	text-align: left;
	border-collapse: collapse;
}
.box-table-a th
{
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
.box-table-a td
{
	padding: 8px;
	background: #e8edff;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
.box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}
.box-table-b
{
	margin: 45px;
	width: 480px;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #9baff1;
	border-bottom: 7px solid #9baff1;
}
.box-table-b th
{
	font-weight: normal;
	padding: 8px;
	background: #e8edff;
	border-right: 1px solid #9baff1;
	border-left: 1px solid #9baff1;
	color: #039;
}
.box-table-b td
{
	padding: 8px;
	background: #e8edff;
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
	color: #669;
}
.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}
.alert-danger h3{ padding: 0px; margin: 0px; }
.alert-danger small{ color:#efefef; font-size: 75%; }
.panel{ overflow: hidden; }
.box-container-cut{
	padding: 20px;
	margin: 5px;
	padding-left: 40px;
    background: #00A94F;
	color: #ffffff;
    position: relative;
}
.box-container-cut:after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    border-bottom: 50px solid #ffffff;
    border-right: 50px solid #00A94F;
    width: 0;
}
.box-icon {
   padding: 15px;
   margin: 5px;
   position: relative;
   display: block;
   color: #ffffff;
   font-size: 4em;
   min-height: 120px;
}
.box-icon p {
   font-size: 16px;
}
.box-icon:hover,.box-icon:focus {
	color: #ffffff;
	text-decoration: none;
}
.bgorange {
   background-color: #F26531;
   color: #ffffff;
}
.bgyellow {
   background-color: #FFD200;
   color: #ffffff;
}
.bgblue {
   background-color: #19A8E3;
   color: #ffffff;
}
.bgprimary{
  background-color: #464544;
  color: #ffffff;
}
.bggreen {
   background-color: #178c67;
   color: #ffffff;
}
.bglightgreen {
   background-color: #E0F3FC;
   color: #444444;
}
.bglight {
   background-color: #efefef;
   color: #92cb5c;
}
.bgpurple {
   background-color: #DADADA;
   color: #000000;
}
.towhite {
   color: #dddddd;
}
.towhite:hover {
   color: #efefef;
   text-decoration: none;
}
.topink{
   color: #C44455;
}

.toorange{
   color: #CF1A74;
}

.bgborderonly {
    background-color: transparent;
    color: #fb8539;
    border-radius: 6px;
    border: 4px solid #fb8539;
}
.bgborderonly:hover {
    background-color: #fb8539;
    color: #ffffff;
}

/*SCROLL*/
#scroll {
    position:
    fixed;
    right:10px;
    bottom:80px;
    cursor:
    pointer;
    width:50px;
    height:50px;
    background-color: #62499c;
    text-indent:-9999px;
    display:
    none;
    z-index: 9999;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color: #050e23;
    opacity:1;
    filter:
    "alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.alert-custom {
    color: #FFFFFF;
    background-color: #1D3F7D;
    border-color: #1D3F7D;
}
.alert-custom a { color:  #62499c !important; }
.btn-Category{white-space: normal; text-align: left;}
@media (max-width: 768px){
	.section{ word-wrap: break-word; }
	/*.boxparent{ height: 240px; }*/
	.box-icon {
	   font-size: 3em;
	}
	.box-container-cut{
		padding: 15px;
		margin: 0px -15px;
	}
	.footerright{ text-align: left; }
}

.well{padding: 10px; margin: 3px 0;}
.category-box {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

}
.category-box a {
    padding: 30px 0;
    width: inherit;
    display: block;
	line-height: 18px;
    letter-spacing: 0.16px;
    font-weight: 700;
    font-style: normal;
    color: #282828;
    font-size: 16px;
	color: #ffffff;
    text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
.darkhr {
    border-top: 8px solid #464544;
    max-width: 100px;
}

.lighthr {
    border-top: 8px solid #efefef;
    max-width: 100px;
}

.hr-new {
	border: none;
	background: url(../images/hr-new-bg.png) no-repeat center center Transparent; 
	background-size: 100% 100%; 
	height: 8px;
    max-width: 100px;
	margin-bottom: 20px;
}

.panel-wrapper{ border: none; background: #ffffff; background: rgba(255,255,255,0.9); }
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

.circle-icon{ 
	background: url(../images/icon-bg-new.png) no-repeat center center Transparent; 
	background-size: 100% 100%; 
	height: 150px;
	width: 150px;
	color: #ffffff;
	padding: 27px;
	display: block;
	font-size: 4em;
}
.circle-icon:hover, .circle-icon:focus{ 
	color: #efefef;
	outline: none !important;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}