@charset "utf-8";
/* CSS Document */

body,html
{
	font-family: 'Open Sans', sans-serif;
	height:100%;
	width:100%;
	
}

/* Typography */
h1{
		color:#2c2c2c;
		font-size:34px;
		font-weight: 700;
		font-family: 'Lora', serif;
		margin-bottom: 20px;
}
h2{
		color: #000;
		font-size:24px;
		font-weight: 400;
		margin-bottom:20px;
		font-family: 'Roboto', sans-serif;
}
h2.index {
	margin-top: 30px;
}
h3{
		color: #000;
		font-size:22px;
		font-weight:600;
}
h4{		
		color: #000;
		font-size:19px;
}
p {
		color:#393939;
		font-size:18px;
		line-height:36px;
		margin-bottom: 20px;
}
a{
		color:#2c2c2c;
		display: inline-block;
}
a{
	outline: none;
	border: 0;
}
a:hover{
		text-decoration: none;
		
		outline: none;
}
a:focus{
		text-decoration: none;
		
}
a:focus, .dropdown-toggle:focus{
	outline: none !important;
}
hr{
	border-top: 1px solid #C4C4C4;
}
/* Header */
header
{
	position:relative;
}

/* Top Bar */
header div.top-ribbon{
	background-color: #0158c9;
	width: 100%;
	height: 40px;
}

/* Top Navigation */
.top_info_line{
	display: flex;
	float: right;
	justify-content: center;
	text-align: center;
}
.top_info_line ul{
	margin: 0;
	padding: 0;	
}
.top_info_line ul li {
	float: left;
	list-style-type: none;
	margin:0;
	padding: 5px 10px;
}
.top_info_line ul li a{
	color: #fff;
	font-size:17px;
	line-height: 28px;
	
}
.top_info_line ul li a:hover, div.top_info_line ul li a:focus {
	opacity: 0.8;
	text-decoration: none;
}
.top_info_line p, .top_info_line p a {
	color: #fff;
	font-size:24px;
	line-height: 32px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-left: 10px;
	font-weight: 400;
}
/* Logo And Navigation */
.logo_area{
	background: #fff;
	padding: 40px 0;
}
.navigation_container {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	/* This aligns items to the end line on main-axis */
	justify-content: flex-end;
	flex-direction: row;
}
.navigation_container .navigation_items{
	display: flex;
	align-items: center;
}
.navbar-default {
	float: right;
	margin-bottom: 0px;
	background-color: transparent;
	border-color: transparent;
	width: 100%;
	min-height: 0px;
}
.navbar-nav {
    float: none;
    margin: 7.5px -25px;
    display: flex;
    justify-content: space-around;
}
.navbar-default .navbar-nav > li > a {
   color:#000;
   font-size: 17px;
   font-weight:600;
   padding: 0;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#0158c9;
	background-color:transparent;
	border-bottom: 2px solid #0158c9;
}
.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover > .active, .navbar-default .navbar-nav > .active > a:focus {
    color: #0158c9;
	background-color:  transparent;
	border-bottom: 2px solid #0158c9;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #0158c9;
	background-color:transparent;
	border-bottom: 2px solid #0158c9;
}
.dropdown-menu{
	background: #F0F0F0;
	border: 1px solid #333333;
	box-shadow: none;
}
.dropdown-menu > li > a.active, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:  #0158c9;
	text-decoration: none;
	background-color:  transparent;
    outline: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
   color: #0158c9;
	text-decoration: none;
	background-color: transparent;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:  #0158c9;
	text-decoration: none;
	background-color:  transparent;
}

.navbar-nav > li > .dropdown-menu > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar-nav > li > .dropdown-menu{
	border-radius: 0px;
	padding: 10px 0px;
	margin-top: 10px;
}
/* Banner Area */
.banner_section{
	background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
	padding-bottom: 40px;
}

/* Content */
.content_sections{
	background: #F5F5F5;
}
.insurance_main_content{
	background: #fff;
	padding: 30px 25px 0px 25px;
	
}
#silver_content ul li{
	color: #393939;
	font-size: 18px;
	line-height: 36px;
	margin-bottom:10px;
}
/* Carrier Carousal */
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
    margin-top: 15px 0 50px 0;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0;
	height:120px;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: default;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item img {
	cursor: default;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 100%;
}

