@charset "utf-8";
/* CSS Document
css/style.css
*/
/*@import url('https://fonts.googleapis.com/css2?family=Abel&family=Advent+Pro:wght@100;200;300;400;500;600;700&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Nunito Sans', sans-serif !important;
	font-style: normal !important;
}*/
textarea:focus, input:focus{
    outline: none;
}
.blckbg {
    background: #420d58;
    height: auto;
    float: left;
    width: 100%;
    padding: 0px 0;
    margin-bottom: 3px;
}
.call i {
    float: left;
    margin: 3px 7px 0 0;
}
.time {
    float: left;
}
.call {
    margin-top: 2px;
}
.call a {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    text-decoration: none;
}
.call a:hover {
    color: #d9a403;
}
.call a i {
    font-size: 22px;
    margin-right: 10px;
}
.w_auto {
    width: auto;
    float: right;
    margin-left: 20px;
    color: #fff;
    font-weight: 100;
    text-decoration: none;
}
.w_auto:hover {
    color: #cc8809;
    text-decoration: none;
}
.logobox {
    width: 100%;
    font-weight: 100;
}
.searchbox {
    width: 100%;
    float: left;
    border: solid 1px #ccc;
    padding: 3px;
    border-radius: 3px;
}
.searchform {
    border: 0;
    width: 77%;
    float: left;
    height: 36px;
}
.searchbox i {
    width: auto;
    float: left;
    margin-top: 10px;
    font-size: 22px;
    margin-right: 10px;
    color: #000000cc;
    margin-left: 10px;
}
.searchbutt {
    background: #cc8809;
    border: 0;
    width: auto;
    padding: 10px 24px;
    border-radius: 3px;
    color: #fff;
    font-weight: 100;
    float: right;
}
.searchbutt:hover {
    background: #090f21;
}
.cart {
    float: right;
    width: 50px;
    height: 45px;
    position: relative;
    right: 0;
    top: 20px;
    text-align: center;
}
.cart i {
    font-size: 20px;
}
.cart h6 {
    position: absolute;
    background: #cc8809;
    width: 25px;
    height: 25px;
    border-radius: 60%;
    line-height: 25px;
    right: 0px;
    top: -15px;
    color: #fff;
    font-size: 12px;
}
.menustrip {
    background: #fca600;
    padding: 0;
    margin-top: 5px;
	position: relative;
}
.legal_box {
    background: #101323;
    padding: 10px 0;
}
.yelw_box {
    background: linear-gradient(to right, #cc8809, #cc8809);
    height: auto;
    text-align: center;
    width: 100%;
    float: left;
    padding: 10px 0;
    border-radius: 3px;
    border: solid 1px #fff;
    min-height: 180px;
}
.yelw_box:hover {
    background: #000
}
.yelw_box i {
    width: 100%;
    padding: 20px 0 0 0;
    font-size: 68px;
    color: #fff;
}
.yelw_box a {
    text-decoration: none;
    color: #fff;
    margin-top: 20px;
    width: 100%;
    float: left;
    padding: 0 21px;
}
.heading_box {
    width: 100%;
    float: left;
    margin: 20px 0;
}
.heading_box h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #be7f0c;
}
.heading_box h2 span {
    font-weight: 100;
    color: #000;
}
.heading_box p {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 50px;
}
.logobox img {
    width: 100%;
    height: auto;
}
.call {
    font-size: 13px;
    color: #fff;
}
.invest {
    background: #420d58;
    border-radius: 3px;
	    color: #fff !important;
}
a.invest:hover {
    border: 0 !important;
    background: #583a00;
}
.log_bnr {
    /*  background-image: url(../img/log_bnr.png);*/
    background-image: url('../img/fish.jpg');
  /*  background-image: url('../img/log_bnr1.png.jpg');*/
    background-repeat: repeat;
    height: 120px;
    color: #fff;
}
.log_bnr span {
    float: left;
    /* position: absolute; */
    margin-top: 15px;
    font-size: 32px;
    font-weight: 100;
}
.log_bnr font {
    width: 100%;
    float: left;
}
.log_bnr font a {
    float: left;
    color: #fff;
    margin-right: 10px;
}
.log_bnr font b {
    font-weight: 300;
    color: #ccc;
}
.log_bnr font a i {
    margin-left: 10px;
}
/*.bg-white {
    margin-bottom: 0px;
    width: 550px;
    margin: 0 auto;
    background: hsl(0deg 100% 50%);
    display: flex;
    border-radius: 20px;
}*/
.bg-white11 {
    margin-bottom: 0px;
    width: 500px;
    margin: 0 auto;
    display: flex;
    border-radius: 20px;
    /* background-color: rgb(255 255 255 / 42%) !important; */
    /* backdrop-filter: blur(4px); */
    border: solid 1px #f0f6f6;
    /* background: #ccc; */
    background-image: url(../img/log-bg5.jpg);
    background-size: contain;
    background-repeat: repeat;
    background-color: #fff;
}
i.fa.fa-laptop {
    margin-left: 10px;
}
.tptxt {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
}

