/**
Theme Name: WWM
Theme URI: https://webwidemedia.net
Author: Web Wide Media
Author URI: https://webwidemedia.net
Description: This theme is developed for CLLG Policy website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wwm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

CLLG Policy is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    -webkit-overflow-scrolling: touch!important;
    height:100%;
    overflow-x: hidden;
}
body{
    font-family: 'Titillium Web', sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    background-color: #fff;
    font-weight: 400;
}
* {
    outline: none !important;
}
a {
    text-decoration: none;
}
/**********************************************************Header****************************************************/

@media (min-width: 992px){

    .navbar .navbar-nav .nav-item {
        position: relative;
    }
    .navbar .navbar-nav .nav-link:before {
        content: "";
        width: 1px;
        position: absolute;
        right: 0;
        top: 16px;
        height: 40%;
    }
}

.navbar .navbar-nav .nav-item.active .nav-link{
    font-weight: 700;
}
@media (min-width: 769px){
    .dropdown-menu {
        right: auto;
        min-width: 14rem;
        max-height: 40rem;
        text-align: left;
        padding-top: 2rem;
        padding-bottom: 2.6rem;
        margin-top: 40px;
        border-style: none;
        border-radius: 0;
        padding-left: 20px;
        padding-right: 20px;
        border: 1px solid rgba(0,0,0,0.1);
    }

    .dropdown-menu a {
        font-size: 18px;
        padding: 15px 10px;
        display: inline-block;
    }
    .dropdown-menu a {
        position: relative;
        display: block;
        font-weight: 400;
        line-height: 1.2em;
        letter-spacing: 0;
        text-transform: none;
    }
    .dropdown-menu a:before {
        content: '';
        position: absolute;
        bottom: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transform: translate3d(0, 0, 0) scaleX(0);
        transform: translate3d(0, 0, 0) scaleX(0);
        left: 0;
        right: 0;
        height: 2px;
    }

    .dropdown-menu a:hover:before {
        -webkit-transform: translate3d(0, 0, 0) scaleX(1);
        transform: translate3d(0, 0, 0) scaleX(1);
    }
    .dropdown-menu:after {
        content: "";
        position: absolute;
        top: -9px;
        width: 15px;
        height: 15px;
        left: 40px;
        background-color: white;
        border: 1px solid rgba(0,0,0,0.2);
        transform: rotate(45deg);
        border-bottom-style: none;
        border-right-style: none;
    }
}
.icon-home a{
    padding: 23px;
}
header{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 16;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.main-navbar-fixed {
    animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-32px);
    }
    100% {
        transform: translateY(0px);
    }
}
.page-wrapper{
    margin-top: 171px;
}
/**********************************************************Search****************************************************/
.c-lightish-blue{
    color: #deeaf6;
}
.search-wrap {
    padding: 5px 0;
    display: none;
    width: 100%;
    position: absolute;
    right: 0px;
    height: 80px;
    z-index: 11;
}
.search-wrap .container {
    height: 100%;
}
.search-wrap .container .input-group {
    height: 100%;
    padding: 0 100px;
}
.top-search-form .form-control {
    border: none;
    padding-left: 0;
    font-size: 26px;
}
.search-wrap .top-search-form input:-internal-autofill-selected{
    background-color: none!important;
}
.search-outer {
    border-top: 1px solid #d3d1d1;
}
.search-results .page-wrapper{
    background-color: #edf0f2;
}
.search-result {
    background-color: #fff;
    margin: 20px 0;
    padding: 20px;
}
.search-title-link {
    font-size: 20px;
}
.search-links {
    color: #093;
    text-decoration: none;
    padding-bottom: 2px;
}
.search-outer {
    border-top: 1px solid #d3d1d1;
}
.search-result-info {
    color: #676767;
    font-size: 16px;
    margin: 20px 0;
}
.navigation {
    text-align: center;
    margin-top: 50px;
}
.navigation li {
    display: inline;
}

.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
    background-color: #7f363f;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 8px 15px;
}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
    color: #fff;
    text-decoration: none;
}
.navigation li a:hover, .navigation li.active a {
    background-color: #306057;
}
.admin-bar header{
    margin-top: 32px;
}
/**********************************************************Hero****************************************************/

