/*--------------------------
         font-family 
---------------------------*/
@font-face {
  font-family: slider_head;
  src: url(../font/Fontin-Bold.ttf); }
@font-face {
  font-family: slider_sub_head;
  src: url(../font/Fontin-Regular.ttf); }
@font-face {
  font-family: 'bold-head';
  src: url(../fonts/GillSansStd-Bold.ttf) format("opentype"); }
@font-face {
  font-family: 'light-head';
  src: url(../fonts/GillSansStd.ttf) format("opentype"); }
@font-face {
  font-family: 'para';
  src: url(../fonts/GillSansStd-Light.ttf); }
h1, h2, h3, h4, h5, h6 {
  font-family: 'light-head' }

/*---------------------------
            end 
 --------------------------*/  


/*------------------------------ 
            menu-start 
------------------------------*/
body {
    font-family: light-head !important;
}
.navbar {
    margin-bottom: 0px !important;
    min-height: 7vh;
}
.navbar-inverse {
    background-color: #fff;
    border: 0px;
    float: left;
    width: 100%;
    border-radius: 0 !important;
    z-index: 10;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.52);
    height: 8vh;
}
.navbar-brand {
    height: 7vh !important;
    padding: 0px 15px !important;
}
.navbar-brand img {
    width: 32vh;
    margin-top: 1px;
}

.navbar-nav>li>a {
    line-height: 7vh !important;
    font-family: light-head;
    letter-spacing: 1px;
    color: #000;
    z-index: 1;
}
.navbar-nav>li>a.loginButton {
    line-height: 0px;
    font-size: 13px;
    padding: 0vh 1.5vh;

}
.navbar-nav>li>a.signupButton {
    line-height: 0px;
    font-size: 12px;
    padding: 0px 1.5vh;

}
.navbar-nav>li>a.sendButton {
    line-height: 0px;
    font-size: 13px;
    padding: 0vh 1.5vh;
}
.navbar-inverse .navbar-nav>li>a {
    color: #000;
    font-size: 16px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #7aa12e !important;
    background-color: #222222 !important;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #587ad3;
    background-color: transparent;
}
.dropdown-menu {
    background-color: #222;

}
.dropdown-menu>li>a {
    color: #fff;
    border-bottom: 1px dotted #fff3 !important;
    letter-spacing: 1px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #7aa12e;
}
label {
    letter-spacing: 1px;
}
/*------------------------------------------- 
            end 
--------------------------------------------*/


/*-------------------------------------------
            For Padding Only
---------------------------------------------*/
.pd {
    padding: 0px;
}            
.pl {
    padding-left: 0px;
    padding-right: 10px;
}
.pr {
    padding-right: 0px;
}
/*--------------------------------------------
                    end
---------------------------------------------*/


/*-------------------------------------------
            For Margin Only
---------------------------------------------*/
.mr {
    margin: 0px;
}            
.mt {
    margin-top: 10px;
}
.mb {
    margin-bottom: 10px;
}
.mt-top {
    float: left;
    width: 100%;
   /* margin-top: 65px;*/
}
/*--------------------------------------------
                    end
---------------------------------------------*/


/*-------------------------------------------
                Banner-Image
--------------------------------------------*/
#slider {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    float: left;
    width: 100%;
    z-index: 1;
    overflow: initial;
    position: relative;
    background: rgba(0, 0, 0, 0) url(../image/home/banner1.jpg) no-repeat scroll center center / cover;
    min-height: 20vh;
}
.overlay-grad-three {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    background: #605e5cc2;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.content {
    position: absolute;
    top: 3%;
    z-index: 2;
    left: 6%;
    border-radius: 50px;
    background-color: #ffffff47;
    width: 14vh;
    height: 14vh;
    -webkit-transition: width 2s, height 2s, -webkit-transform 5s; /* Safari */
    transition: width 2s, height 2s, transform 5s;
    box-shadow: 0px 0px 35px #fff;
}
.content:hover {
    transition: all 0.3s ease 0s;
    box-shadow: 0px 0px 22px 3px rgba(0, 0, 0, 0.62); 
    border: 0px;
     -webkit-transform: rotate(360deg); /* Safari */
    transform: rotate(360deg) transform 5s;
    background-color: #28a745;
    border-radius: 120px;
}
h1.collateral {
    font-size: 1.5vh;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 14vh;
    text-align: center;
    color: #fff;
}
h1.collateral:hover {
    font-size: 1.6vh;
    color: #fff;
}
.collaterals {
    position: absolute;
    top: 3%;
    z-index: 2;
    right:  5%;
    border-radius: 50px;
    background-color: #ffffff47;
    width: 14vh;
    height: 14vh;
    -webkit-transition: width 2s, height 2s, -webkit-transform 5s; /* Safari */
    transition: width 2s, height 2s, transform 5s;
    box-shadow: 0px 0px 35px #fff;
}
.collaterals:hover {
    transition: all 0.3s ease 0s;
    box-shadow: 0px 0px 22px 3px rgba(0, 0, 0, 0.62); 
    border: 0px;
     -webkit-transform: rotate(360deg); /* Safari */
    transform: rotate(360deg) transform 5s;
    background-color: #ee0979;
    border-radius: 120px;
}
h1.collat {
    font-size: 1.5vh;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 14vh;
    text-align: center;
    color: #fff;
}
h1.collat:hover {
    font-size: 1.6vh;
    color: #fff;
}

