/*Created by Rochona Ghosh*/

@font-face{
	font-family:'Regular';
	src:url(../fonts/Montserrat-Regular.ttf);
		/*src:url(../links/css/font_awesome/fonts/Montserrat-Regular.ttf);*/

	}
@font-face{
	font-family:'Medium';
	src:url(../fonts/Montserrat-Medium.ttf);
	}
@font-face{
	font-family:'SemiBold';
	src:url(../fonts/Montserrat-SemiBold.ttf);
	}
@font-face{
	font-family:'bold';
	src:url(../fonts/Montserrat-Bold.ttf);
	}
body,
html { height: 100%;}

body{
	background:#fff;
	font-family:'Regular';
	}
header {
    text-align: center;
    padding: 10px;
    background: #f3f3f300 url(../images/11.jpg) no-repeat;
    background-size: cover;
}
header img{
	height:60px;
}
header h3 {
    margin: 15px auto 0;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Bold;
    width: 685px;
    line-height: 28px;
}
.headings {
    margin: 30px 0 15px;
}
p.no_view {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 19px;
    font-family: SemiBold;
    opacity: 0.2;
}
p.no_view i {
    display: block;
    text-align: center;
    margin: auto;
    font-size: 60px;
    margin-bottom: 15px;
}
.headings span {
    display: inline-block;
    font-family: SemiBold;
    padding: 8px;
    box-shadow: 0px 22px 40px rgba(0, 0, 0, 0.08);
}
.headings span:first-child{
    background: #3888ca;
    color: #fff;
    width: 100px;
    text-align: right;
    border-radius: 0 0 0 20px;
    text-transform: uppercase;
}
.headings span:last-child{
    background: #c7e6ff;
    color: #1b1b1b;
    width: 60%;
}
span.dott{
	position:absolute;
	top:0;
	right:0;
}
.frm_bdy{
    background: #f2f8fb;
    padding: 20px 20px 10px;
    border: 1px solid #d5ecff;
}
label.my_lbl{
    font-family: Medium;
    margin: 0;
    color: #292929;
}
.form-control{
    outline: 0;
    box-shadow: none;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    font-family: Medium;
    color: #000;
    margin-bottom: 10px;
}
.my_tbl th, .my_tbl td {
    border: 1px solid #e0e0e0 !important;
    padding: 5px !important;
}
.my_tbl th {
    background: #3887c9;
    color: #fff;
    text-align: center;
}
.my_tbl td {
    text-align: center;
    color: #000;
    background: #e5f3ff;
    font-family: Medium;
}
/*raDIO Button style*/

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}
.home_icn{
	    font-weight: bold;
    display: block;
    margin-top: 130px;
}
.home_icn i{
	font-size: 20px;
}
input[type=checkbox]:not(old) + label > span, input[type=radio ]:not(old) + label > span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0px 6px 2px 0;
    border: 1px solid rgb(56, 136, 202);
    border-radius: 50%;
    background: rgb(255, 255, 255);
    vertical-align: bottom;
}
p.simple{
	font-family: PT_Regular;
    letter-spacing: 1px;
    font-weight: normal;
	}

input[type=radio]:not(old):checked + label > span > span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 1px 1px;
    border: 1px solid rgb(56, 136, 202);
    border-radius: 50%;
    background-image: linear-gradient(rgb(56, 136, 202),rgba(255, 255, 255, 0.38));
}

