@import "fonts.css";

a,
a:hover {
    text-decoration: none !important;
}

ul,
ol {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

h1,h2,h3,h4,h5,h6
{
	font-family: var(--source4);
}

.container
{
    
}

body {
    line-height: 25px;
    font-style: normal;
    color: #333;
    background-color: var(--bodybg);
    font-size: 14px;
    overflow-x: hidden;
    font-family: var(--droid1);
    letter-spacing: 1px;
    z-index: 2;
    position: relative;
}

h1,h2,h3,h4,h5,h6
{
    font-family: var(--droid2);
}

.heading1 h4
{
    position: relative;
    padding:10px 20px;
    background-color: #333333;
    color: var(--white);
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 20px;
    margin-bottom: 5px;
}
.heading1 h4:hover .head-text
{
    color: var(--white);
    position: relative;
    z-index: 2;
}
.heading1 h4:before
{
    content: '';
    position: absolute;
    width: 7px;
    height: 100%;
    background-color: var(--color1);
    display: inline-block;
    top: 0;
    left: 0;
    transition:width .3s ease-in-out;
    z-index: 1;
}
.heading1 h4:hover:before
{
    width: 100%;
}

.spaccer1
{
    width: 100%;
    height: 10px;
}
.spaccer2
{
    width: 100%;
    height: 20px;
}
.spaccer3
{
    width: 100%;
    height: 30px;
}

.razorpay-payment-button{
    border: 1px solid var(--color2);
    background-color: var(--color2);
    color: var(--white);
    font-family: var(--droid2);
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
    padding: 5px 25px;
}

/*
=============================
*/

@media screen and (min-width: 768px)
{
    .toggle-btn-for-mobile
    {
        display: none;
    }
}

.navigation
{
    background-color: #FDFDFD;
    padding:10px 0;
}
.navigation .right-sidetext
{
    float: right;
}
.navigation .right-sidetext img
{
    width: 270px;
}
.mynavigation-box .logo
{
    margin-top:7px; 
    display: inline-block;
}


/*
==================================
*/

.navbars
{
    background-color: var(--color1);
}
.navbars .row
{
    width: 100%;
}
.navbars ul.main-ul
{
    display: table;
    margin: auto;
}
.navbars ul.main-ul .main-li
{
    float: left;
}
.navbars ul.main-ul .main-li a
{
    font-size: 14px;
    color: var(--white);
    font-family: var(--droid1);
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 5px 12px;
    display: inline-block;
}
.navbars ul.main-ul .main-li:hover a,
.navbars ul.main-ul .main-li.active a
{
    background-color: var(--color2);
}



#clone
{
    position:fixed;
    top: -110%;
    left: 0;
    z-index: 500;
    width: 100%;
    transition: all .5s ease-in-out;
}
#clone.showclons
{
    top: 0;
}
#clone .mynavigation-box
{
    width: 100%;
}
#clone .mynavigation-box .navigation
{
    padding: 4px 0;
}
#clone .mynavigation-box .logo img
{
    width: 230px;
}
#clone .mynavigation-box .right-sidetext
{
    margin:0;
}
#clone .mynavigation-box .right-sidetext img
{
    width: 210px;
}

/*
====================================
*/

.hotnewsstrip{
    background: #fff;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    box-shadow: 2px 2px 18px rgba(00, 00, 00, 0.4);
}
.hotnewsstrip .heading-for-hot-new
{ 
    color: var(--white);
    font-size: 18px;
    font-family: var(--droid2);
    text-transform: uppercase;
    line-height: 18px;
    padding: 14px 0;
    text-align: center;
    background-color: #424040;
}
.hotnewsstrip .ticker-left-right
{
    margin:10px 10px;
}
.hotnewsstrip .ticker-left-right marquee
{
    line-height: 18px;
}
.hotnewsstrip .ticker-left-right marquee a
{
    display: inline-block;
    color: var(--black);
    font-size: 14px;
    letter-spacing: 0;
    margin-right: 10px;
}
.hotnewsstrip .ticker-left-right marquee a:before
{
    content: '\f144';
    font-family: fontawesome;
    margin-right: 7px;
    color: var(--color1);
}

.hotnewsstrip .ticker-left-right marquee a:last-child
{
    margin-right: 0;
}

/*
=================================
*/
.whiteBox 
{
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(187, 187, 187, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(187, 187, 187, 1);
    box-shadow: 0px 0px 5px 0px rgba(187, 187, 187, 1);
}


.whiteBox .story-box
{
    background-color: var(--white);
    padding:20px 20px 0;
    margin:0 28px;
    position: relative;
    top: -50px;
}

body.home-page .whiteBox .story-box{
    height:234px;
    overflow:hidden;
}

.whiteBox .story-box.home-page
{
    padding:30px 20px 0;
    position: static;
}

.story-box .title{
    font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-family: var(--droid1);
  letter-spacing: 0;
}
.story-box .title a
{
  color: var(--black);
}
.story-box .title:hover a
{
  text-decoration: underline !important; 
}
.story-box .description p
{
    font-size: 15px;
    letter-spacing: 0;
    color: var(--black);
}

@media screen and (min-width: 1140px)
{
    .story-box .description p
    {
        min-height: 100px;
        max-height: 100px;
        overflow: hidden;
    }
}

.story-box .user-date-info .user
{
    float: left;
}

.story-box .user-date-info .user .images
{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.story-box .user-date-info .user .images img
{
    border-radius: 50%;
    height: 40px;
}

.story-box .user-date-info .user .name
{
    font-family: var(--droid1);
    font-size: 16px;
    letter-spacing: 0;
    color: var(--black);
    padding-left: 5px;
}

.story-box .user-date-info .date
{
    display: inline-block;
    border-left: 1px solid var(--color2);
    padding-left: 20px;
    font-family: var(--droid1);
    font-size: 16px;
    letter-spacing: 0;
    color: var(--color2);
    margin:7px 0;
    margin-left: 15px;
    line-height: 20px;
}

.whiteBox .images a
{
    display: block;
    overflow: hidden;
}
.whiteBox .images a img
{
    transform: scale(1);
    transition:all .8s ease-in-out;
}
.whiteBox .images a:hover img
{
    transform: scale(1.2);
}

.archives-box
{

}

/*
===========================
*/

.article-row
{
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(187, 187, 187, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(187, 187, 187, 1);
    box-shadow: 0px 0px 5px 0px rgba(187, 187, 187, 1);
    padding:20px 20px 0;
}
.news-box
{
    margin-bottom: 40px;
}
.news-box .title
{
    padding-top: 8px;
}
.news-box .title h4
{
    font-size: 20px;
    font-family: var(--droid1);
    letter-spacing: 0;
}
.news-box .title h4 a
{
    color: var(--black);
}
.news-box .title h4 a:hover
{
    color: var(--color2);
}
.news-box .content-area .description p
{
    font-family: var(--droid1);
    letter-spacing: 0;
    font-size: 15px;
    color: rgb(51,51,51);
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}


.news-box .user-date-info .user
{
    float: left;
}
.news-box .user-date-info .user .images
{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.news-box .user-date-info .user .images img
{
    border-radius: 50%;
}
.news-box .user-date-info .user .name
{
    font-family: var(--droid1);
    font-size: 15px;
    letter-spacing: 0;
    color: var(--black);
    padding-left: 5px;
}

.news-box .user-date-info .date
{
    display: inline-block;
    border-left: 1px solid var(--color2);
    padding-left: 10px;
    font-family: var(--droid1);
    font-size: 15px;
    letter-spacing: 0;
    color: var(--color2);
    margin: 7px 0;
    margin-left: 5px;
    line-height: 20px;
}
}

.news-box .images a
{
    display: block;
    overflow: hidden;
}
.news-box .images a img
{
    transform:scale(1);
    transition: all  .5s ease-in-out;
}
.news-box .images a:hover img
{
    transform:scale(1.2);
}


/*
================================
*/

.grid-heading .heading1 h4
{
    float: left;
    margin-right: 10px;
}
.grid-heading .heading1 .grid-wise-list-wise
{
}
.grid-heading .heading1 .grid-wise-list-wise a
{
    width: 40px;
    height: 39px;
    display: inline-block;
    text-align: center;
    background-color: #ccc;
    color: var(--black);
    padding:5px 0;
    border-radius: 3px;
}
.grid-heading .heading1 .grid-wise-list-wise a:hover,
.grid-heading .heading1 .grid-wise-list-wise a.active
{
    background-color: var(--color2);
    color: var(--white);
}
.grid-heading .heading1 .grid-wise-list-wise a i
{
    line-height: 16px;
    display: block;
}
.grid-heading .heading1 .grid-wise-list-wise a span
{
    font-size: 11px;
    display: block;
    margin-top: 0px;
    line-height: 16px;
    letter-spacing: 0;
}

/*
======================================
*/

.active-class-box.list-wise-data .article-row .news-box > .images
{
    display: table-cell;
    vertical-align: top;
}
.active-class-box.list-wise-data .article-row .news-box .images a
{
    width: 400px;
    display: block;
    overflow: hidden;
}

.active-class-box.list-wise-data .article-row .news-box .content-area
{
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}
.active-class-box.list-wise-data .article-row .news-box .content-area .description
{
    padding-right: 20px;
}
.active-class-box.list-wise-data .article-row .news-box .content-area .description p
{
    line-height: 24px;
    max-height: 120px;
    height: auto;
    text-align: justify;
}
.active-class-box.list-wise-data .article-row .news-box .content-area .title h4
{
    font-size: 25px;
}


/*
============================
*/

footer
{
    background-color: #424040;
    margin-top: 40px;
    padding: 50px 0 20px;
}
footer .footer-logo
{
    padding:25px 0;
}
footer .footer-logo img
{
    width: 320px;
}
footer .ft-box.box1 ul
{
      -webkit-column-count: 4; 
        -moz-column-count: 4;  
        column-count: 4;
}
footer .ft-box.box1 ul li
{
    margin-bottom: 5px;
    font-size: 14px;
}
footer .ft-box.box1 ul li a
{
    font-family: var(--droid1);
    letter-spacing: 1px;
    color: var(--white);
}
footer .ft-box.box1 ul li a:before
{
    content: '\f105';
    font-family: fontawesome;
    margin-right: 5px;
}



footer .ft-box.box2 ul li
{
    margin-bottom: 3px;
    font-size: 14px;
}
footer .ft-box.box2 ul li a
{
    font-family: var(--droid2);
    letter-spacing: 1px;
    color: var(--black);
}
footer .ft-box.box2 ul li a:before
{
    content: '\f105';
    font-family: fontawesome;
    margin-right: 5px;
}

footer .ft-box.box1 ul li a,
footer .ft-box.box2 ul li a
{
    margin-left: 0px;
    transition: all .2s ease-in-out;
}
footer .ft-box.box1 ul li:hover a,
footer .ft-box.box2 ul li:hover a
{
    margin-left: 10px;
    color: var(--color2);
}

.copyright
{
    background-color: var(--color1);
    text-align: center;
    font-size: 14px;
    color: var(--white);
    letter-spacing: 1px;
    padding: 7px 0;
}
.copyright a
{
    color: var(--white);
    font-family: var(--droid2);
}


/*
==================================
*/

.blog-detail-page .whiteBox
{
    position: relative;
}
.blog-detail-page .social-media-icon
{
    position: absolute;
    top:40px;
    left: 15px;
}
.blog-detail-page .social-media-icon a
{
    display: block;
    width: 35px;
    height:35px;
    background-color: #f2f2f2;
    text-align: center;
    margin-bottom: 3px;
    border:1px solid #dbdbdb;
}
.blog-detail-page .social-media-icon a i
{
    line-height: 35px;
}

.blog-detail-page .social-media-icon a:nth-child(1) i
{
    color: #3A5A99
}
.blog-detail-page .social-media-icon a:nth-child(2) i
{
    color: #55ACEE
}
.blog-detail-page .social-media-icon a:nth-child(3) i
{
    color: #3B445C
}
.blog-detail-page .social-media-icon a:nth-child(4) i
{
    color: #BD081C
}
.blog-detail-page .social-media-icon a:nth-child(5) i
{
    color: #BD081C
}
.blog-detail-page .social-media-icon a.whatsapp i
{
    color: #29af17
}





.blog-detail-page .social-media-icon a:hover:nth-child(1)
{
    background-color: #3A5A99;
}
.blog-detail-page .social-media-icon a:hover:nth-child(2)
{
    background-color: #55ACEE;
}
.blog-detail-page .social-media-icon a:hover:nth-child(3)
{
    background-color: #3B445C;
}
.blog-detail-page .social-media-icon a:hover:nth-child(4)
{
    background-color: #BD081C;
}
.blog-detail-page .social-media-icon a:hover:nth-child(5)
{
    background-color: #BD081C;
}
.blog-detail-page .social-media-icon a:hover:nth-child(6)
{
    background-color: #3A5A99;
}


.blog-detail-page .social-media-icon a:hover:nth-child(1) i
{
    color: #fff;
}
.blog-detail-page .social-media-icon a:hover:nth-child(2) i
{
    color: #fff;
}
.blog-detail-page .social-media-icon a:hover:nth-child(3) i
{
    color: #fff;
}
.blog-detail-page .social-media-icon a:hover:nth-child(4) i
{
    color: #fff;
}
.blog-detail-page .social-media-icon a:hover:nth-child(5) i
{
    color: #fff;
}
.blog-detail-page .social-media-icon a:hover:nth-child(6) i
{
    color: #fff;
}

.blog-detail-page .social-media-icon a.whatsapp:hover
{
    background-color: #29af17;
    color: var(--white);
}




.blog-detail-page .whiteBox .story-box
{
    position: static;
    margin: 0;
    padding: 30px 30px;
    padding-left: 70px;
    
}
.blog-detail-page .whiteBox .story-box.content
{
    padding-left: 30px;
}
.blog-detail-page .whiteBox .story-box .user-date-info
{
    overflow: hidden;
}
.blog-detail-page .whiteBox .story-box .images.big
{
    margin-top: 10px;
    margin-bottom: 20px;
}
.blog-detail-page .whiteBox .story-box .images.big img
{
    width: 100%;
}



/*
================================
*/

.blog-detail-page .whiteBox
{
    width: calc(100% - 350px);

    float: left;
}

.blog-detail-page .whiteBox.full 
{
    width: 100%;
}
.blog-detail-page .whiteBox.full .story-box
{
    padding: 30px;
    padding-left: 30px;
}

.blog-detail-page  .news-sidebar
{
    width: 330px;
    margin-left: 20px;
    float: left;
    
}
.blog-detail-page  .news-sidebar .recent-post-box
{
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(187, 187, 187, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(187, 187, 187, 1);
    box-shadow: 0px 0px 5px 0px rgba(187, 187, 187, 1);
    padding:20px;
}

.blog-detail-page .recent-post-box .list-row{
    clear: both;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
}   

.blog-detail-page  .news-sidebar .recent-post-box .content-area .user-date-info
{
    clear: both;
}

.blog-detail-page  .news-sidebar .recent-post-box .content-area .user-date-info .user
{
    float: left;
    margin-top:3px;
}

.blog-detail-page  .news-sidebar .recent-post-box .content-area .user-date-info .user .images
{
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.blog-detail-page  .news-sidebar .recent-post-box .content-area .user-date-info .user .images img
{
    border-radius: 50%;
}

.blog-detail-page  .news-sidebar .recent-post-box .content-area .user-date-info .user .name
{
    font-family: var(--droid1);
    font-size: 13px;
    letter-spacing: 0;
    color: var(--dark);
    padding-left: 2px;
}

.blog-detail-page  .news-sidebar .recent-post-box .content-area .user-date-info .date
{
    display: inline-block;
    border-left: 1px solid var(--gray);
    padding-left: 8px;
    font-family: var(--droid1);
    font-size: 13px;
    letter-spacing: 0;
    color: var(--dark);
    margin:0px 0;
    margin-left: 8px;
    line-height: 20px;
    margin-top:3px;
}
.blog-detail-page  .news-sidebar .recent-post-box .image
{
    float: left;
    width: 100px;
    margin-right: 8px;
}

.blog-detail-page  .news-sidebar .recent-post-box .content-area .title
{
    font-size: 15px;
    letter-spacing: 0;
    line-height: 18px;
}

.blog-detail-page  .news-sidebar .recent-post-box .content-area .short-desc
{
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.4;
    height: 39px;
    overflow: hidden;
}


.blog-detail-page  .news-sidebar .recent-post-box .content-area .title a
{
    color: var(--black);
}

.title2
{
    font-size: 25px;
    margin-bottom: 20px;
    letter-spacing: 0;
    line-height: 16px;
    color: var(--black)
}
.title2.lh
{
    line-height: 30px;
}

.small-heading-span
{
    color: #81868a;
    display: block;
    font-size: 13px;
    font-family: var(--droid1);
    padding-top: 12px;
}

/*
=======================================
*/

.breadcrumbs
{
    padding:15px 10px 10px;
}
.breadcrumbs a
{
    display: inline-block;
    color: var(--black);
    font-family: var(--droid1);
    font-size: 14px;
    letter-spacing: 0;
}
.breadcrumbs a:last-child
{
    color: var(--dark);
    font-family: var(--droid2);
}
.breadcrumbs a:not(:last-child)
{
    margin-right: 5px;
}
.breadcrumbs a:not(:last-child):after
{
    content: '\f105';
    font-family: fontawesome;
    padding-left: 8px;
    color: var(--gray);
}

/*
====================================
*/

.users-comment .icon
{
    display: table-cell;
    vertical-align: top;
}
.users-comment .icon .image-user img
{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border:3px solid #ccc;
    background-color: #ccc;
}
.users-comment .right-side
{
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}

.users-comment .right-side .usersName
{
    font-family: var(--droid2);
    color: var(--color1);
}
.users-comment .right-side .date .date-label
{
    font-family: var(--droid1);
}
.users-comment .right-side .date .date-value
{
    font-family: var(--droid1);
    color: #666;
}
.users-comment .right-side .date .row-standing
{
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
}

.users-comment .comment-text p
{
    margin-top: 10px;
    letter-spacing: 0;
    color: var(--black);
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}


/*
=============================
*/
.form-container
{
    margin-top: 20px;
}
.form-container .myinput
{
    margin-bottom: 15px;
}
.form-container .myinput label
{
    font-family: var(--droid1);
    color: var(--black);
    font-size: 14px;
    margin-bottom: 5px;
}
.form-container .myinput .form-control
{
    border-radius: 0;
    border-color:#afb2b5;
}
.form-container .myinput .form-control:focus
{
    box-shadow: none;
    border-color: var(--color2);
}

.capatcha-image
{
    margin-top:30px;
}

.form-container .submitbtn
{
    border:1px solid var(--color2);
    background-color: var(--color2);
    color: var(--white);
    font-family: var(--droid2);
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
    padding: 5px 25px;
}
.form-container .submitbtn:hover
{
    background-color: #B7190B;
}

.form-container .myinput .input
{
    position: relative;
}
.form-container .myinput .input .form-control
{
    padding-left: 30px;
}
.form-container .myinput .input i.fa
{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #ccc;
    font-size: 1.1em;
}

.form-container .myinput .input .form-control::-webkit-input-placeholder { /* Edge */
  color: #999;
  font-size: 14px;
}

.form-container .myinput .input .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
  font-size: 14px;
}

.form-container .myinput .input .form-control::placeholder {
  color: #999;
  font-size: 14px;
}

.input-margin-right label
{
    margin-top: 10px;
    margin-right: 25px !important;
    margin-left: 5px;
}


/*
===============================
*/

.info-area
{
    width: 50%;
    float: left;
}
.info-area li
{
    margin-bottom: 15px;
}
.info-area li .icon
{
    display: table-cell;
    vertical-align: top;
}
.info-area li .icon i
{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    font-size: .9em;
    line-height: 25px;
    background-color: var(--color1);
    color: var(--white);
}
.info-area li .detail
{
    display: table-cell;
    vertical-align: top;
    padding-left: 8px;
}
.info-area li .detail span:nth-child(1)
{
    font-family: var(--droid2);
    color: var(--dark);
    display: block;
    line-height: 16px;
    letter-spacing: 0;
    word-spacing: 2px;
    font-size: 15px;
    text-transform: uppercase;
}
.info-area li .detail span:nth-child(2)
{
    font-family: var(--droid1);
    color: var(--black);
    display: block;
    line-height: 22px;
    letter-spacing: 0;
    word-spacing: 2px;
    padding-top: 3px;
    font-size: 15px;
}
.info-area li .detail span a
{
    color: var(--color2);
}

/*
=====================
*/
.bank-table tbody tr td{
    padding:5px .75rem;
    font-family: var(--droid2);
    border-top: 1px solid #ccc;
}

.bank-table tbody tr td:nth-child(1)
{
    width: 40%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.bank-table tbody tr td:nth-child(2)
{
    width: 60%;
    border-right: 1px solid #ccc;
}

/*
-===========================
*/
.notes p
{
    font-size: 15px;
}

.notes ul li
{
    font-size: 12px;
    letter-spacing: 0;
}
.notes ul li span
{
    color: var(--color2);
    padding-right: 5px;
}

/*
============================
*/
.archives-box
{
    margin-bottom: 30px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(187, 187, 187, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(187, 187, 187, 1);
    box-shadow: 0px 0px 5px 0px rgba(187, 187, 187, 1);
    padding: 20px 20px;
    position: relative;
}
.archives-box:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    opacity: 0;
    border-top: 2px solid var(--color1);
    border-left: 2px solid var(--color2);
    transition:all .5s linear;
}
.archives-box:after
{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 0%;
    opacity: 0;
    border-right: 2px solid var(--color1);
    border-bottom: 2px solid var(--color2);
    transition:all .5s linear;
}

.archives-box:hover:before,
.archives-box:hover:after
{
    width: 70%;
    height: 70%;
    opacity: 1;
}


.archives-box.active-article:before,
.archives-box.active-article:after
{
    width: 100%;
    height: 100%;
    border:4px solid var(--color1);
    opacity: 1;
}

.archives-box .image
{
    text-align: center;
    position: relative;
    z-index: 5;
    
}
.archives-box .image a
{
     display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
}
.archives-box .image a img
{
    width: auto;
    height: auto;
    margin: auto;
}

@media screen and (min-width: 1140px)
{
    .archives-box .image a
    {
      height: 241px;
    }
    .archives-box .image a img
    {
        max-height: 241px;
    }
}

.archives-box .title 
{
    text-align: center;
    line-height: 20px;
    position: relative;
    z-index: 5;
}
.archives-box .title a
{
    font-family: var(--droid2);
    color: var(--black);
    font-size: 15px;
    letter-spacing: 0;
    text-decoration: none;
}
.archives-box .title a:hover
{
    color: var(--color1);
}

/*
---------------------------
*/


.redirect-btn
{
    float: right;    
}
.redirect-btn a
{
    display: inline-block;
    border: 1px solid var(--color2);
    background-color: var(--color2);
    color: var(--white);
    font-family: var(--droid2);
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
    padding: 5px 25px;
}

@media screen and (max-width: 480px)
{   
    .redirect-btn
    {
        float: none;
    }
    .redirect-btn a
    {
        margin-top: 5px;
    }
}
@media screen and (min-width: 481px) and (max-width: 576px)
{
    .w_481_576_bread
    {
        width: 60%;
        float: left;
    }
    .w_481_576_oldwebsite
    {
        width: 40%;
    }
    .redirect-btn a
    {
        letter-spacing: 0;
    }
}
@media screen and (min-width: 577px) and (max-width: 767px)
{
   
    .redirect-btn a
    {
        letter-spacing: 0;
    }
}


.cover-story-home .images a
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
    margin-bottom: 10px;
}
.cover-story-home .images a img
{
    width: auto;
    height: auto;
    margin: auto;
}

@media screen and (min-width:1140px)
{
    .cover-story-home .images a
    {
        height: 409px;
    }
    .cover-story-home .images a img
    {
        max-height: 409px;
    }
}



.facebook-icon
{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    z-index: 50;
}
.facebook-icon a
{
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
}
.facebook-icon a.fb
{
    background-color: #3B5999;
}
.facebook-icon a.twt
{
    background-color:#54ABEE;
}

.facebook-icon a i
{
    line-height: 50px;
    color: var(--white);
    font-size: 1.5em;
}



.active-class-box .news-box .images a
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
    margin-bottom: 10px;
}
.active-class-box .news-box .images a img
{
    width: auto;
    height: auto;
    margin: auto;
}

@media screen and (min-width:1140px)
{
    .active-class-box .news-box .images a
    {
        height: 189px;
    }
    .active-class-box .news-box .images a img
    {
        max-height:189px;
    }
}

body.blog-detail-page .story-box .description p
{
    min-height:100%;
    max-height:100%;
    text-align: justify;
}


.tags a
{
    display: inline-block;
    font-family: arial;
    font-weight: 600;
    font-size: 13px;
    padding:3px 12px;
    border-radius:20px;
    color: #333;
    border:1px solid #333;
    margin-right: 3px;
}
.tags a:hover
{
    background-color: var(--color1);
    border-color: var(--color1);
    color: var(--white);
}


.modal-button1{
       border: 1px solid var(--red);
        background-color: var(--red);
        color: var(--white);
        font-family: var(--droid2);
        text-transform: uppercase;
        font-size: 14px;
        margin-top: 15px;
        padding: 7px 25px;
        display: block;
        white-space: nowrap;
  }
  .modal-button1:hover
  {
    color:var(--white);
  }
  .modal-logo
  {
    margin-left:25%;
  }

  .page-link
  {
    color: #000;
    padding: .7rem .95rem;
    font-size: 15px;
  }
  .page-item.active .page-link,
  .page-item:hover .page-link
  {
    background-color: var(--color1);
    border-color: var(--color1);
  }