/*.hero-wrapper{
    height: 732px;
}*/
.hero-wrapper .carousel{
    height: 100%;
}
.hero-wrapper  .carousel .carousel-inner{
    height:100%;
}
.hero-wrapper .carousel-inner .carousel-fs{
    height: calc(100% - 70px);
    background-repeat: no-repeat;
    background-size: cover;

}
.hero-wrapper .carousel-inner .carousel-fs .carousel-content{
    height: 100%;
}
.carousel-indicators li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.carousel-indicators{
    /*bottom: 10px;*/
    bottom: 30px;
}
/*.carousel-caption {
    bottom: -47px;
    padding: 32px 0;
}*/
.carousel-caption {
    bottom: 45px;
    padding: 32px 0;
    position: relative;
    right: unset;
    left: unset;
    max-width: 80%;
    margin: 0 auto;
}
.carousel-control-next, .carousel-control-prev{
    align-items: flex-end;
    z-index: 10;
    /*bottom: 60px;*/
    bottom: 82px;
    width: 0;
}
.carousel-control-prev {
    /*left: 20%;*/
    left: 16%
}
.carousel-control-next {
  /*  right: 20%;*/
  right: 16%;
}
header .icon-home a{
    position: absolute;
    right: 0;
}
header .icon-home:before {
    position: absolute;
    top: 15px;
    right: 25px;
}
/**********************************************************Messages****************************************************/
.large-box-outer{
    padding: 40px;
    text-align: center;
    margin-bottom: 20px;
    height: 100%;
}
.large-box-img{
    /*height: 196px;
    width: 196px;*/
    border-radius: 50%;
    margin-bottom: 20px;
}
.large-box-heading{
    font-weight: 600;
    margin:0;
}
.large-box-content{
    margin-top: 30px;
}
/**********************************************************Map****************************************************/

.map-details p{
    font-size: 20px;
}
.balochistan-map svg{
    height: 100%;
    width: 100%;
}
#pop-up p{
    color: #fff;
}
/**********************************************************programe-outputs****************************************************/
.programe-outputs img{
    width: 620px;
}
/**********************************************************media****************************************************/
.media-box{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.media-box-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.media-box-icon i{
    font-size: 100px;
}
.media-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 5px 15px;
    z-index: 3;
}
.media-box-content h5{
    font-weight: 400;
}
/*.media-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}*/
.media-box-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}
.media .owl-prev{
    position: absolute;
    left: 46%;
    font-size: 36px!important;
    bottom: -88px;
}
.media .owl-next{
    position: absolute;
    right: 46%;
    font-size: 36px!important;
    bottom: -88px;  
}

.media .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -112px;
    transform: translateX(-50%);
}
.owl-carousel .owl-stage-outer{
    margin-bottom: 30px;
}
.owl-nav{
    position: relative;
}

/**********************************************************partners****************************************************/
.partners{
    height: 544px;
    background-repeat: no-repeat;
    background-size: cover;
}
.partners a{
    display: inline-block;
    width: 100%;
}
.small-box{
    padding: 10px 35px;
    text-align: center;
}
.small-box-outer{
    max-width: 70%;
    margin: 0 auto;
}
.partners-img-inner {
    text-align: center;
}
/**********************************************************footer****************************************************/

.footer-bottom{
    padding: 25px 0 15px;
}

/**********************************************************jobs****************************************************/
.hero-banner-inner{
    height: 250px;
    position: relative;
}
.title-with-crumbs{
    padding: 30px 0;
    text-transform: capitalize;
    /*position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 0.8;*/
}

.box-stretched{
    padding: 50px 35px;
}
.opportunities-info {
    display: inline-flex;
    width: 100%;
}
.opportunities-info p+p{
    margin-left: 20px;
}
.opportunities-info p span {
    margin-left: 10px;
}
/**********************************************************Newsletter****************************************************/
.publications-text{
    padding: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/**********************************************************message of Head****************************************************/
.partners-img{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/**********************************************************Map****************************************************/
div#pop-up {
    display: none;
    position: absolute;
    padding: 20px;
}
.close-btn {
    text-align: right;
    position: absolute;
    right: 20px;
}
#pop-up h4 {
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
ul.district-projects-info {
    margin-bottom: 20px;
}
.district-projects-stats+.district-projects-stats{
    border-top: 1px solid rgba(255,255,255,0.2);
    
    padding-top: 40px;
}
.district-projects-stats {
    margin: 40px 10px 0;
}
div#hover-content {
    display: none;
    position: absolute;
    padding: 8px 15px;
    border-radius: 5px;
}
div#hover-content h6{
    margin-bottom: 0;
    text-transform: capitalize;
}
div#hover-content p{
    margin-bottom: 0;
}
div#hover-content:after {
    content: '';
    height: 40px;
    width: 2px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
