.navbar .graphic-elem-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 306px;
    height: 256px;
    opacity: 0.8;
    z-index: -2;
}

.navbar.bg-my-blue {
    background-color: #4399ec;
    padding-top: 22px;
    padding-bottom: 22px;
}

.navbar-dark-blue .navbar-brand {
    color: #fff;
}

.navbar-dark-blue .navbar-brand:hover, 
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark-blue .navbar-nav .nav-link {
    color: #e3f0fc;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.navbar-dark-blue .navbar-nav .nav-link:hover, 
.navbar-dark-blue .navbar-nav .nav-link:focus {
    color: #fff;
}

.navbar-dark-blue .navbar-nav .show > .nav-link,
.navbar-dark-blue .navbar-nav .active > .nav-link,
.navbar-dark-blue .navbar-nav .nav-link.show,
.navbar-dark-blue .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark-blue .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark-blue .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark-blue .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark-blue.navbar-text a {
    color: #fff;
}

.navbar-dark-blue.navbar-text a:hover, 
.navbar-dark-blue .navbar-text a:focus {
    color: #fff;
}

@media (min-width: 768px){
    .navbar-dark-blue .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}



.hero {
    position: relative;
    padding: 200px 0 100px;
    background-color: #4399ec;
}

.hero::after {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #ffffff;
    clip-path: polygon(0% 50px, 100% 0,100% 50px, 0% 50px);
}

.hero .graphic-elem-left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 429px;
    height: 321px;
    box-shadow: none;
    opacity: 0.9;
}

.hero h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: white;
    font-size: 3rem;
    letter-spacing: -2;
    line-height: 4rem;
    text-shadow: 0px 0px 12px #0d7eb6;
}

.hero h1 .bold {
    font-weight: 600;    
}

.hero p {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    padding-top: 15px;
    text-shadow: 0px 0px 12px #0d7eb6;
}

.hero .highlight {
    font-weight: 400;
}

.form .hero-form {
    background-color: #fff;
    width: 100%;
    padding: 20px;
}

.form .form-content {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 6px;
    background-color: #f5f8f9;
    border-radius: 6px;
    width: 100%;
    margin: 0 auto;
}

.form .hero-form h4 {
    color: #2d2e2f;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #dee2e6;
    text-align: left;
}

.form .hero-form h4:after {
    content: '';
    position: absolute;
    height: 4px;
    bottom: -2px;
    width: 20%;
    background-color: #0087cd;
    left: 0;
    z-index: 1;
}



.services {
    padding: 100px 0;
}

.services .card {
    background-color: #f5fafd;
    border: 0 none;
    border-radius: 0;
}

.services .card-body {
    padding: 5rem 2rem 4rem;
}

.services h5.card-title {
    margin-top: 1.3rem;
    font-size: 1.1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #27292a;
}

.services p.card-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #525455;
}

.services h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    color: #2b2d2e;    
}
    


.how-it-works {
    background-color: #38b384;
    position: relative;
    padding: 100px 0;
}

.how-it-works h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    color: #ffffff;
}

.how-it-works::before {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    content: "";
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 0 50px, 0 0);
}

.how-it-works::after {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #ffffff;
    clip-path: polygon(0% 50px, 100% 0,100% 50px, 0% 50px);
}

.how-it-works .graphic-dashed-left-mid {
    position: absolute;
    left: 20%;
    bottom: 10%;
    width: 356px;
    height: 100px;
    box-shadow: none;
    opacity: 0.8;
}

.how-it-works .graphic-dashed-right-mid {
    position: absolute;
    right: 20%;
    top: 25%;
    width: 356px;
    height: 100px;
    box-shadow: none;
    opacity: 0.8;
}

.how-it-works .card {
    background-color: #f5fafd;
    border: 0 none;
    border-radius: 0;
}

.how-it-works .card-blue-bg {
    background: transparent;
}

.how-it-works .card-blue-bg .card-body {
    padding: 4rem 2rem 2rem;
}

.how-it-works .card-blue-bg h5.card-title {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
    font-size: 1.3rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.how-it-works .card-blue-bg p.card-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #fff;
}



.support {
    padding: 0 0 100px;
}

.support h3 {
    margin-bottom: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    color: #2b2d2e;        
}

.support p {
    font-size: 1.1rem;
    line-height: 1.8;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}



.reviews {
    padding: 100px 0 0;
    background-color: #ffffff;
}

.reviews .card {
    border: 0 none;
    border-radius: 0;
}

.reviews .carousel-caption {
    padding: 0;
    right: 0;
    left: 0;
    color: #3d3d3d;
}

.reviews h5 {
    color: #2c2f30;
}

.reviews h3 {
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    color: #2b2d2e;        
}

.reviews p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: italic;
    padding: 0;
}

.reviews .carousel-item {
    height: 10rem;
}

.reviews .carousel-item .carousel-caption {
    top: 30px;
}

.reviews .carousel-control-prev-icon {
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); 
    width: 30px;
    height: 48px
}

.reviews .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    width: 30px;
    height: 48px;
}



.footer {
    position: relative;
    padding: 100px 0 2rem;
    background-color: #f5fafd;
}

.footer::before {
    position: absolute;
    width: 100%;
    height: 50px;
    top: -1px;
    left: 0;
    content: "";
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 0 50px, 0 0);
}

.footer h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #343738;
    font-size: 1.3rem;
}

.footer a {
    color: #27292a;
    font-size: 1.1rem;
}



.btn-top-nav {
    color: #fff;
    background-color: #ec9f1b;
    border: 0 none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-mid-nav {
    text-transform: none;
}

.btn-top-nav:hover {
    color: #fff;
    background-color: #d48f18;
    border: 0 none ;
}

.btn-top-nav:focus, 
.btn-top-nav.focus {
    box-shadow: none;
}

.btn-top-nav:not(:disabled):not(.disabled):active, 
.btn-top-nav:not(:disabled):not(.disabled).active,
.show > .btn-top-nav.dropdown-toggle {
    color: #fff;
    background-color: #c98510;
    border: 0 none;
}

.btn-top-nav:not(:disabled):not(.disabled):active:focus, 
.btn-top-nav:not(:disabled):not(.disabled).active:focus,
.show > .btn-top-nav.dropdown-toggle:focus {
    box-shadow: 0 none;
}

.btn-md-size {
    padding: 0.5rem 1.2rem;
    font-size: 1rem;
    line-height: 1.8;
    border-radius: 1.4rem;
}



@media (max-width: 768px){
    .hero h1 {
        font-size: 1.5rem;
    }

    .hero::after,
    .how-it-works::before,
    .how-it-works::after,
    .footer::before {
        height: 0px;
    }
}
