﻿ .navbar
{
    padding: 0px;
    font-size: 14px;    
    border-color: #5c6064;
}
.loginc {
    vertical-align: super !important;
}
.navbar-nav > li.dropdown {
    padding-bottom: 0;
}
.navbar .navbar-nav > li > a {
    color: black !important;
    font-weight: bold !important;
   /* padding-top: 15px !important;
    padding-bottom: 18px !important;*/
    padding-left: 20px !important;
}

.blue .navbar .navbar-nav > li:hover {
    background-color: #b9d4f9 !important;
    color: white;
}
.blue .navbar-nav > li.dropdown:hover ul {
    display: block !important;
    background-color: #b9d4f9 !important;
    color: white !important;
}
.navbar-nav > li.dropdown ul li {
    border-bottom: solid;
    border-bottom-color: white;
    border-bottom-width: 1px;
    
}
.navbar-nav > li.dropdown ul  { 
    padding-bottom: 0;
}
.green .navbar .navbar-nav > li:hover {
    background-color: #c8e5c9 !important;
    color: white;
}

.green .navbar-nav > li.dropdown:hover ul {
    display: block !important;
    background-color: #c8e5c9 !important;
    color: white !important;
}

.red .navbar .navbar-nav > li:hover {
    background-color: #dfc4b1 !important;
    color: white;
}

.red .navbar-nav > li.dropdown:hover ul {
    display: block !important;
    background-color: #dfc4b1 !important;
    color: white !important;  
}

.purple .navbar .navbar-nav > li:hover {
    background-color: #ddafaf !important;
    color: white;
}

.purple .navbar-nav > li.dropdown:hover ul {
    display: block !important;
    background-color: #ddafaf !important;
    color: white !important;
}

.blue .navbar-nav > li.dropdown ul li:hover {
    display: block !important;
    --bs-dropdown-link-hover-bg: #3b72bd;
    --bs-dropdown-link-hover-color: white;
}
.green .navbar-nav > li.dropdown ul li:hover {
    display: block !important;
    --bs-dropdown-link-hover-bg: #48874b;
    --bs-dropdown-link-hover-color: white;
}
.red .navbar-nav > li.dropdown ul li:hover {
    display: block !important;
    --bs-dropdown-link-hover-bg: #934f1e;
    --bs-dropdown-link-hover-color: white;
}
.purple .navbar-nav > li.dropdown ul li:hover {
    display: block !important;
    --bs-dropdown-link-hover-bg: #a31b1b;
    --bs-dropdown-link-hover-color: white;
}
.f {
    font-size: 14px !important;
    padding-bottom: 10px !important;
}
.dropdown-content1 .navbar-nav > li.dropdown:hover ul {
    display: inline-block !important;
}

.dropdown-menu-end {
    right: 0;
    min-width: 250px;
}
.img-container img {
    min-width: 280px;
    min-height: 180px;
    max-width: 380px;
    max-height: 280px;
}
.btn-twitter {
    background-color: #4099FF;
    color: #fff;
}

.btn-facebook {
    background-color: #3B5998;
    color: #fff;
}

.btn-google-plus {
    background-color: #d34836;
    color: #fff;
}

.btn-download {
    background-color: #8C4E76;
    color: #fff;
}

.btn-twitter:hover {
    background-color: #3088FF;
    color: #62BBFF;
}

.btn-facebook:hover {
    background-color: #3B5998;
    color: #fff;
}

.btn-google-plus:hover {
    background-color: #C23836;
    color: #E45A58;
}

.btn-download:hover {
    background-color: #A65C91;
    color: #fff;
}

