body {
	    font-family: 'Inter', sans-serif !important;
        background-color: #F6F6F6 !important;
}

h1 {
	 font-family: 'Inter', sans-serif !important;
	
}

.dgcLogo {
    width: 11%;
    border-radius: 60%;
}

.navbar-brand img {
	margin-right: 2rem;
}

.navbar-brand h4 {
	text-decoration: underline;	
}

.bg-darkBlue {
    background-color: #063f98
}

.team {
    padding: 100px 0;
    padding-bottom: 70px;
    background: #F6F6F6;
}

.team .border {
    height: 2px;
    margin: 20px auto 20px;
    position: relative;
    width: 80px;
    background: #28ABE3;
}

.team .title {
    padding-bottom: 50px;
    overflow: hidden;
}

.team .team-member .member-content {
    padding: 25px 0;
}

.team .member-photo {
    overflow: hidden;
    position: relative;
}

.team .team-member {
    background: #fff;
    margin-bottom: 30px;
}

.team .team-member .member-content h3 {
    font-size: 20px;
    margin: 0 0 5px;
    color: #333;
}

.team .team-member .member-content span {
    font-size: 14px;
    color: #555;
}

.team .member-photo img {
    transition: transform 0.4s ease;
    transform: scale(1);
}

.team .member-photo:hover img {
    transform: scale(1.1);     /* zoom level */
}

.team h2 {
    font-weight: 700;
    color: #063f99;
    line-height: 1.2;
}

.services h2 {
    font-weight: 700;
    color: #063f99;
    line-height: 1.2;
}

.services {
    padding: 100px 0;
    padding-bottom: 70px;
    background: #F6F6F6;
}

.services .border {
    height: 2px;
    margin: 20px auto 20px;
    position: relative;
    width: 80px;
    background: #28ABE3;
}

.contactDetails h2 {
    font-weight: 700;
    color: #063f99;
    line-height: 1.2;
}

.contactDetails .border {
    height: 2px;
    margin: 21px 0px 23px;
    position: relative;
    width: 80px;
    background: #28ABE3;
}

.carousel-item {
    height: 35rem;
}

.contactDetails {
    background: white !important;
}

.contactDetails .contact_list {
    list-style: none;
    padding-left: 0;
}

.contactDetails ul.contact_list a {
    text-decoration: none;
}

.contactDetails ul.contact_list a:hover {
    text-decoration: underline;
}


@media only screen and (max-width: 768px) {
    .carousel-item {
        height: auto !important;
    }

}