div#hover-content:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: -42px;
    left: 47%;
    border-radius: 50%;
    z-index: 2;
}
.close-btn:hover{
    cursor: pointer;
}
.close-btn i{
    margin-bottom: 10px;
}
polygon{
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
polygon:hover {
    cursor: pointer;
}

/**********************************************************Modals****************************************************/

.modal-content{
    padding-bottom: 10px;
    /*  height: 510px;*/
}
.modal-open{
    padding-right: 0!important;
}

.skip-link{
    display: none;
}
.single-videos iframe{
    width: 100%;
    height: 100%;
    display: block;
}
.text-default{
    color: #212529!important;
}
.p-tb-30{
    padding: 30px 0;
}
span.current-item {
    color: #fff;
}
.breadcrumbs span {
    color: #fff;
}
.input-group-btn button{
    background-color: transparent;
}
.form-control:focus{
    box-shadow: none;
}
.bd-span{
    color: #fff;
    margin: 0 10px;
}

.scrollTop i{
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    width: 40px;
    height: 40px;
    outline: 0;
    color: #fff;
    border-radius: 4px;
    background-color: #306056;
    border: 1px solid #fff;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transform: rotate(-90deg);
}
.scrollTop i{
    font-size: 14px;
}
.scrollTop i:hover{
    background-color: #7f363f;
    cursor: pointer;
}
.scrollTop .icon-angle-right:before {
    padding: 12px;
    display: inline-block;
}

.media-inner .media-box-icon{
    top: 115%;
}
.media-inner .media-box-icon i{
    font-size: 50px;
}
.media.media-inner .media-box:hover .media-box-icon{
    top: 50%;
}




.media{
    background-color: #e2e2e2;
}
aside{
    margin-bottom: 30px;
}
.aside-outer {
    background-color: #fff;
    padding: 25px 20px;
}
.aside-outer h4{
    color: #212529;
    font-weight: 600;
    margin-bottom: 25px;
}
.aside-outer ul{
    padding-right: 15px;
}
.aside-outer ul li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.aside-outer ul li a {
    color: #000;
    padding-left: 15px;
    font-weight: 500;
}
.categ-ul li a{
    position: relative;
}
.categ-ul li a:before {
    content: "\e901";
    position: absolute;
    font-family: 'icomoon' !important;
    top: 6px;
    left: 0;
    font-size: 10px;
    color: #7f363f;
}
.archive-ul li a{
    position: relative!important;
    width: 100%;
    display: inline-block;
}
.archive-ul li a:before {
    content: "\e901";
    position: absolute;
    font-family: 'icomoon' !important;
    top: 6px;
    right: 0;
    font-size: 10px;
    color: #000000bd;
    transform: rotate(90deg);
}
.archive-ul li a:after{
    content: "\e901";
    position: absolute;
    font-family: 'icomoon' !important;
    top: 6px;
    right: 0;
    font-size: 10px;
    color: #000000bd;
}
.accordion-link{
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    margin: 0 20px 20px 20px;
}
.panel li a{
    position: relative;
}
.panel span{
    opacity: 0.6;
}
.accordion-link:after {
    content: "\e901";
    position: absolute;
    font-family: 'icomoon' !important;
    top: 6px;
    right: 0;
    font-size: 10px;
    color: #000000bd;
    transform: rotate(90deg);
    
}
.accordion-link{
    position: relative;
}
.accordion-link:hover{
    cursor: pointer;
}
.accordion-link.collapsed:before{
    content: "\e901";
    position: absolute;
    font-family: 'icomoon' !important;
    top: 6px;
    right: 0;
    font-size: 10px;
    color: #000000bd;
    
}
.accordion-link.collapsed:after{
    content: none!important;
}


.carousel-caption p{
    font-size: 16px;
    margin-bottom: 0;
    padding: 0 70px;
}


.media .nav-tabs .nav-link.active{
    background-color: #7f363f;
    color: #fff;
    border:1px solid #7f363f;
}
.media .nav-tabs .nav-link{
    background-color: transparent;
    color: #7f363f;
    border:1px solid #7f363f;
    margin: 20px;
    border-radius: 4px;
}
.media .media-tabs{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.media .nav-tabs {
    border-bottom-style: none;
}


.relevant-links.arrow-head li a{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: #000;
    display: block;
    margin-left: 10px;
}
.relevant-links.arrow-head li a:hover{
    color: #dc0f48;
}
.relevant-links.arrow-head li:before{
    color: #000;
}
.contact-text h3{
    margin-bottom: 30px;
}
.contact-text h4{
    margin-top: 30px;
}
.contact-text h5{
    text-decoration: underline;
}
.contact-form{
    background-color: #e2e2e2;
}


.contact-form .btn {
    border: 1px solid!important;
    padding: 8px 30px!important;
    font-size: 16px!important;
}
.contact-form .btn-primary {
    color: #306057!important;
    border-color: #306057!important;
}
.contact-form .nf-error-field-errors {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
}
.nf-response-msg{
    color: #155724;
    background-color: #d4edda;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid  #c3e6cb;
    border-radius: .25rem;
}
#distric-popup p{
    font-size: 20px;
}

.video-msg {
    display: block;
    margin-bottom: 15px;
    color: #306057;
    font-weight: 600;
    font-size: 18px;
}


.dai-hd img{
    margin-bottom: 20px;
}
.dai-hd p{
    font-size: 16px;
}
.btn-blue {
    background-color: transparent;
    color: #1c335b!important;
    border-color: #1c335b!important;
}
.btn-blue:hover{
    background-color: #1c335b!important;
    color: #fff!important;
    border-color: #1c335b!important;
}
.ninja-forms-field.btn-primary{
    background-color: #306057!important;
    color: #ffffff!important;
    border:1px  #306057!important;
    height: 40px!important;
    padding: 10px 20px!important;
}
.dai-hd {
    margin-top: 50px;
}
.video-msg {
    background-color: #306057;
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
}



.btn-link{
 color: #fff;
}

.single-stat{
    text-align: center;
}
.single-stat h5{
    font-weight: 300;
    margin-top: 10px;
}
.single-stat h6{
    font-weight: 300;
    margin-top: 10px;
}
div#pop-up{
    max-width: 600px;
}

