/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1 Oct, 2019, 10:19:36 AM
    Author     : Nirmal
*/
#signin-bgVideo {
    position: fixed;
    top: 130px;
    /* bottom: 0; */
    width: 100%;
  }

.loginBtn, .loginBtn:hover {
    background-color: #d3eeff;
    border-bottom: 4px solid #015871;
    color: #02576a;
    font-weight: 600;
    padding: 6px 20.5px;
}
#bactToSignIn, #bactToSignIn:hover {
    text-decoration: underline;
    color: #015871;
    font-weight: 600;
    font-size: 15px;
}
.forgotPasswordBtn, .forgotPasswordBtn:hover{
    background-color: #d3eeff;
    border-bottom: 4px solid #015871;
    color: #02576a;
    font-weight: 600;
    width: 40%;
}
.loginBtn i{
    color: #02576a !important;
}
.head_first{
    color: #01202a;
    font-style: italic;
}
.head_second{
    background: #003040;
    color: #fff;
    max-width: 100%;
    width: max-content;
    padding: 0 10px;
}
.head_third{
    background: #9bd5e3;
    color: #000;
    top: -10px;
    font-weight: 600;
    width: max-content;
    padding: 0 10px;
}

.mt-3{
    margin-top: 20px;
}
.report_points{
    margin-left: 50px;
}
.top-question-btn{
    /* background: #093884; */
    background: linear-gradient(0deg, rgb(12, 58, 119) 25%, rgb(62, 120, 202) 79%, rgb(62, 120, 202) 85%, rgb(62, 120, 202) 100%);
    color: #fff;
    padding: 6px 25px;
    border-radius: 0;
    font-size: 22px;
}
.carousel-indicators li{
    width: 12px;
    height: 12px;
}
.sigup_txt{
    color: #1e8ca6;
    text-decoration: underline;
    font-style: italic;
}
.report_key_points h4{
    color: #2c6268;
    font-weight: 600;
}
.signupBtn, .signupBtn:hover {
    background-color: #f0801e;
    border-bottom: 4px solid #bf631a;
    color: #fafafa;
    font-weight: 600;
}
.signupBtn i{
    color: #fafafa !important;
}
.form-control{
    border:none !important;
}
.log-form-footer p{
    font-size: 17px;
    color: #5e5e5e;
}
.foot-msg i{
    color: #5e5e5e !important;
}
.vl {
    border-left: 2px solid #015871d1;
}
.vl-signup {
    border-left: 2px solid #bf631a;
}
/*.lower-con {
    margin-left: -15%;
}*/
.rem-me p{
    font-size: 15px;
    color: #606060;
    margin-top: 7%;
}
.for-pas a{
    font-size: 15px;
    color: #606060;
}
/*.input-group {
    width: 65%;
}
*/
.login-form {
    padding: 10% 20% 1% 20%;
}
.input-group i {
    color: #868686 !important;
}
.input-group-addon {
    background-color: #fff !important;
}
.about-portal i{
    color: #44a6c1;
    margin-top: -10%;
    margin-bottom: 3%;
}
.about-heading {
    font-weight: bold;
    font-size: 26px;
    font-family: 'Noto Serif', serif;
}
.login-portal i{
    color: #44a6c1;
    margin-top: -12%;
}
.fa-log{
    background: #44a6c1;
    border-radius: 65px;
    padding: 12px;
    height: 60px;
    font-size: 40px;
    color:#fff !important;
    
}
.dash-btn-bkgd {
    padding: 10px;
    background: #ececec;
    border-radius: 50%;
}
.panel-body {
    padding: 10px;
    /* border-radius: 25px; */

}
.border-background {
    padding: 10px;
    /* background-color: #fffbdb; */
    margin: 5%;
    /* border-radius: 25px; */
}
.clr-black{
    color: #000;
}
.panel-default {
    border-color: #fff;
}
.sign-up-form {
    background-color: #fffddc;
}
.top_heading {
    background-color: #24939D;
    margin-top: -0.5%;
    padding: 12px 0px 5px 0px;
    position: relative;
}
.top_user {
    color: #24939d;
    text-align: right;
}
.logout_btn {
    text-align: right;
    padding-right: 10px;
}
.bread-crum {
    color:#fff;
}
.main-menus-btn{
    border-radius: 15px;
    border: 1px solid #f3f3f3;
    padding: 8%;
    text-align: center;
}
.main-menus-btn p{
    font-weight: 600;
    color: #5b5b5b;
}
/*.main-menus-btn{
    color: #fff;
    border-radius: 15px;
    background: #ecf6ff;
}*/
body
a {
    color: #000;
}
.bread-crum p{
    background: #fff;
    color: #24939d;
    text-transform: uppercase;
    text-align: center;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    margin-left: -7%;
}
/*==================================================
 * Box shadow Effect 8
 * ===============================================*/
