body {
  min-height: 2000px;
  padding-top: 70px;
  background:url(../img/bg-img.png) repeat top center;
  font-family:Arial, Helvetica, sans-serif;
  line-height:normal;
}
p {
	color:#8d8d8d;
	line-height:22px;
	text-align:justify;
}
a {
	 -webkit-transition:2s ease-out;
  	-moz-transition: 2s ease-out;
  	-o-transition: 2s ease-out;
  	transition: 2s ease-out;	
}
@font-face {
    font-family: 'londonmmregular';
    src: url('../fonts/londonmm_0-webfont.eot');
    src: url('../fonts/londonmm_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/londonmm_0-webfont.woff2') format('woff2'),
         url('../fonts/londonmm_0-webfont.woff') format('woff'),
         url('../fonts/londonmm_0-webfont.ttf') format('truetype'),
         url('../fonts/londonmm_0-webfont.svg#londonmmregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'impactregular';
    src: url('../fonts/impact-webfont.eot');
    src: url('../fonts/impact-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/impact-webfont.woff2') format('woff2'),
         url('../fonts/impact-webfont.woff') format('woff'),
         url('../fonts/impact-webfont.ttf') format('truetype'),
         url('../fonts/impact-webfont.svg#impactregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.container { position:relative;}
.navbar-default {
	background:#fff;
	 -webkit-box-shadow: 0 10px 5px -9px #777;
       -moz-box-shadow: 0 10px 5px -9px #777;
            box-shadow: 0 10px 5px -9px #777;
}
.navbar {
	border-top:4px solid #016aa1;
	border-bottom:none;
	padding:15px 0;
}
.navbar-brand {
	height:auto;
	padding:inherit;
}
ul.top_right_nav li a {
	color:#747474;
	border-right:1px solid #747474;
	padding-right:10px;
}
.call_us_free {
	font-size:24px;
	color:#747474;
	float:right;
	margin-right:-15px;
}
.call_us_free span{
	font-size:24px;
	color:#016aa1;
	float:right;
	font-weight:bold;
	margin-top: 5px;
	padding-left: 8px;
}
#navbar {
	position:absolute;
	background:#00283c;
	bottom:-65px;
	width:98%;
}
.navbar-default .navbar-nav > articlective > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background:#016aa1;
	color:#fff;
}
.navbar-default .navbar-nav > li > a {
	color:#fff;
}
.nav > li > a {
    padding-left: 16px;
    padding-right: 16px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: #016aa1;
    color: #fff;
}
.free_quote {
	position:absolute;
	right:0;
	bottom:-65px;
	font-family:Impact;
	color:#fff;
	background:#d00000;
	padding:2px 10px;
	font-size:30px;
	z-index:1;
	 -moz-box-shadow: 0 -8px 0 #6d0000;
   -webkit-box-shadow: 0 -8px 0 #6d0000;
   box-shadow: 0 -8px 0 #6d0000;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 408px;
    margin-top: 89px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  top:75px;
  text-align:left;
    left: 10%;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 408px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 408px;
}
.carousel-caption h1{
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    font-size: 36px;
    margin-bottom: 0;
    margin-top: 2px;
    padding: 3px 10px;
	width:auto;
	display:inline-block;
	font-family: 'londonmmregular';
}
.report_button {
	background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
	border:3px solid rgba(1,106,161,0.6);
	border-radius:0;
	color:#00283c;
	margin-top:35px;
	font-family: 'londonmmregular';
	font-size:22px;
	font-weight:800;
}
.carousel-control {
    background: #d00000 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    height: 55px;
    left: 2%;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 42%;
    width: 55px;
}
.carousel-control.left,.carousel-control.right {
    background-image: none;
    background-repeat: repeat-x;
}
.carousel-control.right { right:2%;}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/* Animation delays */
.carousel-caption h3:first-child {
    animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
    animation-delay: 2s;
}
.carousel-caption button {
    animation-delay: 3s;
}
.white_box {
	background:#fff;
	display: inline-block;
    margin-right: 17px;
    margin-top: 17px;
    padding: 15px 17px;
    text-align: center;
	cursor:pointer;
	-webkit-transition:2s ease-out;
  	-moz-transition: 2s ease-out;
  	-o-transition: 2s ease-out;
  	transition: 2s ease-out;	
}
.white_box:hover {
	background:#f2f2f2;
}
.white_box p{
	 font-family: 'impactregular';
	 margin-top:15px;
	 margin-bottom:0;
	 color:#016aa1;
	 line-height:15px;
}
.white_box.white_box_last {
	margin-right:0;
}
section {
	background:#fff;
	padding:5px 20px;
	margin-top:17px;
}
section h1 {
	font-size:26px;
	color:#016aa1;
}
a.read_more {
	font-size:16px;
	font-weight:bold;
	color:#016aa1;
	background:url(../img/right-arrow.png) no-repeat right center;
	padding-right:25px;
	margin:15px 0;
	display:inline-block;
}
a.read_more:hover {
	color:#000;
}
#myCarousel2.carousel {
	margin-top:0;
	height:335px;
}
#myCarousel2.carousel .item {
	height:335px
}

