html,
body {
    height: 100%;
}

.dcontent .table {
    width: 100% !important;
}

body {
    font-weight: 400;
}

.top-image-style {
    height: 98px;
    width: 100%;
    margin-top: -14px;
}

.top-link {
    color: #fff;
}

    .top-link:hover {
        color: #c5c5c5;
    }

.login-btn {
    color: #c5c5c5;
}

.resizable {
    font-size: 15px;
}

.login-btn :hover {
    color: yellow;
}



.vid-style {
    background: #f3f3f4;
    padding: 10px;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}

figure {
    margin: 0px;
}

img {
    max-width: 100%;
    height: auto;
}

i {
    font-style: normal;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
    line-height: 27px;
    /*color: #777777;*/
    font-weight: 400;
}

/*===Preloader===*/

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    background-color: rgba(255, 255, 255, 1);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/preloader.gif);
}

/*===Menu Sticky===*/

@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }

    50% {
        margin-top: -90px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }

    50% {
        margin-top: -90px;
    }

    100% {
        margin-top: 0;
    }
}

.main-menu-one.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 9999;
    background: #f9be4d;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.main-menu-two.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 2;
    background: #ffffff;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.05);
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

/*===Scroll To Top===*/

.scroll-to-top {
    background: #f36371;
    border-radius: 50%;
    bottom: 25px;
    color: #333333;
    cursor: pointer;
    display: none;
    font-size: 30px;
    font-weight: normal;
    height: 55px;
    line-height: 50px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 55px;
    z-index: 99999;
    -webkit-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
    -moz-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
    box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
}

    .scroll-to-top span {
        color: #fff;
    }


/*===Header Style One===*/

.header-style-one {
    background: #2f4858;
    height: 30px;
    font-size: 12px;
}

.top-info {
    list-style: none;
}

    .top-info li {
        float: left;
        padding-left: 5px;
        padding-right: 5px;
        color: #fff;
    }

        .top-info li:hover {
            cursor: pointer;
            color: yellow;
        }

.header-back {
    background: url(../Content/Images/banner.png) no-repeat;
    background-size: cover;
    min-height: 112px;
}

@media (min-width:351) and (max-width:550px) {
    .header-style-one {
        height: 40px;
    }
    .section-3-bk {
    background-color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    margin-top:100px;
}
}

@media(max-width:420px) {
    #hidsmscrn {
        display: none;
    }
    .section-3-bk {
    background-color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    margin-top:200px;
}
}
/*===Header Area===*/

.header-logo {
    position: relative;
    z-index: 1;
    padding: 34px 0px;
}

    .header-logo:before {
        background: #fafafa none repeat scroll 0 0;
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        right: 10px;
        width: 2500px;
        z-index: -1;
        transform: skewX(30deg);
    }

.header-contact-info {
    position: relative;
    overflow: hidden;
    float: right;
    padding-top: 25%;
    /*padding: 33px 0px;*/
}

    .header-contact-info ul li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        position: relative;
        padding-left: 10px;
    }

        .header-contact-info ul li:last-child {
            margin-right: 0;
            border-right: none;
            padding-right: 0;
        }

        .header-contact-info ul li .iocn-holder {
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            border: 1px solid #ff2b58;
            position: absolute;
            left: 0;
            top: 0;
        }

            .header-contact-info ul li .iocn-holder span {
            }

                .header-contact-info ul li .iocn-holder span:before {
                    color: #ff2b58;
                }

        .header-contact-info ul li .text-holder {
            padding-left: 20px;
        }

            .header-contact-info ul li .text-holder strong {
                color: #222222;
                font-size: 15px;
                font-weight: 500;
                text-transform: uppercase;
            }

            .header-contact-info ul li .text-holder p {
                color: #848484;
                font-size: 15px;
                font-weight: 400;
                margin: 0;
                line-height: 26px;
            }

.social-icon {
    padding: 10px;
    color: #A33730;
    /*border: 1px solid #A33730;*/
    width: 40px;
    border-radius: 5px;
}

.face {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 14px;
    padding-right: 14px;
}

.social-icon:hover {
    background-color: #CA5E57;
    color: white;
    cursor: pointer;
    border-radius: 50px;
    font-size: 20px;
}

/*===Main Menu Area===*/

.main-menu-one {
    position: relative;
    z-index: 12;
}

.menu-style-one {
    position: relative;
    background: rgba(249,190,77,0.5);
}

    .menu-style-one .main-menu {
        float: left;
    }

    .menu-style-one .right-side-menu {
        float: right;
    }

.stricky-fixed .menu-style-one {
    margin-left: 0px;
}

