@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Poppins', sans-serif;*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
input:focus, select:focus, button:focus {
    outline: 0;
    broder: none;
    box-shadow: none;
}
body {
  background: #FF0033;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
.cntntOuter .container {
    max-width: 1540px;
    margin: auto;
}
.cntntOuter {
  padding: 50px 0;
}
.cntntOuter h1 {
    color: #3930ef;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 50px;
    margin-bottom: 15px;
}
.cntntOuter h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 45px;
    color: #212529;
    margin-bottom: 28px;
}
.logoGrid {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.logoGrid .gridBlk {
    width: 16%;
    padding: 20px;
}
.gridBlk.awwesomelogo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.logoGrid .gridBlk img {
    width: auto;
    height: 205px;
}
#mainHeader .row {
  display: flex;
  flex-direction: row;
  padding: 20px 15px;
}
#mainHeader .row .rightLinks {
    text-align: right;
    padding-top: 20px;
}
#mainHeader .row > div {
  width: 50%;
}
.rightLinks a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.logoOuter img {
  height: 50px;
  width: auto;
}
.submitBtn {
  text-align: right;
}
.themeBtn {
    color: #3930ef;
    border: 2px solid #3930ef;
    font-size: 20px;
    font-weight: 300;
    padding: 12px 70px;
    border-radius: 50px;
    background: #fff;
    cursor: pointer;
}
.themeBtn:hover {
  background-color: #5c636a;
  border-color: #565e64;
}
.formOuter {
    width: 100%;
}
.fieldOuter {
  margin-bottom: 20px;
}
.fieldOuter input {
    width: 100%;
    border: 1px solid #171523;
    color: #171523;
    font-size: 20px;
    background: #fff;
    padding: 10px 17px;
}
.fieldOuter input:[type="file"] {
    cursor: pointer;
}
#formModal {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
#formModal .modal-content {
    padding-top: 18px;
}
div#formModal .modal-content .close {
    right: 7px;
    position: absolute;
    top: 4px;
}
#footer {
    padding: 20px 0;
    background: #fff;
    font-size: 12px;
    margin-top: 2px;
}
/*media css start*/
@media only screen and (max-width: 1300px) {
.logoGrid .gridBlk {
    width: 20%;
}
.gridBlk.awwesomelogo{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.cntntOuter {
    padding: 10px 0 30px;
}
.cntntOuter h1 {
    font-size: 40px;
    margin-bottom: 0;
}
.cntntOuter h3 {
    font-size: 39px;
}
.logoGrid .gridBlk {
    width: 20%;
    text-align: center;
}
.logoGrid .gridBlk img {
    height: 150px;
}

}
@media only screen and (max-width: 992px) {
.logoGrid .gridBlk {
    width: 25%;
}
.gridBlk.awwesomelogo{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.logoGrid .gridBlk img {
    height: 130px;
}
.cntntOuter h1 {
    font-size: 37px;
}
.cntntOuter h3 {
    font-size: 36px;
}
.logoOuter img {
    height: 40px;
}

}
@media only screen and (max-width: 767px) {
.logoGrid .gridBlk img {
    height: 122px;
}
.logoGrid .gridBlk {
    padding: 10px;
}
.gridBlk.awwesomelogo{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
}
@media only screen and (max-width: 640px) {
.logoGrid .gridBlk {
    padding: 10px;
    width: 33%;
}
.gridBlk.awwesomelogo{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
}
@media only screen and (max-width: 480px) {
.cntntOuter h1 {
    font-size: 30px;
}
.cntntOuter h3 {
    font-size: 30px;
}
.gridBlk.awwesomelogo{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
}
@media only screen and (max-width: 360px) {
.logoGrid .gridBlk {
    width: 50%;
}
.gridBlk.awwesomelogo{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
}