body {
	color: #444;
}

p, li {font-size: 1.1em;}

p, li {
	max-width: 860px;
	}
	p.lead {
		font-size: 28px;
		line-height: 1.35;
	}

.row li {
	margin-bottom: 12px;
}

.row .col-md-12 img {
	max-width: 100%;
}

h1 {
	color: rgb(0,69,128);
	}
	.box.dark h1 {
		color: white;
	}

blockquote {
	border-left: 2px solid #007bff;
	color: rgb(0,69,128);
	padding-left: 20px;
	font-size: 28px;
	line-height: 1.4;
	max-width: 600px;
	margin: 32px;
}

.p-10 {
	padding: 4em;
}

.mb-4 {
	margin-bottom: 4em;
}

.border {
	border: 1px solid #f0f0f0;
}

.shadow {
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}

.container .row img {width:100%;}

.text-lighter {
	color: #888;
	}
	.text-lighter a {
		color: #555 !important;
	}

.text-small {
	font-size: 14px;
}

.bg-gray {
	background: #f0f0f0;
}
.bg-white {
	background: white;
}
.bg-error {
	background: red;
	padding: 20px;
	}
	.bg-error * {
		color: white;
	}

.bg-bright-green {
	background: #3EB905;
}
.bg-bright-blue {
	background: #007bff;
	}
	.bg-bright-blue *,
	.bg-bright-green * {
		color: white;
	}
	.bg-bright-blue a,
	.bg-bright-green a {
		font-weight: bold;
		text-decoration: underline;
		}
		.bg-bright-blue a:hover,
		.bg-bright-green a:hover {
			color: rgba(255,255,255,0.7);
		}
		.bg-bright-blue a.btn {
			box-shadow: 3px 3px 1px rgba(0,0,0,0.4);
			color: #007bff;
			text-decoration: none;
			transition: all 0.4s linear;
		}
		.bg-bright-green a.btn {
			box-shadow: 3px 3px 1px rgba(0,0,0,0.4);
			color: rgb(0,69,128) !important;
			text-decoration: none;
			transition: all 0.4s linear;
		}

a.btn:hover {
	box-shadow: none;
	transition: all 0.2s linear;
}
a.btn:focus {
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.4);
	transition: all 0.2s linear;
}

.list {
	padding-left: 0;
    margin-bottom: 0;
	list-style: none;
	}
	.list.horizontal {
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		
		}
		.list li {
			display: list-item;
			margin: 0 2.5em 0.5em 0;
		}

.grayscale img {
   -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.7;
}

.icon-left {
	float: left;
    margin: 14px 14px 0 0;
}

.br-8 {
	border-radius: 8px;
}

.padding-0{
    padding-right:5px;
    padding-left:5px;
}

.display-5 {
	font-size: 2.5rem;
font-weight: 300;
line-height: 1.8;
color: rgb(0, 91, 170);
}
.display-6 {
	font-size: 1.5rem;
font-weight: 300;
line-height: 1.2;
color: rgb(0, 91, 170);
}

.navbar {
	min-height: 120px;
	
}

.navbar-dark {
	background-color: rgb(0,69,128) !important;	
}

.navbar-dark .dropdown-menu {
background-color: #f9f9f9;

}
.navbar-dark .dropdown-menu .dropdown-item {
	color: #007bff;
	font-size: 18px;
}

.services {
	background:#fafafa;
	border-bottom: 1px solid #e2e1e1;
	padding-bottom: 70px;
	margin-top: 0;
	padding-top: 0;
}

.index-header {
	min-height: 500px;
	max-height: 600px;
}

.index-header .tagline {
	color: white;
	font-size: 1.75rem;
	line-height: 1.5;
	margin-bottom: -2em;
	padding-bottom: 1em;
	}
	.index-header .tagline .phone {
		display: block;
		font-weight: 700;
		font-size: 40px;
	}

.index-header section p {
	width: 100%;
}

.header-hero-frame {
	background:transparent;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 35%;
	padding:120px 50px 30px 50px;
	border-left:2px solid rgb(0, 91, 170);
}

.header-hero h1 {
	color: #ddd;
	font-size: 50px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: 700;
	z-index: 9999999999;
}

.header-hero p {
	line-height: 28px;
	color: #fff;
	font-weight: 300;
}

.index-browsers {
	margin-top: 0;
}
.index-features {
	margin-top: 20px;
}
.index-browsers section {
    margin-top: 0px;
}
.card{
    border:0;
}
.blog-cols-wrapper .post .post-wrapper {
	height: 600px;
	
}
.blog-cols-wrapper h4{
	text-align: center;
	text-transform: uppercase;
}