.card-container {
    cursor: pointer;
    height: 17vh;
    perspective: 600;
    position: relative;
    width: 17vh;
    z-index: 6;
    top: 8px;
    margin: 0 auto;
}
.card {
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: all 1s ease-in-out;
    width: 100%;
}
.card:hover {
    transform: rotateY(180deg);
}
.card .side {
    backface-visibility: hidden;
    border-radius: 100px;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 0px 35px #ffffff;
}
.card .side img {
    width: 17vh;
    height: 17vh;
    margin: 0px;
    /*background: white;*/
    padding: 10px;
    border-radius: 50px;
}
.card .back {
    background: #fff;
    color: #8d0404;
    line-height: 17vh;
    text-align: center;
    transform: rotateY(180deg);
    border: 1px solid #8d0404;
}
.card .back a {
    color: #8d0404;
    text-decoration: none;
    font-size: 2vh;
}

/*-------------------------------------------
                End
--------------------------------------------*/

/*-------------------------------------------
                Contact & Drs
--------------------------------------------*/
.contact {
    width: 100%;
    text-align: right;
    border: 1px solid #ee0979;
    margin: 1vh 0vh 1.2vh;
    padding: 0vh 3vh;
    border-left: 0px;
    height: 19vh;
    background: url(../image/contact/contact.jpg) no-repeat;
    background-size: 100% 100%;
}
.contact:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border: 1px solid #28a745;
    border-left: 0px;
    transition: all 0.3s ease 0s;
}
.contact h2 {
    color: #ddd;
    background-color: #000000a1;
    padding: 1.5vh 1.5vh;
    float: right;
    margin-top: 1vh;
    font-size: 4.5vh;
}
.contact p {
    width: 100%;
    float: right;
    margin: 0 0 1vh;
}
.contact p a {
    color: #ddd;
    font-size: 2vh;
}
.contact p a:hover {
    color: #28a745;
    text-decoration: none;
}

.dsr {
    width: 100%;
    text-align: right;
    border: 1px solid #ee0979;
    margin: 1vh 0vh 1.2vh;
    padding: 0vh 3vh;
    border-right: 0px;
    height: 19vh;
    background: url(../image/contact/dsr.jpg);
    background-size: 100% 100%;
}
.dsr:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border: 1px solid #28a745;
    border-right: 0px;
    transition: all 0.3s ease 0s;
}
.dsr h2 {
    color: #fff;
    background-color: #000000a1;
    text-align: center;
    padding: 1.5vh;
    position: absolute;
    bottom: 10px;
    right: 9px;
    font-size: 4.5vh;
}
/*--------------------------------------------
                    End
---------------------------------------------*/