.formbox ul {
    list-style-type: none;
}
.mr_tb {
    margin: 100px 0 0 0;
}
.bgyelw {
    background: #ffa300;
}
.formbox ul li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}
.liwid200 {
    font-size: 16px;
    float: right;
    min-height: 80px;
    /* position: relative; */
    /* top: 30px; */
    padding-top: 27px;
    text-align: right;
	width: 100% !important;
}
.liwid100 {
    font-size: 16px;
    float: right;
    /* position: relative; */
    /* top: 30px; */
    /*padding-top: 27px;*/
	width: 100% !important;
}
.loginbtn {
    background: #420d58;
    padding: 15px 40px;
    border-radius: 3px;
    color: #fff;
}

.loginbtn:hover {
    background: #ffa800;
    color: #000;
}
a { text-decoration:none !important;}
.liwid100 h3 {
    text-align: center;
    border: solid 1px #ccc;
    border-right: none;
    border-left: none;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    padding:5px 0;
	    margin-top: 0;
}
.liwid100 font {
    width: 100%;
    float: left;
}
.form101 {
    width: 98%;
    margin-right: 2%;
    float: left;
    height: 45px;
    border: solid 1px #eee;
    box-shadow: 0 0 15px #e9e9e9;
    border-radius: 4px;
	padding-left: 5%;
}
.formbox ul li font {
    margin-bottom: 10px;
    width: 100%;
    float: left;
    /* font-weight: 400; */
}
.create_ac {
    width: 100%;
    float: left;
    text-align: center;
    background: #118dbb;
    padding: 12px 0;
    text-transform: capitalize;
    color: #fff;
    border-radius: 3px;
    border: 0;
}
    .create_ac:hover {
        background: #e96757;
        color: #000;
    }
.formbox {
    width: 90%;
    margin: 0 auto;
}
.logbg {
    background-image: url(../img/login_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px    0px;
}
.milk {
    width: 90%;
    height: auto;
	display: none;
}
div#ctl00_ContentPlaceHolder1_txtCaptcha_IMGD {
    border-color: #420d58 !important;
    border-width: 1px !important;
    border-style: dashed !important;
}

/**************************** login page css *************************/

.formbox h2 {
       /* text-transform: uppercase; */
    /* font-weight: 900; */
    /* font-size: 46px; */
    /* color: #000; */
    /* margin-top: 25px; */
    text-align: center;
    border: solid 1px #ccc;
    border-right: none;
    border-left: none;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 5px 0;
    margin-top: 15px;

}
.mr_t5 {
    margin-top: 20px;
}
.formbox p {
    width: 100%;
    float: left;
	color: #000;
	margin: 0;
}
.formbox200 {
    width: 100%;
    float: left;
}
.formbox200 {
    width: 100%;
    float: left;
    /*margin-top: 10px;*/
}
    .formbox200 h4 {
        width: 100%;
        float: left;
        height: 45px;
        /* border: solid 1px #c10b2875; */
        box-shadow: 0 0 15px #96969659;
        border-radius: 4px;
        padding-left: 2%;
        margin-top: 17px;
        padding-top: 5px;
        position: relative;
        background: #fff;
    }
        .formbox200 h4 em {
            width: auto;
            float: left;
            margin-right: 15px;
            /* padding-left: 15px; */
            font-size: 18px;
            margin-top: 7px;
            color: #ff2e2c;
        }
.form111 {
    width: 85%;
    float: left;
    height: 37px;
    border: none;
    /* font-weight: 300; */
    font-size: 14px;
}
}
.signup_frgt {
    width: 50%;
    float: right;
    font-size: 16px;
}
.signup_frg:hover {
    color: #161b7f;
}
.signup_frgt {
    width: 50%;
    float: right;
}
    .signup_frgt a {
        width: 100%;
        float: left;
        color: #000;
        font-size: 13px;
    }
.sbmt {
    width: 100%;
    height: 43px;
    /* margin-top: 80px; */
    background: #118dbb;
    border: 0;
    border-radius: 3px;
    color: #fff;
    float: left;
    text-align: center;
    line-height: 43px;
    cursor:pointer;
}
    .sbmt:hover {
        background: #ffb504;
        color: #000;
    }