.under-footer {
	padding:20px 0;
	font-size: 13px;
	background-color: rgb(0,69,128);
	color: #AFB9CB;
	
}
.under-footer a {
	color: #AFB9CB;
}
.uf-right {
	text-align: right;
}

.agency-footer {
	background-color:rgb(0,69,128);
	margin-top: 0;
}

.agency-footer a {
	color: white;
}

.agency-contact-intro h2 {
	text-align: center;
}


@media (max-width: 991.98px) { 

	.header-hero-frame {
	padding:0px 50px 100px 50px;
	width: 100%;
	}
		.under-footer {
			text-align: center;
		}
	.uf-right {
	text-align: center;
}
.home-tab a {
	margin-bottom: 20px;
}

	 }



.card {
    background: #FFF;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 0;
        border-bottom-color: rgb(170, 170, 170);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    border-bottom: 0;
    padding: 0px;
    border-top:10px solid #fff;
    overflow: hidden;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.19);
    font-family: 'Roboto', sans-serif;
    -webkit-transition: box-shadow 0.3s cubic-bezier(0, 0, 0, 1);
    transition: box-shadow 0.3s cubic-bezier(0, 0, 0, 1);
    border-radius: 0;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.card-body h4 {
	text-align: center;
	font-weight: 300;
	font-size: 18px;
}
.card-body {
	border-top:1px solid #fff;
}

.card .blue {
	background-color:#004580;
    color:#FFFFFF;
}
.card .green {
	background-color:#228b22;
    color:#FFFFFF;
}
.card .orange {
	background-color:#E65100;
    color:#FFFFFF;
}
.card .red {
	background-color:#F44336;
    color:#FFFFFF;
}


a.card-hover:hover {
	text-decoration: none;
	opacity: 0.8;
}
.card-title {
	margin-bottom: 0;
}
h4.opened {
	margin-top:15px;
	}
h4.opened::after {
	font-family: 'FontAwesome';
	font-weight: 700;
	content: "\f13a";
	float: right;
	font-size: 40px;
	margin-top: -10px;
}

.breadcrumb {
	margin-top: 50px;
	background-color: #fff;
	border-bottom:1px solid #eee;
	line-height: 30px;
	font-size: 13px;
}

.baxi {
	background-color: #005b99;
	min-height: 50px;
	padding:30px;
	position: relative;
	border-radius: 5px;
}
.baxi h1 {
	color:#fff;
	font-size: 1.8rem;
   margin-bottom: 30px;
   font-family: 'Arimo', sans-serif;
   font-weight: 700;
   
}
.baxi p {
	font-family: 'Arimo', sans-serif;
	margin-top: 0.75em;
	margin-bottom: 30px;
	line-height: 1.5;
	color: #fff;
	font-size: 1em;
	padding:10px;
}
.baxi-head {
	position: absolute;
	top: 10px;
	right: 10px;

}
.info-line {
	background-color: #005b99;
	min-height: 80px;
}

.info-cover {
	position: relative;
	background-color: #005b99;
	background-image: url(../images/info-bar.png);
	background-size: cover;
	height: 90px;
	margin-right: -20px;
	
	
}
.info-cover h3 {
	color: #fff;
	font-size: 1.5em;
	line-height: 90px;
}

 .marquee {
  width: 100%;
  overflow: hidden;
  
}
.marquee h3 {
 font-size: 1.5em;
 font-weight: 300;
 color: #fff;
 line-height: 80px;
 
}
.marquee i.fa {
	padding:0 20px;
	font-size: 10px;
}
.marquee .service-man {
	max-height: 40px;
	line-height:80px; 
	padding-left: 100px;
	padding-right:100px;
}



.info-line2 {
	background-color: #005b99;
	
	border-bottom:10px solid #fff;
}
.info-cover2 {
	position: relative;
	background-color: #005b99;
	background-image: url(../images/info-bar.png);
	height: 70px;
	margin-right: -20px;
	
}
.info-cover2 h3 {
 line-height: 60px;
 color: #fff;
 font-size: 24px;
 font-weight: 300;
}
.marquee2 {
  width: 100%;
  overflow: hidden;
  
}
.marquee2 h3 {
 font-size: 1.2em;
 font-weight: 300;
 color: #fff;
 line-height: 60px;
 
}
.marquee2 i.fa {
	padding:0 20px;
	font-size: 10px;
}
.marquee2 .service-man {
	max-height: 40px;
	line-height:60px; 
	padding-left: 100px;
	padding-right:100px;
}