/*section.carousel {
    background-color: #004179;
    height: 500px;
    -moz-box-shadow: 1px 5px 40px #0c2f6b;
    -webkit-box-shadow: 1px 5px 40px #0c2f6b;
    box-shadow: 1px 5px 40px #0c2f6b;
}

    section.carousel .carousel.item,
    section.carousel .carousel.item.active,
    section.carousel .carousel-inner {
        height: 100%;
    }

    section.carousel .fill {
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
    }*/

    @media (max-width: 767px) {
        section.carousel {
            height: 250px;
            box-shadow: -1px 2px 3px #2a4998;
        }
    }

    @media (max-width: 991px) {
        section.carousel {
            height: 400px;
            box-shadow: -1px 2px 3px #2a4998;
        }
    }
    /*     Side Bar  Start */
    /* Style the links inside the sidenav */
    @media (min-width: 767px) {
        h3, .h3 {
            font-size: 21px !important;
        }
    }

#mySidenav a {
    position: fixed; /* Position them relative to the browser window */
    left: -270px; /* Position them outside of the screen */
    transition: 0.3s; /* Add transition on hover */
    padding: 10px; /* 15px padding */
    width: 300px; /* Set a specific width */
    text-decoration: none; /* Remove underline */
    font-size: 16px; /* Increase font size */
    color: white; /* White text color */
    border-radius: 0 0px 0px 0; /* Rounded corners on the top right and bottom right side */
    z-index:13;
}

    #mySidenav a:hover {
        left: 0; /* On mouse-over, make the elements appear as they should */
    }

/* The about link: 20px from the top with a green background */
#SN1 {
    top: 180px;
    z-index: 10;
}

#SN2 {
    top: 225px;
    z-index: 10;
}

#SN3 {
    top: 270px;
    z-index: 10;
}

#SN4 {
    top: 314px;
    z-index: 10;
}

#SN5 {
    top: 358px;
    z-index: 10;
}

#SN6 {
    top: 402px;
    z-index: 10;
}

#SN7 {
    top: 446px;
    z-index: 10;
}

#SN8 {
    top: 490px;
    z-index: 10;
    
}

#SN9 {
    top: 535px;
    z-index: 10;
    border: none;
}

/*#SN10 {
 top: 585px;

}

#SN11 {
  top: 630px;
}


#SN12 {
  top: 675px;
}



#SN13 {
  top: 720px;
}



#SN14 {
  top: 765px;
}



#SN15 {
  top: 805px;
}*/
/*     Side Bar End */

.btn11 :hover {
    background: #8929b9 !important;
    color: white !important;
}

.btn12 :hover {
    background: #b5870e !important;
    color: white !important;
}


.btn15 :hover {
    background: #316e5b !important;
    color: white !important;
}

a.bg-PH {
    background-color: #389477 !important;
    color: white !important;
}

    a.bg-PH:hover {
        background-color: #316e5b !important;
        color: white !important;
    }

/*.btn18 :hover {
                background: #2f9a9e !important;
                color: white !important;
        }*/

a.bg-mo {
    background-color: #2bbdc2 !important;
    color: white !important;
    border:none;
}

    a.bg-mo:hover {
        background-color: #1d6b6e !important;
        color: white !important;
        border: none;
    }


a.downcert {
    background-color: #a3211f !important;
    color: white !important;
    border: none;
}

    a.downcert:hover {
        background-color: #6b1110 !important;
        color: white !important;
        border: none;
    }


a.emitratab {
    background-color: #778744 !important;
    color: white !important;
    border: none;
}

    a.emitratab:hover {
        background-color: #434d23 !important;
        color: white !important;
        border: none;
    }




a.bg-dashboard {
    background-color: #d69f0f !important;
    color: white !important;
    border: none;
}

    a.bg-dashboard:hover {
        background-color: #b5870e !important;
        color: white !important;
        border: none;
    }

.btn13 :hover {
    background: #e3528e !important;
    color: white !important;
    border: none;
}

a.bg-Home {
    background-color: #f582b1 !important;
    color: white !important;
    border: none;
}


    a.bg-Home:hover {
        background-color: #e3528e !important;
        color: white !important;
        border: none;
    }

