body {
	width: 100%;
}
html {
	width: 100%;
	-webkit-font-smoothing: antialiased;
}
 @media(min-width:767px) {
 .navbar {
/*padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;*/
    }
 .top-nav-collapse {
        /* Customize the look and feel of the collapsed top nav here */
        padding: 0;
}
}
/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */
a {
	color:#42b373;
}
a:hover {
	color:#2c533d;
}
p {
	margin: 0 0 10px;
	font-size: 14px;
	line-height:24px;
	font-family: sans-serif;
	color:#818181;
	font-family: Arial;
}
/**** Intro section CSS*****/
.intro-section {
	min-height:900px;
	padding-top: 80px;
	/*text-align: left;/* background: #fff;*/
}
.intro-section h1 {
	color:#fff;
	font-weight:600;
	font-size:40px;
	/*letter-spacing:-2px;*/
	margin-bottom:10px;
	text-align: center;
	font-family: Arial;
}

.intro-section img {
	
	 box-shadow: 10px 10px 5px #302F3D;
}


.intro-section h2 {
	color:#fff;
	font-weight:300;
	font-size:24px;
	/*letter-spacing:2px;*/
	margin-bottom:10px;
	text-align: center;
	font-family: Arial;
	font-style: italic;
}

.intro-section h3 {
	color:#fff;
	font-weight:300;
	font-size:18px;
	/*letter-spacing:2px;*/
	margin-bottom:10px;
	text-align: left;
	font-family: Arial;
}

.intro-section h4 {
	color:#fff;
	font-weight:300;
	font-size:16px;
	/*letter-spacing:2px;*/
	margin-bottom:10px;
	text-align: left;
	font-family: Arial;
}

.intro-section h5 {
	color:#fff;
	font-weight:300;
	font-size:16px;
	/*letter-spacing:2px;*/
	margin-bottom:10px;
	text-align: center;
	font-family: Arial;
}

.intro-section ul, li{
color:#fff;
font-size:16px;
text-align: left;
list-style-type: none;
}

.intro-section p{
	color:#fff;
	font-size:16px;
	margin-bottom:10px;
	text-align: center;
}

/***mid-section***/

.mid-section {
	min-height:650px;
	padding-top: 80px;
	/*text-align: left;/* background: #fff;*/
}
.mid-section h1 {
	color:black;
	font-weight:600;
	font-size:40px;
	/*letter-spacing:-2px;*/
	margin-bottom:30px;
	text-align: center;
	font-family: Arial;
}

.mid-section img {
	
	 box-shadow: 10px 10px 5px #302F3D;
}


.mid-section h2 {
	color:black;
	font-weight:300;
	font-size:24px;
	/*letter-spacing:2px;*/
	margin-bottom:10px;
	text-align: center;
	font-family: Arial;
}

.mid-section h3 {
	color:black;
	font-weight:300;
	font-size:18px;
	/*letter-spacing:2px;*/
	margin-bottom:10px;
	text-align: left;
	font-family: Arial;
}

.mid-section p{
	color:black;
	font-size:16px;
	margin-bottom:10px;
	text-align: center;
}


/*** Common Section***/

/*** Common Section***/

}
.section-colored {
	background: #e8eef2;
}
#intro {
	overflow:hidden;
}
.pattern {
	background:url(../images/pattern.png) 0px 0px;
	background-repeat:repeat-x;
	background-color:#0371be;
}
.btn-yellow-hero {
	background-color:#fac922;
	border:none;
	padding:12px 80px;
	font-family: 'Roboto Slab', serif;
	font-size:18px;
	font-weight:600;
	-webkit-font-smoothing: antialiased;
	text-transform:uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-yellow-hero:hover {
	background-color:#064977;
	border:none;
	padding:12px 80px;
	color:#fff;
	font-family: 'Roboto Slab', serif;
	font-weight:600;
	-webkit-font-smoothing: antialiased;
}
/**** Footer Section****/
.footer {
	background-color:#272528;
	padding-top:30px;
	padding-bottom:30px;
}

/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}
 
.accordion {
    overflow:hidden;
    box-shadow:0px 1px 3px rgba(0,0,0,0.25);
    border-radius:3px;
	background-color:#0371be;
}
 
/*----- Section Titles -----*/
.accordion-section-title {
    width:100%;
    padding:15px;
    display:inline-block;
    border-bottom:1px solid #1a1a1a;
    background:#333;
    transition:all linear 0.15s;
    /* Type */
    font-size:1.200em;
    text-shadow:0px 1px 0px #1a1a1a;
    color:#fff;
}
 
.accordion-section-title.active, .accordion-section-title:hover {
    background:#4c4c4c;
    /* Type */
    text-decoration:none;
}
 
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}
 
/*----- Section Content -----*/
.accordion-section-content {
    padding:15px;
    display:none;
    color: black;
}

/******Navigation CSS******/
.navbar-default .navbar-brand {
	color: #fac922;
	font-family: 'Roboto Slab', serif;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #fac922;
	background-color: transparent;
}
.navbar-default {
	background-color: #064977;
	border-color: #064977;
}
.navbar-default .navbar-nav>li>a {
	color: #1488da;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #fac922;
	background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #fac922;
	background-color: #043d65;
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: #ffd852;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-default .navbar-toggle {
border-color: #ffd852;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #ffd74d;
}