﻿.imgcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#top-bar {
    height: 30px;
    background-color: #e9e9e9;
    border-bottom: 0px solid #ededed;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#07317e+1,5bb2f6+100&0.59+1,0.48+100 */
    background: -moz-linear-gradient(top, rgba(50, 168, 82,0.59) 1%, rgba(122, 196, 142,0.48) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(50, 168, 82,0.59) 1%,rgba(122, 196, 142,0.48) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(50, 168, 82,0.59) 1%,rgba(122, 196, 142,0.48) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32a852', endColorstr='#7ac48e',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 7px 4px -6px rgba(209, 237, 217,1);
    -moz-box-shadow: 0px 7px 4px -6px rgba(209, 237, 217,1);
    box-shadow: 0px 7px 4px -6px rgba(209, 237, 217,1);
    border-bottom-left-radius: 47px;
    border-bottom-right-radius: 47px;
}

#top-bar1 {
    background-color: rgba(202, 206, 230, 0.43);
    box-shadow: 0px 7px 4px -6px rgba(121,129,168,0.1);
}

#mnavg {
    background-color: transparent;
    border: 0px;
}

#logo-bar {
    margin-top: 10px;
    margin-left: 60px;
    margin-right: 60px;
}

#mostUsedServices {
    background-color: #f2f2f2;
    padding: 10px;
    max-height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    z-index: 10;
    position: relative;
    border-radius: 14px;
    opacity: 0.96;
    -webkit-box-shadow: 2px 2px 8px -1px rgba(130,130,130,0.94);
    box-shadow: 2px 2px 8px -1px rgba(130,130,130,0.94);
    display: table;
}

.vcenterroe {
    display: table-cell;
    vertical-align: middle;
}

    .vcenterroe img {
        margin-left: 10px;
        margin-right: 10px;
    }

        .vcenterroe img:hover {
            cursor: pointer;
            transform-origin: bottom top;
            animation: scale 250ms ease-in-out forwards;
        }

@keyframes scale {
    to {
        transform: scale(1.2);
    }
}

#home {
    padding: 0px;
    margin: 0px;
}

.rakpanel {
    background-color: #fbfbfb;
    padding: 10px;
    height: 600px;
    z-index: 900;
    margin-top: 10px;
    border-radius: 7px;
    opacity: 0.96;
    -webkit-box-shadow: 2px 2px 8px -1px rgba(130,130,130,0.20);
    box-shadow: 2px 2px 8px -1px rgba(130,130,130,0.20);
}

#mycontent {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border: 1px solid rgb(234, 234, 234);
    padding: 15px;
    border-radius: 14px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 32px 8px rgba(202,206,230,1);
    -moz-box-shadow: 0px 0px 32px 8px rgba(202,206,230,1);
    box-shadow: 0px 0px 32px 8px rgba(202,206,230,1);
}

input,
select,
textarea {
    /*max-width: 280px;*/
}

/*Rating*/
.symbol {
    display: inline-block;
    content: "\e006";
    border: 5px double white;
    width: 20px;
    height: 20px;
}

.symbol-empty {
    background-color: #ccc;
}

.symbol-filled {
    background-color: #ebed1d;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.navbar-header .navbar-brand:hover {
    color: black;
}


@media (max-width: 767px) {
    .mostUsedServices {
        margin-top: 10px !important;
    }
}

i.fa.fa-instagram:hover {
    background: -webkit-radial-gradient(33% 100% circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF) !important;
    background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

i.fa.fa-facebook:hover {
    color: #4267b2 !important;
}

i.fa.fa-twitter:hover {
    color: #38A1F3 !important;
}

.fa.fa-youtube-play:hover {
    color: #dd0b0b !important;
}

.latestNewspolicelogo {
    max-width: 3%;
}

@media screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu {
        display: block;
    }

    .dropdown-menu {
        margin-top: 0 !important;
    }

    .dropdown-toggle {
        margin-bottom: 2px !important;
    }

    .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle {
        margin-bottom: 0 !important;
    }
}