.btn14 :hover {
    background: #784947 !important;
    color: white !important;
    border: none;
}


a.nijicls {
    background-color: #e0416c !important;
    color: white !important;
    border: none;
}

    a.nijicls:hover {
        background-color: #ab294c !important;
        color: white !important;
        border: none;
    }

a.addname {
    background-color: #513bb3 !important;
    color: white !important;
    border: none;
}

    a.addname:hover {
        background-color: #1f154a !important;
        color: white !important;
        border: none;
    }

a.bg-legacy {
    background-color: #875856 !important;
    color: white !important;
    border: none;
}

    a.bg-legacy:hover {
        background-color: #4f2d2b !important;
        color: white !important;
        border: none;
    }


a.bg-contact {
    background-color: #2755a1 !important;
    color: white !important;
    border: none;
}

    a.bg-contact:hover {
        background-color: #132f5e !important;
        color: white !important;
        border: none;
    }

span {
    font-family: Arial !important;
}

.hooverbutton {
    color: Navy;
    background-color: Silver;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    height: 28px;
    width: 100px;
}


.static {
    color: White;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    width: 100px;
}

.btn-secondary {
    background: #a847d8 !important;
    color: white;
}

.btn11 :hover {
    background: #8929b9 !important;
    color: white !important;
}

.btn12 :hover {
    background: #b5870e !important;
    color: white !important;
}


.btn15 :hover {
    background: #316e5b !important;
    color: white !important;
}

a.bg-PH {
    background-color: #389477 !important;
    color: white !important;
}

    a.bg-PH:hover {
        background-color: #316e5b !important;
        color: white !important;
    }


a.bg-dashboard {
    background-color: #d69f0f !important;
    color: white !important;
}

    a.bg-dashboard:hover {
        background-color: #b5870e !important;
        color: white !important;
    }

.btn13 :hover {
    background: #e3528e !important;
    color: white !important;
}

a.bg-Home {
    background-color: #f582b1 !important;
    color: white !important;
}


    a.bg-Home:hover {
        background-color: #e3528e !important;
        color: white !important;
    }

.btn14 :hover {
    background: #784947 !important;
    color: white !important;
}

a.bg-legacy {
    background-color: #875856 !important;
    color: white !important;
}

    a.bg-legacy:hover {
        background-color: #784947 !important;
        color: white !important;
    }

.paging {
}

    .paging a {
        background-color: #3A5896;
        padding: 5px 7px;
        text-decoration: none;
        border: 1px solid #B3C5ED;
    }

        .paging a:hover {
            background-color: Maroon;
            color: #00C157;
            border: 1px solid #B3C5ED;
        }

    .paging span {
        background-color: #E1FFEF;
        padding: 5px 7px;
        color: #00C157;
        border: 1px solid #00C157;
    }

tr.paging {
    background: none !important;
}

    tr.paging tr {
        background: none !important;
    }

    tr.paging td {
        border: none;
    }

a.ex1 {
    color: yellow !important;
    text-decoration: none;
}

p.ex1:hover {
    color: greenyellow !important;
}

a.ex1:hover {
    color: white !important;
   /* text-decoration: underline;*/
}
/*a {    
    text-decoration: none !important;
}*/
.font-button {
    color: #fff;
    text-align: center;
    cursor: pointer;
}

/*.dropdown-menu-end {
    right: 0;
    min-width: 250px;
}*/

.img-hover-zoom--point-zoom img {
    transform-origin: 55% 75%;
    transition: transform 1s, filter .5s ease-out;
    z-index: 311 !important;
    position: inherit;
}

.btnheight {
    height: 58px;
    padding: 16px 22px;
}

.icondiv {
    margin-bottom: 290px;
    margin-right: 10px;
}

/* The Transformation */
.img-hover-zoom--point-zoom:hover img {
    transform: scale(2.5);
}

@font-face {
    font-family: 'digitalfonts';
    src: url('fonts/DS-DIGIB.TTF');
}

