/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title-2{
	position:relative;
	overflow:hidden;
}

.page-title-2 .content{
	position:relative;
	text-align:center;
	padding:170px 0px 100px;
	background-size:cover;
	background-attachment:fixed;
}

.page-title-2 .content:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	top:0px;
	right:0px;
	opacity:0.50;
	background-color: rgba(0,0,0,0.80);
}

.page-title-2 .content h1{
	color:#fff;
	text-transform:capitalize;
}

.page-breadcrumb-2{
	position:relative;
	padding:15px 0px;
	text-align:center;
	background-color:rgb(10, 36, 79);
}

.page-breadcrumb-2 li{
	position:relative;
	font-weight:600;
	display:inline-block;
	color:rgb(255, 255, 255);
	font-size:18px;
	text-transform:capitalize;
	margin-right:10px;
	padding-right:20px;
}

.page-breadcrumb-2 li:after{
	position:absolute;
	content: '\f061';
	right:-3px;
	top:0px;
	color:rgb(243, 191, 0);
	font-size:18px;
	font-family: 'FontAwesome';
}

.page-breadcrumb-2 li:last-child::after{
	display: none;
}

.page-breadcrumb-2 li:last-child{
	padding-right:0px;
	margin-right:0px;
}

.page-breadcrumb-2 li a{
	font-weight:600;
	color:#fff;
	font-size:18px;
	text-transform: capitalize;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.page-breadcrumb-2 li a:hover{
	color:rgb(244, 193, 3);
}

/*** 

==================================================================== */



.text-white p, .text-white span, .text-white a {
  color: #fff !important;
}
.footer-cta-wrapper {
  background: #001659;
}
.footer-cta-wrapper::after {
  background: #fff;
}
.footer-bottom {
  background-color: #FFF;
}
 .footer-bottom p {
  color: #001659;
}
.footer-bottom p a {
  color: #FF5E14;
}
.single-contact-info .icon {
  color: #FFF !important;
}
.footer-menu a {
  color: #001659 !important;
}
.footer-cta-wrapper {
  position: relative;
  z-index: 1;
  background-color: #F6F8FC;
}
.footer-cta-wrapper::after {
  position: absolute;
  width: 100%;
  height: 50px;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #001659;
  z-index: -1;
}
.footer-cta-wrapper .footer-cta-bg-wrapper {
  background-color: #FF5E14;
  padding: 40px;
}
@media (max-width: 767px) {
  .footer-cta-wrapper .footer-cta-bg-wrapper {
    padding: 30px;
  }
}
.footer-cta-wrapper .footer-social-icon a {
  width: 50px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  line-height: 50px;
  color: #001659;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 1080px) {
  .footer-cta-wrapper .footer-social-icon a {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .footer-cta-wrapper .footer-social-icon a {
    margin-left: 0;
    margin-right: 10px;
  }
}
.footer-cta-wrapper .footer-social-icon a:hover {
  background-color: #001659;
  color: #fff;
}

.footer-menu ul li {
  display: inline-block;
}
.footer-menu ul li:last-of-type a {
  border: none;
}
.footer-menu ul li a {
  display: inline-block;
  margin-left: 20px;
  color: #A9B0C7;
  padding-right: 20px;
  border-right: 1px solid #53545A;
  line-height: 1;
}
@media (max-width: 991px) {
  .footer-menu ul li a {
    margin: 0px 10px;
  }
}
@media (max-width: 767px) {
  .footer-menu ul li a {
    margin: 0px 5px;
  }
}
/*=================================================================*/

.footer-menu a {
  /* color: #fff !important; */
  color: #00008B !important;
}
.footer-menu ul li a {
  display: inline-block;
  margin-left: 20px;
  color: #A9B0C7;
  padding-right: 20px;
  border-right: 1px solid #53545A;
  line-height: 1;
}
a {
  text-decoration: none;
  font-weight: 600;
  outline: none !important;
  cursor: pointer;
  font-size: 14px;
  line-height: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #001659;
}
a, button {
  position: relative;
}

/*==========================================================================*/

/*============================================================================*/
.footer-item .footer-links ul li{list-style-type:none;display:block;margin-bottom:10px}.footer-item .footer-links ul li:last-child{margin-bottom:0}
.footer-item .footer-links ul li a{color:#fff;display:block}.footer-item .footer-links ul li a:hover{color:#1dacf4 ;padding-left:5px}


.footer-img ul{margin:0;padding:0;list-style:none;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);grid-gap:10px}

.footer-img ul li{overflow:hidden;position:relative}

.footer-img ul li::before{content:'';width:0%;height:2px;background-color:#f9580e80;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}

.footer-img ul li::after{content:'';width:2px;height:0%;background-color:#f9580e80;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:0;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}

.footer-img ul li:hover img{-webkit-filter:grayscale(1);filter:grayscale(1);-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out}

.footer-img ul li:hover::before{width:90%}.footer-img ul li:hover::after{height:90%}

@media only screen and (max-width:767px){.footer-img,.footer-service-list{margin-top:30px}.useful-links{padding-top:30px;padding-left:0}.newsletter .input-group{margin-top:30px}.newsletter .input-group .btn{padding-left:12px;padding-right:12px}
.footer-links h3{font-size:22px}}

@media only screen and (min-width:576px) and (max-width:767px){.useful-links{padding-top:0;padding-left:0}}

@media only screen and (min-width:768px) and (max-width:991px){.footer-img,.footer-service-list{margin-top:30px}.useful-links{padding-left:0}}

@media only screen and (min-width:992px) and (max-width:1199px){.footer-img{margin-top:30px}}

/*=========================================================================================================================================== */