.district-projects-stats  .col-md-4 {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 10px 20px;
    border-right: 1px solid rgba(255,255,255,0.2);
}
.district-projects-stats .col-md-4:nth-last-child(3) {
    border-bottom-style: none;
}
.district-projects-stats .col-md-4:nth-last-child(2) {
    border-bottom-style: none;
}
.district-projects-stats .col-md-4:nth-last-child(1) {
    border-bottom-style: none;
}


.district-projects-stats .col-md-4:nth-child(3n+3) {
    border-right-style: none;
}



.bold{
    font-weight: 700;

}
.underline{
    text-decoration: underline;
}
.black-arrow li{
    margin-bottom: 10px;
}
.black-arrow li:before{
    color: #000!important;
}
.small-arrow li:before{
    font-size: 8px!important;
    top: 6px;
}
.m-b-20{
    margin-bottom: 20px;
}
.m-t-20{
    margin-top: 20px;
}
.italic{
    font-style: italic;
}
.f-w-600{
    font-weight: 600;
}
.m-b-40{
    margin-bottom: 40px;
}
.bg-bluish{
   background-color: #deeaf6;
}
.table-outer{
    padding: 10px;
    background-color: #deeaf6;
}
.table-outer .table td, .table-outer .table th{
    padding: 3px;
    font-size: 14px;
}
.red{
    color: red;
}
.f-s-14{
    font-size: 14px;
}
.f-s-16{
    font-size: 16px;
}
.m-b-5{
    margin-bottom: 5px;
}
.m-b-10{
    margin-bottom: 10px;
}
.p-20{
    padding: 20px;
}
.m-b-50{
    margin-bottom: 50px;
}