.box {
    width: 85%;
    height: 150px;
    margin:40px auto;
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 8px #175b5e;
}
.effect8
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before, .effect8:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect8:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}
.menu_text {
    text-align: center;
    padding-top: 12%;
}
.schedule_call {
    background: #1c7980;
    margin-left: -15px;
    text-align: right;
    padding-right: 22px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    color: white;
    width: 50%;
}
.offer-body a{
    background: #2b506a;
    color: white;
}
.offer-heading p{
    font-weight: 600;
}
.offer-heading {
    background: #ec000c;
    color: white;
    width: 60%;
    padding: 8px 0;
    margin-left: -15px;
    text-align: center;
}
.offer-heading:before, .offer-heading:after {
    content: "";
    position: absolute;
}
.offer-heading:after {
    height: 0;
    width: 0;
    transform: rotate(269deg);
    top: 150px;
    right: 35%;
    border-left: 24px solid #ec000c;
    border-right: 24px solid #ec000c;
    border-bottom: 26px solid transparent;
}
.offer-body {
    background: #fafafa;
    margin-left: -15px;
    width: 68%;
    text-align: center;
    padding: 10px;
    border: 1px solid #d5d7d6;
}
.messages-heading {
    background: linear-gradient(90deg, rgba(241,132,37,1) 25%, rgba(178,95,29,1) 79%, rgba(227,141,72,1) 85%, rgba(239,144,52,1) 100%);
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: white;
    padding: 4px 0px 1px 0px;
    margin-left: 9%;
}
.messages-body {
    /*text-align: center;*/
    background: #fafafa;
    padding: 10px;
    border: 1px solid #d5d7d6;
    margin-left: 9%;
}
.messages-body ul li{
    list-style-type: circle;
    margin-left: 30%;
}
.specific_req p{
    text-align: center;
    color: #4a657a;
    font-weight: 600;
    font-size: 18px;
}
.specific_req a{
    text-align: center;
    color: #fff;
    background: #302682e8;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 6%;
}

.report_heading h1 {
    position: relative;
    font-size: 24px;
    text-align: center;
    color: #fff;
    line-height: 0;
    padding-top: 1%;
    padding-left: 0%;
}
.rep_content{
    padding: 0px;
    margin-bottom: 40px;
}
.breadcrumb_section {
    padding: 15px 0;
}
.breadcrumb_section{
    background-color: transparent;
}
.mar_top_30{
    margin-top: 10%;
}
.mob_rpt_h1{
    display: none;
}

