

/**********************************/
/********** General CSS ***********/
/**********************************/
body {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background: #ffffff;
}

a {
    color: #FF6F61;
    transition: 0.5s;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #000000;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 15px 0;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    padding: 0;
    color: #000000;
    font-weight: 600;
}

h4,
h5,
h6 {
    font-weight: 400;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #FF6F61;
    color: #ffffff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    border-radius: 4px;
    z-index: 11;
}

.back-to-top:hover {
    background: #000000;
}

.back-to-top i {
    padding-top: 9px;
    color: #ffffff;
}


.content {
    background-color: #f7f7f7;
}
.front-feature-img-div {
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;

}
.front-feature-img {

}
.front-feature-img-cap {
    color: #231f20;
    position: absolute;
    bottom: 0;
    background-color: #ffffff;
    margin: 24px 20px;
    padding: 24px 20px;
    box-shadow: 0px 2px 4px rgb(0, 0, 0, 0.15);
    font-weight: 800;
    border-radius: 5px;
}
.front-feature-img-cap:hover{
    color: #db1f88;
}
.front-sec-feature-img-div {
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}
.front-sec-feature-img {

}
.front-sec-feature-img-cap{
    color: #231f20;
    font-weight: 600;
    padding: 15px 20px;
    line-height: 38px;
}
.front-sec-feature-img-cap:hover{
    color: #db1f88;
}
.cap-subtitle {
    color: #939192;
    font-size: 16px;
    font-weight: 1400;
    margin-top: 20px;
}
.explore-by{
    border-bottom: solid 1px #dcdbdb;
}
.explore-by h2{
    color: #231f20;
    font-weight: 700;
}
.explore-by .view-all {
    display: flex;
    align-items: center;
    height: 100%;
}

.view-all a h5{
    font-family:Impact, 'Arial Narrow Bold', sans-serif;
    color: #017d24;
    letter-spacing: 1px;
    font-weight: 200;
}
.view-all a h5:hover {
    color: #05e04b;
}

.view-all a h5 i:hover {
    color: #05e04b;
}

.explore-by .view-all a i{
    color: #017d24;

}
.play-btn {
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 1111;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-card-img:hover {
    filter: brightness(130%);
}
.top-read-img:hover {
    filter: brightness(120%);
}
.explore-by-img:hover {
    filter: brightness(130%);
    cursor: pointer;
}

.explore-by-h4:hover {
    color: #db1f88;
    cursor: pointer;
}


.front-just-in-img-cap a{
    text-decoration: none;
}

.front-just-in-img-cap a h2 {
    color: #231f20;
    font-weight: 600;
    padding: 5px 7px;
    line-height: 38px;

}
.front-just-in-img-cap a h2:hover{
    color: #db1f88;
}
.feature-article {
    font-family:'Quicksand', sans-serif;
    background-color: #dcfbea;
}
.feature-article h2 {
    font-weight: 800;
}
.feature-article h3 {
    font-family:Arial, Helvetica, sans-serif;
    color: #3c3c3c;
    font-size: 42px;
    font-weight: 600;
}
.feature-article p {
    font-size: 24px;
    font-weight: 400;
    color: #545051;
}

.feature-article ul li {
    font-size: 24px;
    font-weight: 400;
    color: #545051;
    margin-bottom: 50px;
}
.feature-article a {
    font-size: 18px;
    font-weight: 600;
    color: #3d3c3c;
    text-transform: uppercase;
    text-decoration: none;
}
.featured-article-link:hover {
    color: #db1f88;
}







/**********************************/
/********** Footer CSS ************/
/**********************************/
.footer {
    position: relative;
    padding: 60px 0 0 0;
    background: #111111;
}

.footer .footer-widget {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}

.footer .footer-widget .title {
    color: #ffffff;
    font-size: 25px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 3px double #ffffff;
}

.footer .footer-widget p {
    color: #ffffff;
}

.footer .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer-widget ul li {
    margin-bottom: 12px;
}

.footer .footer-widget ul li:last-child {
    margin-bottom: 0;
}

.footer .footer-widget ul li a {
    color: #ffffff;
    white-space: nowrap;
    display: block;
    line-height: 23px;
}

.footer .footer-widget ul li a::before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 5px;
}