#myCarousel2.carousel .item {
	background:#f7f7f7;
	border:1px solid #ebebeb;
	padding:30px;
}
#myCarousel2 .carousel-control.left {
	background:none;
	 bottom: inherit;
    left: inherit;
    right: 15px;
    top: -40px;
}
#myCarousel2 .carousel-control.right {
	background:none;
	 bottom: inherit;
    left: inherit;
    right: -15px;
    top: -40px;
}

.testimonials { 
	width:100%;
	display:inline-block;
}
.testimonials p{
	display:inline-block;
	width:80%;
	margin-left:5%;
	line-height:18px;
	font-style:italic;
}
.testimonials span{
	width:65px;
	height:65px;
	border-radius:100%;
	overflow:hidden;
	display:inline-block;
	float:left;
}
.testimonials span img{
	width:100%;
	height:100%;
}
.Testimonials img{
	border:1px solid #ebebeb;
	padding:2px;
	margin-bottom:15px;
}
.section {
	margin-top:1px;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
@media (min-width: 768px) {
  
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

.call_us_free_2 {
	background:#dcdcdc;
	margin:25px;
}
.blue_top {
	background-image: url(../img/contactboxtop.png);
	padding:12px;
	color:#fff;
	background-position: bottom center;
}
.blue_top span{
	font-size:24px;
	color:#ffbd25;
	font-weight:bold;
}
.call_form {
	padding:25px
}
.call_form .form-group {
    margin-bottom: 5px;
}
.my_problm_button {
	background:#ffbd25;
	font-size:24px;
	width:100%;
	border:1px solid #ffbd25;
	 -webkit-transition:2s ease-out;
  	-moz-transition: 2s ease-out;
  	-o-transition: 2s ease-out;
  	transition: 2s ease-out;	
}
.my_problm_button:hover {
	background:#016aa1;
	border:1px solid #016aa1;
	color:#fff;
}
ul.list_right {
	margin:35px 20px;
}
ul.list_right li{
	font-size:18px;
	color:#898989;
	background:url(../img/right-green.png) no-repeat left center;
	padding-left:35px;
	line-height:60px;
}

ul.list_right li span {
	color:#016aa1;
}

footer {
	background:#00283c;
	padding:20px 0;
	margin-top:17px;
}
footer h3 {
	color:#fff;
}
footer ul {
	margin-right:35px;
}
footer ul li {
	line-height:26px;
}
footer ul li a{
	color:#dde0e1;	
}
footer ul.logos {
	margin-right:0;
	margin-left:-59px;
	margin-top: -36px;
}
hr.hr {
	border-color:#123a4e;
	
}
ul.foter_bottom_logo li a{
		margin:0 15px;
}


/*20-10-2015*/

.breadcrumbs{margin-top: 90px;}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}

.left-icons{ position: absolute; top: 310px; left: 10px;}

.fb2{margin-bottom: 10px;}
.tw2{margin-bottom: 10px;}

.leftimg{box-shadow: 1px 1px 1px 1px #bbbbbb; border-radius: 38px; }



.sub-menu{
 width:112%;
 position:absolute;
 display:none;
 list-style: none;
 background-color: white;
 text-align: left;
 padding: 0px;
 box-shadow: 1px 3px 5px #999;
 border-radius: 0px 4px 4px ;
}


.nav li:hover .sub-menu{
 display:block;

}

.sub-menu li a{color: #4c6876; text-decoration: none;}
.sub-menu li a:hover{color: #fff; text-decoration: none;}

.sub-menu li {padding: 10px; border-bottom:1px solid #f2f4f5;}

.border{border-top: 4px solid #00283c; width: 100%; }

.takecharge{font-size: 15px; line-height: 25px;}


.btn-default:hover{background-color: #016aa1; color: white;}

.btn-default{background-color: #00283c; color: white; }

.sub-menu li:hover {background-color: #016aa1; border:1px solid #016aa1;}

.sub-menu li:hover a{ color: white;}


.navbar-default .navbar-nav>.active>a{color: #fff;
    background-color: #016aa1;}


    .list{ color: #8d8d8d; line-height: 22px;}

    .modal-title{text-align: center; color:white; font-size: 24px; font-weight:700 }

    .modal-body{height:220px;}

    .modal-content{width: 635px;}

    .modal-footer{text-align: center;}

    .modal-header{background: #016aa1; }

    .news1{width: 100%; height: 0 auto; padding-bottom: 10px; }

    .newspara{font-size: 16px;}

    .margin{margin-right: 30px;}


  .headblue{font-size: 22px;
            color: #016aa1;
  }

  .headbluesmall{font-size: 18px;
            color: #016aa1;
  }


   .redlink{text-decoration: none;
   	color: red;}

   	.headsmall{font-size: 16px;
   		color:#016aa1; }

   	.testi{color:#016aa1; }	

  .searchblog{width: 70%;}

  .blogdiv{border:1px solid #016aa1 ; padding-bottom: 10px;}

.foot4{padding-top: 10px; margin-left: 135px;}