.home-tab {
	
	text-align: center;
	
	border-bottom:10px solid #fff;
	margin-top: 30px;
	padding: 50px 0;
}




 .searchbar{
    margin-bottom: auto;
    margin-top: 15px;
    height: 50px;
    border-radius: 30px;
    padding: 10px;
    }

    .search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 30px;
    transition: width 0.4s linear;
    }

    .searchbar:hover > .search_input{
    padding: 0 10px;
    width: 450px;
    border-bottom:1px dotted #aaa;
    caret-color:red;
    transition: width 0.4s linear;
    text-decoration: none;
    }

    .searchbar:hover > .search_icon{
    
    text-decoration: none;
    }

    .search_icon{
    height: 30px;
    width: 30px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
    }
	
	
.navbar-widget {
	margin-top:30px;
	
	padding-top: 20px;
}
.nav-widget {
	padding-left: 20px;
	border-left:1px solid #555;
}
.nav-widget h4 {
	font-weight: 100;
	font-size: 24px;
	margin: 0;
	padding: 0;
	
}
.nav-widget p {
	color: #ccc;
	font-size: 13px;
	padding-left: 30px;
}


.list.check {
	margin-left: 32px;
}


.icon-tick,
.icon-tick-small {
	position: relative;
}

.icon-tick:after {
	content: "";
	background-color: transparent;
	
	/* position the checkbox */
	position: absolute;
	left: -26px;
	top: 6px;
  
	/* setting the checkbox */
	  /* short arm */
	width: 10px;
	border-bottom: 3px solid #228b22;
	  /* long arm */
	height: 22px;
	border-right: 3px solid #228b22;
	
	/* rotate the mirrored L to make it a checkbox */
	transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
  }

  .icon-tick-small:after {
	content: "";
	background-color: transparent;
	
	/* position the checkbox */
	position: absolute;
	left: -26px;
	top: 6px;
  
	/* setting the checkbox */
	  /* short arm */
	width: 8px;
	border-bottom: 3px solid #fff;
	  /* long arm */
	height: 16px;
	border-right: 3px solid #fff;
	
	/* rotate the mirrored L to make it a checkbox */
	transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
  } 

.small {
	font-size: 16px;
	color: #888;
}

form label .small {
	display: block;
	line-height: 1.4;
	padding-bottom: 8px;
}

.alert-light {
	background: none;
	border: 0;
	color: white !important;
	padding: 40px 20px;
}

label {
	display: block;
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0 -16px;
}

.agency-contact-form form input[type="number"] {
    font-size: 18px;
    margin-top: 20px;
    outline: none;
    color: #888;
    background: white;
    padding: 18px 20px;
    border: 1px solid #cbcdd2;
    width: 100%;
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
	transition: all 0.2s;
	}
	.agency-contact-form form input[type="number"]::placeholder {
		color: #bbb;
	}

	textarea {
		margin-bottom: 12px;
	}

	input[type="file"] {
		margin-top: 18px;
	}

	#previewing {
		background: white;
		border: 1px solid #eee;
		box-shadow: 0 8px 16px rgba(0,0,0,0.1);
		margin: 24px 0 28px;
		max-width: 100%;
		padding: 6px;
	}

	#message.bg-error {
		margin-top: 12px;
	}

input[type="submit"]:disabled {
	opacity: 0.5;
	filter: grayscale(70%);
}

.btn-primary {
	background: linear-gradient(to bottom, #6fb1f5 0%, #3b97f7 100%);
    box-shadow: rgba(23, 43, 99, 0.24) 0 7px 28px;
    width: 100%;
    padding: 18px 20px;
    text-align: center;
    outline: none;
    border: none;
    cursor: pointer;
    margin-top: 23px;
    font-weight: 500;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(106, 132, 158, 0.6);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	}
	.btn-primary .btn-text-submitted,
	.btn-primary .spinner-border
	{
		display: none;
	}

@keyframes spinner-border {
	to { transform: rotate(360deg); }
  }
  
  .spinner-border {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: text-bottom;
	border: 2px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: spinner-border .75s linear infinite;
  }
  
  .spinner-border-sm {
	width: $spinner-width-sm;
	height: $spinner-height-sm;
	border-width: $spinner-border-width-sm;
  }

  label.error {
	background: red;
    padding: 20px;
    color: white;
    margin-bottom: 28px;
    margin-top: 0px;
  }

  input.error, textarea.error, select.error {
	  border: 2px solid red !important;
	  border-radius: 0 !important;
  }

.marquee-accreditations {
	padding: 12px 0;
	}
	.marquee-accreditations img {
		margin-left: 40px;
	}

@media (max-width: 576px) {
	h1 { font-size: 2em; }
	h2 { font-size: 1.8em; }
	h3 { font-size: 1.6em; }
	p.lead {
		font-size: 26px;
		line-height: 1.25;
	}
	.list.check, ol {
		margin-left: 0;
		padding-left: 0;
		}
		.list.check li, ol li {
			margin-right: 0;
		}
}