/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@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);
    }
}




/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
  background: #666;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }

.carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
  }



/*-------------------------------------
 *  HERO SLIDER
 *-------------------------------------*/

.carousel-fade img {
	min-width: 100%;
}
.carousel-fade .container {
	position : absolute;
	left : 0;
	right : 0;
	top : 50%;
	transform : translateY(-50%);
}
.carousel-fade .carousel-caption {
	position : relative;
	right : 0;
	left : 0;
	text-align : left;
	text-shadow : none;
	width : 60%;
}
.carousel-fade .carousel-caption small {
	font-size : 13px;
	color : #1a8ae1;
	font-weight : 500;
	animation-delay : 1s;
}
.carousel-fade .carousel-caption .phone {
	font-size : 30px;
	color : #ff5722;
	-webkit-animation-delay : 100ms;
	animation-delay : 100ms;
}
.carousel-fade .carousel-caption h1 {
	font-size : 56px;
	line-height : 1;
	/*    font-weight             : bold;*/
/*    text-transform          : uppercase;*/
	margin : 30px 0 20px;
	-webkit-animation-delay : 150ms;
	animation-delay : 150ms;
	color: #FFF;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}
.carousel-fade .carousel-caption .lead {
	font-size : 24px;
	font-weight : normal;
	margin-bottom : 30px;
	-webkit-animation-delay : 200ms;
	animation-delay : 200ms;
	color: #FFF;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.9), 0px 8px 13px rgba(0,0,0,0.9), 0px 18px 23px rgba(0,0,0,0.1);
}
.carousel-fade .carousel-caption .btn {
	-webkit-animation-delay : 250ms;
	animation-delay : 250ms;
	background: #CA9A31;
	border: 2px solid #CA9A31;
	color: #fff;
}
.carousel-fade .carousel-caption .btn:hover {
	background: rgba(0,0,0,.3);
	border: 2px solid #CA9A31;
	color: #CA9A31;
}
/* Slider Controller */
.carousel-fade .carousel-control.left, .carousel-fade .carousel-control.right {
	font-size : 30px;
	width : 30px;
	height : 100px;
	line-height : 100px;
	top : 50%;
	background : #000000;
	cursor : pointer;
	border : 0;
	text-shadow : none;
	transform : translateY(-50%);
}
.carousel-fade .carousel-control.left {
	left : -100%;
}
.carousel-fade .carousel-control.right {
	right : -100%;
}
.carousel-fade:hover .left {
	left : 0;
}
.carousel-fade:hover .right {
	right : 0;
}
/* Slider Indicator*/
.carousel-fade .carousel-indicators li {
	border : 2px solid rgba(255, 255, 255, .7);
	opacity : .5;
}
.carousel-fade .carousel-indicators li.active {
	border-color : #CA9A31;
	background-color : #CA9A31;
	opacity : 1;
}

/*Media Query*/

@media (max-width : 1024px) {
.carousel-fade .carousel-caption h1 {
	font-size : 24px;
	margin-top: 10px;
}
.carousel-fade .carousel-caption .lead {
	font-size: 16px;
}
.carousel-fade .carousel-caption .btn {
	font-size: 12px;
}
.carousel-fade .carousel-caption .phone {
	font-size: 18px;
}
.carousel-fade .carousel-caption small {
	font-size: 11px;
}
.carousel-fade .carousel-caption {
	padding: 40px 0;
}
}

@media (max-width : 768px) {
.carousel-fade .carousel-caption h1 {
	font-size : 30px;
}
.carousel-fade .carousel-caption .lead {
	font-size: 16px;
}
.carousel-fade .carousel-caption .phone {
	font-size: 16px;
	line-height: 1;
}
.carousel-fade .carousel-caption small {
	font-size: 10px;
}
.carousel-fade .carousel-caption .btn {
	font-size: 12px;
}
}

@media (max-width : 768px) {
.carousel-indicators {
	display: none;
}
.carousel-fade .carousel-caption {
	width: 100%;
	text-align: center;
	padding: 30px;
	margin-top: 140px;
}
.carousel-fade .carousel-caption .lead {
	margin-bottom: 10px;
}
.carousel-fade .carousel-caption .btn {
	font-size: 15px !important;
	padding: 4px 12px !important;
	border-width: 1px;
	margin-top: 20px;
}
}

@media (max-width : 320px) {
.carousel-fade {
	display: none;
}
}
/*------------------------------------------------------------------
OUR SERVICES SECTION
--------------------------------------------------------------------- */
.service-wrap {
	overflow: hidden;
	background: #fff;
	z-index: 0;
}
.service-wrap .section-heading {
	margin-bottom: 30px;
}
.service-wrap .section-heading h2 {
	color: #fff;
}
.service-wrap .section-sub {
	font-size: 18px;
	font-weight: 400;
	color: rgba(255,255,255,.8);
}
.service-wrap .section-sub::after {
	background-color: #fff;
	left: 0;
	margin-left: 0;
}
.service-left-box {
	position: relative;
	padding: 80px 60px 80px 0;
	color: #fff;
}

@media (max-width : 768px) {
.service-left-box {
	position: relative;
	padding: 40px 20px 80px 20px;
	color: #fff;
}
}
.service-left-box:before {
	position: absolute;
	content: "";
	width: 300%;
	height: 100%;
	background: url(../img/finance-building.jpg) no-repeat;
top: 0;
	right: 25px;
	z-index: -1;
}

.service-left-gold-box:before {
	position: absolute;
	content: "";
	width: 300%;
	height: 100%;
	background: url(../img/treasurer/treasurer-office.png) no-repeat;
top: 0;
	right: 25px;
	z-index: -1;
	background-color: #CA9A31;
}
.service-left-box .service-intro p {
	line-height: 28px;
}
.service-left-box-up {
	position: relative;
	padding: 80px 60px 80px 0;
	color: #fff;
	background: #CA9A31;
}

@media only screen and (max-width: 768px) {
.service-left-box-up {
	position: inherit;
	padding: 50px 30px;
}
.service-right-box {
	padding: 50px 30px !important;
}
.footer-widget-section {
	padding: 50px 30px;
}
}
.service-left-box-up:before {
	position: absolute;
	content: "";
	width: 300%;
	height: 100%;
	background: #CA9A31;
	top: 0;
	right: 25px;
	z-index: -1;
}
.service-left-box-up .service-intro p {
	line-height: 35px;
}
.service-right-box {
	padding: 70px 60px;
}
/*#service-carousel {
  padding: 150px 0;
}*/

#service-carousel {
	padding: 80px 0;
}
#service-carousel2 {
	padding: 80px 0;
}
.service-content h3 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
.service-content h3 span {
	font-size: 24px;
	color: #bcbcbc;
}
.service-content .service-thumb {
	margin-bottom: 20px;
}
.service-content .service-thumb img {
	width: 100%;
}
.service-content p {
	line-height: 28px;
}
.service-content a {
	margin-top: 30px;
}
.service-content a i {
	margin-left: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
.service-left-box-up:before {
	right: -135px;	
}
}
/* ------------------------------------------------------------------
ABOUT US WRAP
--------------------------------------------------------------------- */
.about-us-wrap {
	background: url(../img/capbilities.png)no-repeat;
	background-size: 50%;
	background-position: right 85px;
}
.about-us-wrap .about-us-content h3 {
	margin-bottom: 25px;
}
.about-us-wrap .about-us-content span {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	line-height: 28px;
	color: #343434;
}
.about-us-wrap .about-us-content p {
	margin-bottom: 0;
}
.about-us-wrap .about-us-content.capabilities {
	background: #002469;
	padding: 48px 52px;
	color: #fff;
}
.about-us-wrap .about-us-content.capabilities .about-content-block h3 {
	margin: 0px 0 20px;
	font-size: 36px;
	color: #fff;
}
.about-us-wrap .about-us-content.capabilities ul li {
	position: relative;
	padding-left: 25px;
	font-weight: 500;
}
.about-us-wrap .about-us-content.capabilities ul li:before {
	position: absolute;
	left: 0;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	color: #fff;
}
/* ------------------------------------------------------------------
Featuer Section
--------------------------------------------------------------------- */
.feature-wrap {
	background: #fff url(../img/featurebg.png) no-repeat center top fixed;
	background-size: cover;
	color: #fff;
}
.feature-wrap .feature-content h2 {
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
	line-height: 52px;
	margin-bottom: 30px;
}
.feature-wrap .feature-content h2 span {
	display: block;
	line-height: 38px;
	margin-top: 10px;
	font-size: 34px;
	font-weight: 400;
}
.feature-wrap .feature-content p {
	font-size: 18px;
}
.feature-wrap .feature-content .quote-btn {
	margin-top: 40px;
}
/* ------------------------------------------------------------------
PORTFOLIO WRAP
--------------------------------------------------------------------- */

