@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');
@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');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
/************************Defult Css*************************/
*{
    margin: 0; padding: 0;
}
a,
a:hover,
a:focus
{
    text-decoration: none;
}
img{
    border: none;
}
body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
}
.body-wrappers{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Josefin Sans', sans-serif;
    /* font-family: 'Montserrat', sans-serif; */
    text-decoration: none;
    text-shadow: none;
    margin-bottom: 0px;
}

p{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
    margin-bottom: 0px;
}
ul {
	margin: 0;
	padding: 0;
}
ol{
    padding: 0 !important;
}
ul li {
	list-style: none;
}
.p-top10 {
	padding-top: 10px;
}

.p-top20 {
	padding-top: 20px;
}

.p-top30 {
	padding-top: 30px;
}

.p-top40 {
	padding-top: 40px;
}

.p-top50 {
	padding-top: 50px;
}

.p-top60 {
	padding-top: 60px;
}

.p-top70 {
	padding-top: 70px;
}

.p-top80 {
	padding-top: 80px;
}

.p-top90 {
	padding-top: 90px;
}

.p-top100 {
	padding-top: 100px;
}

.p-bottom10 {
	padding-bottom: 10px;
}

.p-bottom20 {
	padding-bottom: 20px;
}

.p-bottom30 {
	padding-bottom: 30px;
}

.p-bottom40 {
	padding-bottom: 40px;
}
.p-bottom50 {
	padding-bottom: 40px;
}
.p-top50 {
	padding-top: 50px;
}

.p-bottom60 {
	padding-bottom: 60px;
}

.p-bottom70 {
	padding-bottom: 70px;
}

.p-bottom80 {
	padding-bottom: 80px;
}

.p-bottom90 {
	padding-bottom: 90px;
}

.p-bottom100 {
	padding-bottom: 100px;
}
.p-10{
    padding:10px;
}

.p-20 {
	padding: 20px;
}

.p-30 {
	padding: 30px;
}

.p-40 {
	padding: 40px;
}

.p-50 {
	padding: 50px;
}

.m-top10 {
	margin-top: 10px;
}

.m-top15 {
	margin-top: 15px;
}

.m-top20 {
	margin-top: 20px;
}

.m-top30 {
	margin-top: 30px;
}

.m-top40 {
	margin-top: 40px;
}

.m-top50 {
	margin-top: 50px;
}

.m-top60 {
	margin-top: 60px;
}

.m-top70 {
	margin-top: 70px;
}

.m-top80 {
	margin-top: 80px;
}

.m-top90 {
	margin-top: 90px;
}

.m-top100 {
	margin-top: 100px;
}
.m-bottom10 {
	margin-bottom: 10px;
}

.m-bottom15 {
	margin-bottom: 15px;
}

.m-bottomp20 {
	margin-bottom: 20px;
}

.m-bottomp30 {
	margin-bottom: 30px;
}

.m-bottom40 {
	margin-bottom: 40px;
}

.m-bottom50 {
	margin-bottom: 50px;
}

.m-bottom60 {
	margin-bottom: 60px;
}

.m-bottom70 {
	margin-bottom: 70px;
}

.m-bottom80 {
	margin-bottom: 80px;
}

.m-bottom90 {
	margin-bottom: 90px;
}

.m-bottom100 {
	margin-bottom: 100px;
}
.btn.focus,
.btn:focus,
.btn:hover {
	color: #fff;
	text-decoration: none;
}

.w-100{
    width:100%;
}
/******************colors*****************/
.dark-blue{
    color: #030A1D;
}
.blue-shade-one{
    color: #081740;
}
.blue-shade-two{
    color: #112965;
}
/*===============================================================================*/


/*======================== CUSTOM CSS ==========================================*/
/*=============================================================================*/