.menu-style-one:before {
    position: absolute;
    left: -35px;
    top: 0px;
    width: 60px;
    height: 70px;
    content: '';
    background: rgba(249,190,77,0.9);
    transform: skewX(30deg);
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0;
}

    .main-menu .navigation li {
        position: relative;
        display: inline-block;
        padding: 0;
    }

        .main-menu .navigation li i {
            margin-right: 8px;
        }

        .main-menu .navigation li a {
            position: relative;
            color: #181818;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 1px;
            line-height: 28px;
            opacity: 1;
            padding-top: 21px;
            padding-bottom: 21px;
            padding-left: 18px;
            padding-right: 18px;
            display: inline-block;
            text-transform: uppercase;
            /*transition: all 500ms ease 0s;*/
        }

        .main-menu .navigation li:first-child a {
        }

    .main-menu .navigation > li > ul {
        position: absolute;
        left: 0px;
        top: 120%;
        width: 270px;
        padding: 9px 0px;
        background: #fff;
        z-index: 100;
        visibility: hidden;
        opacity: 0;
        border-top: 2px solid #f36371;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
        /*transition: all 500ms ease;*/
    }

    .main-menu .navigation > li:hover > ul {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }

    .main-menu .navigation > li > ul > li {
        float: none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        background: #000000;
        border-right: none;
    }

        .main-menu .navigation > li > ul > li:first-child {
            border: none;
        }

        .main-menu .navigation > li > ul > li > a {
            background: #ffffff none repeat scroll 0 0;
            color: #000000;
            display: block;
            font-size: 14px;
            font-weight: 500;
            line-height: 15px;
            padding: 12px 30px;
            position: relative;
            text-transform: capitalize;
            /*transition: all 500ms ease 0s;*/
        }

        .main-menu .navigation > li > ul > li:hover > a {
            color: #222222;
            background-color: #f9be4d;
        }

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 5px;
    top: 22px;
    font-size: 15px;
    color: #222222;
    display: inline-block;
}

