.logo img{
    height:128px;
    width:auto;
    max-height:none;
}

.logo{
    position:absolute;
    top:-48px;
    /*background:#081d3a;*/
    left:7%;
}


header ul.mb-0.pl-0{
    height:60px;
}

.bg-white {
    background:
        radial-gradient(
            ellipse 12% 100% at 0% 50%,
            rgba(214, 173, 70, 0.45) 0%,
            rgba(235, 207, 139, 0.20) 40%,
            transparent 75%
        ),

        radial-gradient(
            ellipse 12% 100% at 100% 50%,
            rgba(214, 173, 70, 0.45) 0%,
            rgba(235, 207, 139, 0.20) 40%,
            transparent 75%
        ),

        linear-gradient(
            90deg,
            #e7c978 0%,
            #f4e3b4 3%,
            #fcf8eb 8%,
            #ffffff 15%,
            #ffffff 85%,
            #fcf8eb 92%,
            #f4e3b4 97%,
            #e7c978 100%
        ) !important;

    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.top-navbar.bg-white{
    background: #081d3a !important;
}

.nav-link.bg-white{
    background: #fff !important;
}
.absolute-full.bg-white{
    background: #fff !important;
}

.top-navbar.border-bottom {
     border-bottom: none !important; 
}

.list-inline-item.text-reset{
    color: #fff !important;
}

.list-inline-item .text-reset{
    color: #fff !important;
}

.btn-primary, .bg-primary-grad{
    background: linear-gradient(180deg,#f1d889,#a98218) !important;
    border: none !important;
}

.bg-primary-grad.round-btn{
    border-radius: 0;
}

.text-primary-grad{
    -webkit-text-fill-color: #a98218 !important;
}

.d-inline-block.mb-4.footerlogolink{
    margin-bottom: 0;
}

.img-fluid.footer-logo{
    max-height: 180px;
}
.mb-5.footer-main{
    margin-bottom: 0 !important;
}

.text-primary, [dir="rtl"] .text-primary {
    color: #a98218 !important;
}

.border-primary, [dir="rtl"] .border-primary {
    border-color: #a98218 !important;
}

.aiz-carousel .slick-dots .slick-active button {
    background: #af8a22;
}

.animated-btn .left, .animated-btn .bottom, .animated-btn .right, .animated-btn .top{
    background: linear-gradient(to right, #ffffff, #f1d889) !important;
}

.account-btn .big-title{
    color: #a98218 !important;
}

.trustedheading{
    font-size: 42px;
}

.trustedtext.fs-16 {
    font-size: 20px !important;
}

.bg-dark {
    background-color: #081d3a !important;
}

.trastedbox.bg-dark{
    background-color: #081d3a !important;
}

.aiz-footer {
    background: #081d3a !important;
}

.text-reset {
    color: #081d3a !important;
}

footer .text-reset {
    color: #fff !important;
}

.pt-8.pt-lg-10{
        padding-top:105px !important;
    }

@media (max-width: 1024px) {
    
    .logo {
        position: relative;
        top: 0;
        background: transparent;
        left: 0;
    }
    
    .logo img {
        height: 150px;
    }
    
    
}


@media (max-width: 768px) {
    .logo img {
        height: 115px;
    }
    
    .img-fit {
    
        object-fit: contain;
    }
    
    .text-dark.home-slider-text{
        display:none;
    }
    
    .account-btn{
        margin-top: 150px !important;
    }
    
    .pt-8.pt-lg-10{
        padding-top:180px !important;
    }
}



