.mob-off-content {
    display: none;
}
.mob-msg-content {
    display: none;
}
/*Accordian*/
.accordion {
    width: 100%;
}
.acc-sign-in, .acc-about {
    margin-top: 4%;
}
.about-acc-body {
    background-color: #fafafa !important;
}
.about-acc-head {
    width: 32% !important;
    font-size: 14px;
}
.acc-bottom {
    margin-bottom: 61% !important;
}
.sign-in-top {
    width: 60%;
    margin: auto;
    text-align: center;
    color: #fff;
    background: rgba(37,145,155,1);
    background: -moz-linear-gradient(left, rgba(37,145,155,1) 0%, rgba(37,145,155,1) 23%, rgba(22,101,108,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(37,145,155,1)), color-stop(23%, rgba(37,145,155,1)), color-stop(100%, rgba(22,101,108,1)));
    background: -webkit-linear-gradient(left, rgba(37,145,155,1) 0%, rgba(37,145,155,1) 23%, rgba(22,101,108,1) 100%);
    background: -o-linear-gradient(left, rgba(37,145,155,1) 0%, rgba(37,145,155,1) 23%, rgba(22,101,108,1) 100%);
    background: -ms-linear-gradient(left, rgba(37,145,155,1) 0%, rgba(37,145,155,1) 23%, rgba(22,101,108,1) 100%);
    background: linear-gradient(to right, rgba(37,145,155,1) 0%, rgba(37,145,155,1) 23%, rgba(22,101,108,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25919b', endColorstr='#16656c', GradientType=1 );
    /*border-bottom: 1px solid #fff;*/
    position: relative;
    border-radius: 10px;
    font-size: 20px;
    padding: 10px;
    margin-top: 2%;
}
.accordion .accordion-head {
    width: 100%;
    margin: auto;
    text-align: center;
    color: #fff;
    background: rgba(37,145,155,1);
    background: -moz-linear-gradient(left, rgba(37,145,155,1) 0%, rgba(37,145,155,1) 23%, rgba(22,101,108,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(37,145,155,1)), color-stop(23%, rgba(37,145,155,1)), color-stop(100%, rgba(22,101,108,1)));
    background: -webkit-linear-gradient(left, rgba(37,145,155,1) 0%, rgba(37,145,155,1) 23%, rgba(22,101,108,1) 100%);
    background: -o-linear-gradient(left, rgba(37,145,155,1) 0%, rgba(37,145,155,1) 23%, rgba(22,101,108,1) 100%);
    background: -ms-linear-gradient(left, rgba(37,145,155,1) 0%, rgba(37,145,155,1) 23%, rgba(22,101,108,1) 100%);
    background: linear-gradient(to right, rgba(37,145,155,1) 0%, rgba(37,145,155,1) 23%, rgba(22,101,108,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25919b', endColorstr='#16656c', GradientType=1 );
    /*border-bottom: 1px solid #fff;*/
    position: relative;
    border-radius: 0px;
    padding: 13px;
    /*font-size: 0.87em;*/
    cursor: pointer;
}
.acc-industries{
    margin-bottom: 10px;
}
.accordion .accordion-head * {
    cursor: pointer;
}
.accordion .accordion-head:hover {
    filter: alpha(opacity=80);
    opacity: 0.80;
}
.accordion .accordion-head span {
    float:right
}
.accordion .accordion-body {
    border-bottom: 1px solid #fff;
    padding: 5px;
    margin: 0;
    height: auto;
    display: none;
    background-color: #fffddc;
    text-align: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.acc-sign-in-con-img {
    text-align: initial;
    margin: 3% 25% 8%;
}
.acc-sign-in-con {
    text-align: initial;
    margin: 3%;
}
.top-about-us-content{
    position: relative;
    top: 0;
    left:0;
    background: #000000c9;
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}
.acc-sign-in-con li {
    list-style: circle;
}
.list-points li {
    list-style: circle;
}
.accordion-body img {
    width: 20%;
}
.about-portal {
    font-family: 'Noto Serif', serif;
    font-size: 18px;
    line-height: 2.4;
}
.input-login{
    border: 1px solid #8e8e8e;
}
.see_more_less_button, .see_more_less_button:hover {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.top-about-us-content {
    /* padding: 2% 5% 0% 5%; */
}
.top-about-us-content ul li{
    list-style: disc!important;
}
.eligibility_terms {
    padding: 1%;
}
.about-portal p b {
    font-size: 18px;
    font-family: 'Noto Serif', serif;
    font-style: italic;
}

@media screen and (max-width: 425px) {
    .mar_top_30 {
        margin-top: 21% !important;
    }
}
@media screen and (max-width: 320px) {
    .mar_top_30 {
        margin-top: 24% !important;
    }
}
@media screen and (max-width: 768px) {
    .login-form {
        padding: 5% 0% 0% 0%;
    }
    .mob-btns {
        margin-top: 5%;
    }
    .main-menus-btn p {
        font-size: 15px;
    }
    .main-menus-btn img{
        width: 50%;
    }
    .mob-sec-row{
        margin-top: 0;
    }
    .main-menus-btn {
        padding: 5%;
        margin: 3%;
        width: 80%;
        margin-left: 10%;
    }
    .main-menus {
        margin-top: 20%;
    }
    .dash-btn-bkgd {
        padding: 5px;
        position: absolute;
        margin: 5px 0 0 10px;
    }
    .mob_to_dash {
        font-size: 14px;
        margin: 0 0 0 40px;
    }
    .mob-off-content {
        display: block;
    }
    .mob-msg-content {
        display: block;
    }
    .messages-body {
        /* text-align: center; */
        background: #fafafa;
        padding: 5px;
        border: 1px solid #d5d7d6;
        margin-left: 0%;
        margin-top: 2%;
    }
    .offer-body {
        background: #fafafa;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        padding: 5px;
        border: 1px solid #d5d7d6;
        margin-top: 2%;
    }
    .specific_req p {
        text-align: center;
        color: #4a657a;
        font-weight: 600;
        font-size: 15px;
        padding: 5px;
    }
    .logout_btn {
        text-align: right;
        padding: 0px 10px 5px 0;
        font-size: 14px;
    }
    .messages-heading {
        background: linear-gradient(90deg, rgba(241,132,37,1) 25%, rgba(178,95,29,1) 79%, rgba(227,141,72,1) 85%, rgba(239,144,52,1) 100%);
        text-align: center;
        font-weight: 600;
        font-size: 15px;
        color: white;
        padding: 7px 0px 1px 0px;
        margin-left: 0%;
    }
    .box {
        width: 90%;
        height: 75px;
        margin: 20px auto;
        border: 1px solid;
        padding: 10px;
        box-shadow: 5px 8px #175b5e;
    }
    .bread-crum p {
        background: #fff;
        color: #24939d;
        text-transform: uppercase;
        text-align: center;
        border-bottom-right-radius: 15px;
        border-top-right-radius: 15px;
        margin-left: -35%;
        font-size: 10px;
        margin-top: 48%;
    }
    .top_user p{
        font-size: 13px;
    }
    .schedule_call {
        background: #1c7980;
        margin-left: -15px;
        text-align: right;
        padding-right: 22px;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        color: white;
        width: 85%;
        font-size: 13px;
    }
    .mob_offers {
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        background: #f91c2a;
        color: white;
        margin-left: -15px;
        text-align: right;
        padding: 8px 15px 1px 0px;
        width: 85%;
        font-size: 13px;
    }
    .menu_text {
        text-align: center;
        padding-top: 0%;
    }
    .mar-t-10 {
        margin-top: 10px;
    }
    .desk_rpt_h1{
        display: none;
    }
    .mob_rpt_h1{
        display: block;
    }
    .top_heading {
        background-color: #24939D;
        margin-top: 0;
        padding: 25px 0px 5px 0px;
    }
    .mob_report_heading {
        text-align: center;
    }
    .mob_report_heading p{
        font-size: 15px;
        text-align: center;
        color: #fff;
    }
    .mar_top_30{
        margin-top: 24%;
    }
    .rep_title span {
        display: block;
        font-size: 12px;
    }
}
