@font-face{
    font-family:"Poppins";
    src:url("../Fonts/Poppins-Regular.otf");
}
body{margin: 0;padding: 0px;font-family: Poppins;font-size: 14px;color: #303030;}
.header{padding: 10px 150px;margin: 0;}
.header ul {text-align: right;margin-bottom: 0;padding: 10px;}
.header ul li{display: inline;padding: 2px 10px;margin: 0 25px;vertical-align: middle;text-transform: uppercase;}
.header li a{color: #24336f;text-decoration: none;}
.active{border-bottom: 2px solid #24336f;font-weight: 600;}
.login{border: 1px solid #24336f;border-radius: 6px;}
.banner{background-image: url(../Images/spacetravel.webp);height: 500px;background-size: cover;
	background-repeat: no-repeat;text-align: center;}
#contactUs .banner{background-image: url(../Images/Computer.webp);}
.background{height: 500px;background-color: #00000099;}
.background h1{color: white;text-shadow: 0px 3px 5px black;font-size: 50px;}
.background hr{height: 3px;background-color: white;width: 350px;box-shadow: 0px 3px 5px black;}
.container h2{text-align: center;margin: 50px 0px;line-height: 30px;font-size: 25px;}
.col-md-6 .box{margin: 50px auto;width: 150px;box-shadow: 0px 0px 5px gray;border-radius: 5px;padding: 20px;
    text-align: center;height: 150px;}
.box p{margin: 20px 0px;}
.height{height: 230px}
.companyLogo .box{cursor: pointer;}
.link{color: #24336f;}
.link a{color: #007bff;font-size: 15px;text-decoration: underline;}
.link a:hover{color: #24336f;}
.type{background-color: #24336f;padding: 30px 150px;color: white;margin: 0;margin: 40px 0 30px;}
.type .box{margin: 0px auto;width: 270px;box-shadow: 0px 0px 5px #f7f7f7;border-radius: 5px;
    padding: 15px;height: 230px;color: black;font-size: 12px;line-height: 15px;background-color: white;}
.type ul{margin-top: 15px;}
.contactForm{width: 600px;margin: -120px auto 10px;background: white;padding: 50px;border-radius: 6px;
    box-shadow: 0px 0px 10px #888888;}
.contactForm input{width: 100%;margin-bottom: 15px;border: 1px solid #24336f;padding: 5px;}
.contactForm h3{color: #24336f;text-align: center;font-weight: bold;font-size: 22px;margin-bottom: 20px;}
.contactForm label{color: #3d3d3d;font-size: 14px;margin-bottom: 5px;}
.contactForm button{background-color: #24336f;color: white;font-size: 18px;padding:5px 20px;
	border-radius: 5px;border: 1px solid #24336f;margin-top: 20px;}
.contactForm textarea{border: 1px solid #24336f;padding: 5px;width: 100%;}
.contactForm p{margin: 0;}
.contactForm p label{position: absolute;margin-top: -15px;}
.contact{margin: 50px auto;}
.contact i{color: #303030;font-size: 22px !important;}
.contact span{color: #303030;font-size: 18px;}
.contact p{color: #2e2e2e;font-size: 18px;}
.contact .col-md-6{text-align: center;}
.footer{background-color: #dbdbdb;text-align: center;padding: 25px 0 20px;position: relative;}
.footer p{margin-bottom: 5px;}
.contact a{color: #042fde;text-decoration: none;}
.footer a{color: #303030;text-decoration: none;}
.copyright{background-color:#19233c;color: white;text-align: center;padding: 5px;}
input:focus,textarea:focus{outline: none;}
.menubar{font-size: 12px;color: #5f5f5f;margin-top: 20px;}
.menubar p{text-align: left; font-weight: bold;}
.menubar div{display: inline-block;padding: 0 10px; vertical-align: top;}
.menubar div ul{list-style: none; padding:0px; margin:0px;}
.menubar div ul li{text-align: left;}
#annual_return{cursor: pointer;}
.Report{display: none;position: absolute;bottom: 35px; background-color: #ffffff;padding: 10px;width: 110px;
    font-size: 12px;}
.address .col-md-6{text-align: left !important;}
.address{margin-bottom: 30px;}

@media only screen and (min-width:768px) and (max-width:1024px){
    .header{padding: 10px 70px;}
    .container{padding: 0;}
    .header ul {text-align: right;margin-bottom: 0;padding: 10px;}
    .header ul li{padding: 2px 10px;margin: 0px 20px;}
    .header li a{color: #24336f;}
    .login{border: 1px solid #24336f;border-radius: 6px;}
    .banner{height: 400px;}
    #contactUs .banner{background-image: url(Images/Computer.webp);}
    .background{height: 400px;}
    .background h1{font-size: 40px;}
    .background hr{width: 250px;}
    .container h2{margin: 40px 0px;line-height: 24px;font-size: 20px;}
    .col-md-6 .box{margin: 40px auto;width: 150px;padding: 10px;height: 150px;}
    .box p{margin: 15px 0px 10px;}
    .type{padding: 30px 30px;}
    .type .box{width: 200px;padding: 10px;height: 230px;font-size: 10px;}
    .type h3{font-size: 22px;}
    .contactForm{width: 600px;margin: -120px auto 10px;background: white;padding: 50px;border-radius: 6px;
        box-shadow: 0px 0px 10px #888888;}
    .contactForm input{margin-bottom: 10px;}
    .contactForm h3{font-size: 20px;margin-bottom: 15px;}
    .contactForm label{font-size: 13px;}
    .contactForm button{font-size: 16px;padding: 3px 20px;margin-top: 18px;}
    .contactForm textarea{border: 1px solid #24336f;padding: 5px;}
    .contact{margin: 40px auto;}
    .contact i{font-size: 18px !important;}
    .contact span{font-size: 15px;}
    .contact p{font-size: 16px;}
    .footer{font-size: 12px;}
    .contact a,.footer a{color: #303030;}
    .copyright{font-size: 11px;}

}


@media only screen and (min-device-width : 300px) and (max-device-width : 480px) {
    body{font-size: 12px;}
    .logo img{width: 120px;}
    .header{padding: 15px;}
    .header ul {padding: 0;}
    .header ul li{padding: 2px 5px;margin: 0px 10px;}
    .header li a{}
    .col-sm-6{width: 50%;padding: 0;}
    .banner{height: 300px;}
    .background{height: 300px;}
    .background h1{font-size: 30px;}
    .background hr{height: 2px;width: 150px;}
    .container h2{margin: 30px 0px;line-height: 23px;font-size: 18px;}
    .col-md-6 .box{margin: 25px auto;width: 150px;height: 150px;}
    .type{padding: 20px;}
    .type .box{margin: 20px auto;width: 300px;}
    .type h3{font-size: 20px;}
    .companyLogo .col-md-6{width: 50%;}
    .contactForm{width: 95%;margin: -60px auto 10px; padding: 25px;}
    .contactForm input{margin-bottom: 15px;padding: 3px;}
    .contactForm h3{color: #24336f;font-size: 15px;}
    .contactForm label{font-size: 12px;}
    .contactForm button{font-size: 15px;padding: 3px 20px;margin-top: 15px; }
    .contactForm textarea{border: 1px solid #24336f;padding: 5px;}
    .contact{margin: 40px auto 0;}
    .contact i{font-size: 18px !important;}
    .contact span{font-size: 15px;}
    .contact .col-md-6{margin-bottom: 20px;}
    .contact p{font-size: 16px;}
    .footer{padding: 15px 0 10px;font-size: 11px;}
    .footer p{margin-bottom: 5px;}
    .Report{bottom: 25px;}
    .copyright{font-size: 10px;}
    .height{height: auto;}
}