#head .navbar-inverse {
    background-color: white;
    border: 0;
    margin-bottom: 0;
    border-radius: 0px;
    padding: 0px;
	color: black;
	font-weight: bold;
	z-index: 444444;
	width: 100%;
}
.navbar-inverse .navbar-nav>li>a {
    color: #6cbdf0;
	font-size: 13px;
}
.top-panel 
{
	background-color: #d9e8f2e6;
}
.navbar-nav>li>a {
    padding-top: 12px;
    padding-bottom: 12px;
	color: black;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 40px 10px;
	
}


.nav-stacked>li>a 
{
	 padding: 10px 10px;
	 border-bottom: 2px solid #277dbc;
}
.nav-stacked>li>a:hover
{
	 background-color: #277dbc;
	 color: white;
	 font-weight: bold;
}


.navbar-inverse .navbar-nav >li> a:hover {
 
  color: #e1852c;
}
.menu-header-text
{
	font-size: 12px;
	color: #7d7c7c;
	font-weight: bold;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #d70c0c;
}
.navbar-default .navbar-nav > li > a {
    color: #6cbdf0;
}
.logo-position
{
	padding-top: 30px;
	padding-bottom: 10px;
}
.row
{
	padding: 10px;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.home-sec-2
{
	margin-top: 60px;
}
.home-sec-2 h3
{
	color: #277dbc;
	font-weight: bold;
	font-size: 30px;
}
.home-sec-2 p
{
	color: #a2a0a0;
}
.footer-body
{
	background-image:url('../images/footer.jpg');
	background-size: 100% 100%;
	height: 400px;
	width: 100%;
	margin-top: 80px;
}

.footer-body2
{
	background-image:url('../images/footer-bg.jpg');
	background-size: 100% 100%;
	padding: 60px;
}

.footer-text
{
	color: #909090;
	text-align: justify;
	font-size: 15px;
	padding-left: 20px;
}
.footer-icon
{
	color: white;
	font-size: 18px;
	text-align: left;
}
.footer-icon span
{
	color: #909090;
	margin-left: 10px;
	font-size: 15px;
	line-height: 38px;
}
heading5
{
	font-size: 18px;
	font-weight: bold;
	color: rgb(225, 133, 44);
	margin-top: 30px;
	text-align: left;
	float: left;
	margin-left: 40px;
}
.footer-icon2
{
	color: rgb(225, 133, 44);
	font-size: 14px;
	float: left;
	text-align: left;
	
}
.footer-icon2 span
{
	color: #909090;
	font-size: 15px;
	line-height: 30px;
	text-align: left;
}
.footer-body-credit1
{
	width: 100%;
	padding: 12px;
	background-color: #0f0e0e;
	color: white;
	
}
.footer-body-credit1 span
{
	color: rgb(225, 133, 44);
	font-weight: bold;
}
.margin2
{
	width: 100%;
	height: 80px;
}
.footer-prtp
{
	color: white;
	font-weight: bold;
}



.home-blue-box
{
	background-color: #d9f8f5;
	padding: 20px;
	width: 47%;
	margin-top: 20px;
	
}
#right-sec-2
{
	margin-left: 20px;
}
.home-blue-box heading2
{
	color: #277dbc;
	font-size: 15px;
	font-weight: bold;
}
.home-blue-box p
{
	color: #5f5d5d;
	font-size: 15px;
	margin-top: 10px;
	
}
.btn-info {
    color: #fff;
    background-color: #277dbc;
    border-color: #277dbc;
}

.services-sec-margin
{
	margin-top: 30px;
}

.home-sec-contact
{
	padding: 30px;
	background-color: #05c1f3;
	width: 100%;
	margin-top: 60px;
}
.home-sec-contact heading2
{
	color: white;
	font-size: 34px; font-weight: bold;
}
.home-sec-contact p
{
	color: white;
	font-size: 15px;
	margin-top: 30px;
}
.contact-box
{
	background-color: #2962ad;
	border-radius: 10px;
	border: 2px solid white;
	font-size: 38px;
	font-weight: bold;
	color: white;
	padding: 6px;
	margin: 40px;
}
.home-sec-2 heading3
{
	color: #277dbc;
	font-weight: bold;
	font-size: 40px;
}
.about-margin
{
	margin-top: 40px;
}
.testimonial
{
	background-image:url('../images/test-1.jpg');
	background-size: 100% 100%;
	height: 380px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.client-1
{
	margin-top: 30px;
	margin-bottom: 30px;
}
.home-sec-contact h3
{
	color: white;
	font-weight: bold;
	font-size: 40px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #277dbc;
    border-radius: 4px;
	margin-top: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-11
 {
    color: #fff;
    background-color: #277dbc;
    border-color: #277dbc;
	border-radius: 0px;
	padding: 6px;
	font-size: 15px;
	
}
/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #277dbc;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #277dbc;
    opacity: 1;
    overflow: hidden;
}
#testimonial .carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.test-image {
    background-image: url('../images/testimonial.jpg');
    background-attachment: fixed;
    background-size: 100% 100%;
    width: 100%;
	margin-top: 40px;
}
.test-content {
    font-family: thoma;
    font-size: 20px;
    color: white;
}
.testmonial-body heading1
{
	color: #277dbc;
	font-weight: bold;
	font-size: 34px;
}
.testmonial-body
{
	margin-top: 40px;
}
.text-center
{
	
	margin-bottom: 50px;
}
blockquote small {
    display: block;
    font-size: 20px;
    line-height: 1.42857143;
    color: rgb(225, 133, 44);
}
blockquote small span{
    display: block;
    font-size: 16px;
    line-height: 1.42857143;
    color: #277dbc;
}

h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
	color: #e1852c;
}
.feature-box-2 {
    border-right: 1px solid #277dbc;
    border-bottom: 1px solid #277dbc;
    padding: 20px 30px;
}
.text-center {
    text-align: center;
}
.feature-box-2 {
    min-height: 340px;
}
.feature-box-2 i {
    color: #277dbc;
    font-size: 50px;
    margin-bottom: 20px;
    display: block;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.right-abr
{
	border-right: 0px;
}
.col-md-4
{
	/*margin-left: -20px;
	margin-right: 0px;
	padding-left: 0px;*/
}
.service-each-row
{
	margin-top: -50px;
}
.left-most-section
{
	margin-left: 0px;
}
.service-first-row
{
	margin-top: 60px;
}
.text-field
{
	margin-top: 0px;
	padding: 0px;
	
}
/******************* Responsive CSS ****************/

@media screen and (max-width: 980px) {

.top-panel
{
	display: none;
}
#head .navbar-inverse {
    background-color: ;
    border: 0;
    margin-bottom: 0;
    border-radius: 0px;
    padding: 0px;
    color: black;
    font-weight: bold;
    z-index: 444444;
    width: 100%;
}
.navbar-brand>img
{
	width: 200px;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.home-blue-box
{
	width: 99%;
	
}
#right-sec-2
{
	margin-left: 0px;
}
#testimonial .carousel-inner {
    min-height: 500px;
}
.contact-box
{
	background-color: #2962ad;
	border-radius: 10px;
	border: 2px solid white;
	font-size: 28px;
	font-weight: bold;
	color: white;
	padding: 6px;
	margin: 0px;
}
}

/******************      color: 
2E5424********/