@font-face {
    font-family: 'digitalfonts_ie';
    src: url('fonts/DS-DIGIB.TTF.eot');
}

#HomeCounter {
    position: fixed;
    width: 190px;
    max-height: 300px;
    right: 0px; /*top: 50%;
margin-top: -100px;*/
    bottom: 0px;
    background: rgba(238, 255, 255, 0.8);
    border: 1px solid #333;
    font-weight: bold;
    margin: 5px 0 0 0;
    color: #004179;
    font-size: 15px;
    padding: 0;
    z-index: 300;
}

#HomeCounter2 {
    position: fixed;
    width: 190px;
    max-height: 600px;
    right: 0px; /*top: 50%;
margin-top: -100px;*/
    bottom: 140px;
    background: rgba(238, 255, 255, 0.8);
    border: 1px solid #333;
    font-weight: bold;
    margin: 5px 0 0 0;
    color: #004179;
    font-size: 15px;
    padding: 0;
    z-index: 300;
}

.counterData {
    font-family: monospace;
    color: #004179;
    font-weight: bold !important;
    text-align: center !important;
    line-height: 29.5px;
}

.ShowAll, .ShowAll a {
    width: 100%;
    background: #004179;
    color: #FFF !important;
    text-align: center;
    font-size: 15px;
    bottom: 0;
}

.col-sm-12 {
    padding: 0;
    margin: 5px 0px 0 0;
}

.store_logo a img {
    max-height: 65px;
}

.store_logo a {
    width: 100%;
}

.store_logo span a img {
    border-radius: 10px !important;
    height: 63px !important;
}

.margin_right15 {
    margin-right: 15px !important;
}

.margin_right130 {
    margin-right: 130px !important;
}

#HyperLink5 img {
    max-height: 80px !important;
}

.div-logo {
    max-width: 100% !important;
    margin: 0px auto !important;
}

    .div-logo a, .div-logo div {
        max-width: auto !important;
        margin: 0px auto !important;
    }

@media screen and (min-width: 980px) and (max-width: 1250px) {
    .margin_right15 {
        margin-right: 0px !important;
    }
}

@media screen and (max-width: 750px) {
    .margin_right15 {
        margin-right: 0px !important;
    }

    .margin_right130 {
        margin-right: 0px !important;
    }
}

.featured-services .icon-box {
    min-height: 100px;
    padding: 10px;

}

.featured-services .icon-box {
    padding: 20px 10px;
    min-height: 100px;
   

}

.featured-services .icon-box {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    font-size: 18px !important;
    height:120px; 
}
    .featured-services .icon-box a {
        text-decoration: none;
        color: black !important;
        font-size: 18px !important;
    }
    .featured-services .icon-box:hover::before {
     
     /*   background: #dd9090;*/
        /* background: #ccdcff;*/
        top: 0;
        left: 0;
        right: 0;
        border-radius: 0px;
        color: white !important;
        
    }
    .featured-services .a:hover::before {
       /* background: #dd9090;*/
       background: #ccdcff;
       
    }

    .featured-services .icon-box:hover a div.title {
        margin-top: 0px !important;        
    }
    .featured-services .icon-box:hover a div.title1 {
        visibility: visible;
    }
    .featured-services .icon-box a div.title1 {
        visibility: hidden;
    }
    .featured-services .icon-box:hover {
        /*color: black !important;*/
        padding-top: 10px;
        transition-duration: 0.2s;
     
    }
.bg-box1 {
    background-color: #FFADAD !important;   
}

.bg-box2 {
    background: #a0c4ff !important;
}

.bg-box3 {
    background: #FFD6A5 !important;
}

.bg-box4 {
    background: #8fe17f !important;
}

.bg-box5 {
    background: #bdb2ff !important;
}