/*--------------------------------------------
                Supply Section
---------------------------------------------*/
.supply {
    float: left;
    width: 100%;
    text-align: center;
    border: 1px solid #ee0979;
    background-color: #ee0979;
    margin-bottom: 1.2vh;
}
.supply:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
    transition: all 0.3s ease 0s;
}
.supply img {
    padding-top: 15px;
    width: 50px;
}
.supply a {
    color: #fff;
    padding: 0px 9px 20px;
    float: left;
    width: 100%;
    font-size: 20px;
    text-decoration: none;
        margin-top: -6px;
}
.convence {
    float: left;
    width: 100%;
    text-align: center;
    border: 1px solid #587ad3;
    background-color: #587ad3;
    margin-bottom: 1.2vh;
}
.convence:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
    transition: all 0.3s ease 0s;
}
.convence img {
    padding-top: 15px;
    width: 50px;
}
.convence a {
    color: #fff;
    padding: 0px 9px 20px;
    float: left;
    width: 100%;
    font-size: 20px;
    text-decoration: none;
        margin-top: -6px;
}
.leave {
    float: left;
    width: 100%;
    text-align: center;
    border: 1px solid #28a745;
    background-color: #28a745;
    margin-bottom: 1.2vh;
}
.leave:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
    transition: all 0.3s ease 0s;
}
.leave img {
    padding-top: 15px;
    width: 50px;
}
.leave a {
    color: #fff;
    padding: 0px 9px 20px;
    float: left;
    width: 100%;
    font-size: 20px;
    text-decoration: none;
        margin-top: -6px;
}
.payslip {
    float: left;
    width: 100%;
    text-align: center;
    border: 1px solid #dc3545;
    background-color: #dc3545;
    margin-bottom: 1.2vh;
}
.payslip:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
    transition: all 0.3s ease 0s;
}
.payslip img {
    padding-top: 15px;
    width: 50px;
}
.payslip a {
    color: #fff;
    padding: 0px 9px 20px;
    float: left;
    width: 100%;
    font-size: 20px;
    text-decoration: none;
        margin-top: -6px;
}
/*--------------------------------------------
                    End
---------------------------------------------*/

/*--------------------------------------------
                Slider
---------------------------------------------*/
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
    height: 15.5vh;
}

/*-------------------------------------------
                End
---------------------------------------------*/

/*--------------------------------------------
                Scroll-Bar
---------------------------------------------*/
.scroll-bar {
    height: 18.1vh;
    background: #f1f1f1;
    overflow-y: scroll;
    width: 100%;
    max-width: 600px;
    margin: -11px auto 10px;
    border: 1px solid #28a745;
    font: 100%/1.4 serif;
    padding: 0px 11px;
}
.cp4-grid table {
    border: 1px solid #dc3545;
    width: 99.7%;
}
.scroll-bar img {
    width: 100%
}
/*--------------------------------------------
                  End
---------------------------------------------*/

/*-------------------------------------------
                Marque-Bottom-Image
---------------------------------------------*/
#marq-img {
    height: 19vh;
    width: 100%;
}
#lblTitle {
    color: #8f0808;
	text-shadow: 1px 2px #bababa;
}
table th {
    padding: 3px;
    width: 1%;
}
table tr {
    padding: 3px;
    font-size: 13px;
}
table tr th {
   width: 0%;
text-align: center;
padding: 0px 0px;
}
table tr td{
width: 0%;
text-align: center;
padding: 0px 2px;
font-size: 12px;
}
.marque4 table tr td {
    width: 0%;
    text-align: center;
    padding: 0px 2px;
    font-size: 10.5px;
	white-space: pre-line;
}
#LinkButton1,#LinkButton2,#LinkButton3,#LinkButton4,#btncp1addModal,#LinkButton5{
font-size: 11px;
padding: 3px 7px;
}
#svtpnlhead{
    background: #28a745;
    padding-left: 11px;
    color: #ffffff;
   height: 21px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
#svtpnlhead2{padding-left:1px;color: #fff;text-transform: capitalize;letter-spacing: 1px;}
#svtpanelhead2{padding-left:10px;color: #fff;background: #587ad3;margin: 0px;text-transform: capitalize;letter-spacing: 1px;}
#svtpanelhead3{
    padding-left: 10px;
    color: #fff;
    background: #ee0979;
    margin: 0px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
#svtpanelhead3 p{
	margin:0px;
	text-transform: capitalize;
}
.marque4 .col-md-12
{
      padding-left: 1px;
      background: #dc3545;
      height: 21px;
      margin-top: 0px;
    }
    .marque1 marquee
    {
    border: 1px solid #d9086f;
    padding: 10px;
    }
    #myCarousel
    {
    border: 1px solid #587ad3;
    padding: 2px;
    background-color: #fff;    
    }