.f-s-18{
    font-size: 18px!important;
}
.m-t-40{
    margin-top: 40px;
}
.bg-green{
    background-color: #6baf48;
}
.bg-light-bluish{
    background-color: #deeaf6;
}
.results-table p{
    margin:10px 0;
    font-weight: 600;
    color: #fff;
}
.results-table span{
    margin:10px 0;
    display: block;
}
.expected-results-widget span {
 font-size: 25px;
 width: 120px;
 height: 120px;
 background-color: #deeaf6;
 display: block;
 border-radius: 50%;
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 color: #f05a2b;
 font-weight: 700;
 padding: 0 10px;
 line-height: 20px;
 margin: 0 auto;
}
.expected-results-widget img {
    width: 50px;
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
}
.expected-results-widget {
    text-align: center;
    margin-bottom: 50px;
}
.expected-results-widget p{
    font-size: 14px;
    margin-top: 20px;
    font-weight: 700;
}
.expected-results-widget-outer{
    padding: 50px 10px 0;

}
.sdg-icons {
    margin-bottom: 30px;
}
.f-s-23{
    font-size: 23px;
}
.m-b-30{
    margin-bottom: 30px;
}
.expected-results {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    position: absolute;
    top: 0;
    right: -15px;

}
.expected-results h5 {
    margin-right: 20px;
}
.expected-results img{
    width: 300px;
}
.program-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.program-steps span {
    font-weight: 600;
    font-size: 20px;
}
.program-steps img{
    width: 600px;
}
.program-steps span {
    font-weight: 600;
    font-size: 20px;
    margin: 0 20px;
}
.vertical-arrow {
 top: 52px;
 height: 321px;
 position: absolute;
 left: -12px;
}
.m-l-40{
    margin-left: 40px;
}
.right-widget{
    margin-left: 15px;
}
.expected-outcomes{
    margin-left: 25px;
    /*margin-top: 20px;*/
}
.m-t-6{
    margin-top: 6px;
}
.logos-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.b-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.b-logo p{
    margin-left: 10px;
    font-weight: 700;
    margin-bottom: 0;
}
.household-para{
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
}
.program-section ul li{
    font-size: 18px;
}
.small-ul li{
    font-size: 14px!important;
}
.results-table [class^="col"]{
    display: flex;
    align-items: center;
}
.expected-results-widget.brda {
    display: flex;
    align-items: center;
    margin-bottom: 35px!important;
}
.expected-results-widget.brda h5{ 
    color: #fa832d;
    font-weight: 700;
}
.expected-outcomes-header{
    margin-left: 27px;
    margin-top: 6px;
}
.m-t-50{
   margin-top: 50px;
}
.p-l-30{
    padding-left: 30px;
}


.no-arrow li:before {
    content: none!important;
}
.decimal-ul li{
    list-style: decimal;
}
.roman-ul li{
    list-style: lower-roman;
}
.bg-greenish{
    background-color: #c5e0b3;
}
.p-10{
    padding: 10px;
}
.implementation{
    display: flex;
    align-items: center;
}
.img-in-txt{
    float: right;
}
.point-heading{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.point-heading p{
    font-size: 24px;
}
.border-thick{
    border:2px solid rgba(0,0,0,0.2)!important;
}
.btn-media{
    background-color: #7f363f;
    color: #fff;
    border: 1px solid #7f363f;
    padding: 8px 30px; 
    font-weight: 400; 
    font-size: 16px;
    border-radius: 4px;
}
.btn-media:hover{
    background-color: #7f363f;
    color: #fff;
    border: 1px solid #7f363f;
}


.bg-pattern {
    background-image: url(assets/images/pattern.png);
    background-repeat: repeat;
}
.m-t-30{
    margin-top: 30px;
}
.pro-sec{
    padding: 60px 0;
}
.expected-results-widget.brda {
    display: flex;
    align-items: center;
    margin-bottom: 25px!important;
    padding: 0 10px;
}
.expected-results-widget.brda h5 {
    color: #fa832d;
    font-weight: 700;
}
.expected-results-widget p {
    font-size: 14px;
    margin-top: 20px;
    font-weight: 700;
}
.bg-offwhite{
    background-color: #f4f4f4;
}
.red-arrow li:before {
    color: #7f363f!important;
}
.sub-heading{
    background-color: #deeaf6;
    padding: 5px 10px;
    width: fit-content;
}
.main-heading{
    background-color: #1c335b;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}
.media-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background-color: rgba(28, 51, 91, 0.3);
}

/*  bhoechie tab */
.bhoechie-tab-container{
  z-index: 10;
/*  height: 631px;*/
}
.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  height: 100%;
}
.bhoechie-tab{
/*    height: 100%;*/
padding: 0;
}
.bhoechie-tab-content{
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
}

