body
{
    font-family: Oswald;
}

*
{
    padding: 0px;
    margin: 0px;
}
a
{
    text-decoration: none;
    color: #000000;

}
a:hover
{
    text-decoration: none !important;
    color: #990000;
}
.vTop10
{
    margin-top:10px !important;
}
.header
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+77,000000+100&0.85+0,0.85+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.50) 77%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.50) 77%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.3) 77%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    padding: 20px 0;
    width: 100%;
   border-bottom: 1px solid #5f5f5f;
}

img
{
    max-width: 100%;
}

.banner
{
    background: url(../img/PIC_1.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    /*background-size: 100% 100% !important;*/
     background-size: cover!important;
   /*position:relative;height:500px;padding:0;*/ 
   position:relative;padding:0;
}

.right-logo img
{
    width: 70%;
}

right-logo {}
.right-logo{display: flex;
    align-items: center;
    justify-content: space-around;}

.logo .font-icon
{
    font-size: 1.7em;
    color: #fff;
    padding: 0 15px 0 0;
}

.logo .bar-icon
{
    color: #f00000;
    position: absolute;
    left: -20px;
    top: 5px;
}

.logo .logoimage
{
    padding: 0 10px;
    margin-left: 20px;
}
.ptilogo {
    max-width:480px;
    margin-left: 20px;
}
.login
{
    position: relative;color:white;cursor:pointer;
}
.login:hover
{color:white;cursor:pointer;
}
    .login .hover-title
    {
        z-index:999;
        display: none;
        padding: 3px 20px 6px;
        background: #e00606;
        color: #fff;
        font-size: 13px;
        border-radius: 3px;
        position: absolute;
        top: 30px;
        left: -21px;
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
    }

        .login .hover-title::before
        {
            transition: all .5s ease-in-out;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            content: "";
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 10px solid #C30;
            position: relative;
            left: 27px;
            top: -10px;
            position: absolute;
        }

    .login:hover .hover-title
    {
        display: block;
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
    }

.timeline-responsiv-ipad
{
    padding-left: 10px;
    padding-right:0;
    float:left;
    margin-top: 10px;
}
.timeline-responsiv-ipad1
{
    padding-left: 10px;
    padding-right:0;
    float:left;
    margin-top: 0px;
}
.banner-heading
{
    margin: 200px 0 0 0;
}

    .banner-heading h1
    {
        font-size: 2.5em;
    }

.banner-heading h1 a
{
    background: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 10px 20px;
    line-height: 56px;
    font-weight: bold;
}

    .banner-heading h1 a:hover
    {
        text-decoration: none;
    }
.maincontainer
{
    margin-top:0px;
}
.topnews-list
{
    width: 100%;
    float: left;
    margin-bottom:0px;
    margin-top:5px;
}

    .topnews-list ul li
    {
        list-style: none;
    }

.bannercontent
{
    padding-right: 15px;
}

.imgmovie1
{
    width: 100%;
    margin-top: 15px;
}

.moviebanner
{
    width: 100%;max-height:350px;
}

.our-top-news
{
    padding: 0px;
    overflow: hidden;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}

    .our-top-news:last-child
    {
        border: 0;
    }

    .our-top-news:hover
    {
        background-color:#ececec;
    }

    .insideheading a.title
    {
        color: #ff0000;
        font-weight: 700;
        font-size: 20px;
        letter-spacing:3px;
        text-transform:uppercase;
    }
        .insideheading a.title:hover {
            color:white;text-decoration:underline !important;
        }
    .our-top-news p
    {
        font-size: 1.6em;
    }

        .our-top-news p a
        {
            color: #333;
            font-size: 17px;
            font-weight: 700;
        }

            .our-top-news p a:hover
            {
                color: #0000ff;
                text-decoration: none;
            }

.camera
{
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    position: absolute;
    top: 10px;
    right: 10px;
}

.our-top-news:hover .camera
{
    right: 10px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}

.social-media
{
    position: absolute;
    bottom: 7px;
    width: 100%;
    padding: 0 10px 0 0;
}

    .social-media fa
    {
    }

    .social-media ul li
    {
        float: left;
        list-style: none;
        padding-right: 10px;
    }

    .social-media .social-icon
    {
        color: #fff;
        font-size: 1.2em;
        border: #fff solid 1px;
        border-radius: 50px;
        display: block;
        height: 30px;
        width: 30px;
        text-align: center;
        line-height: 30px;
    }

    .social-media .social-icon2
    {
        font-size: 1.2em;
        padding: 10px 0;
        display: block;
        color: #333;
    }

    .social-media .facebook
    {
        background: #3b5998;
    }

    .social-media .twitter
    {
        background: #1dcaff;
    }

    .social-media .whatsapp
    {
        background: #34af23;
    }

.heading
{
    font-size: 15px;margin:0;
}

    .heading .out-border
    {
       background: #990000;
           color: #fff;
    background: #990000;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    }

        
.heading .out-border a
{
    color:white;
}
.heading .right-line
{
border-bottom:#990000 solid 2px;
margin: 30px 0 0 0;
}

.newsimage
{
       padding: 0px;
    /*text-align: center;
    background: #dedede;
    border: 1px solid #bfbfbf;*/
}

    .newsimage img
    {
        width: 100%;
    }

.news-list2
{
    margin: 20px 0 0 0 !important;
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: #ccc solid 1px;
}

    .news-list2:last-child
    {
        border: 0;
    }

.more-news-update
{
    border-bottom: #ccc solid 0px;
    padding-bottom:0px;
}

.news-list:last-child
{
    border: 0;
}

.news-list
{
    margin: 20px 0 0 0 !important;
    float: left;
    width: 100%;
    padding: 0px 0px 10px 0;
    border-bottom: #ccc solid 1px;
}

.news-list-border-bottom
{
    border-bottom: none;
}

.modi-responsive-ipad
{
    padding: 20px 18px;
}

.maindate-time .left-part
{
    padding-left: 0px;
    padding-right: 0px;
}

.news-description .title
{
        
    color: #990000;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

.news-description h3
{
    color: #000;
    font-weight:400;
    font-size: 22px;
    font-family:Oswald;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom:10px;
    line-height: 1.3;
}

.news-description .news-detail-head
{    
    text-decoration: none;
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

.synopsis
{
    font-family: 'Lora', serif;
    font-size: 1.1em;
    text-align: justify;
    line-height:1.5;
}

    .synopsis a
    {
        color: #000000;
    }

    .news-description p span
    {
        font-size: 14px;
        color: #999;
    }

    .news-description p .time
    {
        font-size: 13px;
        color: #999;
        font-family: 'Lora', serif;
        margin: 11px 0;
        float: left;
        width: 100%;
    }

.news-description .social-icon
{
    color: #555;
    padding: 0 0px 0 10px;
}

.news-time-line
{
    padding: 10px 0;
    background: #ccc;
    margin: 20px 0 0 0;
}

    .news-time-line .clock-image
    {
        width: 20%;
    }

        .news-time-line .clock-image img
        {
            width: 100%;
        }

    .news-time-line .header-contant
    {
        width: 75%;
    }

    .news-time-line .top-header
    {
        padding: 10px 20px;
        border-bottom: #999 solid 1px;
    }

        .news-time-line .top-header h2
        {
            text-align: left;
            padding: 0px;
            margin: 0px;
            font-size: 2em;
            font-weight: 700;
        }

            .news-time-line .top-header h2 span
            {
                color: #f00;
            }

    .news-time-line .time-line-nav
    {
        margin-bottom: -20px;
        float: left;
    }

        .news-time-line .time-line-nav li
        {
            list-style: none;
            float: left;
            margin: 0px 10px 10px 0;
        }

            .news-time-line .time-line-nav li a
            {
                padding: 10px 0;
                display: block;
                color: #333;
                font-weight: 700;
            }

                .news-time-line .time-line-nav li a:hover
                {
                    border-bottom: #f00 solid 2px;
                    text-decoration: none;
                }

                .news-time-line .time-line-nav li a.active
                {
                    border-bottom: #f00 solid 2px;
                }

.time-line-status h3
{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.camera-icon2
{
    width: 40px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
}

    .camera-icon2 img
    {
        width: 40px;
        height: 30px;
    }
/* The actual timeline (the vertical ruler) */
.timeline
{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 13px;
    font-family: 'Lora', serif;
}

    /* The actual timeline (the vertical ruler) */
    .timeline::after
    {
        content: '';
        position: absolute;
        width: 1px;
        background-color: #4f5fb7;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -5px;
    }

/* date-time around content */
.date-time
{
    padding: 0px 20px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

    /* The circles on the timeline */
    .date-time::after
    {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        right: 0px;
        background-color: #000;
        top: 14px;
        border-radius: 50%;
        z-index: 1;
    }

/* Place the date-time to the left */
.left
{
    left: 0;
}

/* Place the date-time to the right */
.right
{
    left: 50%;
}

/* Add arrows to the left date-time (pointing right) */
.left::before
{
    content: " ";
    height: 0;
    position: absolute;
    top: 10px;
    width: 0;
    z-index: 1;
    right: 10px;
    border: medium solid #4f5fb7;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #4f5fb7;
}

.left2::before
{
    content: " ";
    height: 0;
    position: absolute;
    top: 10px;
    width: 0;
    z-index: 1;
    right: 10px;
    border: medium solid #000;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #000;
}

/* Add arrows to the right date-time (pointing left) */
.right::before
{
    content: " ";
    height: 0;
    position: absolute;
    top: 10px;
    width: 0;
    z-index: 1;
    left: 5px;
    border: medium solid #4f5fb7;
    border-width: 7px 7px 7px 0;
    border-color: transparent #4f5fb7 transparent transparent;
}

.right2::before
{
    content: " ";
    height: 0;
    position: absolute;
    top: 10px;
    width: 0;
    z-index: 1;
    left: 5px;
    border: medium solid #000;
    border-width: 7px 7px 7px 0;
    border-color: transparent #000 transparent transparent;
}

.contant-right
{
    margin-left: -8px;
}

.contant-left
{
    margin-right: -3px;
}
/* Fix the circle for date-times on the right side */
.right::after
{
    left: -8px;
}

/* The actual content */
.content
{
    padding: 5px 15px;
    background-color: #4f5fb7;
    position: relative;
    border-radius: 6px;
    color: #fff;
    margin-top: 14px;
    font-size: 15px;
}

.contant2
{
    font-size: 13px;
    padding: 5px 15px;
    background-color: #000;
    position: relative;
    border-radius: 6px;
    color: #fff;
}

.date-time .left-time
{
    color: #f00;
    padding-bottom: 10px;
    position: absolute;
    top: -18px;
    font-weight: 700;
}

.date-time .right-time
{
    color: #f00;
    padding-bottom: 10px;
    position: absolute;
    top: -18px;
    right: 22px;
    font-weight: 700;
}

.nationalheading a
{
    text-decoration: none;
    color: red;
    font-size: 15px;
}

.newshead
{
    font-size: 20px;
    font-weight: 700;
}

.newssource
{
    font-size: 12px;
}

.newscontent
{
    font-size: 15px;
}

.newscoloumn
{
    border-bottom: 1px solid gainsboro;
    padding-bottom: 10px;
}

.listcoloumn
{
    border-left: 1px solid gainsboro;
}


.newslist
{
    padding-top: 0px;
    list-style-type: none;
    padding-left: 24px;
}

    .newslist a
    {
        color: #333;
        text-decoration: none;
        font-size: 18px;font-family:Oswald;
        font-weight:400;
    }

    .newslist li
    {
           padding: 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    }
    .newslist li:last-child {
        border:0;
    }
    .newslist li div
    {
               width: 150px;
    float: left;
    padding-right: 11px;
    padding-top: 6px;
    max-height: 100px;
    overflow: hidden;
    }

.imgmodi
{
   min-width: 100%;
}

.imgnews
{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid gainsboro;
}

    .imgnews a
    {
           font-family: 'Lora', serif;
    color: #000000;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.5;
    }

.fourimages img
{
    width: 100%;
    padding-top: 10px;
}

.main-heading
{
    padding: 0px;
}

.ads1
{
       margin: 20px 0 0 0;
    text-align: center;
    width: 100%;
    float: left;
}

    .pti-citizen h2
    {
        color: #ff0000;font-family: 'Lora', serif;
    }

.imgnavlist
{
    list-style-type: none;
    padding: 0px 25px;
     font-family: 'Lora', serif;
}

    .imgnavlist a
    {
        text-decoration: none;
        color: #000;
        font-size: 14px;
        line-height: 0.4;
    }

    .imgnavlist li
    {
        padding: 0;
    }

        .imgnavlist li::before
        {
            content: "";
            border-color: transparent red;
            border-style: solid;
            border-width: 5px 0px 5px 5px;
            display: block;
            height: 0;
            width: 0;
            position: relative;
            left: -15px;
            top: 14px;
        }

.ads2
{
    margin: 20px 0 20px 0;
    padding: 15px;
    background: #dcdcdc;
    text-align: center;float:left;
    width:100%;
}

.right-side-gallery
{
}

    .right-side-gallery ul
    {
    }

        .right-side-gallery ul li
        {
            list-style: none;
            float: left;
            margin-right: 10px;
            margin-bottom: 10px;
            width: 47%;    height: 80px;
    overflow: hidden;
        }

            .right-side-gallery ul li.float-right
            {
                padding-left: 10px;
            }

.location-new-list {
    border-right: 1px solid #ffffff;
    min-height: 110px;
}
.location-new-list:last-child{
    border-right: 0px solid #ffffff;
}
.location-new-list .title
{
    font-size: 1.2em !important;
    color: #ffffff;
    font-weight: 700;
    /*text-transform: uppercase;*/
}

.location-news
{
    background:#0066B3;
    padding: 10px 0;
    display:inline-block;
    margin-top: 20px;
}

    .location-news .description
    {   line-height: 1.5;
    font-size: 15px;
    font-weight: 500;
    margin-bottom:0;    
        min-height: 68px;
    font-family: 'Lora', serif;
    }
        .location-news .description a
        {
            color:white;
        }

.important-new-left
{
    background: #dcdcdc;
    padding: 0px;
    width: 49%;
}

.important-news
{
    margin-top: 15px;
}

.header-description h3
{
    padding: 5px 10px 0 10px;
    margin: 0px;
    font-size: 1.3em;
}

    .header-description h3.stories
    {
        color: #f00;
        font-size: 2.0em;
    }

    .header-description h3.news-update
    {
        color: #336699;
        font-size: 2.0em;
    }

        .header-description h3.news-update span
        {
            font-size: 18px !important;
            color: #333;
            float: right;
            position: absolute;
            top: 50px;
            right: 10px;
        }

.important-new-header
{
    border-bottom: #999 solid 1px;
    padding: 10px;
}

.important-news-list
{
    padding: 10px 0;
}

    .important-news-list .title
    {
        color: #f00;
        font-size: 1.2em;
        font-weight: 700;
    }

.important-description
{
    padding: 10px;
}

.important-news-list p.description
{
    font-size: 1.5em;
    font-weight: 700;
}

.entertainmentcoloumn
{
    border-bottom: none;
}

.entertainmentnews
{
    width: 100%;
}

.entertainment
{
    padding-top: 40px;
    margin-bottom:20px;
}

.moviebox
{
    background: rgb(255, 188, 0);
    border-bottom: 1px solid saddlebrown;
}

.bannerbox
{
    padding: 30px;
}

.bannerhead
{
    padding-top: 20px;
}

    .bannerhead a
    {
        color: red;
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
    }

.moviehead
{
    margin-top: 15px;line-height: 2;
}

    .moviehead a
    {
        text-decoration: none;
        color: saddlebrown;
        font-size: 40px;
        font-weight: 700;
        line-height: 40px;
    }

.moviecontent
{
       font-family: 'Lora', serif;
    color: saddlebrown;
    line-height: 1.2;
    font-size: 13px;
}

.movienews
{
    font-family:'Lora', serif;
    width: 90%;
    font-size: 16px;
    color: #000;
}

.movieimagebox
{
    padding: 5px 20px 5px 20px;
    background: rgb(255, 188, 0);
}
.entertainmentOther h4{line-height: 1.3;}
.nav .open > a
{
    background-color: transparent;
}

    .nav .open > a:hover
    {
        background-color: transparent;
    }

    .nav .open > a:focus
    {
        background-color: transparent;
    }
/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper
{
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding-left: 0;
    transition: all 0.5s ease;
}

    #wrapper.toggled
    {
        padding-left: 220px;
    }

        #wrapper.toggled #sidebar-wrapper
        {
            width: 220px;
        }

#sidebar-wrapper
{
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #1a1a1a;
    height: 100%;
    left: 220px;
    margin-left: -220px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
}

    #sidebar-wrapper::-webkit-scrollbar
    {
        display: none;
    }

#page-content-wrapper
{
    padding-top: 0px;
    width: 100%;
}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav
{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 220px;
}

    .sidebar-nav li
    {
        display: inline-block;
        line-height: 20px;
        position: relative;
        width: 100%;
    }

        .sidebar-nav li:before
        {
            background-color: #9e0c0c;
            content: '';
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            transition: width 0.2s ease-in;
            width: 3px;
            z-index: -1;
        }

        .sidebar-nav li:hover:before
        {
            transition: width 0.2s ease-in;
            width: 100%;
        }

        .sidebar-nav li a
        {
            color: #ffffff;
            display: block;
            padding: 7px 15px 7px 30px;
            text-decoration: none;
            text-transform: capitalize;
            font-family: 'Lora', serif;
        }

        .sidebar-nav li.open:hover before
        {
            transition: width 0.2s ease-in;
            width: 100%;
        }

    .sidebar-nav .dropdown-menu
    {
        background-color: #222222;
        border-radius: 0;
        border: none;
        box-shadow: none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .sidebar-nav li a:hover,
    .sidebar-nav li a:active,
    .sidebar-nav li a:focus,
    .sidebar-nav li.open a:hover,
    .sidebar-nav li.open a:active,
    .sidebar-nav li.open a:focus
    {
        background-color: transparent;
        color: #ffffff;
        text-decoration: none;
    }

    .sidebar-nav > .sidebar-brand
    {
        font-size: 20px;
        height: 50px;
        font-weight: bold;
        line-height: 44px;
    }
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger
{
    background: transparent;
    border: none;
    display: inline-block;
    height: 30px;
    left: 0px;
    position: relative;
    top: 0px;
    width: 28px;
    z-index: 999;
}

.hamburger1
{
    background: transparent;
    border: none;
    display: block;
    height: 30px;
    left: 180px !important;
    position: absolute;
    top: 15px;
    width: 20px;
    z-index: 999;
}

.hamburger:hover
{
    outline: none;
}

.hamburger:focus
{
    outline: none;
}

.hamburger:active
{
    outline: none;
}

.hamburger.is-closed:before
{
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #ffffff;
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}

.hamburger.is-closed:hover before
{
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}

.hamburger.is-closed:hover .hamb-top
{
    -webkit-transition: all 0.35s ease-in-out;
    top: 0;
}

.hamburger.is-closed:hover .hamb-bottom
{
    -webkit-transition: all 0.35s ease-in-out;
    bottom: 0;
}

.hamburger.is-closed .hamb-top
{
    -webkit-transition: all 0.35s ease-in-out;
    background-color: #f00;
    top: 5px;
}

.hamburger.is-closed .hamb-middle
{
    background-color: #f00;
    margin-top: -2px;
    top: 50%;
}

.hamburger.is-closed .hamb-bottom
{
    -webkit-transition: all 0.35s ease-in-out;
    background-color: #f00;
    bottom: 5px;
}




.hamburger.is-closed .hamb-top.black-color
{
   background-color: black;
   
}

.hamburger.is-closed .hamb-middle.black-color
{
    background-color: black;
}

.hamburger.is-closed .hamb-bottom.black-color
{
     background-color: black;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom
{
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

.more-news-update .left-part
{
    padding-left: 0px !important;
    padding-right:30px !important;
    padding-top:15px;
}

.more-news-update .right-part
{
    padding-right: 0px !important;
    padding-left: 10px !important;
}

.hamburger.is-open .hamb-top
{
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #fff;
    margin-top: -2px;
    top: 50%;
}

.hamburger.is-open .hamb-middle
{
    background-color: #fff;
    display: none;
}

.hamburger.is-open .hamb-bottom
{
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #fff;
    margin-top: -2px;
    top: 50%;
}

.hamburger.is-open:before
{
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #ffffff;
    content: '';
    display: block;
    font-size: 13px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}

.hamburger.is-open:hover before
{
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}
/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/
.overlay
{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.pagefooter
{
    padding: 15px;
    background: rgba(0, 0, 0, 0.85);
}

.footer
{
    border-bottom: none;
      padding-right: 0px!important;
    padding-left: 0px!important;
}

.footerheader
{
    border-bottom: 1px solid black;
    padding-bottom: 20px;
}

.logo1footer
{
    padding-left: 10px;
    height: 50px;
}

.logo2footer
{
    height: 50px;
}

.newsshare
{
    float: right;
    padding: 10px;
    margin-bottom: 0px;
    margin-top: 15px;
}

.fanewsshare
{
    color: rgba(192, 192, 192, 0.75);
}

.newsshare a
{
    text-decoration: none;
    padding: 8px;
    font-size: 23px;
}

.footerbox
{
    border-bottom:1px solid #151515;display:none;
}

.footercontent
{
    padding: 30px;
}

.footerdescription
{
    color: rgba(192, 192, 192, 0.75);
       line-height: 1.8;
    font-weight: 300;
    font-size: 18px;
    font-family: Oswald;
}

.footersubscribe
{
    padding: 30px;
}

.subscribehead
{
    color: rgba(192, 192, 192, 0.75);
    font-weight: 700;
}

.subscribelist
{
    width: 100%;
}

    .subscribelist a
    {
        color: red;
        font-size: 30px;
        text-decoration: none;
    }

    .subscribelist ul li
    {
        float: left;
        list-style: none;
        color: #fff;
        padding: 10px;
        border-right: #ccc solid 1px;
        font-size: 1.5em;
        font-weight: 700;
    }

        .subscribelist ul li.border-right
        {
            border-right: none;
        }

.customeraccess
{
    color: rgba(192, 192, 192, 0.75);
    padding:10px 10px 0 0px;
    font-weight:400;margin:0;
}

.customerlist
{
    list-style-type: none;
    padding:10px 35px 0 35px;
}

    .customerlist a
    {
        color: rgba(192, 192, 192, 0.75);
        font-size: 15px;
        text-decoration: none;
        font-weight: 300;
    }

    .customerlist ul li
    {
        padding: 5px 0;
        list-style: none;
    }

        .customerlist ul li::before
        {
            content: "";
            border-color: transparent red;
            border-style: solid;
            border-width: 5px 0px 5px 5px;
            display: block;
            height: 0;
            width: 0;
            position: relative;
            left: -15px;
            top: 15px;
        }

.footerline
{
    border-bottom:1px solid #151515;
    padding: 5px 0;
}

.footerlinelist
{
    list-style-type: none;
    display: block;
    /* padding: 0 25%; */
    text-align: center;
    margin: 0;
    padding: 0;
}

.linelist
{
    /* float: left; */
    border-right: 1px solid black;
    /* padding-right: 7px; */
    /* padding-left: 7px; */
    display: inline-block;
    padding: 5px 12px;
}

.footerlinelist a
{
    text-decoration: none;
    color: rgba(192, 192, 192, 0.75);
    font-weight: 300;
    font-size: 13px;
}

.address
{
    float: left;
}

.copyright
{
    float: right;
}

.address, .copyright
{
    color: rgba(192, 192, 192, 0.75);
    margin-top: 10px;font-weight:400;
}

    .address p
    {
        text-align: left;
    }

    .address p, .copyright p
    {
        padding: 0;
        margin: 0;
        font-weight:300;
    }

    .copyright p
    {
        text-align: right;
    }

.f1_container
{
    position: relative;
    z-index: 1;
    margin: 0 0 15px 0;
}

.f1_container
{
    perspective: 1000;
}
.mostpopular_homepage {
/*height:500px !important;*/
height:600px !important;
}
.mostPopular {
    height:auto;float:left;width:100%;
}

.mostPopular {width:100%;
     border-radius:0px 0px 8px 8px;
     margin-top:10px;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: all 1.0s linear;
    -moz-transition: all 1.0s linear;
    -o-transition: all 1.0s linear;
    -webkit-transition: all 1.0s linear;
    -ms-transition: all 1.0s linear;
       box-shadow: inset 0px -1px 2px #c5c5c5;
    border: 1px solid #e6e6e6;
    position:relative;
}
.latestNews {
}
.latestNews li{
    padding:5px 15px 15px 15px;font-size:16px;
    line-height: 23px;
    font-weight: normal;
    font-family:'oswald', serif;
	font-size:15px;
    margin-top: 0px;
    position: relative;
    margin-bottom: 5px;
    border-bottom: 1px solid #bfbfbf;
	font-style:normal;
}
.latestNews li a{
	color:#990000;
	font-weight:700;
}
.latestNews li:last-child {border:0;}
.mostPopular{
	/*top: 12px;*/
	/*height: 500px;*/
    margin: 0;
    border-radius: 0;
    border: 0;
    background: white;
    /*background:#dcdcdc;*/
}
.mostPopular h2 {   
    /***border-bottom: 1px solid #a9a6a6;***/
    width: 100%;
    font-weight: 500;
    padding: 13px 10px 10px 13px;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    margin: 0;
    background-color: #000;
    background: linear-gradient(to bottom, rgba(0,0,0) 47%,rgba(0,0,0,0.9) 100%,rgba(0,0,0,0) 0%);
    background: background: -webkit-linear-gradient(top, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.50) 77%,rgba(0,0,0,0) 100%);
}
.mostPopular h2 a{
	color:#fff;
}
}
.mostPopular h2 a{color:white;}
.f1_card
{
    border-radius:0px 0px 8px 8px;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: all 1.0s linear;
    -moz-transition: all 1.0s linear;
    -o-transition: all 1.0s linear;
    -webkit-transition: all 1.0s linear;
    -ms-transition: all 1.0s linear;
       box-shadow: inset -2px -2px 2px #c5c5c5;
    border: 1px solid #e6e6e6;
    position:relative;
    background:#e4e4c8;
}

    .f1_card h4
    {
        margin-top:0px;
        padding:8px 8px 8px 12px;
    }

    .f1_card h3
    {
       line-height: 1.4;
      font-weight: normal;
      font-family: 'Oswald', sans-serif;
       font-size: 15px;
       margin-top: 0px;
       padding:2px 10px 0px 20px;
       position:relative;
       margin-bottom:5px;
    }
.f1_card h3:before
    {
      position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 10px;
    left: 10px;
    background: #990000;
    border-radius: 5px;
    }

    .f1_card h3 a:hover
    {
        color: #294b94;
    }

.topnews-padding
{
    padding: 0;border:0;
}

.desktop-part
{
    display: none;
}

.search-icon
{
    position: relative;
    margin-right: 30px;
}

.search-box
{
    position: absolute;
    width: 250px;
    right: 0px;
    padding: 5px;
    background: #ccc;
    box-shadow: 1px 2px 3px#000;
    display: none;
    z-index: 100;
}

#imaginary_container
{
    margin-top: 20%; /* Don't copy this */
}

.stylish-input-group .input-group-addon
{
    background: white !important;
}

.stylish-input-group .form-control
{
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button
{
    border: 0;
    background: transparent;
}

.search-box::before
{
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #ccc;
    position: relative;
    right: 20px;
    top: -10px;
    position: absolute;
}

.newsshare-tab-mobile
{
    display: none;
}
/*===============================articlepage============================*/
.article-header
{
    background:#131212;padding:11px 0;
}

.article-story-head
{
    margin-top: 0px;color:black;
    font-weight:400;
   line-height: 1.4;
   font-size:28px;
}
.article-story-head1
{
    margin-top: 0px;color:black;
    font-weight:400;
   line-height: 1.4;
   font-size:20px;
}

.right-logo img
{
    width: 70%;
    margin-top: 5px;
}

.breadcrumb-coloumn-line
{
    padding: 0px;
}

.breadcrumb-col
{
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
    margin: 15px 0 10px 0;
    padding: 0;
}

    .breadcrumb-col a.active, .breadcrumb-col a:first-child:after
    {
        background: #990000;
    }

    .breadcrumb-col a:first-child
    {
        padding-left: 17px;
        border-radius: 5px 0 0 5px;
        color: #fff;
        height: 27px;
        padding-top: 0px;
    }

    .breadcrumb-col a
    {
       text-transform: capitalize;
    text-decoration: none;
    outline: 0;
    display: block;
    float: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding: 2px 10px 2px 26px;
    background: #eaeaea;
    position: relative;
    }

        .breadcrumb-col a:after
        {
            content: '';
            position: absolute;
            top: 0;
            right: -12px;
            width: 24px;
            height: 24px;
            -webkit-transform: scale(.707) rotate(45deg);
            /* transform: scale(.707) rotate(45deg); */
            z-index: 1;
            background: #eaeaea;
            -webkit-box-shadow: 2px -2px 0 2px #fff, 3px -3px 0 2px rgba(255,255,255,.1);
            box-shadow: 2px -2px 0 2px #fff, 3px -3px 0 2px rgba(255,255,255,.1);
            border-radius: 0 5px 0 28px;
        }

.story-coloumn
{
    float: left;
}
/*.story-coloumn a{color:#004eff;
}*/
.story-coloumn a:hover{color:#990000;
}
.story-coloumn p.login{color: #990000;font-weight: bold;text-decoration: underline;}
.article-time
{
        font-size: 13px;
    color: #999;
    font-family: 'Lora', serif;
}

.social-button
{
    width: 115px;
    height: 40px;
    border-radius: 5px;
    border: none;
    margin: 5px;
}

.story-big-image
{
    margin-top: 15px;
}

.fa-button-share
{
    font-size: 20px !important;
    padding-right: 7px;
}

.facebook-button-color
{
    background: rgb(59, 89, 152);
    color: white;
    font-weight: 300;
}

.twitter-button-color
{
    background: rgb(29, 161, 242);
    color: white;
    font-weight: 300;
}

.email-button-color
{
    background: rgb(132, 132, 132);
    color: white;
    font-weight: 300;
}

.whatsapp-button-color
{
    background: rgb(77, 194, 71);
    color: white;
    font-weight: 300;
}

.googleplus-button-color
{
    background: rgb(220, 78, 65);
    color: white;
    font-weight: 300;
}

.big-image-description
{
    float: left;
    margin-top: 15px;
    font-weight: 300;
    font-family: 'Lora', serif;
    font-size: 15px;
    text-align: justify;
    width: 100%;
    color: #000000;
}
.big-image-description a{
	color:blue;
}
.big-image-description ul{
        margin-left: 30px;
}
.popular-coloumn {
    background:#4a4932;
    padding: 15px;
}
.popular-text
{
        display: inline-block;
    border-bottom:1px solid #d2d2d2;    
    margin-top: 0px;
    color: black;
    width: 100%;
    font-weight: 500;
    padding: 0 10px 10px 0px;
    text-transform:uppercase;
}

.popular-news
{
    margin-top: 10px;
    border-bottom: 1px solid #7d7b7b;
    padding-bottom: 10px;
}

    .popular-news:last-child
    {
        border: 0;padding-bottom:0;
    }

.popular-news-img
{
    width: 100%;
}

.popular-news-description a
{
 font-size: 20px;
    text-decoration: none;
    color: white;
    line-height: 1.6;
    font-weight: 400;
}

.popular-right
{
    padding: 0px;
}
.popular-right p a.title {    
    color:#ffffff;    
    font-size: 17px;
    font-weight: 500;
    background-color: #990000;
    padding: 7px;
    text-decoration: none;
    text-transform: uppercase;
}
.popular-left
{
    padding-left: 0px;
    height: 90px;
    overflow: hidden;
}

.liked-news-coloumn
{
    margin-top: 5px;
}

.liked-news-text
{
    color: red;
    display: inline-block;
    border-bottom: 5px solid gainsboro;
    padding-bottom: 10px;
    font-weight: 700;
}

.liked-news-description
{
    margin-top: 10px;
    padding-left: 10px;
}

    .liked-news-description a
    {
        text-decoration: none;
        color: #555;
        font-family: 'Lora', serif;
        font-weight: 300;
        font-size: 17px;
        text-align: justify;
    }

.newslist a
{
    color: #333;
    text-decoration: none;
    font-size: 20px;font-family:Oswald;
    font-weight: 400;
}

    .newslist a:hover
    {
        color: #f00;
    }

.likedimages
{
    width: 100%;
}

.update-img
{
    width: 100%;
}

.update-text
{
    padding-left: 0px;
    font-weight: 400;font-size:15px;
    line-height: 1.4em;
}

.update-col-1
{
    border-bottom: 1px solid gainsboro;
    padding-bottom: 3px;
    padding-top: 5px;
    margin-top: 5px;
}

    .update-col-1:last-child
    {
        border: 0;
    }
/*===============================sectionpage============================*/
.breadcrumb-coloumn-line
{
    padding: 0px;
}

.section-story
{
    border-bottom: 1px solid gainsboro;
    padding-bottom: 10px;
}

.section-news-list
{
       float: left;
    margin-top: 20px;
    width: 100%;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 10px;
}
.section-news-list p.title
{
         
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}
    .section-news-list p.title a{  color: #990000;
    }
.news-list-img
{
    max-width: 100%;
}

.section-news-head
{
       margin: 0px;
    color: #000;
    line-height: 1.4;
    font-size: 20px;
    padding-top: 0px;
    font-weight: 400;
}

    .section-news-head:hover
    {
        color: #f00;
    }

.more-news-section-page, .last-section-list-left, .last-section-list-right
{
    border-bottom: none;
}

.school-img
{
    width: 100%;
}
/*================================login page==================================*/
.login-form
{
    width: 40%;
    height: 420px;
    text-align: center;
    margin: 0 auto;
    background-color: rgba(44, 62, 80,0.7);
    margin-top: 100px;
    margin-bottom: 60px;
}

    .login-form img
    {
        width: 150px;
        height: 150px;
        margin-top: -60px;
        border: #eee solid 5px;
        border-radius: 100%;
    }

input[type="text"], input[type="password"]
{
    margin-top: 30px;
    height: 45px;
    width: 60%;
    font-size: 18px;
    margin-bottom: 20px;
    background-color: #fff;
    padding-left: 30px;
    font-weight: 500;
}

.form-input::before
{
    content: "\f007";
    font-family: "FontAwesome";
    padding-left: 07px;
    padding-top: 40px;
    position: absolute;
    font-size: 20px;
    color: #2980b9;
}

.form-input:nth-child(2)::before
{
    content: "\f023";
}

.btn-login
{
    padding: 15px 25px;
    border-radius: 8px;
    background-color: #C00;
    color: #fff;
    font-weight: 700;
    border: none;
}

.body
{
    margin: 0 auto;
    background-image: url("../img/login-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}




.owl-item div.insideheading
{
    background:#252525;
}
.owl-item div.insideheading h4
{
    background:#252525;
        margin: 0px;
    padding: 8px 8px 8px 12px;
}
.foGrSearch {
    /*position: absolute;*/
    width: 200px;
    /*right: -14px;
    top: 32px;*/
}

#searchvalue1
{
        margin: 0;
    font-size: 11px;
    padding: 10px;
    height: 34px;
    font-family: sans-serif;
}
blockquote{
  display:block;
  background: #F9F9F9;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #c76c0c;
  border-right: 2px solid #c76c0c;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #ED291A;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}
.news_media_caption td {
    text-align: center;
    font-size: 11px;
    display: inline-block;
    width: 100%;
}
/* PhotoGallery */
.PhotoleftOuter
{
    width:23%;
}
.PhotoleftOuter div.photoleftInner
{
    width:100%;position:relative;margin-bottom:5%;height: 187px;overflow: hidden;
}
.PhotoCap {
    position: absolute;
    width: 100%;color:white;
    bottom: -70px;
    background: rgba(0, 0, 0, 0.43137254901960786);
    padding: 7px 6px 6px 15px;
    font-weight: 700;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.6s ease;
    color: white;
}

.PhotoleftOuter div.photoleftInner:hover > div.PhotoCap {
    bottom: 0;
}

.PhotoleftOuter div.photoleftInner img
{
    width:100%;height:100%;
}
.PhotoleftOuter:hover > .tuSLImgCap
{
   bottom:0;
}
.PhotoMidOuter
{
    width:52%;margin:0 1%;
}
.PhotoMidOuter div.photoMidInner
{
    position:relative;height: 387px;overflow: hidden;
}
.PhotoMidOuter div.photoMidInner:hover > div.PhotoCap {
    bottom: 0;
}

.PhotoMidOuter div.photoMidInner img
{
    width:100%;height:100%;
}
.PhotoMidOuter:hover > .tuSLImgCap
{
   bottom:0;
}

.photoIcon {
    position: absolute;
    color: #ffffff;
    border: 3px solid #000000;
    background: #000000;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 1.7;
   top: 8px;
    right: 15px;
    left: auto;
}
.popular-news-description
{
    margin:0;
}
.CateogyBlock {
        width: 15%;
    margin-right: 25px;
    max-height: 105px;
    overflow: hidden;
}
.CateogyBlock:last-child {
       
    margin-right:0px;
}
.more {
        color: #ffbc00;
    font-weight: bold;
    font-family: Arial;
}
.more:hover {
        color: #ffffff;
   text-decoration:underline !important;
}
.redmore {
   padding-right: 10px;   
    font-weight: bold;
    position: absolute;
    bottom: 13px;
    right: 4px;
}
.redmore a{     color: #990000;
    letter-spacing: 1px;
    text-decoration: underline;}
.redmore a:hover{text-decoration:underline !important;color: #1b1b1b;}
.Ticker {
    width:100%;
}
.Ticker h5{   font-size: 18px;
    font-weight: bold;
    float: left;
    width: 100px;
    background: #efefee;
    padding: 8px 9px;
    margin: 0;
    box-shadow: inset 0px 0px 10px 0px #847c7c;}
.Ticker span {
    color: #990000;
}
.marquee {
    margin: 0;
    padding: 4px 8px 0px 0;
    overflow: hidden;
    background: #f1f1f0;
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    border-right: 1px solid #b1b1b1;
    height: 46px;
}
/*font-family: 'PT Mono', monospace;*/
.marquee span {float: left;margin: 0;padding-right:20px;position:relative;padding-left:15px;text-transform:capitalize;color:#990000;font-size: 14px;}
.marquee span:nth-child(even) {color:black;}
.marquee span:before {position: absolute;
content: '';
top: 10px;
background: #c00;
height: 15px;
left: 5px;
top: 8px;
width: 5px;
height: 5px;}

#plemx-root .weather-button {
    margin: auto;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
   width: 100% !important;
    height: 160px !important;
    border: 13px solid #faed51;
    font-family:'Trebuchet MS'

}
/*******sticky nav*******/
.stick-nav{
	background: #1b1b1b;
	padding:0px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: Oswald;
}
.stick-nav li{
	list-style-type:none;
	display:inline-block;
	padding: 11px 21px;
	font-size: 15px;
	position:relative;
	font-weight: bold;
}
.stick-nav li:hover{font-size: 16px;background:#990000;}
.stick-nav li a:hover{color:#ffffff;}

.stick-nav li:last-child:after{
	border-right:0px solid #bdbcbc;
}
.stick-nav li a{
	text-decoration:none;
	color: #ffffff;
}
.stick-nav li a:hover{
	text-decoration:none;
	color: #FFFFFE;
}
.stick-nav li:first-child:hover{background:none;}
#mytop-nav{
  display:none;
  position: fixed;
  top: 0px;
  z-index: 9999;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 0px;
  border-radius: 4px;
  width: 100%;text-align:center;
}
/****************side nav for mobile*********************/
.mobileheader {
 background: #2f2f2f;
   width: 100%;
   padding: 0% 1% 0%;
}
.dvMobileMenu {
    padding:0;margin:0;
}
.dvMobileMenu li{
list-style-type: none;
    padding: 15px 5px 12px 13px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}
.dvMobileMenu li a{color:white;}
    .dvMobileMenu li a:hover {
            border-bottom: 2px solid #990000;
    }
.scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  width: 70%!important;
}

.TopLeadHeadline{
        position: absolute;
    bottom: 30px;display:none;
    font-weight: bold;
    right: 38px;
    background: rgba(245, 244, 238, 0.9);
    width: 270px;
    padding: 10px;
    border-radius: 9px;
}
.TopLeadHeadline h4{
              font-weight: normal;
    margin: 0;
    text-decoration: underline;
    line-height: 1.3;
}
.TopLeadHeadline h4 a{
     color:black;

}
.topLeadInfo{
	    position: absolute;
    bottom: 5px;
    right: 13px;
    color: white;
    font-size: 27px;
    opacity: 0.75;
}
.TopLeadHeadline h5{
         color: black;
    font-family: 'Lora', serif;
    font-size: 14px;
    line-height: 1.4;
}
.owl-carousel .item{
	width:256px;
    background:none;
	padding:0px;
	}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    color:#868686;
}
.owl-next{
	position:absolute;
	right:-13px;
	top: 26px;
	font-size: 8em !important;
}
.owl-prev{
	    position: absolute;
    left: -13px;
    top: 26px;
    font-size: 8em !important;
}
.owl-next:focus{
	outline:none;
}
.owl-prev:focus{
	outline:none;
}
.GallerySlider {
    margin:15px 0;
}
.quotes {
     background: #f5f5f5;
    border: 1px solid #e6e6e6;
    margin-top: 5px;
    padding:0;
    float: left;
    width: 22%;
    margin-left: 22px;
}
.quotes i.fa-quote-left,i.fa-quote-right {font-size:20px;}
.quotes i.fa-quote-left{padding-left:15px;}
.quotes i.fa-quote-right {float: right; padding-right: 15px;
    width: 100%;
    text-align: right;}
.quotes h5{
     color: #990000;
    font-size: 13px;
    float: right;
    width: 126px;    text-align: right;
    padding-right: 14px;
    line-height: 1.3;
    font-weight: normal;
}
.quotes h4{
     font-family: 'Lora', serif;
    font-style: italic;
    font-size: 18px;
    color: #3a3939;
    line-height: 1.4;
    padding: 13px 18px;
}
.quotes h4::first-letter{font-size:30px}
.Quoteline{border-bottom: 1px solid #990000;
    width: 100%;
    float: left;margin: 10px 0;}

.mobileGallery {width:100%;}
.aboutus ul {
    padding:0;margin:0;
}
.aboutus ul li{
   float: left;
    list-style-type: none;
    padding: 0 0px 25px 0px;
    width: 323px;
    text-align: center;
}
.aboutus h3{
   font-size: 24px;
    color: #990000;
    /* text-decoration: underline; */
    margin-bottom: 28px;
    border-bottom: 2px solid #9c0000;
    padding-bottom: 6px;}

.aboutus ul li h4{position:relative;}
.aboutus ul li i{position: absolute;right: 65px;font-size: 15px; top:3px;}
.aboutus ul li img{width:60%;}
.UserProfile {visibility: hidden;
    opacity: 0;
    height: 0;
    width: 1280px;
    background: #FFF;
    border-top: 1px solid #999;
    color: #333;
    top: 25px;
    padding: 0 40px;
    position: relative;
    overflow: visible;
    transition: all 0s ease-in-out;}

.UserProfile.active{position: relative;visibility: visible;height: auto;
    padding: 40px;
    opacity: 1;
    transition: all .25s ease-in-out;}
.mTeam ul{
    clear:both;
}
.mTeam ul li{
   display:inline-block;text-align: left;    font-size: 17px;
}
.aboutus ul p{
  position:relative;
}
.aboutus ul p:after{
  position:absolute;
  content:'';
  border-bottom: 3px solid #990000;
  width: 34px;
  /* height: 10px; */
  bottom: -5px;
  left: 145px;
}
.toplatestNews {
   width:100%;padding:10px;
   background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.3) 77%,rgb(228, 228, 200, 0.8) 100%);
   
}


/* Navbar container */
.navbarm {
    height:45px;
      overflow: hidden;
    background-color: #333;
    font-family: Arial;
    position: inherit;
    font-size: 14px;
    color: white;
    font-family: Oswald;
    font-weight: 500;
    text-transform: uppercase;
    /*background: -webkit-linear-gradient(top, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.50) 77%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 47%,rgba(0,0,0,0.8) 100%,rgba(0,0,0,0) 0%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}

/* Links inside the navbar */
.navbarm a {
  float: left;
  color: white;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
  position:inherit;
}

/* Dropdown button */
.dropdown .dropbtn {
 
  border: none;
  outline: none;
  color: white;
  padding: 10px;
  background-color: inherit;
  
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbarm a:hover, .dropdown:hover .dropbtn {
  background-color: #990000;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;
}
.dropdown .dropbtn a{padding:0; padding-right: 4px;}
/* Mega Menu header, if needed */
.dropdown-content .header {
  background: #990000;
  padding: 16px;
  color: white;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width:100%;
  padding: 10px;
  border-radius:5px;
  background-color: #ccc;
}

/* Style links inside the columns */
.column a {
  float: none;
  color: black;
  padding: 0px;
  text-decoration: none;
  display: block;
  text-align: left;
}
    .column a:hover { background: #ccc;   color: #990000;
    }
    .column h3{
        line-height: 1.4;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    margin-top: 0px;
    padding:2px 10px 2px 20px;
    position: relative;
    margin-bottom: 5px;text-transform: capitalize;
    }
    .column h3:before {
       position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 10px;
    left: 7px;
    background: #990000;
    border-radius: 5px;
}
/****************************location page********************/
.Topcol{
	padding-left:0px;
	padding-right:0px;
}
.TopLcrow{
	background:#cc0000;
}
.TopLrow{
	border-right:0px solid #fff;
	margin:2px 0px;padding:0;
}
.TopAlhead{
	margin: 7px 0;
}
.TopAltxt{
	margin-bottom:0px;
	margin-top:2px;
}
.TopAlhead a{color: #fff;font-size: 19px;font-weight: 500;}
.TopAlhead a:hover{
	text-decoration:none;
}
.TopAltxt a{
	color:#4a4a4a;
	font-size:14px;
	font-weight:500;
}
.TopAltxt a:hover{
	text-decoration:none;
}

.TopRlist{
	list-style-type:none;
	margin-bottom: 0px;
    margin-top:0px;
	margin-left:25px;
}
.TopRlist li{
	    display: inline-block;
	    font-size: 13px;
	    text-transform:uppercase;
	    font-weight: 500;
	    padding: 14px 12px 14px 12px;
}
.TopRlist li a{
	color:#fff;
}

.TopRlist li.active{
	 background:white;
	 color:#cc0000;
}
.TopRlist li a:hover{
	text-decoration:none;
}
.TopRlist li.active a{
	color:#cc0000;
}
.chkicon{
	font-size:13px;
}
/***********dtropdown start************/
.droptxt {    
    color: black;    
    font-size: 16px;
    border: none;
}
.dropdownm {
    position: relative;
    display: inline-block;	
    text-transform:uppercase;
}
.dropdownm p{
   padding: 5px;
   margin: 0px;
   font-size: 12px;
   color:#505050;
   font-weight: 700;
}
.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top:25px;
	width: 160px;
}
.dropdown-content1 a {
        color: #505050;
        padding: 6px 5px;
        text-decoration: none;
        display: block;
        font-weight:700;
        border-bottom: 1px solid gainsboro;
        font-size: 12px;
}
.dropdown-content1 a:hover {background-color: #ddd;}

.dropdownm:hover .dropdown-content1 {display: block;/* background: rebeccapurple; */}

.dropdownm:hover .dropbtn {background-color: #3e8e41;}
.drop-icon{
	padding-left:5px;
}
.ctgrow{
	background:#e0e0e0;
}
.ctglist{
	margin-left:75px;
	margin-bottom:0;
	font-family: Arial;
}
.ctglist li{
	display:inline-block;
	margin-right:15px;
    cursor:pointer;
}
/*********end dropdown**************/
.searchbar{
	    width: 260px;
    margin-left: 60px;
  
    /* margin-bottom: 5px; */
    border-radius: 10px;
	position:relative;
}
.srchtxt{
	    height: 32px !important;
    width: 100% !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-size: 12px !important;
    color: #5b5b5b !important;
    padding: 11px !important;
    border: 1px solid #b5b2b2;
    border-radius: 10px;
}
.srchtxt:focus{
	outline:none;
}
.searchbar span{
	float: right;
    position: absolute;
    top: 10px;
    left: 55%;
}
.searchbar h5{
	margin:0px;
	color:#747474;
}
.ctgPadL{
	padding:3px 0;
}
.ctgPadR{
	padding-top:5px;
}
.srcicon{
	color: #c1c1c1;
	position:absolute;
	top:5px;
	right:10px;
}
/****************map coloumn starts**************/
.mapcolL{
	padding-top:5px;
	padding-right:45px;
}
.mapimg{
	float:right;
}
.Lbox{
	padding:10px;
}
.Lboxhdr{
	display:table;
	border-bottom:1px solid #c1c1c1; 
	margin-bottom:10px;
	padding-bottom:5px;
	width:100%;
}
.Lbox h4{
	display:table-cell;
}
.Lbox h4 a{
	color:#cc0000;
	font-weight:600;
	font-size:14px;
}
.crticon{
	display:table-cell;
	padding-right:85px;
}
.crticonL{
	padding-right:44px;
}
.crticonR{
	padding-right:115px;
}
.Mboxlst{
	list-style-type:none;
}
.Mboxlst li{
	padding-bottom:10px;
	position:relative;
}
.Mboxlst li a{
	color:#5b5b5b;
	font-weight:400;
	font-size:14px;
}
.Mboxbg{
	background: #e0e0e0;
    width: 268px;
    margin-right: 24px;
    margin-top: 20px;
    min-height: 335px;
    margin-bottom: 10px;
}
.mapcolRpad{
	padding-top:0px;
}
.owl-dots{
	display:none;
}
.owl-prev{
	font-size: 45px !important;
    position: absolute;
    top: 18%;
    left: -7.5%;
	color:#cc0000 !important;

}
.owl-prev:hover{
	background:none !important;
}
.owl-next{
	font-size: 45px !important;
    position: absolute;
    top: 19%;
    right:-8%;
	color:#cc0000 !important;
}
.owl-next:hover{
	background:none !important;
}
.phsldrlist{
	list-style-type:none;
	margin-bottom:0px;
}
.phsldrlist li{
	display:inline-block;
	padding-right:15px;
	margin-top:5px;
}
.phsldrlist li:first-child{
	border-right:1px solid #cc0000;
}
.phsldrlist li a{
	color:#cc0000;
}
.phsldrlist li:last-child{
	padding-left:15px;
}
.sldrimg p a{
	color:#5b5b5b;
	font-weight:400;
	font-size:13px;
}
.sldrimg p{
	margin-bottom:0px;text-align:left;
}
.sldrimgdt{
	color:#5b5b5b;
	font-weight:700;
	font-size:12px;
	margin-bottom:0px;
	margin-top:9px;
}
ul.Mboxlst li:before{ position:absolute; content:''; width: 5px; height: 5px; background:#cc0000;  display:inline-block; margin-right:6px;
left:-12px; top:8px;
 }

/************************login modal************************/
.modal-dialog{
	width:840px;
	margin:0 auto;
}
.modal{
	top:25%;
}
.loginCAT{
	    list-style-type: none;
    text-align: center;
    margin: 25px 0 20px;
}
.loginCAT li{
	display:inline-block;
	margin:0px 30px;
}
.userimg{
	text-align:center;
}
.FAuser{
	font-size:100px !important;
	margin-right:2px;
	margin-bottom:20px;
	color: #cc0000;
}
.txtbx{
	text-align:center;
	margin-top:5px !important;
	height:30px !important;
	width:75% !important;
	margin-left:35px;
	margin-bottom:2px !important;
	border-radius:50px;
	background:#b7b7b7 !important;
	font-size: 15px !important;
	    font-weight: 500 !important;
}
.logbtn{
	width: 45%;
    margin-left: 30%;
    margin-top: 30px;
    border-radius: 50px;
    margin-bottom: 10px;
    background: #cc0000;
    border: none;
    color: #fff;
}
.modalL{
	background:rgba(0, 0, 0, 0.88);
	color:#9a9898;
	padding:50px;
	line-height:1.9;min-height:368px;
	border-top-left-radius: 50px;
	padding-bottom:0px;
}
.modalR{
	background:rgba(0, 0, 0, 0.7);
	color:#9a9898;
	padding:46px 22px;
	padding-bottom:18px;
}
.loginCATX{
	color:#dbdbdb;	
}
.modal-header{
	border-bottom:none;
}
.btnsec{
	    position: absolute;
    right: 24px;
    font-size: 20px;
    top: 0;
}
.close{
	float: none;
    color: #cc0000;
    font-size: 28px;
	text-shadow:none;
    opacity: 6.2;
}
.modal-body{
	padding:0px 15px;
}
.contxt a{
	color:#6d090c;
}
.logbtmlist{
	list-style-type:none;
	float:right;
	margin-top:50px;
}
.logbtmlist li{
	display:inline-block;
	padding:0px 7px;
	border-right:1px solid #4c4c4c;
}
.logbtmlist li a{
	color:#4c4c4c;
}
.brdN{
	border-right:none !important;
}
.modal-content{
	background:none;
}
.loginCAT .active a{
	border-bottom:2px solid #cc0000;
	padding-bottom:8px;
}
/***********************************news page*************************/
.rowpad{
	margin-right:0px;
}
.containerB{
	max-width:1215px;
	margin:0 auto;
	margin-top:10px;
	border-bottom:1px solid gainsboro;
	padding-bottom:8px;
}
.containerN{
	border-bottom:none;
}
.sel1,.sel2{
	color: #615e5e;
	    font-size: 13px;
    font-weight: 500;
}
.sel1,#sel1{
	display:inline-block;
}
#sel1{
	width:60%;    font-size: 13px;
}
.sel2,#sel2{
	display:inline-block;
}
#sel2{
	width:20%;
}
.padL{
	padding-left:0px;
}
.pagination{
	margin:0px;
	float:right;
}
.pagination li a{
  border:none;
  color: #615e5e;
  font-weight:700;
  margin:0px 1px;
}
.pagination li a:hover{
	background:#cc0000;
	color:#fff;
}
.pagination .active a{
	color:#fff;
	background:#cc0000;
}
.pagination .active a:hover{
	color:#fff;
	background:#cc0000;
}
.dtrtxt{
	text-align: left;
    font-size: 13px !important;
    margin-top: 1px !important;
    height: 30px !important;
    width:100% !important;
    margin-bottom: 2px !important;
    padding: 6px !important;
    float: left;
    margin-right: 10px;
}
.dater{
	position:relative;
}
.dater img{
	position: absolute;
right:2px;
max-width: 26px;
top: 3px;
}
.calendaricon{
	position: absolute;
    top: 7px;
    right: 10px;
}
.gobtn{
	height: 31px;
    width: 34px;
    border: none;
    border-radius:5px;
    background: #cc0000;
    color: #fff;
    /*position: absolute;*/
    right: 16px;
    top: 0px;
}
.dndbtn{
	   width: 97px;
height: 35px;
background: #cc0000;
color: #fff;
border: none;
border-radius: 5px;
font-size: 13px;
display:inline-block;
float:left;

}
.chk{
	margin-bottom:0px;
}
.chk1{
	margin-right:2px !important;
}
.newstd{
	width:25%;
}
.tblhead{
	background: #4a4a4a;
	font-size:13px;
	color: white;
	padding: 10px 0;
	text-align: center;
}
.tblhead td th:nth-child(3){text-align:center;}
.newsdtl{
	position:relative;
	margin-bottom:0px;
}
.newsdtl a{
	cursor:pointer;
}
.tblrow{
	font-size:12px;
}
.Lbox{
	background:#e0e0e0;
}
.crticonN{
	padding-right:200px;
}
.newsfade{
    padding: 10px;
    border: 2px solid #e0e0e0;
    background: #e0e0e0;
    border-radius: 7px;
    position: absolute;
    width: 50%;
    margin-top: 8px;
    animation-duration: 0.9s; 
     animation-name: fadeInFromNone; 
    animation-fill-mode: ease-out;
    display:none; 
	z-index:9999;
   
}
.newsfade:before{
    width: 0;
    content:'';
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #cc0000;
    position:absolute;
    top: -9px;
}
.newstd:hover div.newsfade{
display:block !important;	
}
.newsfade ul{
	list-style-type:none;
	margin: 5px 0px;
}
.newsfade ul li{
	display:inline-block;
	padding-right: 15px;
}
.newsfade ul li:first-child{
	border-right:1px solid #cc0000;
}
.newsfade ul li:last-child{
	padding-left:8px;
}
.newsfade ul li a{
	color:#cc0000;
}
.more-link{
	color:#cc0000;cursor:pointer;
}
.newsfade p{
	color:#616161;
}
@keyframes fadeInFromNone {
    0% {
        opacity: 0
    }

    1% {
        opacity: 0
    }

    100% {
        opacity: 1
 }
}	
.clsbtn{
	float:right !important;
}
.modal-dialogII{
	width:600px;
	margin:0 auto;
}	
.modal-contentII{
	background:#000;
}
.Mtitle{
	color:#cc0000;
}
.Mheader{
	border-bottom: 1px solid #5f5f5f;
    padding-bottom: 5px;
}
.sideicons{
	margin:0px 5px;
}
.mdrow{
	padding:10px;
}
.mdlist{
	list-style-type:none;
	margin:5px 0px;
}
.mdlist li{
	display:inline-block;
	padding-right:8px;
}
.mdlist li a{
	color:#cc0000;
	font-weight: 700;
}
.Limg p{
	color: silver;
    font-size: 13px;
	margin-bottom:0px;
}
.Limg h6{
	margin:5px 0px;
	font-size:11px;
	color: #6d6d6d;
}
.ftrlinks ul{
	list-style-type:none;
	margin:5px 0px;
}
.ftrlinks ul li{
	display:inline-block;
	padding-right:7px;
}
.ftrlinks ul li a{
	color:#cc0000;
	font-size:12px;
}
.ftrlinks{
	border-top:1px solid #5f5f5f;
	margin-top:5px;
}
.ftrlinks ul,.ftrlinks p{
	display:inline-block;
}
.ftrlinks p a{
	color:#cc0000;
	font-size:11px;
}
.ftrlinks p{
	float:right;
	margin-top:5px;
}
.mdRhead h6,.mdRhead span{
	display:inline-block;
	color:#cc0000;
}
.mdRhead span a{
	color:#cc0000;
	font-size:14px;
}
.mdRhead span{
	float:right;
}
.mdRhead h6{
	margin:0px;
}
.Rimg span a{
	color:#fff;
}
.Rimg span{
	padding:3px;
	background:#cc0000;
	position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 11px;
}
.Rimg{
	position:relative;
	margin-top:5px;
}
.Rcol{
	border-left:1px solid #5f5f5f;
	padding-bottom: 4px;
}
.Limg img{
	width:98%;
}
/***********************************gallery page*************************/
.glrylistO,.glrylistI{
	list-style-type:none;
}
.glrylistO li,.glrylistI li{
	display:inline-block;
}
.glrylistO li{padding: 3px 3px 3px 0px;color:#cc0000;font-size:13px;}
.glrylistO{
	margin-bottom:0px;
}
.dnldlnk{
	float:right;
}
.glrylistI li a{
	color:#cc0000;
}

.glrycol p{
	font-size: 13px;
	margin-bottom:0px;
	line-height:1.6;
    cursor:pointer;
	font-weight: normal;
}
.glrycol h6{
	margin:5px 0px;
	color: #676767;
	font-weight: 300;
}
.glrycol{
	position:relative;
}
.imgchk{
	position:absolute;
	bottom: 0;
	right: 0;
	width:18px;
	height:18px;
}
.glryrow{
	border-bottom:2px solid gainsboro;
	margin-bottom:8px;
}
.padR{
	padding-right:0px;
}
.colwidGrapics {
        width: 16%;
    background: #f5f5f5;
    padding: 10px;
    margin: 10px 23px;
    min-height: 230px;
    position: relative;
    border: 1px solid #eae8e8;
    border-radius: 3px;
}
.colwid {
       width: 18%;
       background: #f5f5f5;
       padding: 10px;
       margin: 10px;
       height: 300px;
       position: relative;
       border: 1px solid #eae8e8;
       border-radius: 3px;
}
.colwid:hover,.colwidGrapics:hover {border: 1px solid #cc0000;}
.colwid:nth-child(6),.colwid:nth-child(11),.colwid:nth-child(16) {clear:both;}
.glrycol div{
    height: 130px;
    /* background: #e4e4e4; */
    border-radius: 4px;
    padding: 5px 0;
    }
.glrycol div img{height:100%;}
.Newstable{text-align:center;width:100%;}
.Newstable tr th:nth-child(3), th:nth-child(4),
 th:nth-child(5){text-align:center;}
.Newstable tr td:nth-child(2){text-align:left;}
.tblrow {
    font-size:12px;
    border-bottom: 1px solid #d4d4d4;
}

/*search result col 4 text align left*/
.tblrow td:nth-child(4) {
    text-align:left;
 }
.tblrow:nth-child(even) {
    background: #f1f1f1;
}
.Newstable td,th{padding:12px 2px 12px 5px;font-family:arial;font-size: 12px;vertical-align: top;}
.Newstable2 td,th{padding:2px 2px 5px 5px !important;font-family:arial;font-size: 12px;vertical-align: top;}
/*.html5-next:hover,.html5-prev:hover  {
    background:#990000;
}
.html5-prev
{
    left:0;
}
.html5-next
{
    right:0;
}*/
.divtext {
    font-weight: normal;
    font: normal 10px/15px Arial,Helvetica,sans-serif;
}
 .divtext p{
          padding: 8px 0;
          margin:0;font-family:lora;
          font-size:12px;line-height: 1.5;
          border-bottom: 1px solid #565656;
          word-wrap: break-word;
            width: 78%;
        }
 .divtext p:last-child{border-bottom:0;}
  .divtext p a{
         color:white;
        }
   .divtext i{
         padding-right:5px;
        }
.lightboxleft2{    min-width:400px;
      height: auto;
    line-height: 360px;
    text-align: center;
    position: relative;
}
.lightboxleft2 div{  display: inline-block;
position: relative;
}
    .lightboxleft2 div span {
        position: absolute;
        bottom: 27%;
        /*background: url(../img/watermark_logo.png);*/
        width: 40px;
        height: 25px;
        right: 17px;
    }
.lightboxleft2 div img{
    vertical-align: middle;
    max-height:412px;
    max-width: 412px;
}
.html5-image {
                padding: 0 !important;
    background: #1a1a1a !important;
    border: 4px solid #666 !important;
        }
        .lightboxcontainer {
            width: 100%;
            text-align: left;
        }

        .lightboxleft {
            width: 60%;
            background:#262626;
            padding:20px;
            float: left;
        }
        .lightboxright {
            width:60%;
            float: left;color:white;padding:20px 20px 0 20px;
        }
        .html5-elem-data-box {
            display:none !important;
        }
        #html5-watermark {display:none !important;padding:10px; }
        .divtext {
            margin:0px;
        }
        .sldrimg{width:100%;text-align:center;background: whitesmoke;padding: 10px;}

.owl-carousel .owl-item img {
    display: initial;
    width: auto;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    margin-top: 2px;
    float: left;
    margin-right: 11px;
}
.slug {font-size:11px;
}

/* The container */
.container1 {
    /* display: block; */
    position: absolute;
    /* padding-left: 25px; */
    /* margin-bottom: 12px; */
    cursor: pointer;
    /* font-size: 22px; */
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
    bottom: 27px;
    right: 30px;
    background: red;
}

/* Hide the browser's default checkbox */
.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #e2e1e1;
    border: 1px solid #868686;
    box-shadow: inset 1px 1px 0px 0px #9e9e9e;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark {
    background-color: #cc0000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container1 .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}





/* The container */
.container2 {
    display: block;
    position:relative;
     padding-left:20px; 
    /* margin-bottom: 12px; */
    cursor: pointer;
    /* font-size: 22px; */
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
}
.city {
    padding-left:22px;
    float:left;
}
/* Hide the browser's default checkbox */
.container2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark1 {
    position: absolute;
    top: 7px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #e2e1e1;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark1 {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark1 {
    background-color: #cc0000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark1:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark1:after {
    display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark1:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


#dropmenudiv {
       /*left:844px !IMPORTANT;*/
    width: 127px !important;
}
.navigation{padding: 6px;border-bottom: 1px solid #bdbcbc;}
.navigation:hover{background: #cc0000;color:white;}
.navigation:hover a{color:white;}


.Subtable{text-align:center;width:100%;}
.Subtable tr th{text-align:center;}
.Subtable tr td{text-align:center;}
.tblrow1 {
    font-size:13px;
    border-bottom: 1px solid #d4d4d4;
}
.tblrow1:nth-child(even) {
    background: #f1f1f1;
}
.Subtable th {
    font-size: 16px;
}
.Subtable td:nth-child(1) {
    font-weight:bold;
}
.Subtable td,th{padding:14px 0 14px 3px;font-family:arial;font-size: 13px;vertical-align: top;}
.Subtable td, th:nth-child(1){position:relative;}
.tblhead1{
	background: #313030;
	font-size:13px;
	color: white;
	padding: 10px 0;
	text-align: center;
}
.infobx {
     background: #e0e0e0;
     padding: 12px 23px;
     border-radius: 4px;
     margin-top: 18px;
     /* font-size: 22px; */
     float: left;
     width: 100%;
     text-align: center;
}
.infohead{
        color: #cc0000;
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 0px;
        position:relative;
        float: left;
        margin-right: 19px;
}
.infohead:after{
    content:'';
    position:absolute;
    bottom: -7px;
    width: 30px;
    left: 0;
}
.infobx h5 {
   padding-right: 5px;
   font-size: 17px;
}
.contact-info {
        width: 100%;
    margin: 16px 0;
    font-family: lora;
    font-weight: bold;
    font-size: 15px;
}
.galleryPopUp
{
    background: #1a1a1a !important;
border: 4px solid #666 !important;
display: flex;
}
.galleryPopUp button.closeg{
    position:absolute;
    top:0;right:0;
}
.closebtn {position: absolute;right: 1px;top: 0px;}
.closebtn img{cursor:pointer;}
.subscriptionMsg {text-align:center;}
.mapMsg{
    color: #393939;font-size: 12px;float: right;
    position: absolute;right: 0;top: 25px;background: #e1e0e0;padding: 10px;
    font-family: verdana;width: 194px;font-weight: bold;font-style: italic;
    line-height: 1.3;border-radius: 6px;
}



.dropbtnm {
    background-color: #C00;
    color: white;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    padding: 7px 10px;
    font-weight: 500;
}

.dropdownm {
    position: relative;
    display: inline-block;
}

.dropdownm-contentm {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdownm-contentm a {
   color: #1d1c1c;
    padding: 5px 9px;
    text-decoration: none;
    display: block;
    cursor:pointer;
    border-bottom: 1px solid #eaeaea;
}

.dropdownm-contentm a:hover {background-color: #ddd;}

.dropdownm:hover .dropdownm-contentm {display: block;}
.mailicon{
	font-size: 17px !important;
font-weight: 300 !important;
color: #333;
}
.mailiconp {font-size: 17px !important;
font-weight: 300 !important;
color: #333;
}
.msgdetail{
	margin:25px 0px 0px;
}
.msgdetail h4{
	font-weight:400;
}
.msgpageCat{
	color:rgb(204, 0, 0);
	/*font-weight:700;*/
}
.phonecol{
	margin:auto;
	text-align:start;
	padding:25px;
}
.phoneicon{
	font-size: 14px !important;
transform: rotate(14deg);
margin-bottom: 15px;
color: #333;
}
.phoneiconp{
	font-size: 14px !important;
transform: rotate(14deg);
margin-bottom: 2px;
color: #333;
}
.phonecol h4{
	font-weight: 400;
font-size: 14px;
margin: 2px;
}

.mailtxt h4{
    font-size:13px;
	font-weight:300;
}
.mailtxt h4 span{
	color:rgb(204, 0, 0);
	font-weight:700;
}
.phonecol.PopPhone{
    width:auto;padding: 5px !important;margin-top:15px;
    margin-left: 41px;
}
.popmsgf{
    font-size:16px;
    margin-bottom: 4px;
    font-weight:300;
}

.carousel-control-rel-photo {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    width: 30px;
    font-size: 20px;
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    float: left;
    background: #0db6f8;
    height: 30px;
	text-align: center;color: white;
}
.carousel-control-rel-photo.prv{
    right: 0;
left: auto;
}


div.ticker_new ul{
  margin:auto;
}
.ticker_new {
  margin-left:10px;
}

.ticker_new ul {
  width: 100%;
  position: relative;
}

.ticker_new ul li {
   width: 100%;
  display: none;
  font-weight: bold;
  font-size: 12px;
  line-height:1.6;
  cursor:pointer;
  font-family: lora;
}

 .demof ul {
    padding: 0;
    list-style: none;
    }
.demof li {
padding: 20px;
border-bottom: 1px dashed #ccc;
}
.demof a {
font-size: 17px;
    line-height: 1.4;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
}
.demof p {
margin: 0px 0 0;
font-size: 17px;
font-family:'Oswald', sans-serif;
}
.demo5 ul {
padding:0px 10px;  
background:#dcdcdc;  
}
.demo5 ul li {
padding: 10px 10px 10px 10px;
border-bottom: 1px solid gainsboro;
list-style-type:none;
margin: 0;
}
.dashboardTkr {
    margin: 0;
    padding: 4px 8px 0px 4px;
    overflow: hidden;
    background: #f1f1f0;
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    border-right: 1px solid #b1b1b1;
    height: 46px;
}
.demo3 ul li {
list-style: none;
padding:0;
font-weight: bold;
  font-size: 12px;
  line-height:1.6;
  cursor:pointer;
  font-family: lora;
}
.modal-dialog.loginModal{
    width:30%;
}
.EnquiryForm{padding-right: 30px;}
.EnquiryForm input{width:100%;margin: 6px 0;height: 40px;font-size:13px;font-weight:400;padding-left:15px;}
.EnquiryForm select{font-size:13px;font-weight:400;height: 40px;color: #a5a5a5;margin: 6px 0;}
.EnquiryForm span{position: absolute;color: red;top: 13px;right: 5px;font-weight: 500;}

.EnquiryForm button.save {
    background: #990000;
    padding: 6px 0;
    border: 0;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 110px;
    font-size: 17px;
    line-height: 1.7;
}
.subsbutton-outer {
width:100%;
}
.subscription-submit {
    width: 49%;
    display: inline-block;
    text-align: right;
}
.EnquiryFormRight {border-left: 1px dashed #dadada;min-height: 380px;}
.EnquiryFormRight h3{color: #990000;line-height: 1.4;margin: 0;font-size: 19px;}

.TopBanner{
    width:100%;position:relative;
}
.TopBanner img{
    width: 100%;
    max-height: 340px;
}
.TopBanner div.slide-content {
    position: absolute;
    bottom: 0%;
    left: 5%;
}
.TopBanner div.slide-content h2 {
   font-size: 3em;
    line-height: 1.21;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 1px #0006, 0 0 5px #990000;
}

.product ul{margin-left: 30px;font-family: lora;line-height: 1.7;}
.product h5 {/* color: #990000; */font-weight: normal;font-size:18px;margin:15px 0 10px 0;position:relative;padding-left: 11px;}
.product h5:first-child {margin-top:0;}
/*.product h5:before {position: absolute;content: '';width: 0px;height: 0px;top: 1px;left: -4px;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-left: 8px solid #990000;} */

.panel-default>.panel-heading.active {
    background-color:#990000;
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color:white;
    background-color:#252525;
    border-color: #ddd;
}
.panel-title a:hover{color:white;}
/*********************************contsct us css********************************/
.contact-main{
	padding:10px;
	font-weight:300;
}
.address-head{
	color:#990000;
	font-size:18px;
        margin-top: 5px;
}
.address-txt{
	font-size: 14px;
    color: #000;
    line-height: 24px;
    margin-bottom: 3px;
}
.addressbox{
	/*box-shadow:0 3px 5px 3px rgba(0, 0, 0, 0.15);*/
	padding:5px;
	/*background:#f7f6f6;*/
}
.address-main{
    box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.15);
    padding: 5px;
    margin-bottom: 15px;
    background: #f7f6f6;
	padding-bottom: 27px;
}
.editorial-head{
    font-size:23px;
        color: #990000;
        margin-bottom:0px;
		border-bottom: 1px solid #000;
		display: inline-block;
}
.bottomaddress{
	/*margin-top:5px;*/
}
/* .address-main{ */
	/* padding-bottom:30px; */
	/* border-bottom:1px solid gainsboro; */
/* } */
.subscription-bottom{
	box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.15);
    padding: 5px;
    margin-bottom: 15px;
	background: #f7f6f6;
}
.subscription-bottom_1{
	box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.15);
    padding: 5px;
    margin-bottom: 15px;
	background: #f7f6f6;
}
.subscription-bottom h4{
	color:#990000;
}
.subscription-bottom p{
	font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 3px;
    color: #000;
}
.ptiaddress-head,.pti-customerservices {
	padding: 2px 15px;
}
.ptiaddress-head h4{
	color:#990000;
	font-size:23px;
}
.ptiaddress-head p{
	font-size:16px;
	line-height:24px;
}
.ptics-head h4{
	color:#990000;
	font-size:23px;
	margin:10px 0px;
}
.ptics-add p{
	font-size:16px;
	line-height:24px;
	margin-bottom:10px;
}
.contactmap-area{
	box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.15);
    padding: 5px;
}

/*****************************twiter****************************************/
.sidenav {
  height: 30.1%;
  width: 0;
  position: fixed;
  z-index: 1;
  top:66px;
  left: 13px;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav a {
	color: #ffffff;
    display: block;
    padding: 10px 15px 10px 30px;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Lora', serif;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: -23px;
  right: -4px;
  font-size: 36px;
  margin-left: 50px;
}

.tab-content{
display:none;
}

.tab-content.current{
			display: inherit;
}
#mytwitternav {
    position: absolute;
    height: 197px;
    top: 66px;
}
.group_txt{
	color: #990000;
    padding-bottom: 6px;
    margin-bottom: 15px;
    border-bottom: 2px solid #990000;
}
.row_outer{
	margin-bottom:5px;
}
/*.member_name{
	margin-top:8px;
	width:74%;
	position:relative;
}*/
.member_content{
	margin-bottom:50px;
}
.member_name p{
	margin-bottom:0px;
	display:inline-block;
	color:#990000;
	font-size:17px;
	
}
.about-txt {
font-size:17px;
font-weight:300;
line-height:25px;
}
.member_name p:hover,.member_name p:focus{
	color:#990000;
	text-decoration:none;
}
/*.memberimg-section img{
	width:75%;
}*/
.member_caret{
	float: right;
    margin-top: 6px;
    color: #990000;
    font-size: 20px;
}
.member_caret:focus{
transform: rotate(180deg);	
}
/*.member_detail p{
	text-align: center;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    padding-top: 40px;
    font-weight: 300;
    width: 60%;
    margin: auto;
    position: relative;

}*/
.memberclick{
	cursor:pointer;
	float:left;
	width:65%;
     -webkit-transition: background 5s;
}
.memberclick:hover {
    -webkit-transition: background 4s;
}
.tab-content{
display:none;
-webkit-transition: background 5s;
}
.fileUpload {
    position: relative;
    overflow: hidden;
	width:133px;
	color:#fff;
	height:34px;
	background:#990000;
	border-radius:3px;
	border:1px solid #fff;
}
.tab-content.current{
			display: inherit;
			animation-duration: 0.9s;
animation-name: fadeInFromNone;
animation-fill-mode: forwards; 
-webkit-transition: background 4s;
}

  @keyframes fadeInFromNone {
    0% {
        opacity: 0
    }

    1% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
.arrow-one {
    bottom: -37px;
    right: -0.4%;
    font-size: 21px;
    color: #000;
	display:none;
}
.arrow-lineone{
    width:84%;
}
.arrow-linetwo{
    width:89%;
}
.arrow-linethree {
    width:91.7%;
}
.arrow-linefour {
    width:93.6%;
}
.headerlogin {
vertical-align: bottom;
}
.topRlist-bars{
	display:none !important;
}
/**********************************newtwittercss*******************************************************/
.twitter-sidenav {
      height: 71.5%;
    width: 0;
    position: absolute;
	overflow:auto;
    z-index: 1;
    top: 66px;
    left: 13px;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
	 -webkit-transform: translateZ(0px);
}

.twitter-sidenav a {
	color: #ffffff;
    display: block;
    padding: 10px 15px 10px 30px;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Lora', serif;
    cursor:pointer;
}

.twitter-sidenav a:hover {
  color: #f1f1f1;
}

.twitter-sidenav .closebtn {
  position: absolute;
  top: -23px;
  right: -4px;
  font-size: 36px;
  margin-left: 50px;
}

.tab-content{
display:none;
}

.tab-content.current{
			display: inherit;
		}
		
.twitter-head{
	background: #990000;
    color: white;
    font-weight: 500;
    padding: 14px 10px 10px 39px;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0px;
}
.twitter-open {
    position: absolute;
    left: 10px;
    top: 26px;
}
.logout-button{
	margin-top: 0px; 
	margin-left: 0px; 
	width: 15%; 
	display: inline-block
}
.font-ipad{
	text-align:center;
	padding-top: 6px; 
	font-size: 13px; 
	padding-left: 0; 
	font-weight: 400;
	padding-right: 0px;
}
.productslink{
	border-top: 1px solid #990000;
    display: inline-block;
    padding-top: 10px;
}
/*****************************/
/*.memberimg-section img{
	width:100%;
	/*max-height:230px;
}*/
.colsec-bottom {
width:20%;
}

/*.member_name {
    margin-top: 8px;
    width: 128%;
    position: relative;
}*/
.member_name p {
    margin-bottom: 0px;
    display: inline-block;
    color: #990000;
    font-size: 16px;
}
.member-plus{
    float: right;
    margin-top: 6px;
    color: #990000;
    font-size: 20px;
	display:none;
}
/*.memberclick{
	cursor:pointer;
	float:left;
	width:100%;
	/*box-shadow:0 3px 5px 3px rgba(0, 0, 0, 0.15);
}*/
.colsec-wid {
width:19%;
}
.member_detail{
	width:100%;
}
.boardouter{
	margin:20px 0px;
}
/*.member_detail p {
    text-align: justify;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    padding-top:0px !important;
    font-weight: 300;
    width:100% !important;
    margin: auto;
    position: relative;
    border-bottom: none;
}*/
.input-outer{
    position:relative;
}
.first-span{
    color:#fff;
    display:table-cell;
}
/*.job-form{
	position:absolute;
	top:10px;
	left:14%;
}*/
.last-span{
            position: absolute;
    color: red;
    top: -3px;
    right: -11px;
    font-weight: 700;
    font-size:18px;
}
@media(max-width: 767px){
/*.memberimg-section{
	text-align:center;
	margin:15px 0px;
}*/
.mobileshow { 
display:block; }

.member_detail{
	width:90%;
	margin:auto;
}
/*.member_name{
	width:89%;
	margin:auto;
}*/
}
/***********************change for about us on 02, may****************************/
.row-one,.row-two,.row-three,.row-four,.row-five{
}
/*.member_detail{
    width: 95%;
     background: #fff; 
    padding: 30px 30px 25px 30px;
    background: rgba(0,0,0,0.9);
	z-index:999;
}*/
.m-one{
	position:relative;
    top: 0px;	
}
.m-one:after {
    content:"";
   position:absolute;
    width: 0; 
  height: 0; 
  top:0px;
  border-left: 10px solid transparent;
  border-right:10px solid transparent;
  border-top: 10px solid #fff;    
}
.m-two{
    position:relative;
    top: 0px;	
}
 .m-two:after {
      content:"";
   position:absolute;
    width: 0; 
  height: 0; 
  top:0px;
  left:23%;
  border-left: 10px solid transparent;
  border-right:10px solid transparent;
  border-top: 10px solid #fff;
 }
.m-three
{
    position:relative;
    top: 0px;
}
.m-three:after{
    content:"";
   position:absolute;
    width: 0; 
  height: 0; 
  top:0px;
  left:43%;
  border-left: 10px solid transparent;
  border-right:10px solid transparent;
  border-top: 10px solid #fff;
}
.m-four{
    top: 0px;
    position:relative;
  	
}
.m-four:after {
    content:"";
   position:absolute;
    width: 0; 
  height: 0; 
  top:0px;
  right:33%;
  border-left: 10px solid transparent;
  border-right:10px solid transparent;
  border-top: 10px solid #fff;
 }
.m-five {
    position:relative;
}
.m-five:after{
 content:"";
   position:absolute;
    width: 0; 
  height: 0; 
  top:0px;
  right:13%;
  border-left: 10px solid transparent;
  border-right:10px solid transparent;
  border-top: 10px solid #fff;
}
/*.member_detail p {
    text-align: justify;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    padding-top:0px !important;
    font-weight: 300;
    width:100% !important;
    margin: auto;
    position: relative;
    border-bottom: none;
	margin-bottom:15px;
}*/
.member_caret,.arrow-one{
	display:none;
}
/*.member_name{
	text-align:center;
	margin-bottom:15px;
}*/
.member_name p{
	display:inline-block;
}
.director-name{
	font-size:20px;
}
.director-post{
	font-size:14px;
}
.director-post:after{
    position: absolute;
    content: '';
    border-bottom: 3px solid #990000;
    width: 34px;
    /* height: 10px; */
    bottom: -5px;
    left: 100px;
}

/*********************aboutus17/5/19****************************/

.row_outer{
    /*margin-left:56px;*/
}
/*.arrow-lineone{*/
    /*width:94%;*/
    /*width: 100%;*/
    /*margin-left:58px;*/
/*}*/
/*.arrow-linetwo{
width: 100%;*/
    /*margin-left: 57px;*/
/*}
.arrow-linethree {
   width: 100%;*/
    /*margin-left: 45px;*/
/*}
.arrow-linefour {
    width: 100%;*/
    /*margin-left: 56px;*/
/*}*/
.member_content{
	margin-bottom:25px;
}
.memberimg-section img{
	 width:170px;
    
}
.memberimg-section{
    width:200px;
   
}
.member_name{
	margin-top:8px;
	width:173px;
	position:relative;
}
.director-post{
	font-size:14px;
        margin-left: 3px;
        margin-top:3px;
}
.director-post:after{
    position: absolute;
    content: '';
    border-bottom: 3px solid #990000;
    width: 34px;
    /* height: 10px; */
    bottom: -10px;
    left: 4px;
}
.member_detail p{
	text-align: center;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    /*padding-top: 40px;*/
    font-weight: 300;
    width: 60%;
    margin: auto;
    position: relative;
}

/*********************abouts***********************************/
@media only screen and (max-width: 1280px){

}
@media only screen and (max-width: 1024px){



.director-post:after {
    position: absolute;
    content: '';
    border-bottom: 3px solid #990000;
    width: 34px;
    /* height: 10px; */
    bottom: -5px;
    /*left: 66px;*/
}
}
@media only screen and (max-width: 768px){


.member_detail{
	padding:10px;
}
.member_detail p{
	font-size:11px;
}
.member_name p{
	font-size:15px;
}
.director-post:after {
    position: absolute;
    content: '';
    border-bottom: 3px solid #990000;
    width: 34px;
    /* height: 10px; */
    bottom: -5px;
    /*left: 42px;*/
}

}
@media only screen and (max-width: 767px) {
    .colsec-wid {
    width: 49%;
    float: left;
    margin-bottom: 10px;
}
.input-outer {
    position: relative;
    width: 45%;
    margin-right: 17px;
    float: left;
}
    .director-post:after {
    position: absolute;
    content: '';
    border-bottom: 3px solid #990000;
    width: 34px;
    /* height: 10px; */
    bottom: 4px;
    /*left: 138px;*/
}
 .member_name {
    padding:10px 0px;
 }
 .colsec-bottom {
    width: 49%;
    float: left;
}
 .row-one, .row-two, .row-three, .row-four, .row-five {
    position:relative;
}
.m-one {
   position: absolute;
    top: 293px; 
}
.m-two {
    position: absolute;
    top:293px; 
}
.m-three {
    position: absolute;
    top: 595px;
}
.m-four{
     position: absolute;
    top: 595px;
}
.m-five{
    position: absolute;
    bottom: -220px;
}
.member_detail {
width:98%;    
}
.m-two:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    left: 53%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.m-four:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    right: 41%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.m-one:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    left: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.m-three:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    left: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.m-five:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    left: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
}
@media only screen and (max-width: 520px){
    .timeline-responsiv-ipad {
    padding-left: 10px;
    padding-right: 0;
    float: left;
    margin-top: 15px!important;
}
    .member_detail1 p {        
    font-size: 11px!important;
    line-height: 25px !important;
    color: #000 !important;
     width: 67% !important;
    font-weight: 300 !important;
    text-align: center!important;
    }
	.input-outer {
    position: relative;
    width: 45%;
    margin-right: 15px;
    float: left;
}
    .mobile_hide
    {
        display:none !important;
    }
    .mobileshow { 
display:block !important; }

 .director-post:after {
    position: absolute;
    content: '';
    border-bottom: 3px solid #990000;
    width: 34px;
    /* height: 10px; */
    bottom: 4px;
    /*left: 79px;*/
}.row-one, .row-two, .row-three, .row-four, .row-five {
    position:relative;
}
.m-one {
   position: absolute;
    top: 293px; 
}
.m-two {
    position: absolute;
    top:293px; 
}
.m-three {
    position: absolute;
    top: 595px;
}
.m-four{
     position: absolute;
    top: 595px;
}
.m-five{
    position: absolute;
    bottom: -270px;
}
.member_detail {
width:98%;    
}
.m-two:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    left: 53%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.m-four:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    right: 41%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.m-one:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    left: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.m-three:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    left: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.m-five:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    left: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
}
@media only screen and (max-width: 425px) {
     member_detail p {        
    font-size: 18px !important;
    line-height: 25px !important;
    color: #000 !important;
    width: 75% !important;
    }
     .mobile_hide
    {
        display:none !important;
    }
    .mobileshow { 
display:block !important; }

        .director-post:after {
    position: absolute;
    content: '';
    border-bottom: 3px solid #990000;
    width: 34px;
    /* height: 10px; */
    bottom: 4px;
    /*left: 3px;*/
}
.dtrtxt {
    text-align: left;
    font-size: 11px !important;
    margin-top: 1px !important;
    height: 30px !important;
    width: 100% !important;
    margin-bottom: 2px !important;
    padding: 6px !important;
    float: left;
    margin-right: 10px;
}
.row-one, .row-two, .row-three, .row-four, .row-five {
    position:relative;
}
.m-one {
   position: absolute;
    top: 279px; 
}
.m-two {
    position: absolute;
    top: 279px; 
}
.m-three {
    position: absolute;
    top: 566px;
}
.m-four{
     position: absolute;
    top: 566px;
}
.m-five{
    position: absolute;
    bottom: -296px;
}
.member_detail {
width:98%;    
}
.m-two:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    left: 53%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.m-four:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    right: 41%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.m-one:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    left: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.m-three:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    left: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.m-five:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    left: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
}
@media only screen and (max-width:375px) {
     member_detail p {        
    font-size: 18px !important;
    line-height: 25px !important;
    color: #000 !important;
    width: 75% !important;
    }
     .mobile_hide
    {
        display:none !important;
    }
    .mobileshow { 
display:block !important; }

    .m-one {
    position: absolute;
    top: 269px;
}
.m-two {
   position: absolute;
    top: 269px; 
}
.m-three {
    position: absolute;
    top: 546px;
}
.m-four{
position: absolute;
    top: 546px;
}
.m-five {
    position: absolute;
    bottom: -346px;
}
}
@media only screen and (max-width:360px) {
     member_detail p {        
    font-size: 18px !important;
    line-height: 25px !important;
    color: #000 !important;
    width: 75% !important;
    }
     .mobile_hide
    {
        display:none !important;
    }
    .mobileshow { 
display:block !important; }

	.input-outer {
    position: relative;
    width: 45%;
    margin-right: 14px;
    float: left;
}
    .m-one {
    position: absolute;
    top: 257px;
}
.m-two {
   position: absolute;
    top: 257px; 
}
.m-three {
    position: absolute;
    top: 524px;
}
.m-four{
position: absolute;
    top: 524px;
}
.m-five {
    position: absolute;
    bottom: -346px;
}
}






@media only screen and (max-width:320px){
     member_detail p {        
    font-size: 18px !important;
    line-height: 25px !important;
    color: #000 !important;
    width: 75% !important;
    }

    .mobile_hide 
        {

        display:none! important;
        }
    .mobileshow { 
display:block!important; }

	.input-outer {
    position: relative;
    width: 45%;
    margin-right: 13px;
    float: left;
}
.group_txt{
    font-size:20px;
}
.director-post:after{
    /*left:31px;*/
}
.m-one {
    position: absolute;
    top: 229px;
}
.m-two {
    position: absolute;
    top: 229px;
}
.m-three {
    position: absolute;
    top: 469px;
}
.m-four {
    position: absolute;
    top: 469px;
}
.m-five {
    position: absolute;
    bottom: -370px;
}
}

@media only screen and (max-width:520px){
.glrycol div img{
    height:164% !important; 
    width:85% !important;
   
}
    .dnldlnk {
         margin-left:49%! important;
             float: inherit ! important;
    }
    .colwid {
        height: 300px! important;
    }
    .glrylistO li{
            margin-top: 37px! important;
    margin-bottom: -3px;
    padding: 0px 0px 0px 0px;
    }

}

.desktop-hide{ 
display:none; }
.desktop_show{ 
display:block; !important }
}.content {
  padding: 16px;
}

.sticky1 {
    position: -webkit-sticky; 
  position: fixed;
  width: 100%;
  top: 0px;
  z-index:150;
  overflow: inherit;
}
 
 .sticky  
     { position: -webkit-sticky; 
  position: fixed;
  width: 100%;
  top: 0px;
  z-index:150;
}
.sticky + .content {
  padding-top: 102px;
}
.sticky1 + .content {
  padding-top: 102px;
}



 .activeh12e:hover{
    background-color:#990000;
}

@media only screen and (max-device-width : 414px) {
    .member_name {
    margin-top: 8px !important;
    width: 69% !important;
    position: relative !important;
    margin: auto !important;
    left:-24px !important;
    }
}

@media only screen and (max-device-width : 375px) {
    .member_name {
        margin-top: 8px !important;
    width: 79% !important;
    position: relative !important;
    margin: auto !important;
    left: -11px !important;
    }
}



.next_prev_stability_button
{display: inline-block;
    padding-left: 45%;
max-width:100%;
margin-top:20px;
margin-bottom:40px;
position:relative;
}
.nxt-privs
{
position:absolute;
background: #cc0000 !important;
    color: #fff !important;
border: none !important;
    border-radius: 5px !important;
padding:8px;
}
.privs
{ position:absolute;
   background: #cc0000 !important;
    color: #fff !important;
border: none !important;
    border-radius: 5px !important;
left: 108%;
padding:8px;
}

@media only screen and (max-device-width :667px) 

{
#membermobclick_responsive
{
margin-left:-12px !important;
}
}


@media only screen and (max-device-width :667px)
{
   #padL_mobile_view
    {background-color: #e6e6e6 !important;
    height: 212px !important;
    padding-top: 8px !important;
    padding-left: 28px !important;
    max-width:100%;
    }
}


@media only screen and (max-device-width :667px)
{
    #padL_mobile_view_1
    {
        background-color: #e6e6e6 !important;
        height: 212px !important;
        padding-top: 8px !important;
        padding-left: 28px !important;
        width: 100% !important;
        margin-left: 0px;
        background-color: #e6e6e6 !important;
        height: 212px !important;
        padding-top: 8px !important;
        padding-left: 28px !important;
        width: 100% !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }
}



@media only screen and (max-device-width :667px)
{
    .gobtn
    {
            margin-right: 12px; 
    }
}

@media only screen and (max-width: 411px)
{
    .subscription-bottom
    { box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.15);
    padding: 5px;
    margin-bottom: 15px;
    background: #f7f6f6;
    margin-left: -234%;
    margin-top: 301%;
    width:219%;
    }
}


@media only screen and (max-width: 411px)
{
    .subscription-bottom_1
    { box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.15);
    padding: 5px;
    margin-bottom: 15px;
    background: #f7f6f6;
    margin-left: -234%;
    width:219%;
    
    }
}
@media only screen 
    and (max-device-width: 640px)
{
    .subscription-bottom {
        /*
     box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.15);
    padding: 5px;
    margin-bottom: 15px;
    background: #f7f6f6;
    margin-left: -234%;
    margin-top:320%;
     width:219%;
     font-weight:300;
         */
        box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.15);
        padding: 5px;
        background: #f7f6f6;
        margin: auto;
        /* margin-top: 320%; */
        width: 100%;
        font-weight: 300;
         margin-bottom: 15px;
    }
}

@media only screen and (max-width: 640px)
{
    .subscription-bottom_1
    { box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.15);
    padding: 5px;
    margin-bottom: 15px;
    background: #f7f6f6;
    margin-left: -234%;
     width:219%;
    }
}
@media only screen and (max-width: 411px)
{

.sticky  
     { position: -webkit-sticky; 
  position: fixed;
  width: 100%;
  top: 0px;
  z-index:150;
}
.sticky + .content {
  padding-top: 102px;
}

    }

.opeinings{
    font-weight: 300 !important;
   font-family: 'Lora', serif !important;
   font-size: 15px !important;
   text-align: justify !important;
   width: 100% !important;
   color: #000000 !important;
}

subscription-bottom_1 p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 3px;
    color: #000;
}
heada1
{
    text-decoration: none;
    color: #6e6a6a;

}
.city1 {
    padding-left:22px;
    float:left;
    color: #d6d2d2;
}



/*fact check new pages design css 19-05-2022*/
.fact-nav {
    padding-left: 0px;
}

.fact-nav .col-sm-12 {
    padding-right: 0px;
}

/* fact check navigation bar css start */
.topnav {
    overflow: hidden;
    background-color: #333;
    display:block;
}

.topnav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

.topnav li {
    /* display: block; */
    display: inline-block;
}

.topnav a {
    /* float: left; */
    display: block;
    color: #f2f2f2;
    text-align: center;
    /* padding: 14px 16px; */
    padding: 14px 66px;
    text-decoration: none;
    font-size: 17px;
    font-family: Oswald;
    font-weight: 500;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #990000;
    color: white;
}

.topnav .icon {
    display: none;
}
/* fact check navigation bar css close */


/* main-section css start */
.mid-section {
    font-family: Oswald;
    text-align: justify;
    color: #000;
    font-size:16px;
    letter-spacing:0.1px;
}
.mid-section ul {
    list-style-type:disc;
    padding-left:40px;
}
.fact-section {
    border-bottom: 1px solid gainsboro;
    padding-bottom: 10px;
}
.fact-section a {
    text-decoration: none;
    color: #000;
}
/*.fact-section a:hover {
    color: #990000;
}*/
.fact-section img {
    width: 100%;
}
.fact-section span {
    color: #990000;
}
.fact-section .datecolor {
    font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

/* factstory-section css start */
.factstory-section {
    margin-top: 20px;
}
.factstory-section h3 {
    margin-top: 10px;
}
.factstory-section .datecolor {
    color: #333;
    font-size: 16px;
}
.factstory-section span {
    color: #990000;
}
.factstory-section img {
    width: 100%;
    /*padding-bottom: 15px;*/
    padding-top: 8px;
}
.factstorybottom {
    font-weight: bold;
    padding-top: 15px;
    font-size: 16px;
}
.factstorybottom a {
    text-decoration: none;
    color: #990000;
}
.factstorybottom i {
    font-weight:normal;
    padding-bottom:10px;
}
.factstorycaption {
    text-align:center;
    background:#990000;
    color:#fff;
    padding-top:6px;
    padding-bottom:6px;
    font-size:15px;
    margin-bottom:15px;
}

/* ourteam-section css start */
.ourteam-section {
    margin-top: 20px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 10px;
}
.ourteam-section h4 {
    text-align: center;
}
.ourteam-section img {
    width: 100%;
}
.ourteam-rightsection {
    margin-top: 35px;
}

/* methodology section css start */
.methodology-section {
    border: 1px solid gainsboro;
    margin-bottom:20px;
    border-radius:3px;
}
.methodology-section h3 {
    color: #990000;
    background: antiquewhite;
    padding: 10px;
    margin:0px;
    font-size:19px;
}
.methodology-section p {
    padding:10px;
    margin:0px;
}
.methodology-section ul {
    padding-left:50px;
    list-style-type:disc;
}

/* contact form css start */
.contactform {
    width: 100%;
  }
  
  .contactform label:first-child {
    margin-top: 10px;
  }
  
  .contactform label {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .contactform input[type=text]
  {
    height: 40px;
  }
  
  .contactform textarea {
    height: 160px;
  }
  
  .contactform input:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #990000 !important;
  }
  
  .contactform input[type=text],
    textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 20px;
    resize: none;
    font-weight:normal;
    letter-spacing:0.1px;
    font-size:15px;
  }
  
  .contactform input[type=file] {
    margin: 0px;
  }
  
  .contactform input[type=submit] {
    background-color: #990000;
    color: white;
    padding: 7px 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 0px;
    float: right;
  }
  
  input[type=submit]:hover {
    background-color: #000;
  }
  
  .contactform .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    float: right;
  }
  
  .contactform .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 20px;
  }
  
  .contactform .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
  }
  
  /* .contactform .btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
  } */
  .btn.active.focus,
  .btn.active:focus,
  .btn.focus,
  .btn:active.focus,
  .btn:active:focus,
  .btn:focus {
    /* outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; */
    outline: none;
  }
  
  .submitbtn {
    margin-bottom: 15px;
  }

  .contact-rightsection a {
    text-decoration: none;
    color: #990000;
    font-weight:bold;
    font-size:17px;
  }
.lora {
font-family: 'Lora', serif;
font-size:16px;
line-height:24px;
}
.fs-14 {
font-size:14px !important;
}

.ads10
{
    margin: 20px 0 20px 0;
    padding: 15px;
    background: #dcdcdc;
    text-align: left;float:left;
    width:100%;
}


@media (min-width:820px) and (max-width:1180px) {
       .rsimg {
        width: 118px!important;
    }
       .ads10
{
    margin: 20px 0 20px 0;
    padding: 15px;
    background: #dcdcdc;
    text-align: left;float:left;
    width:100%;
    height:763px;
}
          .scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  width: 84%!important;
}
}

@media (min-width:768px) and (max-width:991px) {

    .rsimg {
        width: 118px!important;
    }
    .scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  width: 60%!important;
}
    .ipadheaderwidth {
   width: 13% !important;
   /*padding: 0% 1% 0%;*/
}
    .banner1 {
    background: url(../img/PIC_1.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    /* background-size: 100% 100% !important; */
    background-size: cover!important;
    position: relative;
    height: 0px!important;
    width: 100%;
    padding: 0;
}
    /*.hidden-md {
    display: none!important;
}*/
}

.mobileheadersearch {
 background: #2f2f2f;
   width: 100% !important;
   /*padding: 0% 1% 0%;*/
}

@media (min-width: 820px) and (max-width: 1180px) {
    .more-news-update .left-part
{
    padding-left: 0px !important;
    padding-right:30px !important;
    padding-top:15px;
    width:100%
}
}


.logo.code {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 339px) {
    #ContentPlaceHolder1_dvEntertainment_dvEntertaiment .entertainmentnews {
        height: 30px;
    }

    #ContentPlaceHolder1_dvEntertainment_dvEntertaiment .enterHead1 h2 {
    top: 6px;
    margin-top: 0;
    left: 10px;
    font-size: 15px;
}
.bigstoryimg{border-bottom: 0 !important}
}