/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding: 0;
  background: #FFF;
	background-attachment: fixed;
	font-size: 16px;
}

.navbar {
  padding: 0;
  background: #FFF;
}
.newClass {
  position: fixed;
  width: 100%;
  top: 0;
}
img {
  max-width: 100%;
}

header .container, main .container{
  padding: 0;
}
header {
    padding: 8px 0;
    position: relative;
    z-index: 1;
}
header .container{
  padding: 15px;
  position: relative;
}
a.navbar-brand{
  margin-left: 20px;
}
a.navbar-brand img {
  max-width: 300px;
}
.navbar-nav .nav-link {
  text-transform: uppercase;
  color: #002d62;
  font-weight: 600;

}
.navbar-nav ul {
    position: absolute;
    top: 21px;
	display: none;
	min-width: 245px;
}
.navbar-nav li{
	position: relative;
	
}
.navbar-nav li:hover ul {
    display: block;
    background: #FFF;
    margin: 0;
    padding: 32px 0 0;
    list-style: none;
    width: 230px;
    left: 0;
}
.navbar-nav ul li a{
	padding: 5px 10px;
	display: block;
	color: #000;
	text-decoration: none;
}
.navbar-nav ul li a:hover{
	background: #0078ba;
	color: #FFF;
}


.navbar-nav li.dropdown {
  position: relative;
}
.navbar-nav ul ul {
  position: absolute;
  left: 0;
  top: 0;
}
.navbar-nav li.dropdown:after {
  position: absolute;
  content: "\f107";
  right: 0;
  top: -1px;
  font-family: 'FontAwesome';
  font-size: 19px;
}
.navbar-nav li:hover ul ul{
  display: none;
}
.navbar-nav li:hover ul li:hover ul {
  left: 100%;
  top: 0;
  padding: 0;
  display: block;
}
.top_nav img {
  width: 20px;
  margin-right: 5px;
}
.top_nav {
  top: 0;
  position: relative;
  right: 0;
  line-height: 31px;
  font-size: 20px;
  font-weight: 700;
  color: #0078ba;
  border: 1px solid #0078ba;
  padding: 0px 13px;
}
.top_nav i{
	padding-right: 5px;
}
.navbar a.btn.btn-default {
    background: #0078ba;
    color: #FFF;
    margin-left: 10px;
    text-transform: uppercase;
    padding: 5px 20px;
}
.navbar a.btn.btn-default:hover{
	background: #000;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}

.welcome{
  padding:50px 20px;

}
h3 {
  color: #0078ba;
}
.welcome h1 {
  color: #0078ba;
  font-size: 34px;
	text-align: center;

}

.welcome h2 {
  color: #000;
  font-size: 24px;
text-align: center;
	margin-bottom: 30px;
}


.welcome h3, .aboutpage h3 {
  color: #002d62;
  font-size: 18px;
}
.welcome h4, .aboutpage h4{
  margin: 30px 0;
}
.welcome h4 a, .aboutpage h4 a{
  font-size: 18px;
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
  
  display: block;
  text-decoration: none;
  color: #002d62;
}
.welcome ul {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.wpb_wrapper{
  background-color: #eaeaea ;
  padding: 15px 15px 5px;
  color:#222;
}
.wpb_wrapper a{
  color:#222;
  text-decoration: none;
}
.welcome .wpb_wrapper h3 {
  margin: 0 0 10px;
  line-height: 20px;
}
.navbar-toggler{
  background: #002d62;
}
.navbar-toggler svg path {
  fill: #FFF;
}
footer {
    background: #eaeaea;
    padding: 21px;
    text-align: center;
    line-height: 20px;
    border-top: 1px solid rgba(0,0,0,.1);
    
}
.banner_top {
  background: url(../images/about-us.jpg) no-repeat;
  padding: 80px 0;
  text-align: center;
  position: relative;
}
.banner_top:after {
  position: absolute;
  content: '';
 /* background: rgba(0,0,0,0.5);*/
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner_top h2 {
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  color: #FFF;
	font-size: 40px;
}
a.btn.btn-default.btn-lg {
  position: relative;
  z-index: 1;
  background:none;
	border:1px solid #fff;
  color: #fff;
}


a.btn.btn-default.btn-lg:hover {
  position: relative;
  z-index: 1;
  background:#0078ba;
	border:1px solid #0078ba;
  color: #fff;
}


a.btn.btn-default.btn-lg2 {
  
	
	position: relative;
  z-index: 1;
  background:#0078ba;
	border:1px solid #0078ba;
  color: #fff;
	
	
}


a.btn.btn-default.btn-lg2:hover {
  position: relative;
  z-index: 1;
  background:#000;
	border:1px solid #000;
  color: #fff;
}





.logoblack{
  background: #000;
  margin: 0 0 25px 0;
  padding: 20px 40px;
}
.desp img {
    float: left;
    margin: 0px 35px 35px 0;
    max-width: 254px;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 50%);
    border: 2px solid #DDD;
}
.gap{
	padding:0 0 50px 0;
}
.listitem ul {
  margin: 0 0 15px;
  padding: 0;
  list-style:none;
}
.leftsidebar{
  padding: 15px 15px;
  background-color: #DDD;
}
.leftsidebar h3{
  margin:10px 0 15px;
}
.form-control, .input-group>.form-control {
  border-radius: 0;
  border: 1px solid #DDD;
}
input#sidebarSubmit, .dvContact a.btn.btnSecondary.mb15 {
  width: 100%;
  border-radius: 0;
  margin: 15px 0 0;
  padding: 0;
  background: #0078ba;
  color: #FFF;
  line-height: 42px;
  text-transform: uppercase;
}
.bg-light {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.icons .icon .fa {
  background: #604772;
  color: #fff;
  display: block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 42px;
  -webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 30%);
  box-shadow: 0 10px 15px rgb(0 0 0 / 30%);
  transition: all 0.3s;
  border-radius: 100%;
}
.round .icons .icon .fa {
  border-radius: 50px !important;
}
.icons .media:hover .icon .fa {
  background: #23bfc9;
}
.icons .media {
  position: relative;
}
.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}
.margin-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.media-left, .media>.pull-left {
  padding-right: 10px;
}
#CP_Help{
  padding: 50px 0;
  margin: 30px 0 0 0;
}
.about_bottom{
	padding: 50px 0;
}
.about_bottom h3 {
    font-size: 33px;
}
.logoblack{
	margin: 50px 0;
}
.resources{
  padding: 50px 0;
}
.resources .listitem h4 {
  font-size: 24px;
  padding: 5px 15px;
  background:#0078ba;
  color: #FFF;
}
.resources a{
  color: #000;
  text-decoration: none;
}
.contact_form h4{
  font-size: 26px;
  margin: 0 0 15px;
}
.dvContact h4 {
  
  margin: 15px 0;
}
.dvContact .paragraph, .dvContact a.btn.btnSecondary.mb15 {
	margin-top: 15px;
  margin-bottom: 15px;
	font-weight: 600;
}
.dvContact a.btn.btnSecondary.mb15{
  background: #0078ba;
}
.dvContact{
  padding-bottom: 50px;
}