/* Testimonials */
.testimonials_section{
	background: #0158c9; 
	height: 100px;
}

.testimonials_section h2{
	color: #fff;
	font-size: 36px;
	line-height: 50px;
	font-weight: 700;
	font-family: 'Lora', serif;
	margin-left: 10px;
}
.testimonials_main_content{
	background: #fff;
	margin: 50px auto;
}
.testimonial_pad{
	padding: 10px 15px;
}
.testimonials_content{
	padding: 10px;
}
.score {
  display: block;
  font-size: 24px;
  position: relative;
  overflow: hidden;
}

.score-wrap {
  display: inline-block;
  position: relative;
  height: 19px;
}

.score .stars-active {
  color: #e0b43d;
  position: relative;
  z-index: 10;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
/* Get Started */
.simple-banner {
	position: relative;
}
.simple-banner img {
	width: 100%;
	object-fit: cover;
	padding-bottom: 0px;
	height:400px;
}
.simple-banner{
	margin-bottom: 50px;
}
.simple-banner:before{
	content: "";
top: 0;
right: 0;
position: absolute;
height: 100%;
width: 100.09%;
background: rgba(0, 0, 0, 0.5);
}
.simple-banner:after{
content: "";
top: 0;
right: 0;
position: absolute;
height: 100%;
width: 100.09%;
display: block;
background: #a6a6a6;
mix-blend-mode: multiply;
}
.simple-caption {
	padding: 0;
	text-shadow: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index:5;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
/*simple section*/
.simple-caption h2 {
    font-weight: 500;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#fff;
	font-size: 54px;
	line-height: 64px;
	font-family: 'Lora', serif;
}
.get-started {
	width: 81%;
	margin: 0 auto;
}
.get-started h4 {
	font-size: 36px;
	color: #fff;
	line-height: 48px;
	font-family: 'Lora', serif;
}
.get-started .qte-btn {
    width: 388px;
    margin: 30px auto 0px;
	height: 40px;
}
.get-started .qte-btn a {
	color: #fff;
}
.qte-btn {
	width: 388px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	border: none;
	background: #0158c9;
	height: 40px !important;
	font-family: 'Open Sans', sans-serif;
}
.qte-btn:hover, .qte-btn:focus {
	background:#024db0;
	color:#fff;
}

/* Footer */
.footer-section {
    padding-top: 45px;
	background-color:#a5a5a5;
}
.footer-pad-fix {
	padding-left:0;
}
.footer-content h2 {
    color: #0158c9;
    font-size: 36px;
	line-height: 64px;
    font-weight: 700;
	margin-bottom: 15px;
	margin-top: 0px;
	font-family: 'Lora', serif;
}
.footer-nav {
    list-style-type: none;
	padding: 0;
}
.footer-nav li {
	font-size: 24px;
	line-height: 54px;
}
.footer-nav .fa-angle-double-right {
	color: #0158c9;
	font-weight: 900;
    font-size: 19px;
    margin-right: 10px;
    line-height: 30px;
}
.footer-content ul li a {
    color: #2c2c2c;
    font-size: 18px;
    line-height: 30px;
	font-weight: 600;
}
.footer-content ul li a:hover, .footer-content ul li a:focus, .footer-content ul li a.active {
    color: #0158c9;
	text-decoration:none;
	border-bottom: 2px solid #0158c9;
}
.contact-info{
	margin-top: 40px;
}
.contact-info ul {
	padding-left:0px;
}
.contact-info ul li {
    font-size: 18px;
    color: #2c2c2c;
    padding: 0 0 15px;
    display: flex;
}
.contact-info ul li a {
    font-size: 18px;
    line-height:25px;
}
.contact-info i {
    color: #0158c9;
    float: left;
    font-size: 18px !important;
    margin-right: 10px;
    line-height:25px;
    width: 20px;
}
.copyright {
    padding: 50px 0 20px;
    text-align: center;
}
.copy-ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.copy-ul li {
    display: inline-block;
}
.copy-ul li a, .copy-ul li {
    color:  #2c2c2c;
    font-size: 18px;
}
.copy-ul li a:hover, .copy-ul li a:focus {
	color: #0158c9;
}

/* Iframe and Google Map */
iframe#cpIframe{
	width: 100%;
	border: 0;
	height:1800px;
}
iframe#ccframe{
	width: 100%;
	border: 0;
	height:1600px;
}
iframe.gmap{
	border:none;
	height:340px;
	margin-bottom:20px;
	width:100%;
}
iframe.jot-form {
    width: 100%;
    border: 0;
    height: 220px !important;
}