div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active{
  background-color: #1c335b;
  color: #ffffff;
}
.bhoechie-tab-menu .list-group-item{
    padding: 26px 90px;
    /*  height: 79px;*/
}
.bhoechie-tab-menu .list-group-item h4{
    margin-bottom: 0;
    font-weight: 600;
}
.bhoechie-tab-menu .list-group-item.active{
    border-style:  none;
    background-color: #1c335b;
    color: #ffffff;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

span.tehsil {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 44px;
    left: -28px;
    
}
span.district {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 88px;
    top: 14px;
    
}
span.lso {
    width: 66px;
    height: 66px;
    position: absolute;
    left: -90px;
    top: 162px;
    
}
span.vo {
    width: 82px;
    height: 82px;
    position: absolute;
    left: 0px;
    top: 162px;
    
}
span.co {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 99px;
    top: 162px;
    
}
.circle-property{
    font-size: 14px;
    background-color: #4afed7;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100%;
    line-height: 18px;
    padding: 20px;
}
.counterparts li{
    margin-bottom: 16px;
}
.counterparts ul{
    margin-top: 20px;
}
.expected-results h5 {
    margin-right: 20px;
    background-color: #1c335b;
    color: #fff;
    margin-bottom: 0;
}
.m-t-50{
    margin-top: 50px;
}
.expected-outcomes-header {
    margin-left: 27px;
    margin-top: 6px;
    background-color: #1c335b;
    color: #fff;
    display: inline-block;
}
.caption-div{
    background-color: #fff;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
    /*height: 243px;*/
}
.paralex{
    background-attachment: fixed;
    overflow: hidden;
}

.page-template-programme .title-with-crumbs {
    background-color: #1c335b!important;
}
.p-t-30{
    padding-top: 30px;
}
.p-30{
    padding: 30px;
}
/*.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}*/
.imp-part{
    padding: 47px 30px 44px;
}
.imp-part ul li{
    font-size: 17px;
}

.m-l-25{
    margin-left: 25px;
}
.m-tb-20{
    margin: 20px 0;
}
.hero-banner-inner.video-height {
    height: 500px;
}

.policy div.bhoechie-tab-menu div.list-group>a.active {
    background-color: #598079;
    color: #ffffff;
}
/*.policy.bhoechie-tab-container{
    height: 553px;
}*/
.pro-top-sec{
    padding-top: 60px;
}
.policy-head{
    font-weight: 700;
    margin-bottom: 60px;
    background-color: #598079;
    padding: 12px 20px;
    color: #fff;
    display: inline-block;
}
.policy-sub-head{
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 30px;
    background-color: #c5e0b3;
    padding: 12px 20px;
    color: #000;
    display: inline-block;
}
.bg-light-green{
    background-color: #c5e0b3;
}
.quote-type{
    background-color: #c5e0b3;
    text-align: center;
    padding: 30px 35px;
    font-weight: 600;
}
.arrow-head.arrow-policy li:before{
    top: 7px;
    
}
.arrow-policy{
 margin-bottom: 30px;
}
.policy-flex img {
    margin-right: 20px;
}
.policy-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.logos-box-padding {
    padding: 60px 45px;
    margin-bottom: 20px;
    
}
.logos-box-height {
   height: 387px;
}
.hands-logo{
    padding: 20px 50px;
}
.no-bg{
    background-color: transparent!important;
}
.policy-table th p{
    margin-bottom: 0;
}
.policy-table th{
    font-weight: 400;
    display: flex;
    padding: 0!important;
}
.policy-table tr td{
    font-size: 18px!important;
}
.policy-table th span{
    font-size: 18px;
    color: #7f363f;
}
.policy-table th span{
    margin-right: 20px;
}
.policy-ul li{
    font-size: 18px;
}
.p-lr-10{
    padding-left: 10px;
    padding-right: 10px;
}
.flex-col{
    display: flex;
    align-items: center;
}
.policy-ul li span{
    font-size: 18px;
    color: #7f363f;
}
.policy-ul-flex li{
    display: flex;
    align-items: flex-start;
}
.policy-ul-flex li span{
    margin-right: 10px;
}
.policy-ul-flex li p{
    margin-bottom: 5px;
}
.policy .bhoechie-tab-menu .list-group-item{
    padding:24px 60px;
}
.fancybox-nav {
    width: 60px;       
}

.fancybox-nav span {
    visibility: visible;
}

.fancybox-next {
    right: -60px;
}

.fancybox-prev {
    left: -60px;
}
.list-style-disc li{
    list-style: disc;
}

div#pop-up-outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 30;
}
.popup-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 10;
}

div#pop-up-outer .modal-content ul li{
    font-size: 18px;
} 
@media (min-width: 992px){
    .modal-lg, .modal-xl {
        max-width: 1500px;
    }
}