@media (min-width:992px) and (max-width: 1199px) {
    .main-menu .navigation li a {
        letter-spacing: 0.5px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .section-3-bk {
    background-color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (min-width:351px) and (max-width: 600px) {
    .main-menu .navigation li a {
        letter-spacing: 0.5px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .section-3-bk {
    background-color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    margin-top:300px;
}
}
@media (max-width: 991px) {
    .main-menu .navigation li a {
        line-height: 0;
    }
    .section-3-bk {
    background-color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    margin-top:400px;
}
}
/*===Outer Search Box===*/

.right-side-menu {
    position: relative;
    padding: 15px 0px;
}

.outer-search-box {
    position: relative;
    float: left;
    height: 40px;
    width: 40px;
    line-height: 36px;
}

    .outer-search-box .seach-toggle {
        background: transparent;
        border-radius: 0;
        color: #222;
        cursor: pointer;
        display: block;
        font-size: 18px;
        position: relative;
        text-align: center;
        /*transition: all 500ms ease;*/
    }

        .outer-search-box .seach-toggle:hover,
        .outer-search-box .seach-toggle.active {
        }

    .outer-search-box .search-box {
        background: #ffffff;
        border-top: 2px solid #ffffff;
        opacity: 0;
        padding: 20px;
        position: absolute;
        right: 0px;
        top: 170%;
        transition: all 500ms ease 0s;
        visibility: hidden;
        box-shadow: 0 0 40px rgba(0, 0, 0, .041);
    }

        .outer-search-box .search-box.now-visible {
            top: 137%;
            opacity: 1;
            z-index: 9999;
            visibility: visible;
        }

        .outer-search-box .search-box .form-group {
            position: relative;
            padding: 0px;
            margin: 0px;
            width: 100%;
            min-width: 250px;
        }

    .outer-search-box .form-group input[type="search"] {
        background: #ffffff none repeat scroll 0 0;
        border: 0px;
        color: #000;
        display: block;
        font-size: 13px;
        line-height: 24px;
        position: relative;
        transition: all 500ms ease 0s;
        width: 100%;
        height: 40px;
        padding-left: 15px;
        padding-right: 50px;
    }

        .outer-search-box .form-group input[type="search"]:focus {
            border: 0px;
            outline: none;
        }

    .outer-search-box .form-group button,
    .outer-search-box .form-group input[type="submit"] {
        background: #2b2c36;
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 13px;
        height: 40px;
        line-height: 38px;
        position: absolute;
        right: 0;
        top: 0px;
        width: 40px;
        /*transition: all 500ms ease 0s;*/
    }

        .outer-search-box .form-group button:hover,
        .outer-search-box .form-group input:focus + button {
        }

.right-side-menu .nav-toggler {
    position: relative;
    z-index: 1;
    height: 40px;
    width: 40px;
    line-height: 62px;
}

.right-side-menu:before {
    background: #f9be4d none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 2500px;
    z-index: -1;
}

.right-side-menu .nav-toggler button {
    background: transparent;
    cursor: pointer;
}

.right-side-menu .nav-toggler span:before {
    font-size: 50px;
    background: transparent;
    color: #222222;
}

/*** 

====================================================================
Main Slider Banner
====================================================================

***/

.main-slider.style-1 {
    position: relative;
    top: -70px;
    /*background-color: #e7e8e7;*/
    margin-bottom: -60px;
}

.main-slider.style-3 .content {
    margin-top: 100px;
}

.main-slider .slide:before {
    position: absolute;
    content: '';
    background: rgba(34, 34, 34, 0.78);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.main-slider .content.alternate {
    max-width: 610px;
    width: 100%;
    float: right;
    display: block;
}

.main-slider .slide {
    position: relative;
    padding: 220px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}

.main-slider .image {
    position: relative;
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .active .image {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1000ms;
}

.main-slider .image img {
    width: auto;
    margin: 0 auto;
}

.main-slider h2 {
    position: relative;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 45px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .active h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1300ms;
}

.main-slider h2.style-two {
    font-weight: 500;
    margin-bottom: 40px;
}

.main-slider h2.style-three {
    font-weight: 500;
    margin-bottom: 20px;
}

.main-slider h2.alternate {
    margin-bottom: 35px;
}

.main-slider h3 {
    position: relative;
    color: #f9be4d;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .active h3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1000ms;
}

.main-slider .text {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    opacity: 0;
    line-height: 1.7em;
    font-weight: 500;
    margin-bottom: 40px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 2000ms;
}

.main-slider .link-box {
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    text-align: center;
}

    .main-slider .link-box .theme-btn {
        margin-right: 10px;
    }

.main-slider .active .link-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 2500ms;
}

.main-slider .btn-style-one {
    position: relative;
    padding: 11px 35px;
    line-height: 24px;
    color: #222;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    background: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
    min-width: 200px;
    border: 2px solid #ffffff;
    font-family: 'Montserrat', sans-serif;
    transition: .5s ease;
}

    .main-slider .btn-style-one:hover {
        color: #ffffff;
        background: #101010;
        border-color: #101010;
    }






.bottom-text p {
    font-size: 15px;
    color: #333333;
    line-height: 28px;
    padding: 16px 0px;
    margin-bottom: 0px;
}

/*===Header Top Two===*/

.header-style-two {
    background: #333333;
}

    .header-style-two .social-links li {
        display: inline-block;
        border-right: 1px solid #505050;
    }

        .header-style-two .social-links li:first-child {
            border-left: 1px solid #505050;
        }

        .header-style-two .social-links li a {
            font-size: 14px;
            color: #adadad;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            display: inline-block;
            background: transparent;
        }

        .header-style-two .social-links li:hover a {
            color: #f36371;
        }

    .header-style-two .login-info {
        margin: 12px 0px;
        padding-right: 20px;
    }

        .header-style-two .login-info li {
            margin: 0px;
        }

            .header-style-two .login-info li a {
                color: #adadad;
            }

    .header-style-two .search-box {
        width: 215px;
    }

        .header-style-two .search-box .form-group {
            position: relative;
            margin-bottom: 0px;
            text-align: center;
        }

            .header-style-two .search-box .form-group input {
                height: 50px;
                padding-left: 15px;
                line-height: 50px;
                font-size: 14px;
                background: #2b2b2b;
                border: none;
                box-shadow: none;
                width: 100%;
            }

                .header-style-two .search-box .form-group input:focus {
                    border: none;
                    outline: none;
                    box-shadow: none;
                }

            .header-style-two .search-box .form-group button {
                position: absolute;
                top: 0px;
                right: 0px;
                width: 50px;
                height: 50px;
                line-height: 50px;
                background: transparent;
            }

                .header-style-two .search-box .form-group button i {
                    color: #777777;
                    font-size: 13px;
                }
/*Quick links icon*/
.Quick-link {
    position: relative;
    top: -40px;
    padding-top: 5px;
}

@media (max-width: 350px) {
    .Quick-link {
        margin-top: 20px;
    }
    .section-3-bk {
    background-color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
     margin-top:100px;
}
}

.link-height {
    height: 90px;
}

.Quick-link-style {
    font-size: 12px;
}

.QGis {
    background: #F6F6F6;
    border: 2px solid #347069;
    border-radius: 10px;
    color: #347069;
    text-align: center;
}


.down-text {
    background: #F6F6F6;
    border: 2px solid #BF9035;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    color: #BF9035;
    text-align: center;
}

.comp-text {
    background: #F6F6F6;
    border: 2px solid #603200;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    color: #603200;
    text-align: center;
}


.vote-text {
    background: #F6F6F6;
    border: 2px solid #138074;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    color: #138074;
    text-align: center;
}

.pol-text {
    background: #F6F6F6;
    border: 2px solid #767800;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    color: #767800;
    text-align: center;
}

.blo-text {
    background: #F6F6F6;
    border: 2px solid #AE7301;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    color: #AE7301;
    text-align: center;
}
.ele-text {
    background: #F6F6F6;
    border: 2px solid #AE7301;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    color: #AE7301;
    text-align: center;
}


.ser-text {
    background: #F6F6F6;
    border: 2px solid #AE7301;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    color: #AE7301;
    text-align: center;
}

.track-text {
    background: #F6F6F6;
    border: 2px solid #AE7301;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    color: #AE7301;
    text-align: center;
}


.Section-2 {
    background-color: #F3F4F3;
    padding-bottom: 60px;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ffffff;
    cursor: default;
    background-color: #006B60;
    border-top-color: #006B60;
    border-right-color: #006B60;
    border-left-color: #006B60;
}

.nav-tabs {
    border-bottom: 1px solid #649b92;
    box-shadow: 0px 5px 12px;
    background-color: #649b92;
}

    .nav-tabs > li > a {
        line-height: 1.428571429;
        border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        color: white;
    }

        .nav-tabs > li > a:hover {
            border-color: #006B60 #006B60 #006B60;
        }

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #006B60;
}

.nav-tabs > li > a {
    margin-right: 3px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
}

#exTab2 h3 {
    color: #8A8A8A;
    padding: 5px 15px;
}

.news-back {
    background-color: #fff;
    box-shadow: 0px 3px 9px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    min-height: 280px;
    max-height: 280px;
}

.news-tender {
    overflow-x: hidden;
    overflow-y: auto;
}

.news-title {
    padding-top: 8px;
    padding-left: 10px;
    font-size: 14px;
    color: #2f4858;
}

.news-caption {
    padding-left: 12px;
    font-size: 12px;
    color: #777777;
}

.news-height {
    max-height: 210px;
}

.news-view-more {
    color: #f9be4d;
    font-weight: 500;
    font-size: 16px;
    padding-right: 10%;
}

.useful-app-head {
    font-size: 20px;
    color: #006B60;
    font-weight: 600;
    padding-bottom: 10px;
}

.app-title {
    font-weight: 600;
}

.regVote {
    margin-bottom: 15px;
    box-shadow: 0px 3px 9px;
    width: 100%;
    height: 200px;
}

.daily-back {
    background-color: #fff;
    box-shadow: 0px 3px 9px;
}

.dailyStyle {
    background-color: #006B60;
    color: white;
    height: 45px;
    padding-top: 10px;
}

.daily-heading {
    padding-top: 5px;
}

.spacing2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.Section-3 {
    padding-top: 40px;
    margin-bottom: -25px;
}

.Political {
    position: relative;
    top: -30px;
}

@media only screen and (min-width: 768px) {

    .Political {
        margin: 0;
        top: -60px;
    }
    .section-3-bk {
    background-color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
     margin-top:100px;
}
}

.political-link {
    font-size: 20px;
    font-weight: 600;
    color: #c1554e;
}

.pol-margin {
    padding-bottom: 4px;
    border-bottom: 1px dotted #E7E8E7;
    padding-left: 35px;
}

.sub-links {
    padding-top: 15px;
}

.pol-links {
    background-color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    color: #00A1BA;
    margin-top: 10px;
    font-size: 14px;
}

.Election-Link {
    padding-top: 20px;
}

.ele-link {
    font-size: 20px;
    font-weight: 600;
    color: #c1554e;
}


.elec-links {
    background-color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    color: #00A1BA;
    box-shadow: 0px 2px 6px #CACACA;
}

.elect-padding {
    padding-left: 20px;
}

.pol-links:hover {
    color: white;
    background-color: #00A1BA;
    cursor: pointer;
}

.gallery-carousal {
    padding: 10px;
    box-shadow: -1px 5px 9px;
    float: right;
}

.carousel-caption {
    padding-bottom: 0px;
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    left: 0px;
    bottom: 0px;
}

.map-style {
    position: absolute;
    right: 0%;
    bottom: 0px;
    left: 0%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0,0,0,0.7);
    font-size: 12px;
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0)), to(rgba(0, 0, 0, 0.0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    color: #00A1BA;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #00A1BA;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #00A1BA;
    border-radius: 10px;
    color: #00A1BA;
}

.carousel-indicators {
    bottom: -50px;
}
.Section-4 {
    padding-top: 10px;
    background-color: #f6f6f6;
}

.video-title {
    font-size: 30px;
    font-weight: 700;
    color: #F9BE4D;
    padding-bottom: 0px;
    padding-top: 16px;
}

.tcb-product-slider {
    background: #333;
    background-color: #F6F6F6;
}

    .tcb-product-slider .carousel-control {
        width: 12%;
        font-size: 30px;
    }

.tcb-product-item a:hover {
    text-decoration: none;
}

.tcb-product-item .tcb-hline {
    margin: 10px 0;
    height: 1px;
    background: #ccc;
}

@media all and (max-width: 768px) {
    .tcb-product-item {
        margin-bottom: 30px;
    }
}

.tcb-product-photo {
    text-align: center;
    background: #fff;
}

    .tcb-product-photo img {
        height: 100%;
        display: inline-block;
    }

.tcb-product-info {
    background: #f0f0f0;
    padding: 15px;
}

.tcb-product-title h4 {
    margin-top: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}





.details {
    margin: 50px 0;
}

    .details h1 {
        font-size: 32px;
        text-align: center;
        margin-bottom: 3px;
    }

    .details .back-link {
        text-align: center;
    }

        .details .back-link a {
            display: inline-block;
            margin: 20px 0;
            padding: 15px 30px;
            background: #333;
            color: #fff;
            border-radius: 24px;
        }

            .details .back-link a svg {
                margin-right: 10px;
                vertical-align: text-top;
                display: inline-block;
            }


.footerStyle {
    font-size: 12px;
    line-height: 27px;
    color: #fff;
    font-weight: 400;
    background: #33291B;
    padding-top: 10px;
    padding-bottom: 10px;
}

.upfooter {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #524535;
    color: #fff;
}

.footer-info {
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    margin-top: 10px;
}

ul.fline li {
    display: inline;
    padding-right: 10px;
    font-size: 12px;
    border-right: 1px dotted #f6f6f6;
}

ul.fline2 li {
    display: inline;
    padding-right: 10px;
    font-size: 12px;
    float: right;
}

.visitor {
    color: #61baad;
    padding-top: 30px;
    padding-bottom: 20px;
}

div.visitor span {
    padding-top: 5px;
}

.address-ceo {
    font-size: 14px;
    padding-bottom: 5px;
}

ul.bot-link li {
    font-size: 26px;
    padding: 10px;
    list-style: none;
    display: inline;
}

.bot-link2 {
    margin-top: 15px;
}

ul.bot-link2 li {
    font-size: 26px;
    padding: 10px;
    list-style: none;
    display: inline;
}

.img-below {
    font-size: 14px;
}

.markers {
    font-size: 30px;
}

.useful-links-header {
    border-bottom: 1px solid;
    font-weight: 500;
    font-size: 14px;
}

.pol-map {
    padding-top: 30px;
}

.modal-dialog {
    width: 600px;
    margin: 150px auto;
    z-index: 10000;
}

#pdfmodel {
    z-index: 10000;
}

a.btt {
    display: block;
    position: absolute;
    z-index: 5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 3px 3px 10px rgba(23, 25, 25, 0.2);
    transition: transform 0.3s ease-in-out;
}

.search {
    position: absolute;
    right: 75px;
    top: 80px;
}

.search-input {
    border-radius: 50px;
    margin-top: 10px;
    height: 30px;
}

.searchbtn {
    background-color: transparent;
    margin-top: -32px;
    color: #484848;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: 150px;
}

.helpline-icon {
    right: 270px;
    top: -42px;
}s

.fbicon {
    right: 200px;
    top: 40px;
}

.youtubeicon {
    right: 145px;
    top: 40px;
}

.googleicon {
    right: 135px;
    top: 85px;
}

.twticon {
    right: 90px;
    top: 40px;
}

.view-more {
    position: absolute;
    bottom: 22px;
}

.how-to-search {
    display: none;
}

.app-icon {
    height: 50px;
    width: 50px;
}

.app-icon-padding {
    padding-top: 18px;
}

#searchForm:hover .how-to-search {
    display: block;
    position: absolute;
    top: 32px;
    padding-left: 20%;
    cursor: pointer;
}


