/* CSS Document */ a{text-decoration: none;} .main { position: fixed; top: 20px; width: 85%; margin: auto; left: 0; right: 0; padding: 30px 40px 50px 40px; box-shadow: 0px 0px 47px -8px #111; border-radius: 10px; text-align: center; /* background-image: linear-gradient(rgb(0, 122, 162) 0%, rgba(0, 0, 0, 0.66) 100%); background-image: linear-gradient(rgb(90, 90, 90) 0%, rgba(0, 0, 0, 0.66) 100%);*/ background-image: linear-gradient(rgb(128, 21, 21) 0%, rgba(0, 0, 0, 0.66) 100%); display: grid; align-items: center; } /*.main { position: fixed; top: 20px; width: 85%; margin: auto; left: 0; right: 0; padding: 30px 40px 50px 40px; box-shadow: 0px 0px 47px -8px #111; border-radius: 10px; text-align: center; background-image: linear-gradient(rgba(130, 138, 180, 0.91) 0%, rgba(0, 0, 0, 0.66) 100%); display: grid; align-items: center; }*/ body{ background-image:url(../bg.jpg); backgroud-size:cover;font-family: 'Poppins', sans-serif; } .main .heading h1, .main_inr .heading h1 { color: #fff; font-size: 26px; font-family: 'Poppins', sans-serif; font-weight: 600; word-spacing: 6px; } .main_inr .heading h1{ color: #071553; } .main .heading img, .main_inr .heading img { width: 140px; border: 5px solid #fff; border-radius: 50%; } .main_ul { display: flex; flex-wrap: wrap; margin-top: 0px; width: 100%; } /* .main_ul .main_li { flex-basis: calc(50% - 16px); border: 3px solid #fff; border-radius: 10px; padding-top: 25px; height: 240px; margin: auto; background: #071553; } */ .main_ul .main_li { flex-basis: calc(50% - 16px); border: 1px solid #fff; border-radius: 25px; padding-top: 25px; height: 230px; margin: auto; /* background: linear-gradient(rgb(0, 0, 0, .66) 0%, rgba(90, 90, 90) 100%); */ background-image: linear-gradient(rgb(0, 0, 0, 0.66) 0%, rgba(128, 21, 21) 100%); } .main_ul .main_li i { font-size: 63px; color: #fff; background: #e0171d; border-radius: 50%; width: 130px; height: 130px; padding-top: 33px; text-align: center; box-shadow: 0px 11px 7px -3px #111111a6; } .btn_ul .btn_li { flex-basis: calc(50% - 6px); border: 2px solid #fff; margin: 0 auto !important; border-radius: 30px; padding: 10px 0; background: #da160e; } .btn_ul .btn_li a { color: #fff; width: 100%; height: 100%; display: block; text-decoration: none; } .main_inr { text-align: center; padding: 30px; /*background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(240, 240, 240) 100%);*/ } .btn_ul { display: flex; flex-wrap: wrap; margin-top: 50px; width: 100%; } .main_ul .main_li span { font-size: 31px; color: #cdd3d3; font-family: 'Poppins', sans-serif; display: block; margin-top: 17px; } .list .wordfiles { padding: 0; max-height: 637px; overflow-y: auto; } .list .wordfiles li { list-style: none; border-bottom: 1px solid #e6e6e6; } .list .wordfiles li a { color: #333; text-decoration: none; display: block; text-align: left; padding: 10px 20px; font-size: 15px; } .list .wordfiles li a i { color: #008cd9; font-size: 26px; padding-right: 10px; } .list .list_header { text-align: left; } .list .list_header h4 { color: #ff2f35; border-bottom: 2px solid #ccc; display: inline-block; padding-bottom: 4px; margin-bottom: 4px; font-weight: bold; font-size: 22px; } .main_inr { text-align: center; padding: 30px; } .pdffile { border: 1px solid #4b1553; margin-top: 8px; height: 700px; overflow-y: auto; } .pdffile .wordfiles li a i{color: red;} .pdffile .wordfiles li a { color: #4e4a49; text-decoration: none; display: block; text-align: left; padding: 7px 21px; font-size: 14px; } .pdffile h3 { color: #071553; font-size: 17px; font-weight: bolder; text-align: left; padding: 0 18px; } .list .list_header p { color: #4e4a49; } .pdffile .heading { margin-bottom: 30px; } /*.homebtn {*/ /* position: absolute;*/ /* right: 27px;*/ /* color: #000;*/ /* border-bottom: 2px solid;*/ /* top: 7px;*/ /* font-size: 15px;*/ /* text-decoration: none;*/ /*}*/ .homebtn { position: absolute; right: 27px; background: #F72F35; /* border: 1px solid; */ top: 7px; font-size: 14px; text-decoration: none; color: #fff; padding: 3px 8px; border-radius: 4px; } .homebtn:hover { text-decoration: none; color: #fff; background-color: #666; } .info { padding: 20px; border: 1px solid #0062c3; text-align: left; margin-top: 27px; } .info h3 { color: #e0171d; font-size: 18px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; } .info p { font-size: 14px; font-weight: 300; margin: 6px 0; color: #4e4a49; } .info span { font-size: 13px; color: #e0171d; display: block; font-weight: bold; } @media (max-width: 599px) and (min-width: 300px) { .main .heading img, .main_inr .heading img { width: 80% !important; } .contact_txt ul { padding: 0; } .main { top: 30px !important; width: 90% !important; padding: 20px !important; position: absolute !important; } .main_ul .main_li { flex-basis: 100%; margin: 10px; height: auto; } .main_ul .main_li { flex-basis: 100%; margin: 10px; padding: 11px; height: auto; } .homebtn { right: 0; background: #0062c3; border: none; top: 0; font-size: 14px; border-radius: 0; display: block; left: 0; } } .list { color: #fff; font-size: 16px; }