.home-popup p{
    color: #fff;
    font-size: 14px;
}
.home-popup .modal-content{
    color: #fff;
    padding: 10px;
}
.home-popup .modal-body{
    padding: 0;
}
.home-popup .modal-content{
    font-weight: 300;
}
.home-popup .modal-header button{
    color: #fff;
    opacity: 1;
    font-size: 14px;
    padding-top: 25px;
}
.home-popup .arrow-head li:before{
    top: 2px;
}
.home-popup .modal-header {
    position: absolute;
    top: -11px;
    z-index: 29;
    width: 100%;
    border-style: none;
    right: 0;
}
.video-msg:hover{
    color: #fff;
}
.magnifier-preview{
    position: absolute!important;
    top: 0
}
.topstrip {
    background-color: #306057;
    padding: 10px;
    /*text-align: right;*/
}
.topstrip button{
    border-color: #fff!important;
}
.topstrip button:hover{
    border-color: #fff!important;
}
.magnifier-thumb-wrapper.demo{
    margin-bottom: 30px!important;
}
.home-popup h5{
    font-size: 22px;
}
.home-popup ul li{
    font-size: 14px;
}
.home-popup .modal-body a{
    font-weight: 600;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none!important;
}
.dropdown-toggle::after {
    margin-bottom: -2px;
}

.topstrip button{
  box-shadow: none!important;
  
}
.topstrip button:focus{
 border: 1px solid #fff!important;
}
.btn-primary:focus{
    box-shadow: none!important;
}


.topstrip ul li a img {
    height: 32px;
}
.topstrip-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topstrip-inner button {
    height: 100%;
    border: 1px solid #fff;
}
.topstrip-inner h6 {
    text-align: center;
}
.topstrip ul {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
}
.topstrip ul li:first-child {
    margin-left: 0;
}
.topstrip ul li {
    background-color: #fff;
    margin: 0 10px;
    padding: 5px 15px;
    border-radius: 2px;
}
.topstrip ul li a {
    display: block;
}
.topstrip h6 {
    color: #fff;
}
.programme-home li{
    font-size: 18px;
    line-height: 32px;
}

#results .btn{
    padding: 8px 20px
}

.brace-fb a{
    color: #000;
    display: block;
    margin-top: 25px;
}
.navbar-nav .dropdown-menu {
    position: absolute !important;
}

.popover{
    max-width: 500px!important;
}
.modal-open{
    position: fixed;
}

.popover-header{
    background-color: #1c335b;
    color: #fff;
}
.popover-body{
    background-color: #deeaf6;
}
.brace-fb a:not([href]):hover{
    cursor: pointer!important;
}
.messages .large-box-outer{
    padding: 10px;
}


.wp-pagenavi {
    text-align: center;
    margin-top: 20px;
}
span.current {
    border: 1px solid #306057;
    padding: 10px 15px;
    background-color: #306057;
    color: #fff;
    margin: 10px;
}
a.page, a.first, a.last, a.previouspostslink, a.nextpostslink {
    background-color: transparent;
    border: 1px solid #306057;
    padding: 10px 15px;
    margin: 10px;
    color: #306057;
}
a.page:hover, a.first:hover, a.last:hover, a.previouspostslink:hover, a.nextpostslink:hover {
    background-color: #306057;
    color: #fff;
}
.previouspostslink,a.nextpostslink {
    color: #306057;
}
span.pages {
    color: #306057;
    margin-right: 20px;
}

#notfound {
  position: relative;
  height: 100vh;
  background-color: #ebedf0;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  text-align: center;
}
.notfound h1 {
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
  color:#306057;
}
.notfound h1:before {
    display: none;
}

.notfound h2 {
  font-size: 40px;
  margin: 0;
  font-weight: 700;
  color:#306057;
  margin-bottom: 15px;
}
.notfound p{
    color: #000;
}
.notfound h2:before {
    display: none;
}
.notfound h2:after{
    content: none;
}
.notfound .back-home {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background:#306057;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
}
.notfound-social ul.social-icons {
    justify-content: center;
    padding-left: 0;
} 
.notfound-social {
  margin-top: 20px;
}

.notfound-social>a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 14px;
  color: #e67825;
  background-color: #ffffff;
  margin: 3px;
  padding: 0px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.notfound-social>a:hover {
  background-color: #e67825;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .notfound h1 {
    font-size: 68px;
}

.notfound h2 {
    font-size: 18px;
}

}
.footer-inner p{
    font-size: 14px;
}
.footer-bottom p{
    font-size: 14px; 
}