.bg-box1:hover::before {
    background: #dd9090 !important;
}
.bg-box2:hover::before {
    background: #4883e3 !important;
}
.bg-box3:hover::before {
    background: #db9a4c !important;
}
.bg-box4:hover::before {
    background: #6aad5d !important;
}
.bg-box5:hover::before {
    background: #978bdb !important;
}

    .featured-services .icon-box:hover a {
        color: white !important;
    }
   
    .featured-services .icon-box::before {
        content: '';
        position: absolute;
       /* background: #d9f1f2;*/
        right: 0;
        left: 0;
        bottom: 0;
        top: 100%;
        right: 100%;
        left: 100%;
        bottom: 0;
        top: 0;
        transition: all 0.3s;
        Z-index: -1;
       
    }
#myModal
{
    z-index:14;
}
.card-footer1 {
    /*padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
     color: var(--bs-card-cap-color); */
    background-color: white !important;
    border-top: none !important;
    text-align: right;
}
.card-body1 {
  
 color:black!important;
}

/*#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
*/
    #myImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
/*h3, .h3 {
    font-size: 14px !important;
}

h2, .h2 {
    font-size: 14px !important;
}
h4, .h4 {
    font-size: 128% !important;
}
@media (min-width: 767px) {
    h3, .h3 {
        font-size: 21px !important;
    }
}*/
body, html { 
    font-size: 18px;
}

.h2, h2 {
    font-size: 78% !important;
}

.h3, h3 {
    font-size: 110% !important;
}

.h4, h4 {
    font-size: 100% !important;
}
.h5, h5 {
    font-size: 87% !important;
}
.dropdownjankari { 
    margin-top: -4px !important;
    right: 0;
    inset: 0px auto auto 0px;
}
.dl {
   color:white;
   text-decoration:none;
   font-size:14px;
}
.card {
    --bs-card-spacer-y: .5rem !important;
}

.carousel-inner1 {
    position: relative;
    width: 100%;
     overflow: hidden; 
z-index:11;
}

.carousel-inner1:hover {
    overflow: visible !important;
}

.carousel-indicators1 {
 /*   position: static;  */
    bottom:auto;
}
#HomeCounter {
    position: fixed;
    width: 190px;
    max-height: 300px;
    right: 0px;
    bottom: 0px;
    background: rgba(238, 255, 255, 0.8);
    border: 1px solid #333;
    font-weight: bold;
    margin: 5px 0 0 0;
    color: #004179;
    font-size: 15px;
    padding: 0;
    z-index: 300;
}
#carouselAward, #paint1 {
    z-index: 13;
}

#HomeCounter2 {
    position: fixed;
    width: 190px;
    max-height: 600px;
    right: 0px;
    bottom: 140px;
    background: rgba(238, 255, 255, 0.8);
    border: 1px solid #333;
    font-weight: bold;
    margin: 5px 0 0 0;
    color: #004179;
    font-size: 15px;
    padding: 0;
    z-index: 300;
}

.counterData {
    font-family: monospace;
    color: #004179;
    font-weight: bold !important;
    text-align: center !important;
    line-height: 29.5px;
}

.ShowAll, .ShowAll a {
    width: 100%;
    /*  background: #004179;*/
    color: #FFF !important;
    text-align: center;
    font-size: 15px;
    bottom: 0;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    right: -10px;
    top: 25px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}

    .dropdown-content1 a {
        color: black;
        padding: 6px 10px;
        text-decoration: none;
        display: block;
    }

.dropdown:hover .dropdown-content1 {
    display: block;
  
}

ul.listx li {
    display: inline;
}

.color_switcher li {
    margin: 3px 0px 3px 0px;
}
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}


.divhyperlink {
display: block;  
padding-top: 22px; 
padding-bottom: 29px; 
}

@media(max-width:991px) {
    .logins1 {
        display: none;
    }   
}

@media(max-width:767px) { 
    .logins1 {
        display: none;
    }   
}

.card {
    word-wrap: inherit !important;
}
input[type="radio"] {
    margin-right: 5px;
} 