img{
    max-width: 95%;
}
.navbar-brand h1 {
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.navbar-brand span {
  font-family: "Macondo", cursive;
  font-weight: 400;
  font-style: normal;
}
.text-primary {
    color: #3eaba4 !important;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: #0b6d64;
}
.navbar .btn-light{
    background: #cfddef;
    border-color: #cfddef;
}
.top-bar{
    color: #012e2a;
}
.carousel-item h1{
    font-size: 3rem;
    margin-bottom: 0px !important;
    color: #29746a;
}
.btn-light {
    color: #011110;
    background-color: #457cbd42;
    border-color: #457cbd42;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: #0e9cae;
    border: 10px solid #16a198;
}
.row{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center !important;
}
.headText{
    color: #325c8e !important;
    font-size: 2.5rem !important;
    line-height: 40px !important;
}
.bg-primary {
    background-color: #08b2a3 !important;
}
.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #325C8D;
    border-color: #325C8D;
}
a {
    color: #0a6d64;
}
#home3 .d-flex{
    display: flex !important;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#home3 h4{
    margin-top: 15px;
    color: #3a669a;
}
#home3 .rounded-circle{
    background-color: #4abdab !important;
}
.facts {
    background-image: linear-gradient(120deg, #54bfa8 0%, #19b4d8 100%);
}
.facts .fa, .facts h1, .facts span{
    color: #fff !important;
}
.feature .feature-box{
    background-color: #457cbd33;
}
.feature .btn{
    background-color: #325c8d;
}
.feature .feature-box:hover {
    background-color: #05443e !important;
    border-color: #05443e !important;
}
.feature .feature-box:hover * {
    color: #FFFFFF !important;
}
.callback::before {
    background-image: linear-gradient(180deg, #4ebdab 0%, #11b3d9 100%);
}
#homeTesti{
	background-color: #edf4fc;
}
#homeTesti .fa{
    color: #325C8D !important;
}
#homeTesti .border {
    border: 1px solid #325C8D !important;
}
#homeTesti .btn-square{
	background-color: #edf4fc !important;
}
.testimonial-item .testimonial-text::after{
	border-color: #325C8D transparent transparent transparent;
}
.testimonial-carousel .owl-dot::after{
    background: #c1bdbd;
}
.testimonial-carousel .owl-dot{
    color: #325C8D !important;
}
#homeTeam h1{
	margin-bottom: 0px !important;
}
.testimonial-carousel .owl-dot.active {
    border-color: #325C8D !important;
}
.testimonial-carousel .owl-dot.active::after{
    background: #325C8D;
}
#homeTeam .col-lg-4{
	padding-top: 0px !important;
}
.team-item .team-text{
    margin-top: 12px;
    position: unset;
    display: block;
    display: block;
    text-align: center;
}
.team-item .team-text:hover{
	background-color: #05443e;
	border-color: #05443e;
}
.bg-dark {
    background-color: #224064 !important;
}
.btn-link {
    color: #087e73;
}
.accordion-button:not(.collapsed) {
    color: #011816;
    background-color: #d9e6f5;
    box-shadow: none;
}
.accordion-item {
    border: 1px solid rgb(216 230 244);
}
.copyright {
    background: #192f49;
}
#header-carousel p{
    font-size: 1.8rem !important;
    color: #333 !important;
    margin-bottom: 0px !important;
    font-weight: 100;
}
.navbar{
    align-items: flex-start;
}
.navbar .fab, .top-bar i{
    color: #457cbd !important;
}
.bg-white .navbar{
    align-items: center;
}
.page-header{
    padding-top: 12.5rem;
    background-position: bottom left;
    padding-bottom: 8rem;
}
.py-5{
    padding-top: 0px !important;
}
#footer .btn-link:hover{
    color: #fff !important;
    text-decoration: none;
}
#footer .row{
    align-items: flex-start !important;
}