/* contact you carrier page*/
#carrier-title {
	font-size:28px;
	font-weight:bold;
	color:#0158c9;
	font-family: 'Lora', serif;
}
.carrier-content p , .carrier-content p span a{ 
	color:#333;
}
.carrier-content p a.btn {
	background: #0158c9;
color: #ffffff;
border: 0px;
border-radius: 0;
padding: 2px 5px;
}
.carrier-content p a:hover, .carrier-content p a:focus{
	background: #024db0;
}
.carrier-list{
	padding-bottom:10px;
	border-bottom:1px solid #C4C4C4; 
}

/*
.quote-box input:focus, .quote-box select:focus{
    box-shadow: 0px 1px 10px rgb(255, 255, 255, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}*/
/* Ada compliance fixes beings */ 
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.skip-to-content-link {
  background: #393939; /* change the bgcolor based on the template color*/
  color: #fff;
  height: 30px;
  right: 0%;
  padding: 7px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.4s;
  z-index:10;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
  color: #fff;
}
a:focus,.dropdown-toggle:focus{
	outline: auto 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
}
/* Ada compliance fixes end */ 




/********************************************************************/
/*** PANEL DEFAULT ***/


.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.panel{
	border-top: none;
	border-left: none;
	border-right: none;
}
.panel-body{
	padding-top:10px;
	padding-bottom: 0px;
}
.panel-heading{
	padding: 0px;
	background: #fff;
}
.panel-default > .panel-heading{
	background: #fff;
	border: none !important;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs > li {
   background: #a5a5a5;
   width: 234px;
   margin-left: 7.5px;
}
.nav-tabs > li:nth-child(1){
	margin-left: 0px;
}
.nav-tabs > li > a {
    margin-right: 0;
   
    border-radius: 0;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a, .with-nav-tabs.panel-default .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    background: #0158c9 !important;
	padding-top: 6px;
	padding-bottom: 12px;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -11px;
}
.nav-tabs i{
	font-weight: 900;
	font-size: 48px;
	line-height: 58px;
	text-align: center;
	display: block;
	color: #0158c9;
}
.nav-tabs > li.active i{
	font-weight: 900;
	font-size: 68px;
	line-height: 78px;
	text-align: center;
	display: block;
	color: #FFFFFF;
}
.nav > li > a:hover, .nav > li > a:focus, .nav > li > a:hover > i, .nav > li > a:focus > i {
	background: #0158c9;
	color: #fff;
}
.nav-tabs > li{
	margin-top: 8px;
}
.nav-tabs > li.active{
	margin-top: -2px;
}

/* carousel-indicators */
/*div.carousel::after {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background:linear-gradient(to bottom, #454545 0%,#5e5e5e 74%,#626262 100%);
	mix-blend-mode: multiply;
}*/

.main_banner_sections {
    position: relative;
    overflow: hidden;
    z-index: 2;
	
}
.banner-content {
  position: absolute;
  z-index:100;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
}
.main_banner_sections .banner-content h2 {
  color: #fff;
  font-size: 64px;
  line-height:64px;
  font-weight: 700;
  font-family: 'Lora', serif;
  margin-bottom: 0px;
  margin-top: 30px;
}
.main_banner_sections.index .banner-content h2 {
  color: #fff;
  font-size: 64px;
  line-height:64px;
  font-weight: 700;
  font-family: 'Lora', serif;
  margin-bottom: 30px;
  margin-top: 0px;
}
.main_banner_sections .banner-content h4 {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  line-height:49px;
  padding-bottom: 20px;
  font-weight:400;
  font-family: 'Open Sans', sans-serif;
}
.main_banner_sections.index .banner-content h4 {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  line-height:49px;
  padding-bottom: 40px;
  font-weight:400;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
  width: 100%;
}
.quote-box-inside h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
 text-shadow: none
}
.quote-box-inside h4 {
  color: #fff;
  display: inline-block;
  font-size: 21px;
  line-height:32px;
  padding-bottom: 25px;
  font-weight:400;
  text-shadow: none
}
.main_banner_sections select {
  width: 25%;
  height: 40px;
  margin-bottom: 20px;
  color: #393939;
  border-radius: 0px;
  border: 1px solid #000;
  padding: 5px;
}
.index .quote-box-inside form {
	display: flex;
	justify-content: space-evenly;
}
.quote-box-inside input{
  width: 25%;
  height: 40px;
  margin-bottom: 20px;
  color: #393939;
  border-radius: 0px;
  border: 1px solid #000;
  padding: 18px 18px 18px 7px;
}
.zipcode-form select::-ms-expand {
  display: none;
}
.quote-box-inside .fa-long-arrow-alt-right{
	color: #0158c9;
}
.main_banner_sections .banner-content .submit-btn {
  background: #0158c9;
  border: 0;
  color: #fff;
  font-size: 18px;
  width: 25%;
  height: 40px;
  border-radius: 0px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 0px;
}
.main_banner_sections .banner-content .submit-btn:hover, .main_banner_sections .banner-content .submit-btn:focus {
  background: #024db0;
}

