@import url('https://fonts.googleapis.com/css?family=Rajdhani');

body {
	font-family: 'Rajdhani', sans-serif;
	border-top:5px solid #1e4b86;    
    /*padding-top: 25px;*/
}

.navbar-bg
{
	background-color:#1e4b86;
	padding:0;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar
{
	min-height:auto !important;
}

.border-right
{
	border-right:2px solid #FFF;
}

.contact-border-right
{
	border-right:1px solid #f18909;
}

.navbar-midbg
{
	background-color:#193d6d;
	padding:0;
}

.navbar {
    border-radius: 0 !important;
	border:0px !important;
}

.top-contact-box
{
	margin-top:-5px;
	margin-left:-40px;
}



/*
  Relevant styles below
*/

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #f18909;
	line-height:inherit;
}

.navbar .navbar-nav > li.active {

    border-left: 0px !important;
    border-right: 0px !important; 
}

.topper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.navbar.navbar-inverse {
  /*background-image: linear-gradient(#9f9f9f, #535353 3%, #1f1f1f 17%, #212121 49%, #191919 89%, #000000 100%);*/
  /*border-top: 1px inset rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  /*margin-top: 10px;*/
  background-color: #1e4b86;
  margin-bottom:0px;
}


.navbar-nav {
  margin: 0px !important;
  font-size:16px;
}

.navbar .navbar-nav > li > a {
  color: #d1d1d1;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  text-shadow: 0px -1px black, 0px 1px rgba(255, 255, 255, 0.25);
  line-height: 18px;
  cursor:pointer;
}

.navbar .navbar-nav > li.active {
  color: #f8f8f8;
  background-color: #080808;
  box-shadow: inset 0px -28px 23px -21px rgba(255, 255, 255, 0.15);
  border-left: 1px solid #2A2A2A;
  border-right: 1px solid #272727;
}