/*--------------------------------------------
                    End
----------------------------------------------*/

/*--------------------------------------------
            Product Registration
---------------------------------------------*/
.product {
    margin: 0vh auto 0.2vh;
    padding: 0vh 2vh 15vh;
    float: left;
    width: 100%;
    background: url(../image/product.jpeg) no-repeat;
    height: 22.8vh;
    top: 0px;
    left: 0px;
    /*margin: 0 auto;*/
    background-size: 100%;
}
h2.title {
    text-align: center;
    padding: 4vh 0vh;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    background: url(../image/pop-hdr.png) center bottom no-repeat;
    margin: 2vh 0vh 5vh;
    background-size: 10% 4%;
    letter-spacing: 2px;
    position: relative;
    font-size: 4.5vh;
}
.pr-control-panel {
    position: absolute;
    right: 391px;
    bottom: -6px;
    
}
.pr-control-panel h3 {
    color: #fff;
    text-transform: capitalize;
    background-color: #141110b3;
    padding: 2vh 1vh;
    font-size: 2.5vh;
    letter-spacing: 1px;
}
.pr-control-panel h3:hover {
    color: #fff;
    background-color: #28a7456b;
    border-radius: 2px;
}





/*-------------------------------------------
                    End
--------------------------------------------*/

/*-------------------------------------------
                Marque Css
--------------------------------------------*/
.marque1 {
    height: 22.1vh;
}
.marque2 {
    height: 20.3vh;
    margin-top: -8px;
}
.marque3 {
    /*height: 2.1vh;*/
}
.marque4 {
    height: 22.1vh;
    margin-top:0px;
}
.scroll-bar h3 {
   margin: 5px 5px 0px 9px;
    font-size: 18px;
    text-align: center;
    background: #6b5408;
    color: #fff;
}
h4.mainhead {
    border-top: 2px solid #0881d8;
    margin-top: 4px;
    margin-bottom: 10px;
    padding-top: 7px;
    color: #0981a5;
    margin-left: 10px;
}
/*-------------------------------------------
                  End
--------------------------------------------*/


 
/*--------------------------------------------
            footer section start 
 ---------------------------------------------*/
.pb-3, .py-3 {
    padding-bottom: 1.6vh!important;
    padding-top: 1.6vh!important;
    letter-spacing: 1px;
}
.page-footer {
    background: #0c243c;
    line-height: 4vh;
    text-align: center;
    font-size: 2.2vh;
    color: #fff;
    font-family: light-head;
    float: left;
    width: 100%;
    box-shadow: 10px 0 25px rgba(0, 0, 0, 0.52);
}
.footer-copyright a {
    color: #000;
}
#footer {
    float: left;
    width: 100%;
}
.py-3 a {
    color: #ee0979;
    font-size: 2.5vh;
    font-weight: 600;
}

input#btnAddCP4 {
    background: #00c851!important;
    font-size: 14px;
    padding: .6rem 1rem;
    border: 1px solid #00c851!important;
    border-radius: 2px;
    width: 25%;
    letter-spacing: 1px;
}

button#btnclose {
	 background: #bd2130!important;
    font-size: 14px;
    padding: .6rem 1rem;
    border: 1px solid #bd2130!important;
    border-radius: 2px;
    width: 25%;
    letter-spacing: 1px;
}
button.btn.btn-warning {
	background: #bd2130!important;
    font-size: 14px;
    padding: .6rem 1rem;
    border: 1px solid #bd2130!important;
    border-radius: 2px;
    width: 10%;
    letter-spacing: 1px;
}
/*------------------------------------
                end 
 -----------------------------------*/

/*---- media queries -----*/
@media screen and (max-width: 1920px)
{
 .marque4 {
    margin-top:9px;
	height: 15vh;
    }   
}