#ctl00_ContentPlaceHolder1_updatepanel2 > div > div:nth-child(2) > div.col-lg-7 > div > em {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 5px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 800;
}
.chk_signbox {
    width: 100%;
    float: left;
    margin-top: 5px;
}
.checkbox {
    width: 50%;
    float: left;
}
.signup22 {
    width: 70%;
    /* float: left; */
    margin: 0 auto;
    text-align: center;
}
    .signup22 label {
        /* float: right; */
        margin: 20px 10px;
        text-align: center;
        /* width: 100%; */
        color: #000;
        font-size: 18px;
        font-weight: 600;
    }
    .signup22 a {
        /* width: 50%; */
        /* float: right; */
        /* text-align: center !important; */
        background: #ffb504;
        color: #000 !important;
        /* line-height: 39px; */
        /* vertical-align: middle; */
        border-radius: 3px;
        /* margin-top: 5px; */
        /* font-size: 15px; */
        font-weight: 500;
        padding: 3px 9px;
        /* display: inline-flex; */
        /* margin-bottom: 10px; */
        /* text-decoration: underline !important; */
    }
        .signup22 a:hover {
            background: #d11a18;
            color: #fff !important;
        }
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
div#ctl00_ContentPlaceHolder1_txtCaptcha_IMGD {
    margin-top: 5px;
}
div#ctl00_ContentPlaceHolder1_btnSignup {
    width: 100% !important;
    float: left;
}
.formbox ul li span {
    top: 81px;
}
.lbl22 {
    margin: 0 auto;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
}
/************************** user form step by step css ************************/
.step_box {
    width: 90%;
    float: left;
	opacity: 0.2;
	    min-height: 130px;
}
.step_box:hover {
	opacity:10;
}
.clr_ylw {
    color: #fca600 !important;
}

.clr_ylw:hover {
    color: #fca600 !important;
}
.step_box a {
    width: 100%;
    float: left;
	padding: 20px 0;
}
.step_box a:hover {
   background: #f5f5f5;
    border-radius: 3px;
    height: 129px;
}
.active3 {
    opacity: 10;
}
.step_box a div {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 38px;
    color: #35ac00;
    position: absolute;
    left: 21px;
}
.step_box a font {
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #420d58;
    position: absolute;
    right: -16px;
}
.step_box a font:hover {
	color: #00a516;
}
.step_box a span {
    width: 100%;
    text-align: center;
    float: left;
    margin: 0px 0;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
}

.step_box a i {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 38px;
    color: #420d58;
	position: relative;
}

.step_box a i font {
    position: absolute;
    right: -21px;
    font-size: 30px;
    color: #00a516;
}
.step_box a i font:hover {
    color: #420d58;
}
.swiper-slide {
	width: 25% !important;}

.validation {
   position: absolute;
    top: 18px;
    right: 20px;
    font-size: 14px;
    color: red;
}

.error-message {
  color: darkred;
    background-color: #fcf8e3;
    border-color: #faebcc;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    text-align: center;
    width: auto;
    margin: 0 auto;
    border: dashed 1px;
    margin-bottom: 5px;
}

    .error-message hr {
        border-top-color: #f7e1b5
    }

    .error-message .alert-link {
        color: #66512c
    }

.sent-message {
       color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    width: auto;
    margin: 0 auto;
    margin-bottom: 10px;
    border: dashed 1px;
}

    .sent-message hr {
        border-top-color: #c9e2b3
    }

    .sent-message .alert-link {
        color: #2b542c
    }

.mr_bt20 {
	margin-bottom:20px;
}

.active2 {background:red}

