@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);

@import url('https://fonts.googleapis.com/css?family=Raleway:600');
/*************************
*******Typography******
**************************/
body {
  	font-family: 'Open Sans' , sans-serif;
  	font-size: 14px;
  	color: #5e5d5d;
 	margin:0;
  	padding:0;
}

p {
  	line-height:24px;	
}

strong {
	line-height:24px;	
}

.navbar-brand {
    float: left;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}


.btn {
   border: none;
   font-weight: 500;
   cursor: pointer;
   display: inline-block;
   border-radius: 0;
   color: #fff;
   padding: 7px 9px;
   text-transform: uppercase;
   letter-spacing: 1px;
   outline: none;
   position: relative;
   -webkit-transition: all 0.6s ease;
   -moz-transition: all 0.6s ease;
   transition: all 0.6s ease;
   font-size:11px
}

a {
   -webkit-transition: 300ms;
   -moz-transition: 300ms;
   -o-transition: 300ms;
   transition: 300ms;
}

a:focus, 
a:hover {
   text-decoration: none;
   outline: none
}

h1, h2, h4, h5, h6 {
   font-family: 'Open Sans' , sans-serif;
   font-weight: 300;
   text-transform: uppercase;
}

h2 {
   font-size: 36px
}

.navbar-toggle {
   margin-top: 12px
}

.navbar-toggle .icon-bar {
   background-color:#fff;
}

.navbar-toggle, 
.navbar-toggle:focus {
   border:2px solid #fff;
   outline: none;
}

.navbar-default .navbar-static-top{
position:absolute;	
}

.navbar-collapse{
  background:#528dab
}

/*************************
*******Header CSS******
**************************/

.social-icons a {
  font-size: 13px;
  color: #fff;
  padding-left:20px;
  font-weight:600  
}

.social-icons {
  font-size: 13px;
  color: #fff;
  padding-left:20px;
  font-weight:600  
}



.header-top {
  display: block;
  overflow: hidden;
  padding: 15px 17px 15px 0px;
  background-color:#2d6581;
}


/* Dropdown Button */

.topbar{
position:absolute;
right:165px;
top:-10px
}
.dropbtn {
    background-color:#2d6581;
    color: white;
    font-size: 14px;
    border: none;
    cursor: pointer;
	position:absolute;
	z-index:1;
	width:180px;
	height:35px
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	z-index:1
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 4;
	top:40px
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color:#528dab;
color:#fff}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.main-nav {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.main-nav 
.container {
  width: 100%;
}
.navbar-brand {
  height: 64px;
  position: relative;
  width: 297px;
  margin-left:25px;
  
}

.navbar-brand img {
  position: absolute;
  top:10px;
  height:64px
  }


.navbar-right li a {
  padding: 30px 15px;
  font-size: 13px;
  color: #172054;
  text-transform: uppercase;
  font-family: 'Open Sans' , sans-serif;
  font-weight: 600;

}

.navbar-right li a:hover, 
.navbar-right li a:focus  
{
  background-color:#83b6cf;
  color: #fff;
}

.navbar-right .active>a
{
  background-color:#83b6cf;
  color: #fff;
}



.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color:#528dab;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color:#d66530;
    border-color:none;
	color:#fff
}



.navbar-right .dropdown-menu {
  left: auto;
  right: 15px;
  top: 74px;
}

.navbar-right .dropdown-menu::before {
	background: none repeat scroll 0 0 #fff;
	content: "";
	display: block;
	height: 20px;
	right: 15px;
	margin-top: -43px;
	position: absolute;
	top: 32px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 20px;
	z-index: -99
}
.dropdown-menu > li > a {
     clear: both;
    color:#d66530;
    display: block;
	  white-space: nowrap;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	margin-top:5px
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{
  color: #fff;  
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #d66530;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #fff;  
  }
.navbar-nav .open .dropdown-menu {
  background-color: #ffffff;   
}
.fixed-menu {
  position:relative;
  border-color:#e7e7e7
}

.fixed-menu .header-top {
  display: block;
  overflow: hidden;
  padding: 0px;
}
.fixed-menu .navbar-right {
  padding: 0 0px 0 0;
}


.fixed-menu .navbar-right li a {
  font-size: 13px;
  padding: 20px 25px;
  text-shadow:inherit;
}



.fixed-menu .header-top {
  display:block;
}

.header-left {float:left}
.header-right {float:right}

  .navbar-nav.navbar-right:last-child{margin-right:5px}

/*************************
*******Home CSS******
**************************/

#home {
  position: relative;
  overflow: hidden;
 }