/**************back to top**************/
#back2Top{
    position: fixed;
    z-index: 1000;
    width: 60px;
    height: 59px;
    display: block;
    stroke: inherit;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    bottom: 25px;
    right: 0px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    cursor: pointer;
    border-radius: 20%;
    background-color: #0c799a;
    text-align: center;
    outline: none;
}
.back-to-i{
    font-size: 40px;
    color: #fff;
    line-height: 63px;
}
#back2Top:hover {
    -webkit-box-shadow: inset 5px 5px 20px 0 rgb(255 133 0 / 0%), 5px 5px 20px 0 rgb(3 169 244 / 35%);
    box-shadow: inset 5px 5px 20px 0 rgb(255 133 0 / 0%), 5px 5px 20px 0 #03a9f429;
}
/**************end back to top**************/
/**************footer**************/
.footer-area-bottom {
    background: #0c799a;
    padding: 15px 0;
}
.copyright {
    text-align: center;
}
.copyright p {
    color: #fff;
}
.policy {
    text-align: right;
}
.policy ul li a {
    color: #fff;
    font-size: 15px;
    padding: 0px 0px;
    display: block;
}
/**************forms****************/
.form-area-bg {
    padding: 50px 50px;
    border-radius: 20px;
    background: #fcfcfc;
    -webkit-box-shadow: -1px 1px 6px 0px rgba(209,209,209,1);
    -moz-box-shadow: -1px 1px 6px 0px rgba(209,209,209,1);
    box-shadow: -1px 1px 6px 0px rgba(209,209,209,1);
}
.form-headings {
    text-align: center;
}
.form-headings h4 {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    line-height: 70px;
    text-transform: uppercase;
}
.form-headings h4:after {
    content: ".";
    font-size: inherit;
    color: #0c799a;
    width: 0;
    display: inline-block;
    position: relative;
}
.form-headings p {
    font-size: 12px;
}
.input-label {
    margin: 14px 0;
    font-weight: 300;
    font-size: 14px;
    color: #202228;
    display: block;
    text-align: left;
}
.input-dark {
    background-color: transparent;
    color: #000;
    border: 2px solid #ccc;
    min-height: 45px;
    width: 100%;
    border-radius: 5px;
}
.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #ccc;
    outline: 0;
    box-shadow: none;
}
.login-form .forgot-block {
    margin: 15px 0;
}
.forgot-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1.6em 0;
    width: 100%;
}
.link-underlined {
    color: #000;
    text-decoration: underline;
}
.link-underlined:hover {
    color: #0c799a;
}
.login-btn{
    background-color: #0c799a;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    border-radius: 50px;
    line-height: 30px;
    padding: 10px;
    border: 3px solid #0c799a;
    margin-top: 1rem;
}
.login-btn:hover{
    color: #0c799a;
    background-color: transparent;
    border: 3px solid #0c799a;
}
/********************btn******************/
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
/****************** header **************/
.header {
    background: #fff;
    box-shadow: -1px 4px 4px -3px rgb(140 140 140 / 34%);
    padding: 8px 0px;
    width: 100%;
    position: fixed;
    z-index: 999;
}
.logo-content h1 {
    color: #035b83;
    font-size: 28px;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
    text-transform: capitalize;
}
.field-title h4 {
    margin: 14px 0;
    font-weight: 600;
    font-size: 15px;
    color: #202228;
    display: block;
    text-align: left;
}
.field-show {
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
}
.field-show p {
    font-size: 14px;
    font-weight: bold;
}
.result-heading {
    text-align: center;
    margin: 10px 0px 30px;
}
.result-heading span {
    background: #035b83;
    padding: 10px 30px;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    box-shadow: -1px 5px 5px -4px #000000f0;
}
.annul-div{
    text-align: center;
}
.annul-div p {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 28px;
    color: #000;
    margin-bottom: 5px;
}
.dashed-one {
    border-bottom: 1px dotted #000;
    width: 80px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}
.dashed-two {
    border-bottom: 1px dotted #000;
    width: 50px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}
.table-footer p {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 28px;
}
.result-border {
    border: 3px outset #0c799a;
    padding: 10px;
}
.socity-logo img {
    width: 160px;
}
.contact-del ul li a {
    text-align: left;
    line-height: 20px;
    color: #5c5c5c;
    font-weight: 500;
    font-size: 14px;
}
.titles {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    text-align: center;
    margin: 20px 0px;
    font-weight: bold;
}
.report-cards h1 {
    font-size: 22px;
    text-align: center;
    margin: 10px 0px;
    font-weight: bold;
    color: #035b83;
    font-family: 'Oswald';
}
.fields p {
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #515151;
    text-transform: capitalize;
}
.das {
    border-bottom: 2px dotted #607D8B;
}
.report-cards {
    text-align: center;
}
/* scroll css */

.scroll-left {
    height: 50px;
    overflow: hidden;
    position: relative;
    background: #035b83;
    color: rgb(255, 255, 255);
    border: 1px solid #04afff;
    margin-top: 3.8rem;
    padding: 10px 0px;
}
.scroll-left p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    /* Starting position */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /* Apply animation to this element */
    -moz-animation: scroll-left 15s linear infinite;
    -webkit-animation: scroll-left 15s linear infinite;
    animation: scroll-left 15s linear infinite;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
    0% {
         -moz-transform: translateX(100%);
    }
    100% {
         -moz-transform: translateX(-100%);
    }
}
@-webkit-keyframes scroll-left {
    0% {
         -webkit-transform: translateX(100%);
    }
    100% {
         -webkit-transform: translateX(-100%);
    }
}
@keyframes scroll-left {
    0% {
         -moz-transform: translateX(100%); /* Browser bug fix */
         -webkit-transform: translateX(100%); /* Browser bug fix */
         transform: translateX(100%);
    }
    100% {
         -moz-transform: translateX(-100%); /* Browser bug fix */
         -webkit-transform: translateX(-100%); /* Browser bug fix */
         transform: translateX(-100%);
    }
}

table.table {
    text-align: center;
}