.carousel-control.left {
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    /* background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001))); */
    /* background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%); */
    background: none;
}
.carousel-inner {
    min-height: 120px;
}
.carousel-control {
    position: absolute;
    top: 25px;
    bottom: 0;
    left: -20px;
    width: 20px;
    font-size: 50px;
    color: #000;
    text-align: center;
    /* text-shadow: 0 1px 2px rgb(0 0 0 / 60%); */
    /* background-color: rgba(0,0,0,0); */
    filter: alpha(opacity=50);
    /* opacity: .5; */
	
}
    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
        background: none !important;
    }
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_lblTopHeading {
    color: #000;
    font-weight: 300;
}
/***************************************** contact us ****************************/
.content_block_12 .content-box .sec-title {
    margin-bottom: 24px;
}
.sec-title {
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    color: #000;
    /* font-family: 'Roboto Condensed', Verdana !important; */
    /* margin: 0 auto; */
    font-weight: 400 !important;
}
.input-container {
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-bottom: 15px;
    margin-top: 10px;
    text-transform: uppercase;
    position: relative;
}
.input-container span {
    position: absolute;
    right: 20px;
    top: 16px;
    font-size: 13px;
    color: red;
}
.input-field {
    width: 100%;
    padding: 10px;
    /* border-top: 1px solid #ff7722; */
    /* border-bottom: 1px solid #ff7722; */
    /* border-right: 1px solid #ff7722; */
    outline: none;
    text-transform: uppercase;
    border: 1px solid #ff7722;
    font-size: 13px;
	height: 50px;
}
.mb-50 {
    margin-bottom: 30px;
}
.theme-btn {
    background: #420d58;
    color: #fff;
    padding: 15px 40px;
    border: 0;
    border-radius: 3px;
}
.theme-btn:hover {
    background: #f3a000;
	color:#000;
}
.theme-btn2 {
    background: #f3a000;
    color: #000;
    padding: 15px 40px;
    border: 0;
    border-radius: 3px;
}
.theme-btn2:hover {
    background: #420d58;
	color:#fff;
}
.iconc {
    padding: 10px;
    background: #fff;
    color: #ff7722;
    line-height: 25px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    min-width: 50px;
    text-align: center;
}
.tb b a {
    color: #000;
    font-weight: 400;
}
.contactbg {
    background-image: url(../assets/img/contactbg.jpg);
    background-repeat: repeat;
    background-size: contain;
    background-position: top;
}
.elementor-top-section {
    padding: 30px 0 0 0;
}
.tb i {
    color: #fca600;
    font-size: 21px;
}
hr {
    border-bottom: solid 1px #f3a000 !important;
    margin-bottom: 25px;
}
.active2 {
    background: #420d58 !important;
    border-radius: 30px;
    color: #fff !important;
}
.stdnt_left {
   /* margin-top: 25px;*/
}
.page-ttl h4 {
    margin-top: 19px;
}
.dashboard_imgbox {
    width: 100%;
    border: solid 1px #1a1c23;
    margin-bottom: 20px !important;
    min-height: 330px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    display: inline-block;
    padding-bottom: 10px;
}
    .dashboard_imgbox:hover {
        border: solid 5px #1a1c23;
        /* width: 100%;*/
        -webkit-box-shadow: inset 0px 0px 0px 10px #1a1c23;
        -moz-box-shadow: inset 0px 0px 0px 10px #1a1c23;
        box-shadow: inset 0px 0px 0px 10px #1a1c23;
        -webkit-transition: -webkit-box-shadow 1s;
        -moz-transition: -moz-box-shadow 1s;
        -o-transition: -o-box-shadow 1s;
        transition: box-shadow 1s;
        border: solid 1px #1a1c23;
    }
#ctl00_ctl00_dvCustomer a span {
    color: #000;
    font-weight: 400;
    font-size: 14px;
}
    #ctl00_ctl00_dvCustomer a span:hover {
        color: #118dbb;
    }
#ctl00_lnkLogout a {
    color: #fca600 !important;
    margin-left: 10px;
}
#ctl00_lnkLogout a:hover {
    color: #000 !important;
}
#ctl00_dvCustomer {
    text-align: right;
} 
#ctl00_ctl00_dvCustomer {
    text-align: right;
}
#ctl00_ctl00_dvCustomer a {
	color: #fca600;}

.dxgvControl_DevEx a {
    color: #118dbb !important;
    font-weight: 600;
}

.dxgvControl_DevEx a:hover {
	color: #420d58 !important;
        font-size: inherit;
}
.dxgvHHEC tbody tr td a {
    font-size: 12px !important;
}

.name2 span {
    color: #000;
    font-size: 13px;
    font-weight: 300;
    margin-left: 10px;
}
.logout {
    color: #fca600;
	font-size: 14px;
}
.dashbox {
	border-left: 0px solid #7f3877 !important;}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_tblApplicantInfo > tbody > tr:nth-child(3) {display:none;}
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_tblApplicantInfo > tbody > tr:nth-child(1) > td {display:none;}

/* Styling Checkbox Starts */
.checkbox-label {
color: white;
    display: block;
    position: relative;
    margin: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    height: 50px;
    width: 24px;
    clear: both;
}
.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label .mark {
	top: 30px;
    position: absolute;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border-radius: 5px;
    transition: all 0.3s ease-in;
    border: 2px solid white;
    border: solid 1px #673ab7;
}
.checkbox-label input:checked ~ .mark {
    background-color: #673ab7;
    border-radius: 5px;
    transform: rotate(0deg) scale(1);
    opacity: 1;
    border: 2px solid white;
}
.checkbox-label .mark::after {
    position: absolute;
    content: "";
    border-radius: 5px;
}
.checkbox-label input:checked ~ .mark::after {
  transform: rotate(45deg) scale(1);
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 0;
}
/* For Ripple Effect */ 
.checkbox-label .mark::before {
    position: absolute;
    content: "";
    border-radius: 10px;
    border: 5px solid #673ab7;
    transform: scale(0);
}

.checkbox-label input:checked ~ .mark::before {
    left: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    transform: scale(3);
    opacity:0;   
    transition: all 0.3s ease-out;
}
span#ctl00_ContentPlaceHolder1_lblExpansionofCapacity {
    color: #000 !important;
    font-weight: 600 !important;
}
/*input#ctl00_ContentPlaceHolder1_chkExpansionofCapacity {
    width: 24px;
    height: 24px;
    background: #ccc;
}*/
/*input#ctl00_ContentPlaceHolder1_chkNewEstablishmentUnit {
    width: 24px;
    height: 24px;
}*/
/*#ctl00_ContentPlaceHolder1_tblApplicant > tbody > tr:nth-child(2){display:none;}*/
.dashbox h4 {
    min-height: 54px;
}
.dashbox .icon i {
    font-size: 68px;
}
.swiper-wrapper {
    margin-top: 15px;
}
.logodairy {
    min-height: auto;
    min-width: 80px;
    /*margin-top: 17px;*/
}
.site-logo {
    width: 100%;
    height: auto;
}
.Dep-title {
    float: none;
    margin-top: 0px;
}
.Dep-title h1 {
  color: #2f2f2f;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    padding: 0px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0;
    line-height: 26px;
    font-size: 20px;
}
#services > div.container.aos-init.aos-animate > div.service-title > p.titleheading {
    font-size: 19px !important;
    color: #000 !important;
    font-weight: 600 !important;
	width: 100%;
}
table#ctl00_ContentPlaceHolder1_txtCaptcha_TB {
        border: solid 1px #ccc !important;
    width: 100%;
    float: left;
    height: 55px;
    border: solid 1px #eee;
    box-shadow: 0 0 15px #e9e9e9;
    border-radius: 4px;
    padding-left: 2%;
    padding-top: 5px;
    position: relative;
}
input#ctl00_ContentPlaceHolder1_txtCaptcha_TB_I {
    font-size: 18px;
	text-align: center;
}
.capta_bx {
    width: 100%;
    float: left;
	    margin-bottom: 20px;
}