/*************************
*******Common Citizens CSS******
**************************/

#common_citizens {
  position: relative;  
  margin-bottom:20px;
  
}
#common_citizens .media-body p{
	margin-top:60px;
}

.big{
font-size:20px	
}

.blue1{
color:#2d6581;
font-weight:bold	
}

#common_citizens h2 {
  color: #172054;
  font-size: 22px;
  line-height: 36px;
  margin-top: 25px;
  margin-bottom:5px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  position:relative;
}


/*#common_citizens h2:after {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 50px;
    height: 2px;
    margin: 0 auto;
    background:#172054;
}

*/
#common_citizens p{
text-align:left !important;
}

#common_citizens h3{
color:#ff9934;
font-size:18px;
font-weight:bold
}

#common_citizens i.fa {
color:#ff9934;
}

#common_citizens a {
color:#5e5d5d
}


 /*************************
*******Highlights CSS******
**************************/
#highlights {
  position: relative;  
  padding-top:40px;
  background:#528dab;
  padding-bottom:20px;
  text-align:justify;
  color:#fff
}

#highlights h3{
color:#fff;
font-size:18px;
font-weight:bold;
font-family: 'Raleway', sans-serif;
}

#highlights h4{
color:#fff;
font-size:16px;
font-weight:bold;
text-transform:inherit
}


#highlights a {
text-decoration:underline
}

#highlights li{
text-align:left	
}

#highlights h3:after{
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 50px;
    height: 2px;
    margin: 0 auto;
    background:#2d6581;
}

#highlights  i.fa{
	text-align: center;
    color: #528dab;
    padding: 18px 0;
	border-radius: 50px;
    margin: 0 10px;
    margin-right: 10px;
	font-size:15px;
	background:#fff;
	width:50px;
	height:50px;
}

.media>.pull-left {
    margin-right: 40px;
}

.blue_bold{
color:#ff9934;
font-size:16px;
font-weight:bold	
}

#intro_end{
  position: relative;  
  background-color:#efecec;
  padding-top:40px;
  padding-bottom:40px
}

#intro_end h3{
color:#ff9934;
font-size:16px;
font-weight:bold
}

#intro_end h3:after{
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 50px;
    height: 2px;
    margin: 0 auto;
    background:#172054;
}

#intro_end  i.fa{
	text-align: center;
    color: #fff;
    padding: 18px 0;
	border-radius: 50px;
    margin: 0 10px;
    margin-right: 10px;
	font-size:15px;
	background:#172054;
	width:50px;
	height:50px;
}

.text-center .line {
    border-top: 3px solid #ff9934;
    height: 10px;
    width: 80px;
    text-align: center;
    margin: 0px auto 50px auto;
}

.text-center hr {
    border-top: 3px solid #138806;
    width: 60px;
    text-align: center;
    margin-top: 10px;
    position: relative;
}





/*************************
*******About CSS******
**************************/

#abt {
  position: relative;  
  padding-bottom:20px;
  background:#f7f6f6
}

#abt h2 {
  color: #172054;
  font-size: 22px;
  line-height: 36px;
  padding-top: 5px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  position:relative;
}


#abt p{
text-align:left !important;
}


#abt h3{
color:#ff9934;
font-size:16px;
font-weight: bold;
margin-top:0px
}

#abt h3:after {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 50px;
    height: 2px;
    margin: 0 auto;
    background:#172054;
}