.btn.btn-gradient-blue {
  background-color: #0c5497 !important;
  background-image: -webkit-linear-gradient(top, #127bde 0%, #072d50 100%);
  background-image: -o-linear-gradient(top, #127bde 0%, #072d50 100%);
  background-image: linear-gradient(to bottom, #127bde 0%, #072d50 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff127bde', endColorstr='#ff072d50', GradientType=0);
  border-color: #072d50 #072d50 #0c5497;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(31, 31, 31, 0.29);
  -webkit-font-smoothing: antialiased;
}


.font-title
{
	color: #f18909;
}

.fontpara
{
	color: #193d6d;
	font-weight:600;
	letter-spacing:0.5px;
}

.bar {
    clear: both;
    width: 60px;
    margin: 10px auto;
    height: 5px;
    background: #1e4b86;
}

.bar2 {
    clear: both;
    width: 60px;
    margin: 10px auto;
    height: 5px;
    background: #FFF;
}

.font-about
{
	font-size:14px;
	color:#FFF;
	text-align:center;
}

.social
{
	list-style-type:none;
	display:inline-flex;
	font-size:20px;
	text-align:right;
}

.social a
{
	color:#FFFFFF !important;
}

.social li
{
	padding-left: 5px;
	padding-right:5px;
}

.footer-bg
{
	padding-top:10px;
	color:#FFFFFF;
	background-color:#1e4b86;
	border-top:3px solid #f18a0a;
}

.hr2
{
	border-top:3px solid #f18a0a;
	height:20px;
	margin-top:10px;
	margin-bottom:10px;
}




.form-control{
    background: transparent;
}
form {
	margin: 20px;
}
form > div {
	position: relative;
	overflow: hidden;
}
form input, form textarea {
	width: 100%;
	border: 2px solid gray;
	background: none;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 8px 12px;
	outline: 0;
}
form input:valid, form textarea:valid {
	background: white;
}
form input:focus, form textarea:focus {
	border-color: #357EBD;
}
form input:focus + label, form textarea:focus + label {
	background: #357EBD;
	color: white;
	font-size: 70%;
	padding: 1px 6px;
	z-index: 2;
	text-transform: uppercase;
}
form label {
	-webkit-transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
	transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
	position: absolute;
	color: #999;
	padding: 7px 6px;
	font-weight: normal;
}
form textarea {
	display: block;
	resize: vertical;
}
form.go-bottom input, form.go-bottom textarea {
	padding: 12px 12px 12px 12px;
}
form.go-bottom label {
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}
form.go-bottom input:focus, form.go-bottom textarea:focus {
	padding: 4px 6px 20px 6px;
}
form.go-bottom input:focus + label, form.go-bottom textarea:focus + label {
	top: 100%;
	margin-top: -16px;
}
form.go-right label {
	border-radius: 0 5px 5px 0;
	height: 100%;
	top: 0;
	right: 100%;
	width: 100%;
	margin-right: -100%;
}
form.go-right input:focus + label, form.go-right textarea:focus + label {
	right: 0;
	margin-right: 0;
	width: 40%;
	padding-top: 5px;
}


textarea.form-control {
    height: 200px;
}

.sbtn
{
	background-color: #193d6d;
	color:#FFFFFF;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	border-radius:5px;
	border-color: #193d6d;
}


.sbtn:hover
{
	background-color: #f18909;
	border-color: #f18909;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #f18909 !important;
}



figure {
  display: block;
  position: relative;
  /*float: left;*/
  overflow: hidden;
  /*margin: 0 20px 20px 0;*/
}
figcaption {
  position: absolute;
  background: black;
  background: rgba(0,0,0,0.75);
  color: white;
  padding: 10px 20px;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
}
figure:hover figcaption {
  opacity: 1;
}
figure:before {
  content: "?";
  position: absolute;
  font-weight: 800;
  background: black;
  background: rgba(255,255,255,0.75);
  text-shadow: 0 0 5px white;
  color: black;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius:    12px;
  border-radius:         12px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  -moz-transition: all 0.6s ease;
  opacity: 0.75;
}
figure:hover:before {
  opacity: 0;
}

.cap-left:before {  bottom: 10px; left: 10px; }
.cap-left figcaption { bottom: 0; left: -30%; }
.cap-left:hover figcaption { left: 0; }

.cap-right:before { bottom: 10px; right: 10px; }
.cap-right figcaption { bottom: 0; right: -30%; }
.cap-right:hover figcaption { right: 0; }

.cap-top:before { top: 10px; left: 10px; }
.cap-top figcaption { left: 0; top: -30%; }
.cap-top:hover figcaption { top: 0; }

.cap-bot:before { bottom: 10px; left: 10px; }
.cap-bot figcaption { left: 0; bottom: -30%;}
.cap-bot:hover figcaption { bottom: 0; }


.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #ffffff;background: #1e4b86; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none;  color: #1e4b86 !important; background: #fff; }
        .nav-tabs > li > a::after { content: ""; background: #1e4b86; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #1e4b86 none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}
.nav-tabs > li  {width:50%; text-align:center;}
.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }

@media all and (max-width:724px){
/* .nav-tabs > li > a > span {display:none;}	 */
.nav-tabs > li > a {padding: 5px 5px;}
}



@media (min-width: 768px)
{
.container {
	width:100%;
	max-width:970px;
	padding:0;
}


.col-sm-push-6 {
    left: 50% !important;
}

.col-sm-pull-6 {
    right: 50% !important;
}


    .brand-pills > li > a {
        border-top-right-radius: 0px;
    	border-bottom-right-radius: 0px;
    }
    
    li.brand-nav.active a:after{
    	content: " ";
    	display: block;
    	width: 0;
    	height: 0;
    	border-top: 20px solid transparent;
    	border-bottom: 20px solid transparent;
    	border-left: 9px solid #428bca;
    	position: absolute;
    	top: 50%;
    	margin-top: -20px;
    	left: 100%;
    	z-index: 2;
    }

}


@media (max-width: 767px)
{
.navbar-nav .open .dropdown-menu {

    background-color: #193d6d !important;

}

.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #f18909 !important;
}

}
