a:not(.nav-brand):hover {
    text-decoration: none;
}
.innerslider{
opacity:0;
 transition: opacity 1s ease-in-out;
}
.mySlides{
    display: none;
}

.w3-content{
    height: 166px;
    overflow: hidden;
}
.standard-bg {
    background-color: #09518d;
}

.main-title {
	margin-top: 18px;
	font-weight: 500;
	line-height: 1;
	color: #e2e2e2;
	background-color: #09518d;
	padding-top: 10px;
	padding-bottom: 10px !important;
	margin-bottom: 35px;
	text-transform: lowercase !important;
	text-transform: capitalize !important;
}

.standard-col {
    color: #09518d;
}

.hiddenForMobileDB{
	display:none;
}

.fakeLink {
	cursor:pointer;
}

.bannerButtonDB{
	margin: 0;
	cursor:pointer;
	background-color: #09518d;
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #343a40;
	color:#ffffff;
}

.bannerButtonDB:hover{
	color: #E2E6EA;
	padding-top: 19px;
	padding-bottom: 21px;
}

.nav-link:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa
}

.list-inline-item:not(:last-child) {
	margin-right: .1rem;
//	font-size:14pt;
}

.row {
    margin: 0;
    padding: 0;
}

.jumbotron {
    padding: 0;
    margin: 0;
}

.header-image {
    overflow: hidden;
    position: relative;
    height: 500px;
}

.header-image img {
    max-width: 100%;
    min-height: 100%;
    object-fit: fill;
}

#card-image {
    position: absolute;
    left: -15%;
    width: 40%;
    height: 40%;
}
.jumbotron.header-image{
    background-repeat: no-repeat;
    background-position: center;
    background-size:  cover;
    border-radius: 0px;

}
#card-image img {
    position: relative;
    top: 3px;
    left: 26%;
    width: 90%;
    height: 200px;
    border-radius: 50%;
}

.custom-card {
    padding-top: 8%;
    padding-bottom: 5%;
    padding-left: 35%;
    width: 100%;
    height: 240px;

}

.card-footer {
    background-color: #272727;
    text-align: end;
    border: none;
    border-radius: 0px;
}

.content {
    border-left: 40px solid transparent;
}

.content {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 35%;
    transform: translate(0%, -50%);
    background: linear-gradient(to right, rgba(105, 105, 105, 1), rgba(120, 120, 120, 1));
    border: none;
    border-radius: 0px;
}

.fa-facebook:hover {
	color:#09518D;
}
.fa-linkedin:hover {
	color:#09518D;
}
.fa-twitter:hover {
	color:#09518D;
}





.circle-icon:hover {
    border: 2px solid #09518d;
}

.head-set {
    background-image: url(../../images/icons/customer-service.svg);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.head-set:hover {
    background-image: url(../../images/icons/customer-service-hover.svg);
}

.card-footer .card-subtitle {
    font-size: 18px !important;
    color: #d1d1d1 !important;
    font-weight: normal !important;
}

.card-footer .card-link {
    color: #fff;
}

.circle-icon {

    width: 125px !important;
    height: 125px;
    border-radius: 50%;
    line-height: 75px;
    text-align: center;
    vertical-align: middle;
    padding: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #222222;
}

.card-footer-box {
    position: absolute;
    left: 0px;
    bottom: -55px;
    z-index: -1;
    width: 100%;
    background-color: #272727;
    height: 55px;
}

.card {
    border: 0px;
}

.bg-light {
    background-color: #ffffff !important;
}

.mySlides #card-image img{
box-shadow:2px 4px 2px 1px #272727; 
}
.contact-btn {
    color: #fff;
    background-color: black;
}

.marquee {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee div {
    display: block;
    width: 200%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    animation: marquee 20s linear infinite;
}

.marquee div img {
    margin: 0px !important;
    padding: 8px 0px;
}

.marquee span {
    float: left;
}

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

@media (min-width: 280px) and (max-width: 425px) {
    /* smartphones, iPhone, portrait 480x320 phones */
	.content {
		display: none;
	}
	.header-image {
		/*height: 25%;*/
		height:125px;
	}
	.hiddenForMobileDB{
		display:block;
	}
	.shownForMobileDB{
	        display: none !important;
	}
	#kelly0, #kelly3, #kelly4, #kelly7, #kelly8, #kelly9 {
	        display: none !important;
	}
}

@media (min-width: 425px) and (max-width: 640px) {

    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .content {
        display: none;
    }

    .header-image {
        /*height: 35%;*/
        height:175px;
    }

	.hiddenForMobileDB{
		display:block;
	}
	.shownForMobileDB{
	        display: none !important;
	}
	#kelly0, #kelly3, #kelly4, #kelly7, #kelly8, #kelly9 {
	        display: none !important;
	}
}


@media (min-width: 650px) and (max-width: 900px) {

    .content {
        display: none;
    }

    .header-image {
        /*height: 50%;*/
        height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
	#papapapapa {
		display:block;
margin-top:-10px;
margin-bottom:10px;
	}
       .top-nav{
   display:none;
}
#papapapapa .navbar .navbar-collapse{
display:block;
}
#papapapapa .navbar .navbar-collapse .nav{
margin:auto;
}
.top-logo{
text-align:center;
}
}

@media (min-width: 1024px) and (max-width: 1400px) {

    .content {
//        width: 60%;
//        top: 45%;
    }

    
    .header-image {
        position: relative;
//        height: 65%;
    }

}
@media screen and (max-width: 767px) {
#myCarousel{
//margin:10px;
//box-shadow:3px 3px 5px 2px gray;
border:1px solid gray;
}
      .top-nav{
   display:none;
}
}