.fleets-wrap {
	padding-top: 75px;
	background: #fff;
}
.fleets-wrap .section-heading {
	margin: 0 0 35px;
}
.fleets-wrap .no-padding {
	margin: 0 -15px;
}
.fleets-wrap .owl-stage-outer {
	border-bottom: 1px solid #eee;
}
.fleets-wrap .owl-item {
	margin: 0!important;
}
.fleets-wrap .owl-item .owl-item-thumb {
	position: relative;
}
.fleets-wrap .owl-item .owl-item-thumb .owl-item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	background: #002469;
}
.fleets-wrap .owl-item .owl-item-thumb a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.fleets-wrap .owl-item .owl-item-thumb a img {
	width: auto!important;
	margin: 35% auto 0;
	opacity: 0;
}
.fleets-wrap .owl-item .owl-item-thumb .owl-item-overlay, .fleets-wrap .owl-item .owl-item-thumb a img {
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.fleets-wrap .owl-item .owl-item-thumb:hover .owl-item-overlay {
	opacity: 0.9;
}
.fleets-wrap .owl-item .owl-item-thumb:hover a img {
	opacity: 1;
}
.fleets-wrap .owl-item .owl-tem-content {
	border-right: 1px solid #ebebeb;
	box-sizing: border-box;
	padding: 30px;
	height: 230px;
}
.fleets-wrap .owl-item .owl-tem-content h3 {
	font-size: 16px;
	line-height: 24px;
}
.fleets-wrap .owl-item .owl-tem-content h3 a {
	color: #343434;
}
.fleets-wrap .owl-item .owl-tem-content h3 a:hover {
	color: #1a8ae1;
}
.fleet-carousel-navigation {
	position: absolute;
	top: -75px;
	right: 15px;
}
.fleet-carousel-navigation .left {
	margin-right: -3px;
}
/* ------------------------------------------------------------------
TESTIMONIAL
--------------------------------------------------------------------- */
.testimonial-wrap {
	padding: 75px 0px 85px 0px;
	background: #f4f6f7;
}
@media (max-width: 767px){
.testimonial-wrap {
	padding: 20px 0px 0px 0px;
}		
}
.testimonial-wrap .section-heading {
	margin-bottom: 20px;
}
.testimonial-wrap .carousel {
	overflow: hidden;
	background: #f4f6f7;
}
.testimonial-wrap.carousel h3 {
	position: absolute;
	left: 38%;
	top: 20%;
	margin-left: -5px;
}
.testimonial-wrap .media-left {
	width: 450px;
	padding: 0;
}
.testimonial-wrap .item-left-thumb {
	position: relative;
}
.testimonial-wrap .media-body {
	vertical-align: middle;
}
.testimonial-wrap .author-info {
	position: absolute;
	display: block;
	bottom: 0%;
	width: 100%;
	margin: 0;
	background: rgba(255, 255, 255, 0.75);
}
.testimonial-wrap .author-info > div[class*='col-'] {
	padding-right: 0;
}
.testimonial-wrap .author-info .author-name {
	display: inline-block;
	width: 100%;
	text-align: right;
	color: #000;
	margin: 32px 0 26px;
	line-height: 18px;
}
.testimonial-wrap .author-info .author-name span {
	font-size: 24px;
	line-height: 25px;
	display: block;
	font-weight: 700;
}
.testimonial-wrap .author-info .author-name small {
	font-size: 16px;
	line-height: 14px;
}
.testimonial-wrap .item-left-text {
	position: relative;
font-size: 26px;
color: #7b7575;
padding: 40px 70px 40px 70px;
line-height: 36px;
font-style: italic;
opacity: .7;
}
.testimonial-wrap .item-left-text:before {
	font-family: "Font Awesome 5 Pro";
    content: "\f10d";
    font-weight: 900;
	position: absolute;
	top: 0;
	left: 30px;
	font-size: 9em;
	color: rgba(0,0,0,.1);
}
.testimonial-wrap .item-right-text {
	position: relative;
	font-size: 20px;
	color: #7b7575;
	font-weight: 300;
	line-height: 36px;
	font-style: italic;
	    opacity: .7;
}
.testimonial-wrap .item-right-text:before {
	content: "\f10e";
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
	position: absolute;
	top: -20px;
	right: 50px;
	font-size: 12em;
	color: rgba(0,0,0,.1);
}

@media (max-width: 767px) {
.testimonial-wrap .item-left-text:before {
		left: 0px;
	}
.testimonial-wrap .item-left-text {
		padding: 40px 10px 40px 20px;
	}	
.testimonial-wrap .item-right-text:before {
		    right: 30px;
	}	
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	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;
}
.item-left-thumb img {
	width: 100%;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.testimonial-wrap .slider-control {
	top: 64px;
}
/* ------------------------------------------------------------------
PRICING
--------------------------------------------------------------------- */

.pricing-wrap {
	background: #fff;
}
.pricing-wrap .section-heading {
	margin-bottom: 50px;
}
.pricing-wrap .no-padding {
	margin: 0 -15px;
}
.pricing-wrap .row {
	margin: 0;
}
.pricing-table {
	text-align: center;
}
.pricing-table .pricing-header {
	background: #002469;
	color: #fff;
	text-align: center;
	padding: 40px;
	font-weight: 700;
	border-right: 1px solid #FFF;
}
.pricing-table .pricing-title {
	font-size: 22px;
}
.pricing-table .pricing-price {
	font-size: 60px;
	line-height: 70px;
}
.pricing-table .pricing-cell {
	border-bottom: 1px solid #e6e6e6;
	padding: 12px 0;
	border-right: 1px solid #e6e6e6;
}
.pricing-table.first-col .pricing-cell {
	border-left: 1px solid #e6e6e6;
}
.pricing-footer {
	border: 1px solid #e6e6e6;
	border-top: 0;
	padding: 10px 30px;
}
.pricing-table .pricing-cell, .pricing-footer {
	color: #62646c;
}
/*--------------------------------------------------------------------
ABOUT US PAGE
--------------------------------------------------------------------- */

.about-us-intro-wrap .section-heading, .about-us-advantage-wrap .section-heading {
	margin-bottom: 40px;
}
.about-us-intro-wrap .about-thumb img {
	width: 100%;
}
.about-us-intro-wrap span {
	color: #343434;
	font-weight: 500;
}
.about-us-advantage {
	background: #fff;
}
.about-us-advantage-wrap {
	background: #fff;
}
.about-us-advantage-wrap .advantage-left-content {
	position: relative;
	padding-right: 80px;
}
.about-us-advantage-wrap .advantage-left-content:after {
	content: "";
	position: absolute;
	border-right: 1px solid #d9d9d9;
	top: 0;
	right: 30px;
	width: 100%;
	height: 100%;
}
.about-us-advantage-wrap .advantage-right-content {
	padding-top: 20px;
}
.about-us-advantage-wrap .advantage-right-content>div {
	position: relative;
	padding-left: 100px;
	margin-bottom: 50px;
}
.about-us-advantage-wrap .advantage-right-content>div:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 80px;
	height: 80px;
}
.about-us-advantage-wrap .advantage-right-content>div:first-child:before {
	background: url(../img/advantage-icon3.png)no-repeat;
}
.about-us-advantage-wrap .advantage-right-content>div:last-child {
	margin-bottom: 0;
}
.about-us-advantage-wrap .advantage-right-content>div:last-child:before {
	background: url(../img/advantage-icon4.png)no-repeat;
}
.about-us-advantage-wrap .advantage-right-content>div h3 {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 28px;
}
.about-us-advantage-wrap .advantage-right2-content {
	padding-top: 20px;
}
.about-us-advantage-wrap .advantage-right2-content>div {
	position: relative;
	padding-left: 100px;
	margin-bottom: 50px;
}
.about-us-advantage-wrap .advantage-right2-content>div:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 80px;
	height: 80px;
}
.about-us-advantage-wrap .advantage-right2-content>div:first-child:before {
	background: url(../img/advantage-icon2.png)no-repeat;
}
.about-us-advantage-wrap .advantage-right2-content>div:last-child {
	margin-bottom: 0;
}
.about-us-advantage-wrap .advantage-right2-content>div:last-child:before {
	background: url(../img/advantage-icon1.png)no-repeat;
}
.about-us-advantage-wrap .advantage-right2-content>div h3 {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 28px;
}
/* team */