@media screen and (max-width: 1600px) { 

.pb-3, .py-3 {
    padding-bottom: 2.5vh;
    padding-top: 2.5vh;
    letter-spacing: 1px;
}
.supply, .convence, .leave, .payslip{
padding-top: 3.7vh;
}

.marque4 {
    margin-top:6px;
	height: 24vh;
}
.page-footer {
    background: #0c243c;
    line-height: 2vh;
    text-align: center;
    font-size: 1.7vh;
    color: #fff;
    font-family: light-head;
    float: left;
    width: 100%;
    box-shadow: 10px 0 25px rgba(0, 0, 0, 0.52);

}
 .marque1 marquee
    {
    height: 17.1vh;
    }
	.marque4 {
    margin-top:16px;
	height: 20vh;
    }
h5.subhead {
    margin: 10px 10px;
}
.scroll-bar {
    height: 16.1vh;
}
.pl
{
padding-left:13px;    
}

.convence a
{
    color: #fff;
    padding: 0px 9px 20spx;
    float: left;
    width: 100%;
    font-size: 20px;
    text-decoration: none;
    margin-top: -6px;
    
}
}

@media screen and (max-width: 1366px) { 

.pb-3, .py-3 {
    padding-bottom: .8vh;
    padding-top: .8vh;
    letter-spacing: 1px;
}
.pll {
    padding-left: 0px;
}
.marque4 {
    height: 23.5vh;
	margin: -3px auto 0vh; 
}
.supply, .convence, .leave, .payslip{
padding-top: 0vh;
}


.marque1 marquee
    {
    height: 16.7vh;
    }
.scroll-bar h3 {
    margin: 5px 5px 0px 9px;
    font-size: 18px;
}
h4.mainhead {
    border-top: 2px solid #0881d8;
    margin-top: 4px !important;
    margin-bottom: 10px !important;
    padding-top: 7px !important;
    color: #0981a5;
    margin-left: 10px !important;
}
h3#mainheading {
    font-size: 5vh !important;
    margin: 6px 0px;
}
h5.subhead {
    margin: 10px 10px;
}
.totdiv p {
    color: black;
    margin: 20px 10px;
}
.totdiv a.pull-right {
    margin-top: -20px;
}
.leave a {
    font-size: 18px !important;
    padding: 10px 9px 10px;
}
.leave img {
    padding-top: 10px;
}
.supply a {
    padding: 10px 9px 10px;
    font-size: 18px;
}
.supply img {
    padding-top: 10px;
}
.convence a {
    font-size: 18px !important;
    padding: 10px 9px 10px;
}
.convence img {
    padding-top: 10px;
}
.payslip a {
    font-size: 18px !important;
    padding: 10px 9px 10px;
}
.payslip img {
    padding-top: 10px;
}
.product {
    height: 22.6vh;
    margin: 0.2vh auto 0.9vh;
}
.scroll-bar {
    height: 17.5vh;
    margin: 10px auto 10px;
}
table tr th {
    font-size: 14px;
}
table tr td {
    font-size: 13px;
}
}

@media screen and (max-width: 1024px) {

/*-------------------------------------------------
               Menu-Item
--------------------------------------------------*/
.navbar-inverse .navbar-nav>li>a {
    font-size: 15px;
}
.navbar-nav>li>a.loginButton {
    padding: 0px 0px;
}
/*-------------------------------------------------
                    End
--------------------------------------------------*/


/*-------------------------------------------------
                    Supply
--------------------------------------------------*/
.supply {
    height: 150px;
}
.leave {
    height: 150px;
}
.convence {
    height: 150px;
}
.payslip {
    height: 150px;
}
/*-------------------------------------------------
                    End
--------------------------------------------------*/


/*-------------------------------------------------
                Contact & Dsr
---------------------------------------------------*/
.contact h2 {
    font-size: 18px;
}
.contact p a {
    font-size: 12px;
}
.dsr h2 {
    font-size: 16px;
}
/*.contact p:nth-child(2) {
    display: none;
}*/
/*-------------------------------------------------
                    End
---------------------------------------------------*/

}


@media screen and (max-width: 768px) {

 /*-------------------------------------------------
               Menu-Item
--------------------------------------------------*/
.navbar-inverse .navbar-nav>li>a {
    font-size: 15px;
}
.navbar-nav>li>a.loginButton {
    padding: 0px 0px;
}
/*-------------------------------------------------
                    End
--------------------------------------------------*/

/*-------------------------------------------------
                    Supply
--------------------------------------------------*/
.supply {
    height: 150px;
}
.leave {
    height: 150px;
}
/*-------------------------------------------------
                    End
--------------------------------------------------*/


/*-------------------------------------------------
                Contact & Dsr
---------------------------------------------------*/
.contact h2 {
    font-size: 18px;
}
.contact p a {
    font-size: 12px;
}
.dsr h2 {
    font-size: 16px;
}
/*-------------------------------------------------
                    End
---------------------------------------------------*/
}

