
.nav-link {
  color: rgb(255 255 255);
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgb(254 254 254);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
  --bs-navbar-toggler-border-color: rgb(255 255 255 / 87%);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: rgb(255 255 255);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

/* Required CSS for Pausing Scroller */

div.pausescroller {
  position: relative;
  overflow: hidden;
  z-index: 100;
}

div.pausescroller>div.innerDiv {
  position: absolute;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  z-index: 100;
}

/*
Hack to force iOS browsers to transition elements initially hidden by parent container's overflow:hidden setting
Works by creating a pseudo element that pokes out into visible area of parent container:
*/
div.pausescroller>div.innerDiv:before {
  content: '';
  position: absolute;
  bottom: 100%;
  height: 1000px;
  width: 1px;
  z-index: -1;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: rgb(204 200 200);
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) #264aa7ed !important;
}

.bd-footer h5 {
  position: relative;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 24px;
  padding-bottom: 14px;
  text-transform: capitalize;
}

.bd-footer h5:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 50px;
  background-color: #c5aa01;
}

.bg-body-tertiary {
  position: relative;
  background-color: #1c3e95 !important;
}

a {
  color: rgb(240 240 240);
  text-decoration: none;
}
p{color: #111111;
font-size: 15px;
text-align: justify;}
.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 13px;
  color: #191919;
  padding: 5px;
  font-weight: 700;
  overflow: hidden;
  border-radius: 5px;
  letter-spacing: 0;
  text-transform: capitalize;
  text-align: center;
  text-shadow: 1px 1px 1px rgb(255 255 255 / 30%);
  margin-top: 3%;
  margin-bottom: 11px;
  float: right;
  margin-right: 7px;
  background: #c5aa01;
  width: 122px;
}

.btn-style-one:hover {
  background-color: #375794;
  color: #fff;
}
div#pscroller2 a {
font-size: 13px;
}
.list-style-one {    list-style: none;padding-left: 0rem;}
.list-style-one li:before {content: "\f138";position: absolute;left: 0px;/* top: 2px; */display: block;font-size: 14px;line-height: 1.6em;padding: 0px;color: #868686;font-weight: 900;font-family: "Font Awesome 5 Free";list-style: none;}  .display-6 {

position: relative;
font-weight: normal;
margin: 0px;
background: none;
line-height: 1.2em;
font-family: 'Open Sans', sans-serif;
letter-spacing: -0.02em;color: #787878;
}
.list-style-one li {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
  font-weight: 700;
  padding-left: 25px;
  margin-bottom: 4px;
  font-weight: 400;
}
.mb-2 {

text-align: justify;
} 
.sec-title h2{
position: relative;
display: inline-flex;
font-size: 30px;
line-height: 1.2em;
color: #001e57;
font-weight: 600;
text-transform: uppercase;
padding-bottom: 12px;justify-content: center;
}
.margin-arrange p{margin-bottom: 0.25rem;}
.sec-title h2:before{
 position:absolute;

 content:'';

 bottom:0px;
 width:120px;
 height:1px;
 background-color:#df6512;
}

.sec-title h2:after{
 position:absolute;
 content:'';
 
 bottom:0px;
 width:40px;
 height:1px;
 background-color:#001e57;
}

.sec-title.light h2{
 color: #ffffff;
}
.bd-footer ul li a {
color: #e6d50f;
}




#pscroller2 {
width: 100%;
max-width: 100%;
height: 60px;
/* border-bottom: 1px solid #294896; */
text-align: center;
display: flex;
align-items: center
}

#pscroller2>div.innerDiv {
padding: 4px;
width: 100%
}

#pscroller2 a.text-scroll {
text-decoration: none;
color: #fff;
text-align: left;
font-size: 13px;line-height:19px;
font-weight: 400;    width: 100%;
display: block;
}

.text-scroll span {
text-transform: uppercase;
color: #fff;
font-weight: 600
}

@media only screen and (max-width: 479px) {
#pscroller2 {
    height: 95px;
}
}

.page-banner{position:relative;padding: 79px 0;background-position:center top;background-repeat:no-repeat;background-size: cover;}

