
html, body{ height: 100%; }
body{font-family: 'Poppins', sans-serif;font-size:16px;
background-attachment:fixed; color:#fff;
background:#001261 url(../images/banner.png) no-repeat ; 
background-size: 760px;
    background-position:right top;
}
.container-fluid{padding:0 8%}
.container-fluid.zero{padding:0}

h1,h2,h3,h4,h5,h6{font-weight:500;margin:0;line-height:initial; }
h1{font-size:48px}
h2{font-size:32px}
h3{font-size:28px}
h4{font-size:24px}
h5{font-size:18px}
h6{font-size:13px}
.head-zero{font-size:70px; line-height:76px;}
.head-one{font-size:44px; line-height:60px}
.head-f-dm{font-family:'DM Sans', sans-serif !important; font-weight:500}
.p-one{font-size:20px; line-height:36px}
.p-two{font-size:18px; line-height:30px}
p{font-size:14px;line-height:24px; margin-bottom:0;color:#142A5B}
li{list-style:none}
a{c outline:none !important}
a:hover{text-decoration:none}
*{padding:0;margin:0}

.banner{ height:100vh}
.banner h1{font-weight:900; color:#fff; text-transform:uppercase;font-size: 70px;line-height: 70px; margin-top:100px}
.embed{padding:100px 0; background: rgb(0,18,97);
background: linear-gradient(180deg, rgba(0,18,97,0) 0%, rgba(1,14,61,1) 100%);}
.embed h1{color:#fff}

.buttons{padding:100px 0; }
.buttons img{border-radius:50px }
.buttons a:hover{opacity:0.8 }
.buttons h2{margin-top:100px; font-weight:200 }
.buttons h2 span{font-weight:600 }

.contact{background:#000A37; padding:100px 0}
.contact .call a{border:solid #1D3BC2 2px; padding:20px 30px; font-size:24px; display:inline-block; width:350px; margin:10px }
.contact .call a span{font-weight:700}

.footer{padding:100px 0}
.footer p{color:#fff}

@media (max-width: 575.98px) {
.banner h1 {font-size: 29px;line-height: 50px;margin-top: 40px;}
body{background-size: 510px; background-position: -49px 200px;}
.banner{ height:70vh}
.embed h1 {font-size: 21px;margin-top: 40px;}
.buttons h1{font-size: 29px;}
.buttons a{margin-bottom:15px; display:block}
.buttons h2 { font-size: 21px;margin-top: 50px;}
.contact h1{font-size: 25px;}
.contact .call a {font-size: 18px;width: 305px; margin: 10px auto;}
.mail a{font-size: 19px;}
.buttons { padding: 50px 0  70px 0;}
.contact {padding: 60px 0;}
.footer {  padding: 70px 0;}
}