.team-wrap .section-heading {
	margin-bottom: 75px;
}
.team-wrap .team-member {
	background: #fff;
	margin-bottom: 30px;
}
.team-wrap .team-member img {
	width: 100%;
}
.team-wrap .team-member .member-info {
	padding: 40px 30px 35px;
}
.team-wrap .team-member.member-lead .member-info h3 {
	font-size: 24px;
	line-height: 36px;
}
.team-wrap .team-member .member-info h3 {
	font-size: 18px;
	margin-bottom: 0;
}
.team-wrap .team-member .member-info span {
	color: #b8b8b8;
}
.team-wrap .team-member .member-info p {
	margin: 20px 0 35px;
}
.team-wrap .team-member .member-info .social-links {
	margin-top: 15px;
}
.member-info .social-links li a .fa {
	background: #c5c5c5;
	color: #fff;
}
/*--------------------------------------------------------------------
SERVICE PAGES
--------------------------------------------------------------------- */

.service-intro-wrap {
	background: #fff;
}
.service-intro-content {
	line-height: 30px;
}
.service-intro-content h2, .service-intro-content p {
	margin-bottom: 40px;
}
.service-intro-content ul li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 20px;
}
.service-intro-content ul li:last-child {
	margin-bottom: 0;
}
.service-intro-content ul li:before {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: 0;
	top: 0;
	color: #b2b2b2;
}
.featured-service-wrap .section-heading {
	margin-bottom: 75px;
}
.featured-service-wrap .featured-service-content {
	background: #fff;
	padding: 40px 30px;
}
.featured-service-wrap .featured-service-content h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
.featured-service-wrap .featured-service-content .btn-primary {
	margin-top: 30px;
}
.featured-service-wrap img {
	width: 100%;
}
/*Single-service*/