@media screen and (max-width: 767px) {  

.h1, h1 {
    font-size: 25px;
}
h3#mainheading
{
font-size: 12px !important;
margin-top: 7px;
}
.rpr {
    padding: 0;
}
 /*-----------------------------------
            menu-section 
  ----------------------------------*/
 .navbar-inverse {
    float: none;
    width: 100%;
    position: absolute;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #020202;
}
 .navbar-default .navbar-toggle {
   position: absolute;
    right: 0;
    top: 9px;
    border-color: #1b1b1b;
    z-index: 10;
}
.navbar-default.hidden-md.hidden-lg {
    min-height: 0px;
}
.navbar-nav {
    margin: 0px -16px;
    background-color: #222222;
}
.navbar-default .navbar-nav>li>a {
    color: #e7e7e7 !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #00b7d4;
}
.navbar-brand {
    padding: 3px 0px !important;
    width: 113px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff !important;
}
.navbar-toggle {
    padding: 5px 5px;
    margin-top: 0px;
}
/*-------------------------------------------------
                    end 
 -------------------------------------------------*/


 /*------------------------------------------------
                Padding-Section
 -------------------------------------------------*/
.pl {
    padding-left: 15px;
}
.pr {
    padding-right: 15px;
}
/*------------------------------------------------
                    End
-------------------------------------------------*/



 /*------------------------------------------------
                Margin-Section
 --------------------------------------------------*/
 .mt-top {
    margin-top: 0px;
}
/*-------------------------------------------------
                    End
--------------------------------------------------*/


 /*------------------------------------------------
                Slider Start
 -------------------------------------------------*/
 #slider {
    min-height: 170px;
}
.content {
    top: 4%;
    width: 70px;
    height: 70px;
}
.content:hover {
    width: 70px;
    height: 70px;;
}
h1.collateral {
    font-size: 7px;
    line-height: 70px;
}
h1.collateral:hover {
    line-height: 70px;
    font-size: 8px;
}
.collaterals {
    top: 4%;
    width: 70px;
    height: 70px;
}
.collaterals:hover {
    width: 70px;
    height: 70px;
}
h1.collat {
    font-size: 7px;
    line-height: 70px;
}
h1.collat:hover {
    line-height: 70px;
    font-size: 8px;
}
.card-container {
    top: 85px;
    left: 5px;
    width: 75px;
    height: 75px;
}
.card .back {
    line-height: 70px;
}
.card .back a {
    font-size: 11px;
}
.card .side img {
    width: 75px;
    height: 75px;
    padding: 10px;
    border-radius: 50px;
}
 /*------------------------------------------------
                   End
 -------------------------------------------------*/


/*-------------------------------------------------
            Contact & Dsr Section
--------------------------------------------------*/

.contact {
    border-left: 1px solid #ee0979;
    text-align: right;
    height: 150px;
}
.contact h2 {
    font-size: 22px;
}
.contact p {
    width: 100%;
}
.contact:hover {
    border-left: 1px solid #28a745;
}
.dsr {
    border-right: 1px solid #ee0979;
    margin: 0px 0px 25px;
    height: 150px;
}
.dsr h2 {
    right: 25px;
    font-size: 20px;
    letter-spacing: 1px;
    bottom: 25px;
}
.dsr:hover {
    border-right: 1px solid #28a745;
}
/*-------------------------------------------------
                    End
--------------------------------------------------*/


/*-------------------------------------------------
                Product Registration
--------------------------------------------------*/
.product {
    padding: 0px 10px 0px;
    height: auto;
    background-size: 100% 90%;
}
h2.title {
    font-size: 15px;
    left: 0px;
    background-color: #00000000;
    top: 0px;
    padding: 15px 0px 20px;
    margin: 0px 0px 70px;
}
.pr-control-panel {
    right: 22px;
    bottom: 27px;
}
.pr-control-panel h3 {
    font-size: 12px;
}
.scroll-bar {
    height: 27vh;
}
.scroll-bar img {
    width: 100%;
}
#marq-img {
    width: 100%;
}
/*-------------------------------------------------
                        End
--------------------------------------------------*/