.gob-top-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}
.gob-side-menu {
    display: flex;
}
ul.menu-ul {
    display: flex;
}
.gob-social-ul{
    display: flex;
    align-items: center;
}
.menu-ul li a {
    font-size: 20px;
    color: #00923ff2;
    border-right: 1px solid #00923ff2;
    display: inline;
    padding: 0 15px;
}
.menu-ul .nav-link:hover, .menu-ul .nav-link:focus {
    color: #7f363f;
}
.menu-ul li+li a {
    padding-right: 15px;
    margin-right: 15px;
}
ul.gob-social-ul li a {
    border: 1px solid #00923ff2;
    padding: 0px 0px 0px 0px;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gob-social-ul li+li{
    margin-left: 15px;
}
.gob-social-ul li img{
    height: 15px;
}
.gob-side-menu ul {
    padding: 0;
    margin-bottom: 0;
}
.gob-navbar{
    background-color: #00923ff2;
}
.gob-navbar li a{
    color: #fff;
}
.gob-navbar .dropdown-item{
    color: #000!important;
}
.gob-navbar li a {
    color: #fff!important;
    font-size: 14px!important;
    font-weight: 400!important;
}
.gob-navbar.navbar .navbar-nav .nav-link{
    padding: 0;
}
.gob-navbar.navbar .navbar-nav .nav-link:before {
    background-color: rgba(255,255,255,.2)!important;
    top: 50%;
    height: 14px;
    transform: translateY(-50%);
}
.gob-navbar ul.navbar-nav li {
    margin-right: 10px;
    padding-right: 10px;
}
.gob-hero-wrapper .carousel-caption {
    bottom: 0;
    padding: 27px 0;
    right: unset;
    left: unset;
    max-width: 100%;
    margin: 0 auto;
    background-color: #00923ff2;
    position: unset;
}
.gob-hero-wrapper .carousel-caption p{
    font-size: 20px;
    color: #fff;
}
.gob-h2:before{
    display: none;
}
.gob-h2:after{
    display: none;
}
h2.gob-h2 {
    margin: 0 auto;
    margin-bottom: 30px;
    color: #00923ff2;
    font-size: 40px;
    text-align: center;
    
}
h3.gob-h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
}
.gob-about-us p{
    text-align: center;
    font-size: 22px;
}
.bg-red{
    background-color: #7f363f;
}
.policy-fiscal {
    padding: 50px 35px;
    border-radius: 5px;
}
.policy-fiscal p{
    font-size: 18px;
}
.policy-fiscal h4{
    font-size: 26px;
    color: #00923ff2;
    font-weight: 600;
    margin-bottom: 20px;
}
.read-mre-btn{
    font-size: 18px;
    font-weight: 400;
    color: #7f363f!important;
    text-decoration: none;
}
.gob-about-us .read-mre-btn{
    display: block;
    text-align: center;
}
.message-from{
    background-color: #F0F0F0;
}
.message-img img {
    width: 100%;
    height: auto;
}
.message-from-inner {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.message-from-inner h4{
    font-size: 26px;
    font-weight: 600;
    color: #00923ff2;
}
.message-from-inner p{
    font-size: 18px;
}
.cllg-policy h4 {
    font-size: 22px;
    font-weight: 600;
    color: #00923ff2;
}
.map-title{
    text-align: center;
    padding: 20px 0 0;
    font-size: 24px;
}
.gob-footer{
    background-color: #00923ff2;
}
ul.gob-footer-ul li+li {
    margin-top: 5px;
}
ul.gob-footer-ul li a {
    font-size: 18px;
    color: #fff;
}
.gob-footer-ul .nav-link:hover, .gob-footer-ul .nav-link:focus {
    color: #ffffff;
}
.gob-footer-bottom {
    background-color: #000;
    text-align: center;
    padding: 20px 0;
}
.gob-footer-bottom p{
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
}
.gob-footer .small-box {
    padding: 10px 20px;
    margin-right: 10px;
}

@media (min-width:1201px) and (max-width:1400px){
    .policy .bhoechie-tab-menu .list-group-item {
        padding: 15px 60px;
    }
    .bhoechie-tab-menu .list-group-item h4{
        font-size: 16px;
    }
    .gob-navbar ul.navbar-nav li {
        margin-right: 8px;
        padding-right: 8px;
    }
}
@media (min-width:1401px) and (max-width:1600px){
    .policy .bhoechie-tab-menu .list-group-item {
        padding: 15px 60px;
    }
    .bhoechie-tab-menu .list-group-item h4{
        font-size: 16px;
    }
    .gob-navbar ul.navbar-nav li {
        margin-right: 8px;
        padding-right: 8px;
    }
}

.bg-primary{
    background-color: #00923ff2!important;
}
.policy div.bhoechie-tab-menu div.list-group>a.active {
    background-color:  #00923ff2!important;
}
ul.about-ul {
    list-style: inside;
    margin-bottom: 30px;
}
ul.\32 nd-about-ul {
    list-style: decimal;
    margin-bottom: 30px;
}
.fbc-page .fbc-wrap .fbc-items li:first-child {
    padding-left: 0;
}