.single-service-wrap {
	padding: 110px 0 150px;
	background: #fff;
}
.single-service-wrap .single-service-thumb {
	margin-bottom: 50px;
}
.single-service-wrap .single-service-thumb img {
	width: 100%;
}
.single-service-content h2 {
	margin-bottom: 20px;
}
.single-service-content h3 {
	margin-bottom: 30px;
}
.widget .download-wrap {
	position: relative;
	margin-bottom: 10px;
}
.widget .download-wrap a {
	position: relative;
	display: block;
	background-color: #e9e9e9;
	padding: 12px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	border-radius: 3px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	padding-right: 45px;
}
/*
.widget .download-wrap a:hover {
  background: #666!important;
}
*/

.widget .download-wrap.company a {
	background: #002469;
	border: 2px solid #002469;
}
.widget .download-wrap.company a:hover {
	background: #fff;
	border: 2px solid #002469;
	color: #002469 !important;
}
.widget .download-wrap.company a:hover i {
	border: 2px solid #002469;
	color: #002469 !important;
}
.widget .download-wrap.annual a {
	background: #CA9A31;
	border: 2px solid #ca9a31;
}
.widget .download-wrap.annual a:hover {
	background: #fff;
	border: 2px solid #ca9a31;
	color: #ca9a31 !important;
}
.widget .download-wrap.annual a:hover i {
	border: 2px solid #ca9a31;
	color: #ca9a31 !important;
}
.widget .download-wrap.brochure a {
	background: #7cc576;
}
.widget .download-wrap a span {
	display: block;
	font-weight: normal;
	font-size: 10px;
}
.widget .download-wrap a i {
	position: absolute;
	top: 15%;
	right: 8px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: rgba(255,255,255,0.4);
	border: 2px solid rgba(255,255,255,0.4);
	border-radius: 100%;
}
.widget .service-list li.active a {
	color: #1a8ae1;
}
.widget-service-add {
	background: url(../img/service-add.png)no-repeat;
	background-size: cover;
	padding: 40px 25px;
	color: #fff;
	border-radius: 5px;
}
.widget-service-add p {
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
}
.widget-service-add a {
	font-size: 18px;
	color: #ffb65e;
	font-weight: 900;
	margin: 20px 0 40px;
	display: inline-block;
	border-bottom: 2px solid;
}
.widget-service-add img {
	opacity: 0.3;
}
/*full-screen-video*/

.fullscreen-video .video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	text-align: center;
	padding: 122px 0;
}
.fullscreen-video .video-overlay h2 {
	text-transform: uppercase;
	color: #fff;
}
/*--------------------------------------------------------------------
CONTACT PAGE
--------------------------------------------------------------------- */

#googleMap {
	height: 450px;
}
.office-locations {
	margin: 0px 0 40px;
}
.office-address {
	margin-bottom: 75px;
}
.office-locations h2, .office-locations h3, .send-feedback h2 {
	text-transform: uppercase;
}
.office-locations h2, .send-feedback h2 {
	font-size: 14px;
	margin-bottom: 40px;
	line-height: 21px;
}
.office-locations h3 {
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 18px;
}
.office-locations address span {
	display: block;
}
/* TORSELLA BACKGROUND */
.torsella-background {
	background: url(../img/unclaimed-property/joe-torsella.png) no-repeat center;
	width: 390px;
	height: 350px;
	position: absolute;
	bottom: -1px;
	left: 62%;
}

