.footer {
    padding-top: 0px
}

.ger-start-secrion {
    background: #fff;
}

.how-it-work {
    background: #F7F8FC;
}
.about-area{
    margin-bottom: 116px;
}
.hero-area::after
{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(40deg, #002b57 0, #5eabf1 100%);
    background: -o-linear-gradient(40deg, #002b57 0, #5eabf1 100%);
    background: linear-gradient(50deg, #002b57 0, #5eabf1 100%);
    border-radius: 0% 38% 40% 25% / 10% 0% 100% 0%;
    z-index: -1;
}
.mainmenu-area,
.mainmenu-area.nav-fixed {
    background: -webkit-linear-gradient(40deg, #002b57 0, #5eabf1 100%);
    background: -o-linear-gradient(40deg, #002b57 0, #5eabf1 100%);
    background: linear-gradient(50deg, #002b57 0, #5eabf1 100%);
    border-bottom: 0px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.breadcrumb-area {
    padding: 177px 0px 117px;
    background: -webkit-linear-gradient(40deg, #002b57 0, #5eabf1 100%);
    background: -o-linear-gradient(40deg, #002b57 0, #5eabf1 100%);
    background: linear-gradient(50deg, #002b57 0, #5eabf1 100%);
    position: relative;
    overflow: hidden;
}
.footer .copy-bg {
    margin-top: 0px;
    padding: 24px 0px 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    background: -webkit-linear-gradient(40deg, #002b57 0, #5eabf1 100%);
    background: -o-linear-gradient(40deg, #002b57 0, #5eabf1 100%);
    background: linear-gradient(50deg, #002b57 0, #5eabf1 100%);
}
.bottomtotop i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 15px;
    right: 15px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
    background: #1b3f5e;
}
.hero-area .left-content .content .subscribe-area .subscribe-form .submit-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 51px;
    line-height: 51px;
    padding: 0px 30px;
    background: -webkit-linear-gradient(40deg, #002b57 0, #5eabf1 100%);
    background: -o-linear-gradient(40deg, #002b57 0, #5eabf1 100%);
    background: linear-gradient(50deg, #002b57 0, #5eabf1 100%);
    background-size: 100% 200%;
    color: #fff;
    border: 0px;
    border-radius: 50px;
    -webkit-transition: all 0.3s
    ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s
    ease-in;
}
.base-btn1 {
    font-size: 16px;
    font-weight: 400;
    padding: 12px 35px;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    background: #1b3f5e;
    -webkit-transition: all 0.3s
    ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s
    ease-in;
    border: 1px solid #1b3f5e;
}
.base-btn2 {
    font-size: 16px;
    font-weight: 400;
    padding: 12px 35px;
    display: inline-block;
    color: #1b3f5e;
    border: 1px solid #1b3f5e;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.3s
    ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s
    ease-in;
    background: none;
}
.single-feature .icon {
    font-size: 50px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    background: rgba(94, 0, 217, 0.06);
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 19px;
    font-weight: normal;
    color: #5eabf1;
    -webkit-transition: all 0.3s
    ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s
    ease-in;
}
.single-feature:hover .icon {
    background: #1b3f5e;
    color: #fff;
}
.single-how-it-work .icon,
.pricing .pricing-table tbody small,
.about-area .about-list.with-icon li .feature-info .icon {
    color: #5eabf1;
}
.single-how-it-work:hover .icon {
    background: #1b3f5e;
    color: #fff;
}
.base-btn1:hover{
    color: #1b3f5e;
}
.contact .address-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background: -webkit-linear-gradient(40deg, #002b57 0, #5eabf1 100%);
    background: -o-linear-gradient(40deg, #002b57 0, #5eabf1 100%);
    background: linear-gradient(50deg, #002b57 0, #5eabf1 100%);
    border-radius: 3px;
    padding: 22px 30px 25px;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.pricing2 .pricing-tab .tab-menu #my-tab .nav-item .nav-link.active, .pricing2 .pricing-tab .tab-menu #my-tab .nav-item .nav-link:hover {
    color: #fff;
    background: -webkit-linear-gradient(40deg, #002b57 0, #5eabf1 100%);
    background: -o-linear-gradient(40deg, #002b57 0, #5eabf1 100%);
    background: linear-gradient(50deg, #002b57 0, #5eabf1 100%);
}
.pricing2 .price-box .price-rate {
    width: 100%;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    padding: 16px 20px 16px;
    margin: 22px 0px 17px;
    background: -webkit-linear-gradient(40deg, #002b57 0, #5eabf1 100%);
    background: -o-linear-gradient(40deg, #002b57 0, #5eabf1 100%);
    background: linear-gradient(50deg, #002b57 0, #5eabf1 100%);
    -webkit-transition: all 0.3s
    ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s
    ease-in;
    position: relative;
}