.page-banner:before{
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
content:'';
background-image: -ms-linear-gradient(left, rgba(0,18,52,0.95) 0%, rgba(255,255,255,0) 100%);
background-image: -moz-linear-gradient(left, rgba(0,18,52,0.95) 0%, rgba(255,255,255,0) 100%);
background-image: -o-linear-gradient(left, rgba(0,18,52,0.95) 0%, rgba(255,255,255,0) 100%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,18,52,0.95)), color-stop(100, rgba(255,255,255,0)));
background-image: -webkit-linear-gradient(left, rgba(0,18,52,0.95) 0%, rgba(255,255,255,0) 100%);
background-image: linear-gradient(to right, rgba(0,18,52,0.95) 0%, rgba(255,255,255,0) 100%);
z-index:0;
}

.page-banner .inner-container{
position: relative;
z-index:5;
}

.page-banner h1{
position:relative;
font-size: 25px;
color:#ffffff;
line-height: 1.3em;
font-weight: 600;
}

.page-banner .bread-crumb {
position: relative;
padding: 10px 0px;
}

.page-banner .bread-crumb li{
position: relative;
float: left;
font-size: 16px;
line-height: 30px;
color: #ffffff;
font-weight: 400;
text-transform: capitalize;
cursor: default;
padding-right:  15px;
margin-right: 12px;
list-style: none;
}

.page-banner .bread-crumb li:before{
position: absolute;
right: -3px;
font-size: 14px;
line-height: 30px;
color: #ffba00;
content: "\f105";
font-weight:800;
font-family: "Font Awesome 5 Free";
}

.page-banner .bread-crumb li:last-child{
padding-right: 0;
margin-right: 0;
}

.page-banner .bread-crumb li:last-child:before{
display: none;
}

.page-banner .bread-crumb li a{
color: #c5aa01;
font-weight: 400;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.page-banner .bread-crumb li a:hover{
color:#ffffff;	
}

.bannerCaptionWrapper .bannerCaption {
  position: absolute;
  color: #fff;
  width: 480px;
  padding: 15px;
  font-size: 20px;
  margin: 0 auto;
  background: rgba(0, 0, 0, .3);
  top: 86px;
  right: 49px;
}
.bannerCaption .mainTitle {
  font-family: OpenSans-Regular;
  font-size: 30px;
  color: #fff;
  padding: 0;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
}
.bannerCaption .mainTitle span {
  font-family: OpenSans-Bold;
  text-transform: uppercase;
  color: #ffba00;
}

.sec-title h1 {
  font-size: 16px;
  line-height: 1.2em;
  color: #001e57;
  font-weight: 600;
  text-transform: capitalize;
  /* padding-bottom: 12px; */
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}
.sec-title h2 {
  font-size: 19px;
  line-height: 1.2em;
  color: #001e57;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
}
.contact-page-section {
  position: relative;
  padding: 50px 0px 50px;
}
.sec-title .title {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
  color: #111;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 15px;
}

.sidebar-page-container{
  position:relative;
  padding: 40px 0px 40px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
  /* margin-bottom:40px; */
}

.sidebar-page-container .sidebar-side .sidebar.padding-left{
  padding-left:40px;
}

.sidebar-widget{
  position:relative;
  margin-bottom: 0;
  background: #f7f7f7;
}

/* Sidebar Title */

.sidebar-title{
  position: relative;
  margin-bottom: 0;
  padding: 15px 15px 15px 24px;
  border-left: 5px solid #143382;
  -webkit-box-shadow:0px 0px 45px rgba(0,0,0,0.10);
  -ms-box-shadow:0px 0px 45px rgba(0,0,0,0.10);
  box-shadow:0px 0px 45px rgba(0,0,0,0.10);
  font-size: 24px;
  padding: 7px 10px;
  position: relative;
  background: #143382;
  text-transform: uppercase;
}

.sidebar-title h5{
  position: relative;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  line-height: 30px;
}




.services-categories li.active a, .services-categories li a:hover {
  color: #007bff;
  border-color: #e9e9e9;
  background-color: #f7f7f7;
}
.services-categories li a {
  position: relative;
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e9e9e9;
  padding: 6px 37px 6px 12px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.services-categories li a{
  position:relative;
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  display:block;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e9e9e9;
  padding: 6px 37px 6px 12px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgb(255 255 255) !important;
}
.services-categories li a:before{
  position:absolute;
  content:'\f105';
  right:22px;
  top: 6px;
  color:#000048;
  font-size:18px;
  font-weight:900;
  font-family: "Font Awesome 5 Free";
}

.services-categories li.active a:before,
.services-categories li:hover a:before{
  color: #143382;
}

.services-categories li.active a,
.services-categories li a:hover{
  color: #143382;
  border-color: #e9e9e9;
  background-color: #f7f7f7;
}
.services-categories{list-style: none;padding-left: 0rem;}