#ctl00_ContentPlaceHolder1_lnkDashboard {
    width: auto;
    float: right;
    background: #fca600;
    font-size: 15px;
    font-weight: 400;
    padding: 9px 20px;
    border-radius: 3px;
    color: #000;
}
    #ctl00_ContentPlaceHolder1_lnkDashboard:hover {
        background: #161b7f;
        color: #fff;
    }
.topimg-text p {
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
}
.dxca-imageDiv img {
    width: 70% !important;
    height: auto !important;
}

/*#ctl00_ContentPlaceHolder1_pnlCustomerRegister > li:nth-child(6) {
    margin: 0;
}*/
#ctl00_ContentPlaceHolder1_pnlCustomerRegister > li:nth-child(7) {
    margin-bottom: 0px;
}
.min-hit {
    min-height: 600px;
}
.size14 {
    font-size: 28px !important;
    color: #118dbb;
}
.size14:hover {
    font-size: 28px;
    color: #fca600;
}

.dxpLite_Material .dxp-current {
	background-color: #fca600 !important;}

.dxmLite_Material .dxm-item.dxm-checked, .dxmLite_Material .dxm-item.dxm-selected {
    background-color: #420d58 !important;
}
.text_area {
    text-align: justify;
}
.btn32 {
    float: left;
    border: solid 1px #ccc;
    border-radius: 3px;
    padding: 5px 20px;
    background: #420d58;
    color: #fff;
    font-weight: 200;
}
.btn32:hover {
    background: #fca600;
    color: #000;
}
.mini-list ul {
    list-style: circle;
    float: left;
    width: 100%;
}
.mini-list ul li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.cntnt p {
    text-align: justify;
}
.text_area h5 strong {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fca600;
}
.Notification em strong {
    font-size: 14px;
    color: #420d58;
}
.Notification em {
    font-size: 14px;
    font-weight: 300;
}
.bg_grey {
    background: #efefef;
    padding: 10px;
    border: solid 1px #ccc;
    border-radius: 3px;
}
.form-control-static {
    float: left;
    margin: 6px 10px 0 0;
}

.form-control1 {
    margin-top: 7px;
    margin-right: 10px;
}
.mar_top {
    float: right;
}

.form-control25 {
    height: 35px;
    border-radius: 3px;
    margin-right: 10px;
}

.btn-success2 {
background: #420d58;
    color: #fff;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 300 !important;
    padding: 8px 32px;
    border: 0;
    border-radius: 3px;
}

.btn-success2:hover {
    background: #fca600;
    color: #000;
}
.lblFooter {
    text-align: center;
    width: 100%;
    float: left;
    padding: 100px 0;
    font-size: 28px;
    color: #a8a8a8;
}

.dxcaControl_SoftOrange table tbody tr {
    width: 50%;
    float: left;
}

.dxca-imageDiv {
    line-height: 108px !important;
    text-align: center;}

#ctl00_ContentPlaceHolder1_pnlCustomerRegister > li:nth-child(6) {
    margin-bottom: 10px;
}

#ctl00_ContentPlaceHolder1_txtCaptcha_TB > tbody > tr {
    width: 100%;
    margin-top: 8px;
}