@media (max-width:991px) {
.torsella-background {
	left: 50%;
}
}

@media (max-width:768px) {
.torsella-background {
	background: url(../img/unclaimed-property/joe-torsella-mob.png) no-repeat center;
	width: 270px;
	height: 260px;
	bottom: -1px;
	left: 40%;
}
}

@media (max-width:400px) {
.torsella-background {
	background: none;
}
}
/* Check your status*/
.check-your-status {
	padding: 50px 30px 0px 30px;
}

@media (max-width:1199px) {
.check-your-status {
	padding-top: 40px;
}
}

@media (max-width:991px) {
.check-your-status {
	padding: 50px 30px 65px 30px;
}
}

@media (max-width:768px) {
.check-your-status {
	padding: 50px 30px;
}
}

/* Checkmark */
@media (max-width:1199px) {
.checkmark {
	padding: 0px;
}
}

@media (max-width:991px) {
.checkmark {
	padding: 0px;
	height: 400px;
}
}

@media (max-width:768px) {
.checkmark {
	display: none;
}
}
/* FAQs */
.panel {
	border: none !important;
	box-shadow: none;
	background-color: transparent;
	padding: 5px;
}
.panel-default {
	border: none;
}
.panel-heading {
	border: none;
	padding: 0px !important;
}
.panel-group {
	padding: 0px 10px;
	border: none !important;
}
.panel-heading a {
	display: block;
	padding: 10px 15px;
	color: #fff;
	font-size: 18px;
	background-color: #002469;
	line-height: 24px;
}
.panel-group-update .panel-title {
    background: #fff;
	color: #002469;
}
.panel-group-update .panel-heading a {
    padding: 0px;
    font-weight: bold;
    color: #002469;
    font-size: 20px;
    line-height: 28px;
	background-color: #fff;
	 width: 95%;
}
.panel-group-update .panel-heading a.collapsed {
    padding: 0px;
    font-weight: bold;
    color: #002469;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
	background-color: #fff;
}
.panel-group-update .panel-body {
    border: none;
    padding: 15px 0px 30px 0px;
}
.panel-group-update .panel-heading a.collapsed:hover {
    color: #002469;
}
.panel-group-update .accordion-toggle.collapsed:after {
    content: "\f107";
    right: 15px;
    bottom: 8px;
}
.panel-group-update .accordion-toggle:after {
    content: "\f106";
    font-family: "Font Awesome 5 Pro";
    color: #b2b2b2;
     font-size: 30px;
    padding-right: 8px;
    position: absolute;
    right: 15px;
	bottom: 20px;
}
.panel-group-update .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding-bottom: 30px;
}
.panel-heading a.collapsed {
	color: #62646c;
	background-color: #f8f7f7;
	padding: 2px 5px;
}
.panel-body {
	padding: 15px 20px;
	background-color: #fff;
	border: 1px solid #d3d3d3;
}
/* Footer treasury info*/
.footer-treasury-info {
	text-align: center;
	padding: 30px 0px;
}
@media (max-width:1199px) {
.footer-treasury-info {
	padding: 40px 0px;
}
}

@media (max-width:991px) {
.footer-treasury-info {
	padding: 20px 30px 20px 10px;
}
	.footer-treasury-links {
	padding: 30px 0px 30px 30px;
}
}

.footer-treasury-links {
	padding: 30px 0px 30px 50px;
	border-left: 1px solid #fff;
}

@media (max-width:767px) {
.footer-treasury-links {
	padding: 40px 0px;
	border: none;
}
.social-share {
	text-align: center;
}
.footer-treasury-info {
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #fff;
}
}
@media (max-width:425px) {
.copyright-info p {
		padding: 0px 60px;
	}	
}
@media (max-width:354px) {
.copyright-info p {
		padding: 0px 15px;
	}	
}
/*Background Pictures*/
.background-tabs {
	background: url(../img/tabs/coins.png) no-repeat;
	padding: 45px 30px 45px 55px
}
.tabs-photo {
	padding: 45px 40px;
}
.background-bfr {
	background: url(../img/bfr/scale.png) no-repeat;
	padding: 45px 30px 45px 55px
}
.bfr-photo {
	padding: 45px 40px;
}
.background-invest {
	background: url(../img/invest/invest.png) no-repeat;
	padding: 45px 30px 45px 55px;
}
.background-investment {
	background: url(../img/investments/graph.png) no-repeat;
	padding: 45px 30px 45px 55px;
}
.investment-photo {
	padding: 45px 40px;
}
.background-procurement {
	background: url(../img/procurement/contract.png) no-repeat;
	padding: 45px 30px 45px 55px;
}
.procurement-photo {
	padding: 45px 40px;
}
.background-employment {
	background: url(../img/employment/workers.png) no-repeat;
	padding: 45px 30px 125px 55px;
}
.employment-photo {
	padding: 45px 40px;
}
.background-econtract {
	background: url(../img/e-library/contract.png) no-repeat;
	padding: 45px 30px 45px 55px;
}
.econtract-photo {
	padding: 45px 40px;
}
.background-newsroom {
	background: url(../img/newsroom/newspaper.png) no-repeat;
	padding: 45px 30px 100px 55px;
}