.footer .footer-widget ul li a:hover {
    padding-left: 10px;
    color: #FF6F61;
}

.footer .contact-info p {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 16px;
}

.footer .contact-info p i {
    color: #ffffff;
    margin-right: 5px;
}

.footer .social {
    position: relative;
    width: 100%;
}

.footer .social a {
    display: inline-block;
    margin: 10px 5px 0 0;
    width: 35px;
    height: 35px;
    padding: 5px 0;
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    border-radius: 4px;
}

.footer .social a i {
    color: #111111;
}

.footer .social a:hover {
    background: #FF6F61;
}

.footer .social a:hover i {
    color: #ffffff;
}

.footer .newsletter {
    position: relative;
    width: 100%;
}

.footer .newsletter form {
    position: relative;
    width: 100%;
}

.footer .newsletter input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    border: 1px solid #ffffff;
    border-radius: 4px;
}

.footer .newsletter .btn {
    position: absolute;
    width: 80px;
    height: 35px;
    top: 0;
    right: 0;
    padding: 0 15px;
    border: none;
    background: #111111;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #ffffff;
    border-radius: 0 4px 4px 0;
}

.footer .newsletter .btn:hover {
    background: #FF6F61;
}

.footer .newsletter input:focus,
.footer .newsletter .btn:focus {
    box-shadow: none;
}


/**********************************/
/******** Footer Menu CSS *********/
/**********************************/
.footer-menu {
    position: relative;
    background: #111111;
}

.footer-menu .container {
    padding: 15px 0;
    border-top: 1px solid #000000;
}

.footer-menu .f-menu {
    font-size: 0;
    text-align: center;
}

.footer-menu .f-menu a {
    color: #ffffff;
    font-size: 14px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ffffff;
}

.footer-menu .f-menu a:hover {
    color: #FF6F61;
}

.footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


/**********************************/
/******** Footer Bottom CSS *******/
/**********************************/
.footer-bottom {
    position: relative;
    padding: 25px 0;
    background: #000000;
}

.footer-bottom .copyright {
    text-align: left;
}

.footer-bottom .template-by {
    text-align: right;
}

.footer-bottom .copyright p,
.footer-bottom .template-by p {
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}

.footer-bottom .copyright p a,
.footer-bottom .template-by p a {
    font-weight: 600;
}

.footer-bottom .copyright p a:hover,
.footer-bottom .template-by p a:hover {
    color: #ffffff;
}

@media (max-width: 768.98px) {

    .footer-bottom .copyright,
    .footer-bottom .template-by {
        text-align: center;
    }
}

/*******************************
        Social Icons
********************************/


.fl-fl:hover {
    right: 0;
}
.float-fb {
    top: 240px;
    background-color: #305891;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.float-tw {
    top: 295px;
    background-color: #3AAFD6;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.float-yt {
    top: 350px;
    background-color: #FF0000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.float-in {
    top: 405px;
    background-color: #0A66C2;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.fl-fl {
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 190px;
    position: fixed;
    right: -145px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.fa-social {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px;
    margin-right: 20px;
}
.fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important;
}



/****************************
        master.css
****************************/

.space {
    display: block;
    clear: both;
    border: 0;
    left: 0;
    border-bottom: 3px solid #eb0042;
    margin-top: 0;
    margin-right: 12px;
}

.categorystyle {
    font-family: 'Canela Web' !important;
    font-size: 30px;
    color: #eb0042;
    font-weight: 500;
    font-style: normal;
}

.carousel .carousel-item {
    height: 400px;
}

.carousel-item img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 500px;
}

/*contact us page css */

.section .content {
    padding: 3rem 0;
    margin: 0 auto;
    text-align: center;
}

#contactUsMain h1 {
    margin-bottom: 5rem;
}

.section .title {
    font-size: 54px;
    line-height: 1em;
    font-weight: 700;
}

#contactUsMain .col {
    width: 33%;
    margin-bottom: 1rem;
}