td#ctl00_ContentPlaceHolder1_txtCaptcha_TB_EC {
    position: relative;
    left: -40px;
    top: 15px;
}
.signinbut_box {
    width: 50%;
    margin: 0 auto;
}

.img_th img {
    width: 90%;
    height: auto;
    /* margin: 0 auto; */
	
    border-radius: 0 80px 80px 80px;
    box-shadow: 0 5px 16px #ccc;
}

.form-group span strong {
    color: red;
}
.note {
    width: 100%;
    float: left;
}
.note span {
    font-size: 11px !important;
    width: 100% !important;
    float: left;
    line-height: 18px;
    margin-top: 10px;
    padding: 0 !important;
    color: #ff0404 !important;
}
table#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_UploadedFilesContainer1_FilesRoundPanel {
    margin-top: 5px;
    /* width: 100% !important; */
}

.frm-tp-hd {
    text-align: center;
    margin-top: 10px;
}
    .frm-tp-hd h3 {
        font-size: 30px;
        font-weight: 900;
    }
* {
    margin: 0;
    padding: 0;
}

.wrapper {
    height: 100%;
    width: 100%;
   
    position: absolute;
    display:none;

}

    

    .wrapper div {
        height: 60px;
        width: 60px;
        border: 2px solid rgba(255, 255, 255, 0.7);
        border-radius: 50px;
        position: absolute;
        top: 10%;
        left: 10%;
        animation: 4s linear infinite;
    }

div .dot {
    height: 10px;
    width: 10px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 20%;
    right: 20%;
}

.wrapper div:nth-child(1) {
    top: 20%;
    left: 20%;
    animation: animate 8s linear infinite;
}

.wrapper div:nth-child(2) {
    top: 60%;
    left: 80%;
    animation: animate 10s linear infinite;
}

.wrapper div:nth-child(3) {
    top: 40%;
    left: 40%;
    animation: animate 3s linear infinite;
}

.wrapper div:nth-child(4) {
    top: 66%;
    left: 30%;
    animation: animate 7s linear infinite;
}

.wrapper div:nth-child(5) {
    top: 90%;
    left: 10%;
    animation: animate 9s linear infinite;
}

.wrapper div:nth-child(6) {
    top: 30%;
    left: 60%;
    animation: animate 5s linear infinite;
}

.wrapper div:nth-child(7) {
    top: 70%;
    left: 20%;
    animation: animate 8s linear infinite;
}

.wrapper div:nth-child(8) {
    top: 75%;
    left: 60%;
    animation: animate 10s linear infinite;
}

.wrapper div:nth-child(9) {
    top: 50%;
    left: 50%;
    animation: animate 6s linear infinite;
}

.wrapper div:nth-child(10) {
    top: 45%;
    left: 20%;
    animation: animate 10s linear infinite;
}

.wrapper div:nth-child(11) {
    top: 10%;
    left: 90%;
    animation: animate 9s linear infinite;
}

.wrapper div:nth-child(12) {
    top: 20%;
    left: 70%;
    animation: animate 7s linear infinite;
}

.wrapper div:nth-child(13) {
    top: 20%;
    left: 20%;
    animation: animate 8s linear infinite;
}

.wrapper div:nth-child(14) {
    top: 60%;
    left: 5%;
    animation: animate 6s linear infinite;
}

.wrapper div:nth-child(15) {
    top: 90%;
    left: 80%;
    animation: animate 9s linear infinite;
}

@keyframes animate {
    0% {
        transform: scale(0) translateY(0) rotate(70deg);
    }

    100% {
        transform: scale(1.3) translateY(-100px) rotate(360deg);
    }
}
.topimg-text {
    width: 96.3%;
    float: left;
    border-bottom: solid 1px #F44336;
    margin: 26px 0 10px 15px;
    padding: 0 0 6px 0;
    /* background: linear-gradient(90deg, #f96d4a 30%, rgb(255 255 255) 70%); */
    color: #F44336;
}
.service-title {
    background: #bbb;
    height: 40px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    border: dashed 1px #dc9a9a;
}
.dashboard_imgbox h5 {
    font-size: 13px;
    padding: 10px;
    line-height: 24px;
    min-height: 187px;
    width: 100%;
    float: left;
    /* background: none; */
    font-weight: 400;
}
}
.applybtn {
    /* background: #ccc; */
    width: 100%;
    float: left;
}
    .applybtn a {
        background: #1a1c23;
        padding: 10px;
        border-radius: 2px;
        color: #fff;
        font-size: 14px;
    }
        .applybtn a:hover {
            background: #ffb504;
            color: #000;
        }