.newsroom-photo {
	padding: 45px 40px;
}
.background-up {
	background: url(../img/unclaimed-property/search.png) no-repeat; 
	background-color: #CA9A31;
}
.accessibility-photo {
	padding: 0px 15px 10px 15px;
}
.newsroom-banner {
    position: absolute;
    top: 30%;
    right: 0px;
}
@media (max-width: 767px) {
.background-bfr {
	padding: 0px 30px 80px 30px;
}
.bfr-photo {
	padding: 30px 15px;
}
.background-tabs {
	padding: 0px 30px 80px 30px;
}	
.tabs-photo {
	padding: 30px 15px;
}
.background-investment {
	padding: 0px 30px 80px 30px;
}	
.investment-photo {
	padding: 30px 15px;
}
.background-procurement {
	padding: 0px 30px 80px 30px;
}	
.procurement-photo {
	padding: 30px 15px;
}
.background-employment {
	padding: 0px 30px 80px 30px;
}	
.employment-photo {
	padding: 30px 15px;
}
.background-econtract {
	padding: 0px 30px 80px 30px;
}	
.econtract-photo {
	padding: 30px 15px;
}	
.background-newsroom {
	padding: 0px 30px 80px 30px;
}	
.newsroom-photo {
	padding: 30px 15px;
}
.background-invest {
	padding: 0px 30px 80px 30px;
}	
.background-up {
	background-image: none; 
}	
.accessibility-photo {
	padding: 0px;
}
.accessibility-info {
		padding: 30px 0px 0px 0px;
	}
}


/*INVEST Charts*/


.gray-table {
	background-color: rgba(211, 211, 211, 0.2);
}
.invest-table-tr:hover {
	background: rgba(211, 211, 211, 0.6);
}
.invest-table-th {
	text-align: left;
	padding: 10px 10px;
	border: 1px solid #d3d3d3;
	background-color: #002469;
}
.invest-table2-th {
	text-align: left;
	padding: 10px 15px;
	border: 1px solid #d3d3d3;
	background-color: #ca9a31;
	color: #fff;
}
.invest-table2-td {
	padding: 10px 15px;
	border: 1px solid #d3d3d3;
}
.invest-table-td {
	padding: 8px 10px;
	border: 1px solid #d3d3d3;
	line-height: 20px;
}
.invest-table-header {
	font-size: 20px;
}
.table-link {
	color: #fff;
	touch-action: manipulation;
	cursor: pointer;
}
@media (max-width: 1180px) {
.newsroom-banner h2 {
    font-size: 29px;
}
}
@media (max-width: 991px) {
.table-header {
	font-size: 16px;
}
.invest-table-th {
	padding: 5px 8px;
}
.invest-table-td {
	padding: 5px 8px;
}
.newsroom-banner {
    left: 30%;
    top: 50%;
}	
}
@media (max-width: 720px) {
.newsroom-banner {
    left: 0%;
    text-align: right;
	top: 40%;
}
.newsroom-banner h2 {
    font-size: 20px;
    line-height: 24px;
}	
}
@media (max-width: 486px) {
.invest-table-header {
    font-size: 14px;
    line-height: 18px;
}
.invest-table-td {
    padding: 5px;
    font-size: 12px;
    line-height: 16px;
}	
.invest-table-th {
    padding: 5px;
}
.invest-pool-table {
    overflow-x: scroll;
	display: block;
}
}
/*Twitter*/

.timeline-widget {
	border: 1px solid #d3d3d3 !important;
	height: 597px !important;
		
}
.timeline-Widget--edge {
	border-radius: 0px !important;
}
.timeline-Header {
	background: #002469 !important;
}
.timeline-Header-title {
	color: #fff !important;
}

/*Form Unclaimed Property*/
.up-form-padding {
	padding-left: 78px;
	padding-right: 80px;
	padding: 78px 80px 65px 78px;
}
@media (min-width:991px) and (max-width:1199px) {
	.up-form-padding {
	   padding-left: 0px;
       padding-right: 0px;
       padding-top: 30px;
}
	.up-search-section {
	   margin-left: 65px;
	}
}
@media (max-width:991px) {
	.up-form-padding {
	   padding: 0px 0px 15px 0px;
}
	.form-group {
    margin-bottom: 0px;
}
}

/*WARNING SIGNS*/
.no-records-header {
	padding: 0px 50px;
}

.no-records-wrapper {
	margin-bottom: 0px;
    background: #f2f2f2;
}
.server-down-wrapper {
	margin-bottom: 0px;
    background: transparent;
}
.warning-sign1 {
	font-size: 100px;
    color: #FFCC00;
    position: relative;
    top: 105px;
    right: 300px;
}
.warning-sign2 {
	font-size: 100px;
    color: #FFCC00;
    position: relative;
    left: 300px;
    bottom: 105px;
}
.danger-sign1 {
	font-size: 100px;
    color: #ff0011;
    position: relative;
    top: 105px;
    right: 320px;
}
.danger-sign2 {
	font-size: 100px;
    color: #ff0011;
    position: relative;
    left: 320px;
    bottom: 105px;
}
@media (max-width: 665px) and (max-width: 767px) {
.no-records-header {
    padding: 0px 30px;
}
.no-records-title {
    font-size: 30px;
}
.no-records-title2 {
    font-size: 26px;
}
.no-records-title3 {
    font-size: 30px;
}	
.warning-sign1 {
	font-size: 85px;
    position: relative;
    top: 95px;
    right: 250px;
}	
.warning-sign2 {
	font-size: 85px;
    position: relative;
    left: 250px;
    bottom: 100px;
}	
.danger-sign1 {
	font-size: 70px;
    position: relative;
    top: 80px;
    right: 180px;
}	
.danger-sign2 {
	font-size: 70px;
    position: relative;
    left: 180px;
    bottom: 90px;
}		
}
@media (max-width: 665px) {
.no-records-title {
    font-size: 20px;
    margin-bottom: 0px;
}
.no-records-title2 {
    font-size: 16px;
}
.no-records-title3 {
    font-size: 17px;
    margin-bottom: 0px;
}
.warning-sign1 {
	font-size: 70px;
    position: relative;
    top: 80px;
    right: 160px;
}	
.warning-sign2 {
	font-size: 70px;
    position: relative;
    left: 160px;
    bottom: 90px;
}	
.danger-sign1 {
	font-size: 70px;
    position: relative;
    top: 80px;
    right: 160px;
}	
.danger-sign2 {
	font-size: 70px;
    position: relative;
    left: 160px;
    bottom: 90px;
}	
}