.simple-marquee-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    /*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
}

.simple-marquee-container {
    width: 100%;
    background: #fff;
    float: right;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 30px;
    position: relative;
    cursor: pointer;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 18px 0 rgba(0, 0, 0, 0.0);
}

    .simple-marquee-container .marquee-sibling {
        /*padding: 0;*/
        padding-left: 10px;
        padding-right: 3px;
        background: #fff;
        /*width: 10%;*/
        height: 37px;
        line-height: 42px;
        /*font-size: 12px;*/
        /*font-weight: normal;*/
        /*color: #ffffff;*/
        text-align: center;
        /*float: left;*/
        /*right: 0;*/
        z-index: 10;
        margin-top: -6px;
    }

    .simple-marquee-container .marquee, .simple-marquee-container *[class^="marquee"] {
        display: inline-block;
        white-space: nowrap;
        position: absolute;
    }

    .simple-marquee-container .marquee {
        margin-right: 25%;
    }

    .simple-marquee-container .marquee-content-items {
        display: inline-block;
        padding: 1px;
        margin: 0;
        height: 30px;
        position: relative;
        margin-top: -4px;
    }

        .simple-marquee-container .marquee-content-items li {
            display: inline-block;
            line-height: 35px;
            /*color: #fff;*/
        }

            .simple-marquee-container .marquee-content-items li a {
                color: #040404 !important;
            }

            .simple-marquee-container .marquee-content-items li:after {
                /*background-image: url(../Content/Logos/rakpolice.png);
                background-size: 28px 18px;
                display: inline-block;
                width: 30px;
                height: 23px;
                content: "";
                margin: 1px;
                background-repeat: no-repeat;
                background-origin: content-box;
                padding-top: 6px;*/
                content: "||";
                margin: 0 1em;
            }

/*For Full Width Menu*/
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: rgba(255,255,255,.9686274509803922);
    height: 100%;
    /*padding: 30px 10px;*/
    box-shadow: 0 0 31px 4px #dedede;
    transition: all 2s;
    animation-duration: 2s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: right;
    height: 100%;
    margin-top: 5px;
    padding: 0px 10px;
}


.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #101010 !important;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: #101010 !important;
    }

.overlay .closebtn {
    position: absolute;
    top: 1px;
    left: 45px;
    font-size: 60px;
}



#myFullMenuNav .menu-cols .col-xs-12:nth-child(2) {
    background-color: rgba(255,255,255,.9686274509803922);
    height: 100%;
    box-shadow: 0 0 31px 4px #dedede;
    transition: all 2s;
    animation-duration: 2s;
}

.full-with-icon {
    margin-top: 10px;
}
@media screen and (max-width: 450px) {
    .simple-marquee-container .marquee-sibling {
        padding-right: 0px !important;
        /*text-align: center;*/     
        /* right: 0; */
        margin-right: 0px;
        /*right: 0;*/
    }
    #clockdiv {
        /*font-weight: 100 !important;*/
        font-size: 10px !important;
    }

        #clockdiv > div {
            padding: 1px !important;
            border-radius: 1px !important;
        }

        #clockdiv div > span {
            padding: 3px !important;
            border-radius: 1px !important;
        }

    .smalltext {
        padding-top: 2px !important;
        font-size: 8px !important;
    }

    .banner_text {
        display: none;
    }
}
       
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 16px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        left: 35px;
    }
   
    .banner_text {
        display: none;
    }
}

/*Full Width Menu End*/

.preloader {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: #e7e7e7;
    z-index: 10000000;
    opacity: .8;
}

    .preloader::before {
        content: 'Loading';
        position: absolute;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 2em;
        text-transform: uppercase;
        font-weight: 600;
        color: rgba(255, 255, 255, .03);
    }

.preloader_counter {
    position: relative;
    color: rgb(31, 31, 31);
    font-size: 2em;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 1;
}

    .preloader_counter::after {
        content: '%';
        font-size: 0.5em;
    }

.preloader_hide {
    opacity: 0;
    transition: 0.8s;
    transition-delay: 0.3s;
}

.preloader_active {
    transform: translateY(-100vh);
    transition: ease-in-out 0.7s;
    transition-delay: 1.3s;
}

.preloader_logo-load {
    margin: 0 auto;
    float: left;
    position: absolute;
    top: 200px;
}