/* reset css */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}
button {
    border: none;
}
body {
    line-height: 1;
    transition: all 0.3s ease-out;
    scroll-behavior: smooth;
    transition: all 0.3s ease-in-out;
    }
body::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
ol,
ul {
    list-style: none;
}
a {
    text-decoration: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table td,
.table th {
    vertical-align: middle;
}
i {
    font-style: italic;
}

/* ---------------font family----------- */

/* font-weight 300 */
/* font-weight 300 */

  @font-face {
    font-family: "Montserrat-Light";
    src: url("/fonts/Montserrat-Light.ttf");
  }
  .mono-light {
    font-family: "Montserrat-Light";
  }
  /* font-weight 400 */
  @font-face {
    font-family: "Montserrat-Regular";
    src: url("/fonts/Montserrat-Regular.ttf");
  }
  .mono-regular {
    font-family: "Montserrat-Regular";
  }
  
  /* font-weight 500 */
  @font-face {
    font-family: "Montserrat-Medium";
    src: url("/fonts/Montserrat-Medium.ttf");
  }
  .mono-medium {
    font-family: "Montserrat-Medium";
  }
  /* font-weight 600 */
  @font-face {
    font-family: "Montserrat-SemiBold";
    src: url("/fonts/Montserrat-SemiBold.ttf");
  }
  .mono-semibold {
    font-family: "Montserrat-SemiBold";
  }
  /* font-weight 700 */
  @font-face {
    font-family: "Montserrat-Bold";
    src: url("/fonts/Montserrat-Bold.ttf");
  }
  .mono-bold {
    font-family: "Montserrat-Bold";
  }
  
  /* font-weight 800 */
  @font-face {
    font-family: "Montserrat-ExtraBold";
    src: url("/fonts/Montserrat-ExtraBold.ttf");
  }
  .mono-ex-bold {
    font-family: "Montserrat-ExtraBold";
  }
  /* font-weight 900 */
  @font-face {
    font-family: "Montserrat-Black";
    src: url("/fonts/Montserrat-Black.ttf");
  }
  .mono-black {
    font-family: "Montserrat-Black";
  }
  /* font-weight italic*/
  @font-face {
    font-family: "Montserrat-Italic";
    src: url("/fonts/Montserrat-Italic.ttf");
  }
  .mono-italic {
    font-family: "Montserrat-Italic";
  }

  /* .container{
    max-width: 80%;
    margin:0 auto;
  } */
/* ------------------font-size--------- */
.fs-12{
  font-size: 12px;
}
.fs-14{
  font-size: 14px;
}
.fs-16{
  font-size: 16px;
 
}
.fs-22{
    font-size: 22px;
   
}
.fs-24{
  font-size: 24px;
}
.fs-26{
  font-size: 26px;
}
.fs-36 {
    font-size: 36px;
}
.fs-38{
    font-size: 38px;
   
}
/* -----------line-height---------- */

.lh-16{
  line-height: 16px;
}
.lh-18{
  line-height: 18px;
}
.lh-20{
  line-height: 20px;
}
.lh-24{
  line-height: 24px;
}

.lh-26{
    line-height: 26px;
}
.lh-28{
  line-height: 28px;
}
.lh-30{
  line-height: 30px;
}
.lh-44 {
    line-height: 44px;
}
.lh-46{
  line-height: 46px;
}
/* --color css----- */

.text-black{
    color:#292B2C
}
.text-dark{
  color: black !important;
}
.text-gray{
  color: #5A5A5A;
}
.text-gray2 {
    color: #676767
}
.text-light-gray{color:#BCBCBC}
.text-dark-blue{
  color:#120CB7
}
.text-yellow-two{
  color:#F6E46D
}
.text-light-brown{
  color:#645B5B
}
.text-blue {
    color: #108DC6;
}
.text-black2 {
    color: #070707
}
.text-black3 {
    color: #363636
}
.text-theme-mute {
    color: #b5b5b5 !important;
}
.bg-sky {
    background: #def1f9;
    border-radius: 10px 10px 0px 0px;
}
.bg-theme-primary {
    background: #008dd0;
}

/*  header css */
.header {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding: 13px 0px
}
    .header.certificate {
        padding: 24px 0px
    }
    .form-left {
        padding-top: 62px;
    }

.form-right{
    background: #F0F3F6 0% 0% no-repeat padding-box;
    padding: 50px 25px 76px;
    margin-top: 2px;
}
.form-right.fgt-password{
  padding: 50px 25px 160px;
}
.pl-30{
  padding-left: 30px;
}
.pr-30{
  padding-right: 30px; 
}
/*  footer css */
.footer{
  background-color: #292b2c;
  padding-top: 24px;
  
}
.footer-col{
  padding-right: 50px;
  padding-bottom: 24px;
}
    .footer-col h4 {
        font-size: 14px;
        line-height: 16px;
        font-family: "Montserrat-Bold";
     
        color: #F2F7FB;
        text-transform: uppercase;
        margin-bottom: 11px;
    }
    .footer-col p {
        font-size: 14px;
        line-height: 16px;
        font-family: "Montserrat-Medium";
       
        color: #F2F7FB;
    }
        .footer-col p span {
            font-size: 14px;
            line-height: 16px;
            font-family: "Montserrat-Regular";
         
            color: #1592E6;
            text-decoration: underline !important;
        }
    .footer-col ul li a {
        font-size: 14px;
        line-height: 20px;
        font-family: "Montserrat-Regular";
      
        letter-spacing: 0px;
        color: #F2F7FB;
    }
.copyright-container{
  background: #222324;
box-shadow: 0px 3px 6px #00000029;
padding: 10px 0px;
}
.copy-right p {
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat-Regular";
  
    color: #F2F7FB
}
.cust-br{
  border-right:1px solid #F2F7FB;
  padding-right: 16px;
}
.term-pol{
  padding-right: 50px;
}
    .term-pol ul li a {
        font-size: 14px;
        line-height: 20px;
        font-family: "Montserrats-Regular";
        
        color: #F2F7FB
    }
