﻿/*@import url("css/jquery-ui.min.css");*/
/*@import url("site/writereaddata/config/sitecss.css");*/

body {
    color: #393939;
    font-family: 'Eczar', serif;
    font-weight: 400;
    margin: 0;
    overflow-x: hidden;
    font-size: 15px;
}

#new {
    background: rgba(0, 0, 0, 0.06);
    padding: 20px 0px;
    position: relative;
    clear: both;
    margin-bottom: 0px;
}



.main .title {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0px auto;
    text-align: center;
    padding-top: 20px;
}

    .main .title h2 {
        color: #fff;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 1px;
        font-size: 30pt;
    }

    .main .title p {
        color: #fff;
    }

path {
    fill: #eaeaea;
    stop-color: #c84f31;
    stroke: #666;
    stroke-width: 0;
    position: relative;
}

    path:hover {
        fill: #ffc375;
        cursor: pointer;
    }

.selected {
    fill: #ffc375;
    cursor: pointer;
    position: relative;
    z-index: 5;
}

.compass {
    fill: #fff;
    stroke: #000;
    stroke-width: 1;
}

.plus-minus {
    fill: #fff;
    pointer-events: none;
}

#tooltip {
    dominant-baseline: hanging;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 5pt;
    color: #FFF;
}

#matrix-group {
    margin-left: 500px;
}

#map-svg {
    padding-left: 30px;
    width: 100%;
    filter: drop-shadow(-14px 4px 0px #1a4a6a);
    margin-top: -80px;
    min-height: 750px;
}

ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

    .cta-text h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .cta-text span {
        color: #757575;
        font-size: 15px;
    }

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

    .footer-logo img {
        max-width: 200px;
    }

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

    .footer-widget-heading h3::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -15px;
        height: 2px;
        width: 50px;
        background: #ff5e14;
    }

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

    .footer-widget ul li a:hover {
        color: #ff5e14;
    }

    .footer-widget ul li a {
        color: #878787;
        text-transform: capitalize;
    }

.subscribe-form {
    position: relative;
    overflow: hidden;
}

    .subscribe-form input {
        width: 100%;
        padding: 14px 28px;
        background: #2E2E2E;
        border: 1px solid #2E2E2E;
        color: #fff;
    }

    .subscribe-form button {
        position: absolute;
        right: 0;
        background: #ff5e14;
        padding: 13px 20px;
        border: 1px solid #ff5e14;
        top: 0;
    }

        .subscribe-form button i {
            color: #fff;
            font-size: 22px;
            transform: rotate(-6deg);
        }

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

    .copyright-text p a {
        color: #ff5e14;
    }

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

    .footer-menu li:hover a {
        color: #ff5e14;
    }

    .footer-menu li a {
        font-size: 14px;
        color: #878787;
    }


body {
    font-family: Helvetica;
    margin: 0;
}

a {
    text-decoration: none;
    color: #000;
}

.site-header {
    border-bottom: 0px solid #ccc;
    padding: .5em 1em;
}

    .site-header::after {
        content: "";
        display: table;
        clear: both;
    }

.site-identity {
    float: left;
}

    .site-identity h1 {
        font-size: 1.5em;
        margin: .7em 0 .3em 0;
        display: inline-block;
    }

    .site-identity img {
        max-width: 85px;
        float: left;
        margin: 0 10px 0 0;
    }

.site-navigation {
    float: right;
}

    .site-navigation ul, li {
        margin: 0;
        padding: 0;
    }

    .site-navigation li {
        display: inline-block;
        margin: 1.4em 1em 1em 1em;
    }

h2 {
    text-align: center;
    padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}






.section-padding {
    padding: 25px 0;
}

.brand-carousel {
    background: #333;
    margin: 0;
    height:110px;
}

.owl-dots {
    text-align: center;
    margin-top: 40px;
}

.owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #444 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
}

    .owl-dot.active {
        background-color: black !important;
    }

    .external socialanchor {
    color: #ffffff;
    font-size: 1em;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
}
.fa-facebook {
    background: #3c5a99 none repeat scroll 0 0;
    color: #fff;
    padding: 4px;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    text-align: center;
}
.twit {
    background: #1da0f2 none repeat scroll 0 0;
    color: #fff;
    padding: 4px;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    text-align: center;
}
.google {
    background: #dd4b39 none repeat scroll 0 0;
    color: #fff;
    padding: 4px;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    text-align: center;
}
.insta {
    background: linear-gradient(to bottom, #5659cc 0%,#f24a57 100%);
    color: #fff;
    padding: 4px;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    text-align: center;
}
.blog {
    background: url(https://state.bihar.gov.in/prdbihar/assets/img/blogger.svg);
    color: #fff;
    padding: 4px;
    border-radius: 50%;
    height: 23px;
    width: 23px;
    margin-top: 2px;
    text-align: center;
    background-size: contain;
    margin-bottom: -5px;
    background-repeat: no-repeat;
}
.you {
    background: #E62117 none repeat scroll 0 0;
    color: #fff;
    padding: 4px;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    text-align: center;
}