h4.track_ttl {
    text-align: center;
    font-size: 18px;
    font-family: SemiBold;
    margin: 30px 0 20px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    color: #292929;
}
.checkbox, .radio{
	margin:0;
}
.checkbox label, .radio label {
    padding-left: 10px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: 0;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    font-family: Medium;
    font-size: 13px;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 3px;
    border: 2px solid #3888ca;
    border-radius: 3px;
    background: #fff;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.trackng_dtl{
	margin-top: 60px;
	text-align: center;
}
.trackng_dtl span {
    width: 35px;
    height: 35px;
    background: #ededed;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #060606;
    border: 1px solid #acacac;
    padding-top: 6px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
.trackng_dtl span:after {
    content: "";
    border-right: 3px solid #dddddd;
    height: 4px;
    border-width: 264px;
    position: absolute;
    top: 45%;
    left: 33px;
}
.trackng_dtl span.green, .trackng_dtl span.green:after {
    border-color: #46a61d;
    background: #3db909;
    color: #fff;
}
.col-md-3:last-child .steps>span:after{
    border: 0;
}
.steps p {
    margin: 0 0 10px;
    font-size: 14px;
    font-family: SemiBold;
    color: #242424;
}
.txt_bxx{
    background: #fff;
    padding: 15px 13px 10px;
    box-shadow: 0px 0px 5px #d1d1d1;
    margin-top: 22px;
    position: relative;
    border-radius: 5px ;
}
.txt_bxx:before {
    content: "";
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: -10px;
    box-shadow: -2px -2px 3px #dedede;
    transform: rotate(45deg);
    left: 121px;
}
.txt_bxx p.cls{
    position: absolute;
    top: 4px;
    right: 10px;
    margin: 0;
    font-size: 17px;
    color: #ff7878;
    cursor: pointer;
}
.txt_bxx p.cls:hover{
    color: #e43737;
}
.txt_bxx p.lng_txt {
    margin: 0;
    line-height: 25px;
    color: #2e2e2e;
    font-size: 12px;
}
p.hdng_p{
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 3px;
    margin-bottom: 7px;
    font-size: 13px;
}
p.lng_txt b{
    color: #000;
    font-size: 14px;
}
.tw_btn{
	margin-top: 24px;
}
.highlight span{
	animation: highlight 1s infinite alternate;
}
@keyframes highlight {
    from {transform: scale(1.2);}
    to {transform: scale(1.0);}
}
ul.ttl_prdct{
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.ttl_prdct li{
	display: inline-block;
	margin: 0 5px;
	width: 12%;
	background: #fff;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
	padding-bottom: 3px;
	font-weight: 700;
}
ul.ttl_prdct li span{
	display:block;
	background: #95b369;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 2px;
	font-size: 14px;
	margin-bottom: 2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
    left: 2px;
    top: 5px;
    padding-left: 2px;
    padding-top: 0px;
    font-size: 10px;
    color: #FFFFFE;
    background: #3888ca;
    text-shadow: 0px 1px 5px #0000002e;
}
.fileupld{
    position: relative;
    text-align: center;
}
.fileupld input[type="file"]{
    position: absolute;
    top: 10px;
    width: 82%;
    margin: auto;
    height: 40px;
    opacity: 0;
    cursor: pointer;
}
.fileupld span {
    background: #3980bb;
    color: #fff;
    padding: 9px 25px;
    display: inline-block;
    margin: 10px 0;
    font-family: Medium;
    border-radius: 25px;
    box-shadow: 0px 5px 28px rgba(0, 0, 0, 0.28);
}
button.sbmt{
    background: #3980bb;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    margin: 10px 0;
    font-family: Medium;
    border-radius: 25px;
    box-shadow: 0px 5px 28px rgba(0, 0, 0, 0.28);
    outline: 0;
    border: 0;
    width: 115px;
    margin-bottom: 20px;
    border: 1px solid #3980bb;
    transition: 0.5s;
}
button.sbmt:hover{
	background: #fff;
    color:#3980bb ;
}
.ntc_bdy {
    height: 260px;
    background: #f1f1f1;
    box-shadow: 0px 16px 18px #e0e0e0;
    padding: 15px 15px;
        overflow-y: scroll;
}
a {
	text-decoration: none !important;
}
h4.hd_txt {
    font-family: SemiBold;
    background-image: linear-gradient(to left, rgb(255, 255, 255) 0%, rgb(130, 187, 234) 50%, rgb(56, 136, 202) 100%);
    border-radius: 20px 0 0 0;
    color: #ffffff;
    padding: 10px 20px;
}
.all_txt p {
    margin: 0 0 20px;
    font-family: Medium;
    line-height: 25px;
    text-align: justify;
}
.tbl-hdr th{
	    background: #505050;
    text-align: center;
    color: #fff;
    font-family: SemiBold;
    text-shadow: none;
    font-size: 13px;
    border: 1px solid #cecece;
}
table{
	background: #fffbf0;
}
.table>tbody>tr>td {
    border: 1px solid #ddd;
    text-align: center;
    font-family: Medium;
    font-size: 13px;
}
.wrapper {
    margin-top: 25px;
    min-height: 400px;
}
.hdng h3{
    text-align: center;
    font-family: SemiBold;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 17px;
    background: #3888ca;
    color: #fff;
    border-radius: 25px;
    padding: 10px;
    margin: 50px 0 0;
}
 .ntc_bdy a{
 	   font-family: Medium;
    color: #252525;
    font-size: 13px;
}
 .ntc_bdy hr{
 	margin-top: 13px;
    margin-bottom: 13px;
    border-top: 1px solid #d4d4d4;
}
.ntc_bdy a:hover{
    color: red;
}
a.vew_mre{
	background: #3980bb;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    margin: 10px 0;
    font-family: Medium;
    border-radius: 25px;
    box-shadow: 0px 5px 28px rgba(0, 0, 0, 0.28);
    outline: 0;
    border: 0;
    width: 115px;
    margin-bottom: 20px;
    border: 1px solid #3980bb;
    transition: 0.5s;
}
a.vew_mre:hover{
	background: #fff;
	color: #3980bb;
}
a.vew_mre.black{
	background: #000;
	color: #fff;
	border-color: #000;
}
a.vew_mre.black:hover{
	background: #fff;
	color: #000;
}
footer {
    background: #505050;
    text-align: center;
    padding: 15px;
    margin-top: 60px;
}
footer p{
    margin: 0;
    font-family: Medium;
    font-size: 11px;
    color: #f1f1f1;
}
footer a{
	font-size: 12px;
    color: #fff !important;
    font-family: SemiBold;
}
.all_txt {
    background: #ffffff;
    padding: 0;
    font-family: SemiBold;
    position: relative;
}
.iconss a{
    text-decoration: none !important;
    display: block;
    background: #3980bb;
    color: #fff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    padding: 21px;
    font-size: 12px;
    font-family: Medium;
    margin: 20px auto;
    box-shadow: 0px 0px 24px #fff;
    transition: 0.5s;
}
.iconss a:hover{
    background: #000;
    color: #fff;
    transform: scale(1.1);
}
a.online{
	animation: blink 0.7s infinite alternate;
	background: #C00;
	transition: 0.5s;
	
}
a.online:hover{
	animation: blink 0.7s infinite alternate;
	background: #C00
	
}
@keyframes blink{
	0%{
	background: #C00;
    transform: scale(1);
		
	}
	0%{
	background: #C00;
    transform: scale(1.1);
		
	}
}
.iconss a>i{
    display: block;
    font-size: 25px;
    padding-bottom: 10px;
}
a.noti{
	padding-top: 27px;
}
ul.crnr_icn {
    list-style: none;
    padding: 10px 0px 20px;
    text-align: center;
    background: #f1f1f1;
    box-shadow: 0px 16px 18px #e0e0e0;
}
ul.crnr_icn li {
    display: inline-block;
    width: 100px;
    height: 140px;
    margin: 8px;
    vertical-align: top;
}
ul.crnr_icn li a img{
    height: 45px;
}
ul.crnr_icn li span {
			    display: block;
    font-family: SemiBold;
    color: #000;
    font-size: 11px;
    padding: 10px 0;
}
ul.crnr_icn li a {
    color: #000;
    font-family: Medium;
    font-size: 11px;
    padding-top: 25px;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    vertical-align: top;
    transition:0.5s;
        box-shadow: 0px 4px 10px #b1b1b1;
}
ul.crnr_icn li a.red {
    background: #ca0909;
    border: 2px solid #ca0909;
}
ul.crnr_icn li a.blue {
        background: #09a6ca;
    border: 2px solid #09a6ca;
}
ul.crnr_icn li a.green {
  background: #65b100;
    border: 2px solid #65b100;
}
ul.crnr_icn li a.yellow {
        background: #e8e100;
    border: 2px solid #e8e100;
}
ul.crnr_icn li a.vio {
    background: #5e1cde;
    border: 2px solid #5e1cde;
}
ul.crnr_icn li a.greend {
        background: #4dc14b;
    border: 2px solid #4dc14b;
}
ul.crnr_icn li a:hover{
	background: #353535;
	border-color: #353535;
}
h3.hdd{
    margin: 0;
    background: #078bb3;
    color: #fff;
    font-family: SemiBold;
    font-size: 17px;
    padding: 9px;
    text-align: center;
}
ul.apply_btns {
    list-style: none;
    padding: 0;
    text-align: center;
}
ul.apply_btns li {
    width: 160px;
    border-radius: 50%;
    height: 160px;
    background: #ebebeb;
    border-radius: 50%;
    vertical-align: top;
    display: inline-block;
    margin:13px 5px 0px;
    transition: 0.5s;
    box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.12);
    /* border-radius: 13px !important; */
}
ul.apply_btns li a{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
ul.apply_btns li span {
    font-weight: 600;
    color: #fff;
    padding: 0 15px 0px;
    font-size: 12px;
}
ul.apply_btns li span img{
    display: block;
    margin: auto;
    height: 40px;
    margin-bottom: 10px;
}
ul.apply_btns li span i{
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
}
/*ul.apply_btns li span i.fa-hand-o-up{
	color: #8eba3b;
}
ul.apply_btns li span i.fa-print{
    color: #4283ba;
}
ul.apply_btns li span i.fa-map-marker{
    color: #e15353;
}*/
ul.apply_btns li:nth-child(1)  {
    background: #3a399c;
    border-radius: 0% 50% 50% 50%;
    box-shadow: 0px 0px 5px rgb(58, 57, 156);
}
ul.apply_btns li:nth-child(2)  {
    background: #99c729;
    border-radius: 50% 00% 50% 50%;
    box-shadow: 0px 0px 5px rgb(153, 199, 41);
}
ul.apply_btns li:nth-child(3)  {
    background: #dc4343;
    border-radius: 50% 50% 50% 0%;
    box-shadow: 0px 0px 5px rgb(220, 67, 67);
}
ul.apply_btns li:nth-child(4)  {
        border-radius: 50% 50% 0% 50%;
        background: #3dabc3;
        box-shadow: 0px 0px 5px rgb(61, 171, 195);
}
ul.apply_btns li:hover{
    transform: scale(1.1);
        background: #353535;
}
ul.apply_btns li:hover span, ul.apply_btns li:hover span i{
    color: #fff !important;
}
.imp_date {
    background: #fff;
    box-shadow:0px 7px 18px rgba(0, 0, 0, 0.17);
    border-radius: 8px;
    height: 400px;
    overflow: hidden;
    position: relative;
}
ul.movetop {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px;
    list-style: none;
}
ul.movetop li {
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
ul.movetop li .date {
    text-align: center;
    background: #e1f0ff;
    box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
}
ul.movetop li .date h4 {
    font-size: 14px;
    padding: 5px;
    line-height: 26px;
    font-family: Bold;
    color: #054788;
    margin: 0;
}
ul.movetop li .date h4 span {
    display: block;
    font-size: 12px;
    border-top: 1px solid #d0d0d0;
    color: #525252;
    font-family: Semibold;
}
ul.movetop li a {
    display: block;
    font-size: 13px;
    color: #3a3a3a;
    font-family: Medium;
    transition: 0.5s;
}
a.view_all {
    display: block;
    padding: 11px;
    background: #ececec;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    color: #054788;
    font-family: Bold;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.5s;
}
.imp_date h3 {
    text-align: center;
    font-size: 16px;
    background: #3286ce;
    color: #fff;
    padding: 10px 0;
    font-family: Semibold;
    margin: 0;
}
a.view_all:hover {
    background: #2b80d3;
    color: #fff;
    text-decoration: none;
}
.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 14px;
    margin-bottom: 10px;
}
.file-upload-wrapper:before {
    content: 'Upload';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 40px;
    background: #f7d43d;
    color: #2d2d2d;
    font-weight: 700;
    z-index: 25;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}
.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}
.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 40px;
    line-height: 20px;
    color: #969696;
    font-weight: 300;
    border-radius: 4px;
}

