/* Add here all your css styles (customizations) */


body {
 color: #000000;
 font-size: 16px;
 line-height: 1.6;
}

.menu-heading {
	font-size: 16px;
	font-weight: 400;
}

.menu-title {
	font-size: 18px;
	font-weight: 500;
	color: #000000;
}

.text-italic {
	font-size: 16px;
	color: #000000;
	font-weight: 200;
	font-style: italic;
	}


.white {
	color: #FFFFFF;
}

.spotlight-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3em;
}

h1 {
	font-size: 28px;
	color: #000000;
	}

h2 {
	font-size: 22px;
	color: #000000;
	}
h3 {
	font-size: 20px;
	color: #000000;
	}
	
h4 {
	font-size: 17px;
	color: #FFFFFF;
	font-weight:600;
	}
	
h5 {
	font-size: 16px;
	color: #000000;
	font-weight: 200;
	}
.text-shadow {
    text-shadow: 5px 8px 10px #000;
}
	
	/*Content Boxes v6*/
.content-boxes-v6 {
	padding-top: 25px;
	text-align: center;
}

.content-boxes-v6 i {
	color: #fff;
	width: 90px;
	height: 90px;
	padding: 30px;
	font-size: 30px;
	line-height: 30px;
	position: relative;
	text-align: center;
	background: #0cb230;
	margin-bottom: 20px;
	display: inline-block;
}

.content-boxes-v6 i:after {
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	content: " ";
	position: absolute;
	border: 1px solid #0cb230;
	border-radius: 50% !important;
}

.content-boxes-v6:hover i,
.content-boxes-v6:hover i:after {
	transition: all 0.3s ease-in-out;
}

.content-boxes-v6:hover i {
	background: #3498db;
}

.content-boxes-v6:hover i:after {
	border-color: #3498db;
}

/*Link-Icon*/

a.icon {
 color: #ffffff;
 text-decoration: none;
}

a.icon:link,
a.icon:focus,
a.icon:hover,
a.icon:active,
button,
button:hover {
	outline: 0 !important;
}

a.icon:focus {
text-decoration: none;
}
a.icon:hover {
 color: #ffffff;
 text-decoration: underline;
}

