@charset "utf-8";
/* CSS Document */


/* Google Fonts */
@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');
/* Google Fonts */

:root {
    /* Color */
    --main-bg-color: #022547;
    --second-bg-color: #ea6645;
    --heading-text-color: #022547;
    --main-text-color: #022547;
    --white-color: #fff;
    --black-color: #000;
    --body-font: 'Poppins', sans-serif;
    --body-font-size: 16px;
}
html { scroll-behavior: smooth; }
* { padding: 0; margin: 0; box-sizing: border-box; }
::after, ::before { box-sizing: border-box; }
body {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: var(--body-font-size);
    line-height: 1.5;
    background: var(--white-color);
    letter-spacing: 0.4px;
    overflow-x: hidden;
    color: var(--main-text-color);
}
/* h1 { font-size: 40px; font-weight: 600;}
h2 { font-size: 32px; font-weight: 600;}
h3 { font-size: 28px; font-weight: 600;}
h4 { font-size: 24px; font-weight: 600;}
h5 { font-size: 20px; font-weight: 600;}
h6 { font-size: var(--body-font-size); font-weight: 600; } */
p { font-size: var(--body-font-size); font-weight: normal;}
h1, h2, h3, h4, h5, h6 {
padding: 0; margin: 0 0 10px 0;
}
p { padding: 0; margin: 0 0 10px 0; font-size: var(--body-font-size); color: var(--main-text-color); }
img {
    width: auto;
    max-width: 100%;
    display: block;
    border: 0;
}
ul, ol {padding: 0; margin: 0; list-style: none; }
ol { list-style: decimal inside; }
a, a:hover, a:focus { text-decoration: none; }
b, strong { font-weight: 600; }
blockquote { padding: 0; margin: 0; border: none; }

a:focus, p:focus, div:focus, input:focus, textarea:focus, submit:focus, button:focus {
    outline: none;
}
.section { width: 100%; padding: 80px 0;}
.btn_style { background: var(--main-bg-color); border: 0; font-size: 16px; color: var(--white-color); padding: 10px 30px; margin: 0; border-radius: 4px;}
.btn_style:hover { background: var(--second-bg-color); color: var(--white-color); }
.redline { width: 100%; background: #cb1931; padding: 15px 0;}
.member_header { width: 100%; padding: 15px 0; background: #226dae; margin: 0;}
.logobox_ { width: 100px; display: inline-block;}
.head_contentbox_ { width: 100%; text-align: center; }
.head_contentbox_ .headtxt { font-size: 40px; color: #fff; padding: 0; margin: 0 0 5px 0; font-weight: 600; }
.head_contentbox_ p { color: #fff; padding: 0; margin: 0 0 5px 0;}
.formbasebox { width: 100%; padding: 0; margin: 0; }
.formheadbox { width: 70%; text-align: center; margin: 0 auto 30px auto; }
.formheadbox .sec_title { font-size: 26px; color: #226dae; font-weight: 700; text-transform: uppercase; padding: 0; margin: 0 0 10px 0;}
.devi { display: inline-block; padding: 0; margin: 0 15px 0 0;}
.formbodybox { width: 100%; max-width: 700px; padding: 20px; margin: 0 auto; border: 1px solid #ccc; border-radius: 5px; }
.formbodybox .block_title { font-size: 20px; font-weight: 600; padding: 0; margin: 0 0 30px 0;}
.fixclear { width: 100%; height: 0; padding: 0; margin: 0; clear: both;}
.formbodybox .form-label { line-height: normal; font-weight: 600; margin: 0;}
.btn_upload {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #fff;
    background-color: #2a72d4;
    border: 1px solid #166b8a;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
  }
  
  .btn_upload:hover,
  .btn_upload:focus {
    background-color: #7ca9e6;
  }
  
  .yes {
    /* display: flex;
    align-items: flex-start; */
    margin: 0 0 40px 0;
  }
  
  .btn_upload input {
    cursor: pointer;
    height: 100%;
    position: absolute;
    filter: alpha(opacity=1);
    -moz-opacity: 0;
    opacity: 0;
  }
  
  .it {
    height: 100px;
    margin-left: 10px;
  }
  
  .btn-rmv1,
  .btn-rmv2,
  .btn-rmv3,
  .btn-rmv4,
  .btn-rmv5 {
    display: none;
  }
  
  .rmv {
    cursor: pointer;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
    display: inline-block;
    background: rgba(255, 0, 0, 1);
    margin: -5px -10px;
  }
  
  .rmv:hover {
    background: rgba(255, 0, 0, 0.5);
  }
.demoprevimgbox { width: 200px; height: 200px; margin: 0 auto 10px auto; border: 1px solid #ccc; position: relative; overflow: hidden; }
.demoprevimg { width: 200px; height: 200px; display: inline-block; background: url(../images/upload-img-200.jpg) center center no-repeat; object-fit: cover; background-size: 100% 100%; margin: 0; position: relative; overflow: hidden;}
.btn__box { margin: 15px auto; display: table;}
.btn1 { padding: 10px 30px; background-image: linear-gradient(90deg,#cb1931 0%,#226dae 100%); border: 0; outline: none; margin: 0; }
.headermain_link { margin: 40px 0 0 0; float: right; }
.headermain_link a { color: #fff;}
.headermain_link a:hover { color: #cb1931;}
footer { background: #000;}
.foottop { background: #82acd0; padding: 15px 0; }
.footbot { background: #2b2c2d; padding: 15px 0; }
.foottop p, .footbot p { text-align: center; padding: 0; margin: 0; } 
.foottop p { font-weight: 600;}
.footbot p { color: #fff;}
.footbot p a { color: #cb1931;}
.footbot p a:hover { color: #fff;}
.formbodybox .gap_label { margin-right: 30px;}
.req { color: #f00;}