/*-------------------------------------------------
                    Carousel SLider
---------------------------------------------------*/
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}
/*-------------------------------------------------
                    End
--------------------------------------------------*/


/*-------------------------------------------------
            footer-start 
 -------------------------------------------------*/   
.page-footer {
    height: auto;
    line-height: 0px;
}
.pb-3, .py-3 {
    padding-bottom: 0rem!important;
    padding-top: 1rem!important;
    text-align: center;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}
.help {
    text-align: center !important;
    font-size: 10px;
    letter-spacing: .8px;
}
.help a {
    font-size: 10px;
}
}
/*--------------------------------------
                    end 
 --------------------------------------*/

#mainhead
{
       color: #5d0603;
    font-weight: bold;
    border-top: 1px solid #97e1f7;
    padding: 4px 0px;
}
#subhead
{
    color: #48494a;
    font-weight: bold;
}
.totdiv p
{
    color: black;
}

h4.mainhead {
    border-top: 2px solid #0881d8;
    margin-top: 21px;
    margin-bottom: 13px;
    padding-top: 7px;
        color: #0981a5;
}
h3#mainheading
{
    text-align: center;
    color: #880909;
    text-shadow: 0px 4px 4px #b3b2b2;
    font-size: 26px;
    /*font-family: 'Do Hyeon', sans-serif;*/
	font-weight: 600;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 6px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 2px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #063b8a;
}

.accordion-option .toggle-accordion:before {
  content: "\f066";
  font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

}

.accordion-option .toggle-accordion.active:before {
  content: "\f065";
   font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.panel-title
{
color: #fff;
}
#bnks A
{
background: #026e6f;
}
#mals A
{
background: #587ad3;
}
#infor a
{
background: green;
}
#othr a
{
    background: #000980;
    }
.panel-group .panel + .panel {
    margin-top: 1px;
}
.panel-group .panel{
    margin-top: 1px;
}


.supply a.fancybox, .convence a.fancybox, .leave a.fancybox, .payslip a.fancybox {
    pointer-events: none!important;
}
.side .fancybox {
    pointer-events: none!important;
}
table#tblCP3 thead tr {
    background: #1375b3;
    color: #fff;
}

table#tblCP3 tbody tr td {
    font-size: 12.5px;
}

table#CP4table tbody tr td {
    font-size: 12.5px;
}
#CP4table thead tr {
    background: #1375b3;
    color: #fff;
}


table#gridCP3Banks tr td{
	word-break: break-word;
}
table#gridCP3Mails tr td{
	word-break: break-word;
}
table#gridCP3Others tr td{
	word-break: break-word;
}
table#gridCP3Informative tr td{
	word-break: break-word;
}

span.glyphicon.glyphicon-pencil {
    margin-right: 2px;
    color: #fff;
    padding: 5px 5px;
    background: #0062cc;
    font-weight: 100;
    font-size: 11px;
    cursor: pointer;
}

span.glyphicon.glyphicon-trash {
    color: #fff;
    padding: 5px 5px;
    background: #F44336;
    font-weight: 100;
    font-size: 11px;
    cursor: pointer;
}
button.confirm {
    display: inline-block;
    background-color: rgb(212, 103, 82);
    box-shadow: rgba(221, 107, 85, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px inset;
    border: 1px solid rgb(212, 103, 82);
}

button.cancel {
    display: inline-block;
    background-color: #a8a8a8;
    box-shadow: none;
    border: 1px solid #a8a8a8;
}




.cpnael1-details h3 {
    color: #8f0808;
    text-shadow: 1px 2px #bababa;
	margin:0px;
}

.cpnael1-details h4 {
    text-transform: capitalize;
    font-size: 1em;
    color: #333;
    text-decoration: none;
    font-weight: 600;
	margin: 0px;
    text-align: right;
}

.cpnael1-details {
    padding: 1em;
    border-bottom: 1px solid #ddd;
    background-color: #ee09793b;
    margin-bottom: 15px;
    box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
    transition: all 0.3s ease 0s;
	border: 1px solid #33333370;
    border-radius: 2px;
	background: url('../image/bulletin.gif');
	background-size: 100% 100%;
}
.domaindtls.appbox h3 {
    font-size: 14px;
    text-align: center;
}