div.main_banner_area::after {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    mix-blend-mode: multiply;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
	  div.main_banner_area::before{
	  content: "";
		top: 0;
		right: 0;
		position: absolute;
		height: 100%;
		width: 100.09%;
		background: rgba(0, 0, 0, 0.4);
  }
    div.main_banner_area::after {
    content: "";
	top: 0;
	right: 0;
	position: absolute;
	height: 100%;
	width: 100.09%;
	display: block;
	mix-blend-mode: multiply;
}
span.overlay::before {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100.09%;
    /*background: linear-gradient(235.18deg, #2FD8C0 0%, #466CD7 100%);*/
    mix-blend-mode: screen;
}
}

.lob-content h4{
	text-align: left !important;
	font-size: 36px !important;
	line-height: 50px !important;
}
.lob-content .quote-box-inside a{
	text-align: left;
	float: left;
	color: #fff;
	font-size: 36px;
	line-height: 50px;
	font-weight: 700;
}
.lob-content .quote-box-inside a:hover, .lob-content .quote-box-inside a:focus{
	color: #0158c9;
}
.quote-box-inside.inner-pages .fas{
	font-weight: 900;
	font-size: 72px;
	color: #fff;
}
.quote-box-inside.quote-box-lob h2 {
  color: #000;
  font-size: 64px;
  font-weight: 700;
  text-shadow: none;
  line-height: 82px;
  font-family: 'Lora', serif;
}
.quote-box-inner{
	position: relative;
	padding: 50px 0;
}
.quote-box-lob {
   text-align: center;
}
.quote-box-inside.quote-box-lob h4 {
  color: #000;
  display: inline-block;
  font-size: 36px;
  line-height:49px;
  padding-bottom: 40px;
  font-weight:400;
  text-shadow: none
}
.quote-box-lob select {
  width: 50%;
  height: 35px;
  margin-bottom: 20px;
  color: #393939;
  padding-left:10px;
  border-radius: 0px;
  border: 1px solid #000;
}
.quote-box-lob input{
	width: 50%;
  height: 30px;
  margin-bottom: 20px;
  color: #393939;
  padding-left:10px;
  border-radius: 0px;
  border: 1px solid #000;
}
.zipcode-form select::-ms-expand {
  display: none;
}
.quote-box-lob .submit-btn {
    background: #0158c9;
    border: 1px solid #0158c9;
    color: #fff;
    font-size: 20px;
    width: 50%;
    margin: 8px 0;
    border-radius: 0;
    font-weight: 600;
    height: 40px;
}
.quote-box-lob .submit-btn:hover, .quote-box-lob .submit-btn:focus {
    background: #024db0;
    border: 1px solid #024db0;
    color: #fff;
    font-size: 20px;
    width: 50%;
    margin: 8px 0;
    border-radius: 0;
    font-weight: 600;
    height: 40px;
}
/* Saving Sections */
.savings_section{
	background: #0158c9; 
	height: 100px;
	padding: 0 26px;
}
.savings_section h2{
	color: #fff;
	font-size: 36px;
	line-height: 50px;
	font-weight: 700;
	font-family: 'Lora', serif;
}
.savings_section_content{
	background: #fff;
	margin: 50px auto;
	padding-bottom: 10px;
}
.savings_content{
	padding: 10px;
	color: #e0b43d;
	font-size: 48px;
	font-weight: 36px;
}
.savings_content_left{
	text-align: center;
}
.savings_content_right p{
	font-size:28px;
	line-height:66px;
	margin-bottom: 0px;
}