.dvContact p {
  font-size: 14px;
}


.servicestext ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0;
  padding: 0;
}

.servicestext1 ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0;
  padding: 0;
}

.servicestext {
  padding: 50px 0;
  margin-bottom: 50px;
  background: url(../images/hoverbg.jpg) no-repeat;
  background-size: cover;
	
}
.servicestext1 {
  padding: 60px 0;
  margin-bottom: 50px;
  background:#000;
  background-size: cover;
	background-position: center center;
}

.servicestext ul li {
  display: inline-block;
  flex: 0 0 23%;
  background: #000;
  border: 3px solid #FFF;
  transition: all 0.5s;
  padding: 25px;
}


.servicestext1 ul li {
  display: inline-block;
  flex: 0 0 24%;
  background: #000;
  border: 3px solid #FFF;
  transition: all 0.5s;
  padding: 25px;
}

.servicestext ul li:hover{
  background: #0078ba;
	text-decoration: none;
}

.servicestext1 ul li:hover{
  background: #0078ba;
	text-decoration: none;
}

.servicestext ul li a span {
  display: block;
  margin: 10px 0 0;
}

.servicestext1 ul li a span {
  display: block;
  margin: 10px 0 0;
}

.servicestext ul li a {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
	text-decoration: none;
}

.servicestext1 ul li a {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
	text-decoration: none;
}

@media (min-width: 768px){
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0;
    margin: 0 20px;
    border-bottom: 2px solid  transparent;
    transition: all 0.5s;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
  border-bottom: 2px solid #002d62;
  margin: 0 20px;
  
}

}
@media (max-width: 1024px){
a.navbar-brand img {
  max-width: 150px;
}
a.navbar-brand {
  margin: 0;
}
.navbar-expand-md .navbar-nav .nav-link{
  margin: 0 10px;
}
.top_nav, .navbar a.btn.btn-default{
  display: none;
}
}

@media (max-width: 767.98px){
  .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
}
a.navbar-brand {
  margin-left: 0;
}
.welcome {
  padding: 20px 0 0;
}
.welcome ul{
  margin: 0 0 20px;
}
.servicestext ul li {
   flex: 0 0 48%;
   margin-bottom: 15px;
}
	.servicestext1 ul li {
   flex: 0 0 48%;
   margin-bottom: 15px;
}
	
@media (max-width: 767px){
.navbar-nav li:hover ul{
	width: 100%;
	position: relative;
	padding: 0;
    top: 0;
}
.navbar-nav li:hover ul li:hover ul{
  left: 0;
}

}
@media (max-width: 599px){
.desp img{
	max-width: 100%;
}
	.logoblack {
    margin: 20px 0;
}	
	.welcome h1{
		font-size: 22px;
		line-height: 30px;
	}
	.welcome h2{
		margin-bottom: 0;
	}
}

@media (max-width: 480px){
.carousel-item {
  height: 200px;
}
a.navbar-brand img {
  max-width: 240px;
}
.welcome ul li {
  flex: 0 0 33.3%;
 
}
.servicestext ul li {
  flex: 0 0 100%;
  margin-bottom: 15px;
}
	
	.servicestext1 ul li {
  flex: 0 0 100%;
  margin-bottom: 15px;
}
}