/*Links-Header Top*/
a.header-top:link {color:#000;
font-size:13px;
}
a.header-top:visited {color:#666;}
a.header-top:hover {color:#263ea6;}

/*Links-Footer*/

a.footer-1:link {color:#FFF;
font-size:15px;
text-decoration:underline;
}
a.footer-1:visited {color:#FFF;}
a.footer-1:hover {color:#BEBEBE;}

a.footer-2:link {color:#FFF;
font-size:13px;
text-decoration:underline;
}
a.footer-2:visited {color:#FFF;}
a.footer-2:hover {color:#BEBEBE;}

/*Link-Offices*/

a.offices:link {color:#000;
font-size:16px;
text-decoration:underline;
}
a.offices:visited {color:#263ea6;}
a.offices:hover {color:#263ea6;}

.offices-title {
	font-size: 18px;
	font-weight: 400;
	color: #000;
}

.offices-title-2 {
	font-size: 21px;
	font-weight: 400;
	color: #000;
}

.offices-title-3 {
	font-size: 17px;
	font-weight: 400;
	color: #000;
}

.text-22 {
	font-size: 22px;
	font-weight: 400;
}

.text-red {
	color: #FF0000;
}




/*Mega-Menu-updates*/
.header .mega-menu .equal-height-list h3 {
	font-size: 16px;
	font-weight: 400;
	padding: 0 10px 0 13px;
	text-transform: uppercase;
	color:#000000;
}

.header .mega-menu .equal-height-list li a {
		color: #000;
		display: block;
		font-size: 16px;
		font-weight: 400;
		margin-left: 15px;
		padding: 6px 25px;
		border-bottom: solid 1px #eee;
}

	.header .mega-menu .equal-height-list > h3.active,
	.header .mega-menu .equal-height-list > .active > a,
	.header .mega-menu .equal-height-list > .active > a:hover,
	.header .mega-menu .equal-height-list > .active > a:focus {
		color: #000;
		background-color: #e7e7e7;
}

	.header .mega-menu .equal-height-list li a:hover {
		color: #0000D1;
		text-decoration: none;
		background-color: #e7e7e7;
}

.padding-menu{
	padding: 0 10px 0 13px;
}
	
.text-16 {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
}

.text-17 {
	font-size: 17px;
	font-weight: 400;
	font-style:italic;
	color: #000000;
}

.text-17-2 {
	font-size: 17px;
	font-weight: 400;
	color: #000000;
	line-height: 1.6;
}

.text-minutes {
	font-size: 15px;
	font-weight: 200;
	color: #666;
}

.text-footer {
	font-size: 12px;
	color: #ffffff;
}

.text-minutes-label {
	font-size: 16px;
	font-weight: 400;
	font-style:italic;
	color: #000000;
	line-height: 1.6;
}



/*Breadcrumbs Dark and Light*/
.breadcrumbs.breadcrumbs-dark,
.breadcrumbs.breadcrumbs-light {
  background: #4765a0;
  padding: 30px 0 20px;
  border-bottom: solid 3px #4765a0;
}

.breadcrumbs.breadcrumbs-light {
  background: #f7f7f7;
  border-bottom: 2px solid #CCC;
}

.breadcrumbs.breadcrumbs-dark h1,
.breadcrumbs.breadcrumbs-dark a,
.breadcrumbs.breadcrumbs-light h1,
.breadcrumbs.breadcrumbs-light a {
  color: #fff;
  font-weight: 200;
}

.breadcrumbs.breadcrumbs-light h1,
.breadcrumbs.breadcrumbs-light a {
  color: #000;
}

.breadcrumbs.breadcrumbs-dark h1 {
  font-size: 24px;
}

.breadcrumbs.breadcrumbs-light h1 {
  font-size: 24px;
  font-weight: 500;
}

.underline {
	text-decoration:underline;
}
.fa {
	color: black;
}
.fa-car {
	color: red;
}

.toj-seal {
  max-width: 360px;
}




/*Top Data*/
.topbar-v1 .top-v1-data {
	text-align: right;
}

.topbar-v1 .top-v1-data li {
	padding: 7px 11px;
	margin-right: -4px;
	display: inline-block;	
	border-right: solid 1px #eee;
}

.topbar-v1 .top-v1-data li a {
	font-size: 16px; 
}

.topbar-v1 .top-v1-data li a:hover {
	text-decoration: underline;
}

.topbar-v1 .top-v1-data li i {
	color: #000;
	font-size: 15px;
}

.topbar-v1 .top-v1-data li a:hover i {
	color: #324c80;
}

/*Top Contacts*/

.topbar-v1 .top-v1-contacts {
	text-align: left;
}
.topbar-v1 .top-v1-contacts li {
	padding: 7px 11px;
	margin-right: -4px;
	display: inline-block;	
	border-right: solid 1px #eee;
}

.topbar-v1 .top-v1-contacts li a {
	font-size: 16px; 
}

.topbar-v1 .top-v1-contacts li a:hover {
	text-decoration: underline;
}

.topbar-v1 .top-v1-contacts li i {
	color: #000;
	font-size: 15px;
}

.topbar-v1 .top-v1-contacts li a:hover i {
	color: #324c80;
	
}




/*Responsive Topbar v1*/
@media (max-width: 991px) {
	.topbar-v1 ul {
		text-align: center !important;
	}

	.topbar-v1 .top-v1-contacts {
		margin: 10px 0;
	}

	.topbar-v1 .top-v1-data li {
		top: 1px;
		padding: 6px 16px;
		margin-left: -1px;
		position: relative;
		border-top: solid 1px #eee;
	}		

	.topbar-v1 .top-v1-data li:first-child {
		border-left: solid 1px #eee;
	}		
}

@media (min-width: 992px) {
	.topbar-v1 .top-v1-data li:last-child {
		margin-right: 0;
		border-right: none;
	}
}

.border-red {
	border: solid 2px #FF0000;
}

.border-blue {
	border: solid 2px #324c80;
}

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

.icon-center {
    text-align: center;
    display: block;
    width:100px;
}

.text-left {
	text-align: left;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

/* Buttons
------------------------------------*/
.btn-u {
	background: #4765a0;
}
.btn-u:hover,
.btn-u:focus,
.btn-u:active,
.btn-u.active,
.open .dropdown-toggle.btn-u {
	background: #324c80;
	color: #DBF1FF;
}

/* Buttons Color */
.btn-u-split.dropdown-toggle {
   border-left: solid 1px #324c80;
}

/* Bordered Buttons */
.btn-u.btn-brd {
  border-color: #4765a0;
}
.btn-u.btn-brd:hover {
  color: #324c80;
  border-color: #324c80;
}
.btn-u.btn-brd.btn-brd-hover:hover {
  background: #324c80;
}

.green {
	color: #008000;
}

.service-block-v11 {
  margin-top: 20px;
  text-align: left;
  position: relative;
  padding: 45px 20px 20px;
  border: 1px solid #f2f2f2;
}

.service-block-v11 i {
  left: 50%;
  top: -30px;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 26px;
  line-height: 62px;
  margin-left: -30px;
  text-align: center;
  position: absolute;
 
  display: inline-block;
}