#contactUsMain #needhelp .icon {
    width: 95.69px;
    height: 85.03px;
}

.section .subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: .2em;
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

#contactUsMain .col p {
    color: rgba(0, 0, 0, .6);
}

.section p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

#contactUsMain .col p small {
    color: #000;
    font-size: 12px;
}

#companyAddress .title {
    margin-bottom: 2rem;
}

#companyAddress .row .address {
    margin-left: 2em;
    color: rgba(0, 0, 0, .6);
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}

#companyAddress .row .address p {
    line-height: 1.3em;
    max-width: initial;
}

.eb-box {
    box-shadow:
        0 0 0 2px #000,
        0 0 0 3px #999,
        0 0 0 9px #fa0,
        0 0 0 10px #666,
        0 0 0 16px #FFEFCE,
        0 0 0 18px #000;
}
.latest-news {
    background-color: #F6F8FC;
    /*margin-bottom: 20px;*/
    padding-top: 20px;
    padding-bottom: 20px;
}
.latest-news-category {
    background-color: #032A63;
    padding: 10px;
    color: white;
    border-radius: 5px;
}
.blinking a {
    animation:blinkingText 0.5s infinite;
    margin-left: 50px;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}
.blinking a:hover{
    color: red;
    text-decoration: underline;
    -webkit-animation-play-state:paused;
    -moz-animation-play-state:paused;
    -o-animation-play-state:paused;
    animation-play-state:paused;
    cursor: pointer;
}
.news-panel {
    background-color: #fff;
}
.news-panel-head
{
    font-size: 12px;
    line-height: 18px;
    display: flex;
}
.news-panel-head .category {
    padding: 16px 20px;
    width: calc(100% - 118px);
    border-right: 1px solid rgb(227, 227, 227);
    background-color: #5cb377;
}
.news-panel-head .category a{
    color: #fff;
}
.news-panel-head .date {
    color: #fff;
    width: 118px;
    padding: 16px 18px;
    text-align: center;
    background-color: #5cb377;
}
.news-panel-body {
    margin: 0px;
    border-top: 1px solid rgb(227, 227, 227);
    padding: 7px 9px 3px;
    font-size: 20px;
    color: rgb(0, 0, 0);
    display: block;
}
.news-panel-body a h3 {
    font-size: 24px;
}
.news-panel-body a p {
    font-size: 16px;
    line-height: 24px;
}
.news-panel-footer {
    border-top: 1px solid rgb(227, 227, 227);
    font-size: 16px;
    font-weight: 500;
    bottom: 0px;
    width: 100%;
    padding: 13.5px 20px;
    background-color: #5cb377;;
}
.news-panel-footer a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: #fff !important;
}
.more-news-panel {
        list-style-type: none;
    border: 1px solid rgb(227, 227, 227);
    font-size: 14px;
    margin: 0px 0px 20px;
    width: inherit;
        padding: 20px 22px;
}
.demo {
    font-family: Arial, sans-serif;
    border: 1px solid #5CB377;
    /* margin: 50px 0; */
    /* font-style: italic; */
    position: relative;
    padding: 0 0 0 80px;
    /* box-shadow: 0 2px 5px -3px #000; */
    border-radius: 3px;
    height: 40px;
}
.demo:before {
    content: "Latest Articles";
    display: inline-block;
    font-style: normal;
    background: #5CB377;
    padding: 10px;
    color: #FFF;
    font-weight: bold;
    position: absolute;
    height: 50px;
    top: 0;
    left: 0;
    /* border-radius: 5px 5px; */
}

.demo ul li {
        list-style: none;
    padding: 10px 0;
}
.demo ul li a{
    margin-left: 50px;
    color: #000f3a;
    line-height: 30px;
    font-size: 30px;
    font-weight: 700;
}
.demo ul li a:hover{
    /* text-decoration: underline; */
    color: #5CB377;
}
.urdu-link {
    font-family: Calibri;
    font-size: 24px;
    font-weight: 700;
}
.urdu{
    text-align: right;
    font-family: Calibri;
}
.twitter-share-button {
    margin: 4px;
    padding: 0;
    vertical-align: text-bottom;
}