.dashboardimg {
    width: 100px;
    /* float: left; */
    /* text-align: center; */
    display: block;
    background: #ffb504;
    border-radius: 70%;
    line-height: 75px;
    margin: 0 auto;
    padding-bottom: 22px;
    margin-top: 15px;
    border: solid 2px #fff;
    box-shadow: 0px 0px 21px #ededed;
}
    .dashboardimg img {
        width: 50%;
        margin: 10px 0 0 0;
    }
.news-update {
    background-image: url(../img/BG12.png);
    background-position: center center;
    padding:30px 0;
    display:none;
}
.c-img {
    width: 225px;
    float: left;
    height: 200px;
    margin-bottom: 30px;
    /* max-height: 151px; */
    border-radius: 20px;
    box-shadow: 0 0 26px #e1e1e1;
}
.card-body-inner {
    margin-bottom: 30px;
    border-radius: 10px;
    min-height: 125px;
    box-shadow: 0 10px 20px #e9e9e9;
    padding: 0px 10px;
    position:relative;
}

.card-body-cont {
    display: block;
    position: relative;
    top: 27%;
    transform: translateY(27%);
}

.card-body-inner h3 {
    font-size: 13px !important;
    font-weight: 400;
    color: #303030;
    padding-left: 18px;
    line-height: normal;
    margin-bottom: 0;
    min-height: 60px;
}

.card-body-inner img {
    height: 50px;
    width: auto;
}
.sch-but {
    background: #118dbb;
    width: auto;
    float: right;
    font-size: 13px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    position: absolute;
    right: 13px;
    bottom: -50px;
    font-weight: 300;
}
    .sch-but:hover {
        background: #ffb504;
    }
.textbgwa {
    font-size: 13px;
}
/********************************tree chart css******************/

.chart-bg-in {
    width: 2000px;
}

.chart-bg-1800 {
    width: 1800px;
}

.chart-bg-2800 {
    width: 3000px;
}

.chart-bg-center {
    display: flex;
    justify-content: center;
    overflow: auto;
    width: 100%;
    padding-bottom: 75px;
}

.chart-bg {
    overflow: auto;
    width: 100%;
    padding-bottom: 75px;
}

    .chart-bg ul,
    .chart-bg-center ul {
        margin: 0;
        padding: 0;
    }

.tree ul {
    padding-top: 20px;
    padding-left: 11px;
    position: relative;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
}

    .tree li::before,
    .tree li::after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 1px solid #085f90;
        width: 50%;
        height: 20px;
    }

    .tree li::after {
        right: auto;
        left: 50%;
        border-left: 1px solid #085f90;
    }

    .tree li:only-child::after,
    .tree li:only-child::before {
        display: none;
    }

    .tree li:only-child {
        padding-top: 0;
    }

    .tree li:first-child::before,
    .tree li:last-child::after {
        border: none 0;
    }

    .tree li:last-child::before {
        border-right: 1px solid #085f90;
        border-radius: 0 5px 0 0;
    }

    .tree li:first-child::after {
        border-radius: 5px 0 0 0;
    }

.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #085f90;
    width: 0;
    height: 20px;
}

.tree li span {
    min-width: 100px;
    background-color: #bff7ff4a;
    color: #000000;
    border: 1px solid #cff9ff;
    padding: 5px 10px;
    text-decoration: none;
    font-family: arial, verdana, tahoma;
    font-size: 12px;
    display: inline-block;
    border-radius: 5px;
}

    .tree li span:hover, .tree li span:hover + ul li span {
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
        -moz-transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        background-color: #4c37c2 !important;
        border: 1px solid #4c37c2 !important;
        color: #fff !important;
    }

        .tree li span:hover + ul li::after,
        .tree li span:hover + ul li::before,
        .tree li span:hover + ul::before,
        .tree li span:hover + ul ul::before {
            border-color: #80deeb;
            -moz-transition: all .5s;
            -webkit-transition: all .5s;
            transition: all .5s;
            -moz-transition-delay: 0.3s;
            -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
        }

.tree .h-70 {
    padding: 70px 5px 0 5px;
}

    .tree .h-70::before,
    .tree .h-70::after {
        height: 70px;
    }

.tree .h-50 {
    padding: 50px 5px 0 5px;
}

    .tree .h-50::before,
    .tree .h-50::after {
        height: 50px;
    }

.tree .h-30 {
    padding: 30px 5px 0 5px;
}

    .tree .h-30::before,
    .tree .h-30::after {
        height: 30px;
    }

.tree .h-110 {
    padding: 110px 5px 0 5px;
}

    .tree .h-110::before,
    .tree .h-110::after {
        height: 110px;
    }
a#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_gvApplicantAttachment_cell0_1_lbtn_Download {
    background: #161b7f;
    padding: 8px 10px;
    color: #fff !important;
    border-radius: 2px;
}
.btn-success {
    background: #118dbb;
    border-color: #118dbb;
}
    .btn-success:hover {
        background: #ffb504;
        border-color: #ffb504;
        color:#000;
    }