#abt h4{
color:#ff9934;
font-size:16px;
font-weight: bold;
text-transform: inherit
}

#abt h4:after {
    position: absolute;
    top: 135px;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 50px;
    height: 2px;
    margin: 0 auto;
    background:#172054;
}


#abt li{color:#172054;
}

#social{
  position: relative;  
  background-color:#efecec;
  padding-top:40px;
  padding-bottom:40px
}

#social h3{
color:#ff9934;
font-size:16px;
font-weight:bold
}

#social h3:after{
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 50px;
    height: 2px;
    margin: 0 auto;
    background:#172054;
}

#social i.fa{
	text-align: center;
    color: #fff;
    padding: 18px 0;
	border-radius: 50px;
    margin: 0 10px;
    margin-right: 10px;
	font-size:15px;
	background:#172054;
	width:50px;
	height:50px;
}

#social li{color:#172054;
}









/*************************
******Common CSS****
**************************/


.orange {
color:#ff9934
}


/*************************
******Footer CSS****
**************************/

#footer {
  background:#2d6581;
  color: #FFFFFF;
  font-size: 13px;
  padding: 15px 0 5px 0;
  text-align:center
}

nav#footer{
	background: #222222;
	color: #ffffff;
	padding: 20px 0 15px 0;
}
nav#footer .fnav{ vertical-align: middle;}
ul.footer-social li{
	display: inline-block;
	margin-right: 10px;
}

#footer i.fa {
	height: 30px;
	width: 30px;
	font-size: 16px;
	border-radius: 50%;
	color: #fff;
	transition: all 0.5s;
	background: #83b6cf;
}

#footer i.fa-facebook {
	padding: 7px 9px;	
}

#footer i.fa-linkedin {
	padding: 7px 7px;	
}

/*************************
*******Misc CSS**********
**************************/

.mar-top-20 {
margin-top:20px	
}

.mar-top-30 {
margin-top:30px	
}


.mar-bot-20 {
margin-bottom:20px	
}

.mar-bot-30 {
margin-bottom:30px	
}

.mar-bot-40 {
margin-bottom:40px	
}

.mar-bot-90 {
margin-bottom:90px	
}



/*************************
******New Styles****
**************************/

.white {
	background-color:#fff;

}

.cap_bg {
	background-color:#5ebfea;
	opacity: .9;
	padding:5px;
	color:#fff;
	
}

.cap_bg1{
	background-color:#fcac45;
	opacity: .9;
	padding:5px;
	color:#fff	
}

.green {
	color:#5da733;
	font-weight:600;
}

.green-new{
	color:#5da733;	
}

.blue {
	color:#5ebfea;
	font-weight:600
}

.little-bolder{
	font-weight:400	
}

.new-bg{
	background-color: #f7f7f7; 	
}

.btn-primary {
    color: #fff;
    background-color: #5ebfea;
    border-color: #357ebd;
	padding:10px
}

a {
    color: #fcac45;
    text-decoration: none;
}

a:hover,a:focus{
	color:#5ebfea;
	text-decoration:none
}
.text-align-center {
	text-align:center	
}


.text-center .line {
    border-top: 4px solid #ff9934;
    height: 10px;
    width: 80px;
    text-align: center;
    margin: 0px auto 50px auto;
}
.text-center hr {
    border-top: 4px solid #138806;
    width: 60px;
    text-align: center;
    margin-top: 10px;
    position: relative;
}

.text-center h2 {
	color:#5a5a5a;	
	font-family: 'Open Sans' , sans-serif;
	font-size: 28px;	
	line-height:24px;
}
.text-center h2 strong {
	font-weight:500
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}


.scrollup {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 50px;
    right: 1%;
    background-color:#2d6581;
	display:none;
}

.scrollup i {
  display: block;
  width: 30px;
  font-size: 18px;
  height: 6px;
  line-height: 32px;
  color: #fff;
  border-radius: 0px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

