@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');
body{font-family: "Alice", Sans-serif;background: #ffffff;}
a{outline: none;text-decoration: none !important;color: #25407b;font-size: 28px;}
h1{font-size: 4.5rem;font-weight: 400;line-height: 1.2em; text-align: center;}


.navbar-brand img{width: 200px;margin: auto;}

/* ---footer--- */
.footer-top{background-color: #29375e;}
.footer-column p, .footer-bottom p{font:500 1.1rem/1.85714285714286  "Alice", Sans-serif;color: #ffffff;}
.banner-bg{background-color: #29375e;}
/* ----------Responsive---------- */
@media only screen and (min-width: 1599px){}


@media only screen and (max-width: 1199.98px){
    .navbar-toggler {background-color: #ffffff;}
}

@media only screen and (max-width: 991.98px){
    h1{font-size: 1.5rem;line-height: 1em;}
    .btn-send a {padding: 12px 17px;font-size: 0.6125rem;}
    .btn-send{margin-top: 1rem !important;}
    a.navbar-brand.text-white{font-size: 1.1rem;}
    .image-border::before, .image-border::after, .image-border1::before, .image-border1::after{display: none;}
    .sec-padd {padding: 40px 0;}
    h2{font-size: 1.4rem; padding: 15px 0 0;}
    .divider{margin: 16px 0;}
    .navbar-collapse.menu.menu-3{background: #236373;}
   
}
@media only screen and (max-width: 767.98px){}

@media only screen and (max-width: 575.98px){}