/* Contact Us Page */
.contact-section-info ul{
	padding-left: 0px;
}
.contact-section-info ul li{
		 list-style-type: none;
}
.agency {
	display: block;
	font-size: 26px;
	margin-bottom: 15px;
	margin-top: 10px;
	font-weight: 600;
}
ul.social_section{
	padding-left: 0px;
}
ul.social_section li{
	list-style-type: none;
	float: left;
	margin: 0 10px;
}
.contact_right_side h2{
	font-size: 34px;
font-weight: 700;
font-family: 'Lora', serif;
margin-bottom: 5px;
}
/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #28b9bf; /* change the bgcolor based on the template color*/
  color: #fff;
  height: 30px;
  right: 0%;
  padding: 7px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.4s;
  z-index:10;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
  color: #fff;
}
a:focus,.dropdown-toggle:focus{
	outline: auto 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
}
.cnt-ul li a:hover, .cnt-ul li a:focus {
	color:#0158c9;
}
.cnt-form {
	border:0;
	width:100%;
	height:420px!important;
}
/* Ada compliance fixes end */ 
p.reviews{
	text-align: center;
	
}
.emp-dir-row p{
	margin-bottom:0;
	font-size:16px;
}
.emp-dir-row img{
	margin:0 auto;
	max-width:300px;
	width:100%;
}
.emp-dir-row a{
	color: #0158c9;
}
.emp-dir-row a:hover,.emp-dir-row a:focus{
	text-decoration:underline;
	color: #0158c9;
}
.emp-contact{
	text-align:right;
}
.agency-nm{
	font-style:italic;
}
.service-sec .fas{
	font-size: 42px;
	margin-bottom: 25px;
	color:#0158c9;
}
.service-heading{
	text-align:center;
	color:#393939;
	padding:20px 0px 20px;
}
.service-heading h3 {
	font-size:28px;
	color:#0158c9;
	font-weight: 700;
	margin-top: 0px;
}
.service-section .fa-hands-helping, .service-section .fa-map-signs, .service-section .fa-award {
	font-size:50px;
	color:#393939;
	text-align:center;
}
.service-content {
	padding:0 35px;
	color:#393939;
}
.service-list {
	list-style-type:none;
	color:#393939;
	line-height:20px;
	padding-left: 0px;
}
.service-list li {
	color:#393939;
	margin-bottom: 20px;
	font-size:18px;
	text-align: center;
}
.service-list li::before,
.service-list li::after {
    display: inline-block;
    content: "";
    border-top: .4rem solid #0158c9;
    width: .5rem;
    margin: 0 1rem;
    transform: translateY(-0.5rem);
}
.service-list li a{
	color:#393939;
	font-size:18px;
	font-weight:600;
}
.service-list li a:hover, .service-list li a:focus {
	color:#0158c9;
}
.service-list li i {
	font-size: 16px;
    color:#393939;
    font-weight: 900;
    margin-right: 10px;
	line-height:20px;
}

.img-responsive, .thumbnail>img, 
.thumbnail a>img, .carousel-inner>.item>img, 
.carousel-inner>.item>a>img {
	width: 100%;
}