.applynow2 {
    background: #118dbb;
    padding: 20px 100px;
    border: 0;
    border-radius: 3px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 300;
}
    .applynow2:hover {
        background: #ffb504;
    }
.topimg-text p span {
    font-size: 18px;
    font-weight: 700 !important;
    color: #000;
}
.formbox200 h4 input {
    border: 0;
    height: 35px !important;
}
.num h3 span {
    font-size: 58px;
}
.CheckboxSchemeView {
    float: right;
}
.CheckboxSchemeView a {
    color: #fff;
    font-size: 12px;
    background: #118dbb;
    /* padding: 2px 10px; */
    border-radius: 3px;
    margin: 3px 3px 0 0;
    padding: 5px 15px;
}
.clr-txt {
    color: #fff !important;
    font-size: 13px;
    line-height: 30px;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_tblApplicantScheme .chkMain {
    margin-left: 10px;
}
/*#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_tblApplicantScheme {
    border: solid 1px #ccc;
}*/
/*table#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_tblApplicantScheme tbody tr  {
    border: solid 1px #ccc;
}*/
.addborder {
    border: solid 1px #ccc;
}

table#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_tblApplicantScheme .dvLabel {
    margin: 3px 3px 0 0;
    float: right;
}
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_tblApplicantScheme > tbody > tr:nth-child(1) {
    border: none;
}
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_tblApplicantScheme > tbody > tr:nth-child(2) {
    display: none;
}
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_tblApplicantScheme > tbody > tr:nth-child(21) {
    border: 0;
}
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_tblApplicantScheme > tbody > tr:nth-child(22) {
    border: 0;
}
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_tblApplicantScheme > tbody > tr:nth-child(20) {
    border: 0;
}
table#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_tblApplicantScheme .col-6 {
    border-right: solid 1px #ccc;
}
.traning21 {
    background: #fff;
    border: solid 1px #ebebeb;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    padding: 10px;
    box-shadow: 0 6px 7px #e7e7e7;
}
    .traning21 h5 {
        padding: 20px 10px;
        font-size: 14px;
        float: left;
        width: 100%;
    }
        .traning21 h5 em {
            width: 100%;
            float: left;
            font-style: normal;
            color: #000;
            font-weight: 400;
            min-height: 40px;
        }
        .traning21 h5 span {
            background: #FFC107;
            color: #000;
            font-size: 12px;
            padding: 5px 10px;
            border-radius: 25px;
            font-weight: 500;
            margin-top: 5px;
            margin-bottom:5px;
            float:left;
        }
    .traning21 img {
        width: 100%;
        height: auto;
        max-height: 200px;
    }
    .traning21 h4 {
        font-size: 13px;
        text-align: justify;
        line-height: 24px;
        font-weight: 400;
        color: #000;
        width: 100%;
        float: left;
        border-bottom: solid 1px #e7e7e7;
        padding-bottom: 5px;
        padding: 0 10px 5px 10px;
    }
    .traning21 font {
        float: left;
        margin-right: 20px;
        margin-left: 10px;
    }
.pad-bt h5 {
    padding-bottom: 5px;
    min-height: 59px;
}
.vid-det {
    width: 100%;
    float: left;
}
    .vid-det h5 {
        font-weight: 500;
        color: #000;
        line-height: 27px;
        width: 100%;
        float: left;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .vid-det iframe {
        float: left;
        width: 100%;
        box-shadow: 0 0px 4px 3px #ccc;
        border: solid 1px #000;
    }
    .vid-det p {
        width: 100%;
        float: left;
        margin-top: 20px;
        text-align: justify;
        line-height: 30px;
        font-size: 15px;
        font-weight: 400;
    }
    .vid-det span {
        float: left;
        margin-right: 40px;
        font-size: 18px;
    }
.bor-tp {
    width: 100%;
    float: left;
    border-top: solid 1px #ccc;
    padding-top: 20px;
}
.social2 a {
    width: 40px;
    float: left;
    background: #FFC107;
    text-align: center;
    margin-right: 10px;
    border-radius: 40px;
    color: #000;
    height: 40px;
    line-height: 40px;
}
    .social2 a:hover {
        background: #118dbb;
        color: #fff;
    }
.hding span {
    background: #FFC107;
    color: #000;
    padding: 10px 20px;
    float: left;
    border-radius: 3px 3px 0 0;
    font-weight: 500;
}
.hding {
    width: 100%;
    float: left;
    border-bottom: solid 1px #FFC107;
}
.copylink {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #118dbb;
    color: #fff;
    text-align: center;
    border-radius: 60%;
    float: right !important;
    cursor: pointer;
}
.copylink:hover {
   
    background: #fca600;
    color: #000;
   
}
.dx-borderBox div span {
    font-family: 'Poppins';
}