@media (max-width: 414px) {
	.col-xxs-12 {
	width: 100%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
}

/*archive-list*/
.panel-heading-archived .accordion-toggle:before {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
	color: #b2b2b2;
	font-size: 16px;
    padding-right: 8px;
}
.panel-heading-archived .accordion-toggle.collapsed:before {
    content: "\f105";  
}
.panel-heading-archived a {
    display: block;
    padding: 0px;
    color: #252323;
    padding-right: 8px;
	font-size: 15px;
	font-weight: bold;
	
}
.panel-heading-archived a.collapsed {
    padding: 0px;
	color: #252323;
	font-size: inherit;
	font-weight: normal;
	
}
.panel-heading-archived a.collapsed:hover {
	color: #187fcd;
}
.panel-title-archived {
	font-size: inherit;
	    padding: 5px 0px;
    border-bottom: 2px solid #f0f0f0;
}
.panel-group-archived {
	padding: 0px;
}
.panel-body-archived {
	color: #62646c;
	padding: 12px 15px 5px 15px;
	border-bottom: 2px solid #f0f0f0;
	background-color: #fff;
}
.archived-list {
	padding-bottom: 10px;
	line-height: 20px;
	color: #002469;
	font-weight: bold;
}
.archived-list > a {
	font-weight: 500;
}
.view-all {
	text-align: center;
	color: #002469;
}
.service-content-long {
	padding-bottom: 0px;
    margin: 0px !important;
}
@media (max-width: 400px) {
.service-content-long {
    width: 267px;
}
}
.section-title-up {
	 margin-bottom: 30px;
}
.tab-month {
	margin-bottom:20px;
	padding: 0px;
}
.tab-monthly {
	padding-right: 0px;
	margin-bottom:20px;
}
@media (max-width: 991px) {
	.tab-month {
	padding-right: 15px;
    padding-left: 15px;
}
	.tab-monthly {
	padding-right: 15px;
}	
}
ol.address-faq li {
	padding-left: 10px;
    margin-left: 10px;
    margin-top: 5px;
}
.address-faq {
	margin-bottom: 15px;
	background-color: #f8f7f7; 
	padding: 10px 15px; 
	width: 300px;
}
.adress-gray-box {
	margin-bottom: 15px; 
	background-color: #f8f7f7; 
	padding: 10px 15px; 
	width: 250px;
}
@media (max-width: 767px) {
	.address-faq { 
	width: inherit;
}
	
}
.bup-call-info {
	padding: 0px 30px 20px 0px;
}

.bup-call-info h3 {
	color: #fff;
    font-size: 24px;
    font-weight: bold;
}

@media (max-width: 991px) {
.bup-call-info {
	padding: 0px 0px 40px 0px;
}
.adress-gray-box { 
	width: 217px;
}
}
@media (max-width: 767px) { 
.bup-call-info {
	padding: 0px 30px 55px 30px;
}
}
.comms-contact {
		margin-bottom: 15px;
}
@media (max-width: 767px) { 
.bup-call-info h3 {
	font-size: 25px;
	line-height: 35px;
}
.comms-contact {
		margin-bottom: 35px;
}	
}

/*BF&R MESSAGE*/
.message-header {
	background-color: #002469;
	padding: 15px 10px;
}
.message-header-title {
	padding-top: 40px;
	text-align: center;
}
.message-important-text {
	color: #df2020;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
}
@media (max-width: 991px) {
.message-header-title {
	padding-top: inherit;
}
}
.medal {
	background:#002469;
	min-height:400px;
}
.medal .container {
	z-index:997;
	top:36%;
}
.medal .carousel-caption {
	border: 1px solid #CA9A31;
	padding: 0px 50px 80px 50px;
	background: rgba(0,36,105,.7);
	max-width: 800px;
	right: 15%;
	left: 15%;
	width: auto;
	text-align: center;
	margin-top:15%
}
.medal .up-form-padding {
	padding:0;
	max-width:100%;
}
.medal-last {
	border:3px solid #CA9A31;
	border-radius:3px !important;
	box-shadow:none !important;
	width:40% !important;
	padding:10px 8px !important;
	margin-right:10px;
	left:12.5%;
}
.medal-first {
	border:3px solid #CA9A31;
	border-radius:3px !important;
	box-shadow:none !important;
	width:35% !important;
	padding:10px 8px !important;
	left:12.5%;
}
.medal-propdesc {
	border:3px solid #CA9A31;
	border-radius:3px;
	box-shadow:none !important;
}
.medal .btn-blue {
	margin-top: 10px;
	padding: 10px 20px !important;
}
.medal .lead {
	text-shadow:none;
}
.medal .animated-delay2 {
	margin-bottom:20px;
}
.medal .animated-delay2 p {
	font-size:16px;
}
.medal .joe-signature {
	text-align:right;
	font-size:16px;
	margin-top:10px;
	margin-bottom:10px;
}
.medal .input-group-lg{
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto
}
.medal .last-name-lable {
	color: #fff; 
	padding-top: 5px;
	margin-bottom:20px;
}
.propdesc-box {
	display:none
}
.medal .joe-signature-img {
	min-width: 80px;
}
@media (max-width: 1820px) { 
.medal .carousel-caption {
	margin-top: 15%;	
}	
}
@media (max-width: 1500px) { 
.medal .carousel-caption {
	padding: 10px 30px 55px 30px;
}	
.medal .form-group {
    margin-bottom: 20px;
}	
.medal .visible-lg {
    margin: 0px 0px 10px 0px;
}	
.medal .animated-delay2 p {
    font-size: 17px;
}	
.medal .lead {
	font-size: 22px !important;
	margin-bottom: 20px !important;
}	
.medal .carousel-caption h1 {
    font-size: 50px !important;
	margin: 20px 0 20px !important;
}
.medal .btn-blue {
    padding: 5px 20px !important;
}	
}
.torsella-quote {
	background: #002469; 
    padding: 30px 30px 88px 30px;
    color: #FFF;
	text-align: center;
}
.joe-signature-mob {
	text-align: right;
}
@media (max-width: 1199px) {
.medal .carousel-caption {
	right: 0;
    left: 0;
	padding: 15px 20px 55px 20px;
	width: 100%;
	max-width: inherit;
}
.medal .carousel-caption {
    margin-top: 20%;
}
.joe-signature-mob {
	margin-top: 0px;
}	
.medal .animated-delay2 p {
    font-size: 16px;
}	
.medal .lead {
    font-size: 18px !important;
}	
.medal .carousel-caption h1 {
    font-size: 46px !important;
}	
}
@media (max-width: 991px) {
.medal .container {
	width: 100%;
    background: #002469;
}	
.medal .carousel-caption {
	background: none;
	border: none; 
	margin-top: 31%;
    padding: 10px 10px 38px 10px;
}
.item .active {
	display: none;
}
.medal .lead {
    text-shadow: none !important;
}	
.medal .carousel-caption h1 {
    text-shadow: none !important;
}
.joe-signature-mob {
	margin-top: 10px;
}	
}
@media (max-width: 720px) {
.medal  {
	min-height: inherit;
} 	
.medal .carousel-caption {
	margin-top: 37%;
}
.medal .lead {
    font-size: 18px !important;
    margin-bottom: 20px !important;
}
.medal .carousel-caption h1 {
    font-size: 40px !important;
    margin: 20px 0 18px !important;
}	
	
}
@media (max-width: 560px) {
.medal .carousel-caption {
	margin-top: 55%;
	padding: 10px 10px 0px 10px;
}
.medal .btn-blue {
    padding: 10px 20px !important;
}
.medal-last {
	width: 75% !important;
	margin-bottom: 15px !important;
}
.medal-first {
	width: 75% !important;
}	
}
@media (max-width: 400px) {
.medal .carousel-caption {
	margin-top: 84%;
	padding: 10px 10px 30px 10px;
}
.medal .lead {
    font-size: 15px !important;
}	
}
table#Table4 td.poolTableXLabels {
    text-align: left;
    padding: 10px 10px;
    border: 1px solid #d3d3d3;
    background-color: #002469;
    color: #fff;
    font-size: 20px;
}
table#Table4 {
    width: 100%;
}
table#Table4 td {
    padding: 8px 10px;
    border: 1px solid #d3d3d3;
    line-height: 20px;
}
table#Table4 tbody tr:nth-child(odd){
  background-color: rgba(211, 211, 211, 0.2);
} 
table#Table4 td:nth-child(1){
  font-weight: bold;
} 
table#Table4 tr:hover {
    background: rgba(211, 211, 211, 0.6) !important;
}
@media (max-width: 486px) {
table#Table4 td.poolTableXLabels {
    font-size: 14px;
    line-height: 18px;
    padding: 5px;
}
table#Table4 td {
	padding: 5px;
    font-size: 12px;
    line-height: 16px;
}
}
.no-padding {
	padding: 0px;
}
.number-list {
	counter-reset: list;
 	list-style-type: none;
  	margin: 15px 0px;
    padding: 0px;
}
.number-list li {
  	display: list-item;
    position: relative;
    padding-left: 25px;
    margin-left: 20px;
    margin-top: 8px;
	counter-increment: list;
}
.number-list li:before {
  	content: counter(list) ".";
  	color: #febf04;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}
.update-box .fa-stack-1x {
    line-height: 69px;
    font-size: 24px;
}
.update-box .fa-stack-2x {
    font-size: 56px;
}
.important-update-box {
	padding: 0px 15px;
    border-radius: 3px;
    margin: 0px;
}
.update-box {
	padding: 0px;
    background-color: #002469;
    margin: 0px;
    border-radius: 3px;
}
.update-icons {
    padding: 20px 10px;
    color: #fff;
    text-align: center;
    border-radius: 3px 0px 0px 3px;
    border: none;
}
.update-accordion {
	margin: 0px 0px;
    background: #fff;
    border-radius: 0px 3px 3px 0px;
    padding: 30px 30px 8px 30px;border: #d3d3d3 1px solid;
}
.update-red-title {
	color: #df2020;
	font-size: 24px;
	line-height: 37px;
}