@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,200,300,400,500,600,700,800&display=swap');
 body {
     background-color: #fff;
     font-family: 'Poppins', sans-serif;
     font-size: 17px;
     line-height: 27px;
     color: #555;
     font-weight: 400;
     position: relative;
     overflow-x: hidden !important;
}
/* Second Section */
 .causes-section {
     position: relative;
     z-index: 1;
}
 .bd-bottom {
     border-bottom: 1px solid #eaeaea;
}
 .padding {
     padding: 80px 0;
}
 .section-heading h2 {
     font-size: 30px;
     margin-bottom: 0;
}
 .section-heading .heading-border {
     border-top: 5px solid #018d2c;
     width: 50px;
     display: inline-block;
     margin-top: 10px;
     margin-bottom: 10px;
}
 p {
     font-size: 17px;
     margin-bottom: 15px;
}
 .causes-content .donate-btn {
     position: absolute;
     top: 10px;
     right: 10px;
     background-color: #018d2c;
     color: #fff;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     font-weight: 500;
     padding: 5px 10px;
     border-radius: 3px;
     display: flex;
     align-items: center;
}
 a, a:hover {
     text-decoration: none;
}
 #donation-carousel .events-item {
     padding: 0 !important;
}
 .events-item {
     padding-left: 300px;
     position: relative;
}
 .owl-carousel .owl-item {
     position: relative;
     min-height: 1px;
     float: left;
     -webkit-backface-visibility: hidden;
     -webkit-tap-highlight-color: transparent;
     -webkit-touch-callout: none;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
 .owl-carousel .owl-item {
     position: relative;
     min-height: 1px;
     float: left;
     -webkit-backface-visibility: hidden;
     -webkit-tap-highlight-color: transparent;
     -webkit-touch-callout: none;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
 .owl-carousel .owl-item img {
     display: block;
     width: 100%;
     -webkit-transform-style: preserve-3d;
}
 .owl-carousel .owl-item img {
     transform-style: preserve-3d;
}
 .causes-thumb img:hover {
     opacity: 0.8;
}
 .causes-details {
     background-color: #fff;
     padding: 40px 30px 20px 30px;
     border: 1px solid #ccc;
     padding-top: 25px;
}
 .causes-details {
     min-height: 260px;
}
 .causes-details h3 {
     font-size: 16px;
     line-height: 27px;
}
 .causes-details p{
     font-size: 15px;
     line-height: 20px;
     text-align: justify;
}
 p {
     font-size: 17px;
     margin-bottom: 15px;
}
 h3, h4 {
     margin: 0 0 10px;
     font-weight: 600;
     line-height: 1.4;
     color: #282828;
}
 .mb-40 {
     margin-bottom: 40px;
}
 .causes-content .donate-btn i {
     margin-left: 5px;
     font-size: 12px;
}
 h2 {
     font-size: 24px;
     color: #282828;
     margin: 0 0 8px;
     font-weight: 600;
     line-height: 1;
}
 h1, h2, h3, h4, h5, h6 {
     font-family: 'Poppins', sans-serif;
     -webkit-font-smoothing: antialiased;
     color: #282828;
}
 @media screen and (max-width: 600px){
     h1, h2 {
         line-height: 1.3;
         font-size: 30px !important;
    }
     .owl-prev , .owl-next {
         display: none !important;
    }
}
/* Third Section */
 .campaigns-section {
     background-image: url(../img/gallery-banner.jpg) !important;
     background-repeat: no-repeat;
     background-position: top center;
     padding: 0px;
}
 .counter-wrap1 {
     background-color: rgba(0, 0, 0, 0.85) !important;
     width: 100%;
     padding: 70px 0px 50px 0px;
}
 .campaigns-section {
     background-image: url(../img/gallery-banner.jpg);
     background-repeat: no-repeat;
     background-attachment: scroll;
     background-position: center center;
     -webkit-background-size: cover;
     background-size: cover;
}
 .video-wrap {
     position: relative;
     border-radius: 5px;
     overflow: hidden;
}
 .video-wrap img {
     width: 100%;
}
 .video-wrap .play {
     background-color: rgba(0,0,0,.2);
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: all .2s ease-in-out;
}
 .video-wrap .play a {
     color: #fff;
     display: flex;
     background-color: transparent;
     width: 70px;
     height: 70px;
     justify-content: center;
     align-items: center;
     line-height: 70px;
     font-size: 20px;
     border: 2px solid #ddd;
     border-radius: 50%;
     text-align: center;
}
/* width */
 ::-webkit-scrollbar {
     width: 5px;
}
/* Track */
 ::-webkit-scrollbar-track {
     box-shadow: inset 0 0 5px grey;
}
/* Handle */
 ::-webkit-scrollbar-thumb {
     background: #018d2c;
}
/* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
     background: #018d2c;
}
 .about-us__image, .video-box {
     position: relative;
}
 .about-us__image .video-btn, .video-box .video-btn {
     min-width: 96px;
     max-width: 96px;
     min-height: 96px;
     max-height: 96px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 16px;
     color: #fff;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     border-radius: 50%;
}
 .video-us__image, .video-box {
     position: relative;
}
 .video-us__image .video-btn, .video-box .video-btn {
     min-width: 60px;
     max-width: 60px;
     min-height: 60px;
     max-height: 60px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 16px;
     color: #fff;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     border-radius: 50%;
}
 .btn-primary {
     color: white;
     background-color: transparent;
     border: 1px solid white;
}
 .btn-primary:hover {
     color: white;
     background-color: transparent;
     border: 1px solid white;
}
 .btn-check:focus + .btn-primary, .btn-primary:focus {
     color: white;
     background-color: transparent;
     border: 1px solid white;
     box-shadow: 0 0 0 0.2rem rgba(217, 74, 29, 0.5);
}
 .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
     color: white;
     background-color: transparent;
     border: 1px solid white;
}
 .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
     box-shadow: 0 0 0 0.2rem rgba(217, 74, 29, 0.5);
}
 .sonar-emitter {
     position: relative;
}
 .sonar-emitter::after {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border-radius: 50%;
     content: "";
     background-color: white;
     z-index: -1;
     pointer-events: none;
     opacity: 0;
}
 .sonar-emitter::after {
     -webkit-animation: sonarWave 2s linear infinite;
     animation: sonarWave 2s linear infinite;
}
 .sonar-emitter-2 {
     position: relative;
}
 .sonar-emitter-2::after {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border-radius: 50%;
     content: "";
     background-color: #fff;
     z-index: -1;
     pointer-events: none;
     opacity: 0;
}
 @-webkit-keyframes sonarWave {
     from {
         opacity: 0.4;
    }
     to {
         transform: scale(2.5);
         opacity: 0;
    }
}
 @keyframes sonarWave {
     from {
         opacity: 0.4;
    }
     to {
         transform: scale(2.5);
         opacity: 0;
    }
}
 .sonar-emitter-2::after {
     -webkit-animation: sonarWave 2s linear infinite;
     animation: sonarWave 2s linear infinite;
}
 .welcome-area--l5 .popup-btn {
     display: flex;
     align-items: center;
}
 .welcome-area--l5 .popup-btn .play-btn {
     min-width: 50px;
     max-width: 50px;
     min-height: 50px;
     max-height: 50px;
     box-shadow: -12px 12px 50px rgba(255, 30, 56, 0.3);
     border-radius: 50px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: #ff5722;
     margin-right: 20px;
}
 .welcome-area--l5 .popup-btn .btn-text {
     color: #ff5722;
     transition: 0.4s;
     font-size: 13px;
     font-weight: 500;
     font-style: normal;
     letter-spacing: normal;
     line-height: 22px;
}
 .welcome-area--l5 .popup-btn:hover .btn-text {
     text-decoration: underline;
}
 .title h4{
     letter-spacing: 1px;
}
 .about-us__image img{
     width: 100%;
}
 .about-us__image img{
     opacity: 0.6;
     border-radius: 5px;
}
 .about-us__image .video-btn-2, .video-box .video-btn {
     min-width: 62px;
     max-width: 62px;
     min-height: 62px;
     max-height: 73px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 16px;
     color: #fff;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     border-radius: 50%;
}
 .video-span span{
     margin-right: 20px;
     margin-top: 15px;
     color: #74787C;
     font-size: 14px;
     display: inline-block;
}
 .video-span{
     text-align: left;
}
 .section-heading h2 {
     font-size: 30px;
     margin-bottom: 0;
}
 @media screen and (max-width: 600px){
     p {
         font-size: 14px !important;
    }
     .fb-btng {
         background-color: #1b74e4 !important;
         color: #fff !important;
         position: absolute !important;
         padding: 6px 45px !important;
         bottom: 0 !important;
         width: 100% !important;
         text-align: center !important;
         border-radius: 0 !important;
         right: inherit !important;
    }
     .face-wrap {
         height: 206px !important;
    }
}
 .face-wrap {
     height: 350px;
     overflow: hidden;
     margin-top: 40px;
     position: relative;
}
 .fb-btng {
     background-color: #1b74e4;
     color: #fff;
     border-radius: 5px;
     font-weight: 600px;
     position: absolute;
     bottom: 0;
     bottom: 40px;
     padding: 6px 45px;
     right: 40px;
}
/* Latest News */
 .events-item .event-thumb {
     width: 300px;
     height: 100%;
     position: absolute;
     left: 0;
     top: 0;
     overflow: hidden;
}
 .event-details {
     background-color: #fafafa;
     padding: 30px 15px;
     border: 1px dashed #ddd;
}
 .owl-carousel .owl-item img {
     display: block;
     width: 100%;
     -webkit-transform-style: preserve-3d;
}
 .latest_news .default-btn {
     background-color: #099a00;
     color: #fff;
     line-height: 45px;
     display: inline-block;
     padding: 0 25px;
     border-radius: 3px;
     font-size: 15px;
     font-weight: 500;
}
 .event-details h3 {
     font-size: 22px;
}
 .event-details p {
     font-size: 17px;
     margin-bottom: 15px;
}
 .footer-sec {
     width: 100%;
     padding: 40px 50px 30px 50px;
     background: #222;
     color: #fff;
}
 .footer-sec a {
     color: #fff;
}
 .right-info li {
     margin-left: 25px;
}
 .footer-sec ul{
     list-style: none;
}
 @media (max-width: 1024px){
     .events-item .event-thumb {
         width: 100%;
         height: auto;
         position: inherit;
    }
     .events-item {
         width: 100%;
         padding-left: 0;
    }
}
 a{
     color: #01b1d7;
     text-decoration: none;
}
 a:hover {
     color: #0dd3fe;
     text-decoration: none;
}
 h1, h2, h3, h4, h5, h6 {
     font-family: 'Poppins', sans-serif;
}
/*-------------------------------------------------------------- # Back to top button --------------------------------------------------------------*/
 .back-to-top {
     position: fixed;
     right: 15px;
     bottom: 15px;
     z-index: 996;
     background: #018d2c;
     width: 40px;
     height: 40px;
     border-radius: 50%;
     transition: all 0.4s;
}
 .back-to-top i {
     font-size: 15px;
     color: #fff;
     line-height: 0;
}
 .back-to-top:hover {
     background: #03d1fe;
     color: #fff;
}
 .back-to-top.active {
     visibility: visible;
     opacity: 1;
}
 .header-section {
     position: absolute;
     box-shadow: 5px -5px 5px 10px rgba(0,0,0,.1) !important;
     width: 100%;
     left: 0;
     top: 0;
     z-index: 100;
}
/*-------------------------------------------------------------- # Top Bar --------------------------------------------------------------*/
 #topbar {
     background-image: linear-gradient(45deg, #104a00, #018d2c) !important;
    /* background-image: linear-gradient(45deg, #003520, #80c644) !important;
     */
     border-bottom: 1px solid #eee;
     font-size: 14px;
     height: 45px;
     transition: all 0.5s;
     overflow: hidden;
     z-index: 1000;
     padding: 10px 5px 8px 5px;
}
 #topbar.topbar-scrolled {
     top: -44px;
}
 #topbar .contact-info i {
     font-style: normal;
     color: #01b1d7;
}
 #topbar .contact-info i a, #topbar .contact-info i span {
     padding-left: 5px;
     color: #444444;
}
 #topbar .contact-info i a {
     line-height: 0;
     transition: 0.3s;
}
 #topbar .contact-info i a:hover {
     color: #01b1d7;
}
 #topbar .social-links a {
     color: #62787d;
     padding: 4px 12px;
     display: inline-block;
     line-height: 1px;
     transition: 0.3s;
     border-left: 1px solid #e9e9e9;
}
 #topbar .social-links a:hover {
     color: #01b1d7;
}
 #topbar .social-links a:first-child {
     border-left: 0;
}
/*-------------------------------------------------------------- # Google Translate --------------------------------------------------------------*/
 #google_translate_element {
     line-height: 0;
     text-align: end;
}
 .goog-te-combo {
     border-radius: 5px;
     padding: 6px;
     color: #303030 !important;
     background: white;
     border: 2px solid #fff;
     vertical-align: baseline;
}
 .goog-te-gadget {
     font-family: 'Poppins', sans-serif;
    font-size: 11px;
     color: #666;
     white-space: nowrap;
     color: transparent !important;
}
 .goog-te-gadget .goog-te-combo {
     margin: 4px 0;
     min-width: 150px;
     color: #303030 !important;
     font-family: 'Poppins', sans-serif;
    font-size: 10pt;
}
 .goog-logo-link {
     display:none !important;
}
/*-------------------------------------------------------------- # Header --------------------------------------------------------------*/
 #header {
     height: 90px;
     z-index: 997;
     transition: all 0.5s;
     background: #fff;
     top: 44px;
     box-shadow: 5px -5px 5px 10px rgba(0,0,0,.1);
     padding: 5px 50px;
}
 #header.header-scrolled {
     top: 0;
}
 #header .logo h1 {
     font-size: 28px;
     margin: 0;
     line-height: 1;
     font-weight: 700;
     letter-spacing: 1px;
}
 #header .logo h1 a, #header .logo h1 a:hover {
     color: #354144;
     text-decoration: none;
}
 #header .logo h1 a span, #header .logo h1 a:hover span {
     color: #01b1d7;
}
 #header .logo img {
     padding: 0;
     margin: 0;
     max-height: 81px;
}
/*-------------------------------------------------------------- # Navigation Menu --------------------------------------------------------------*/
/** * Desktop Navigation */
 .navbar {
     padding: 0;
}
 .navbar ul {
     margin: 0;
     padding: 0;
     display: flex;
     list-style: none;
     align-items: center;
}
 .navbar li {
     position: relative;
}
 .navbar a {
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-right: 15px;
     padding: 0px;
     border-bottom: 2px solid transparent;
    /* padding: 10px 0 10px 18px;
     */
     font-family: 'Poppins', sans-serif;
    font-size: 16px;
     color: #282828;
     font-weight: 500;
     white-space: nowrap;
}
 .navbar a i {
     font-size: 12px;
     line-height: 0;
     margin-left: 5px;
}
 .navbar a:hover, .navbar .active, .navbar li:hover > a {
     color: #018d2c !important;
     border-bottom: 2px solid #018d2c !important;
}
 .navbar .dropdown ul {
     display: block;
     position: absolute;
     left: 30px;
     top: calc(100% + 30px);
     margin: 0;
     padding: 10px 0;
     z-index: 99;
     opacity: 0;
     visibility: hidden;
     background: #fff;
     box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
     transition: 0.3s;
}
 .navbar .dropdown ul li {
     min-width: 200px;
}
 .navbar .dropdown ul a {
     padding: 10px 20px;
     font-size: 14px;
     text-transform: none;
     font-weight: 400;
}
 .navbar .dropdown ul a i {
     font-size: 12px;
}
 .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
     color: #01b1d7;
}
 .navbar .dropdown:hover > ul {
     opacity: 1;
     top: 100%;
     visibility: visible;
}
 .navbar .dropdown .dropdown ul {
     top: 0;
     left: calc(100% - 30px);
     visibility: hidden;
}
 .navbar .dropdown .dropdown:hover > ul {
     opacity: 1;
     top: 0;
     left: 100%;
     visibility: visible;
}
 #header .btn-get-started {
     background-color: #018d2c;
     color: #fff !important;
     line-height: 45px;
     display: inline-block;
     padding: 0 25px;
     border-radius: 5px;
     font-size: 15px;
     font-weight: 500;
     margin-left: 20px;
     animation: glowing 1300ms infinite;
}
 .btn_pdf{
     background-color: #018d2c;
     color: #fff !important;
     line-height: 34px ;
     display: inline-block;
     padding: 0 25px;
     width:100%;
     border-radius: 0px;
     font-size: 15px;
     font-weight: 500;
}
 #header .btn-get-started:hover {
     background-color: #018d2c;
}
 @keyframes glowing {
     0% {
         background-color: #12a13d;
         box-shadow: 0 0 5px #10af40;
    }
     50% {
         background-color: #067e2a;
         box-shadow: 0 0 5px #10af40;
    }
     80% {
         background-color: #14963b;
         box-shadow: 0 0 10px #10af40;
    }
     100% {
         background-color: #19b447;
         box-shadow: 0 0 5px #10af40;
    }
}
 @media (max-width: 1366px) {
     .navbar .dropdown .dropdown ul {
         left: -90%;
    }
     .navbar .dropdown .dropdown:hover > ul {
         left: -100%;
    }
}
/** * Mobile Navigation */
 .mobile-nav-toggle {
     color: #354144;
     font-size: 28px;
     cursor: pointer;
     display: none;
     line-height: 0;
     transition: 0.5s;
}
 .mobile-nav-toggle.bi-x {
     color: #fff;
}
 @media(max-width:772px){
     .counter-wrap-orange1{
         margin-top: -50px;
    }
     .counters .counter-content h4{
         font-size:11px !important;
    }
     #hero{
         height: 150vh !important;
    }
     .video-wrap{
         height: 150vh !important;
    }
     .counters img {
         margin-top: 13px !important;
         width: 27px !important;
         height: 27px !important;
    }
     .counters .counter-content h3 {
         font-size: 24px !important;
    }
}
 @media (max-width: 991px) {
     .mobile-nav-toggle {
         display: block;
    }
     .banner_one{
         margin-top:0px !important;
    }
     .navbar ul {
         display: none;
    }
     #topbar {
         display: none !important;
    }
     #header {
         top:0px !important;
    }
     #hero {
         margin-top: 90px !important;
    }
}
 .navbar-mobile {
     position: fixed;
     overflow: hidden;
     top: 0;
     right: 0;
     left: 0;
     bottom: 0;
     background: rgba(31, 38, 39, 0.9);
     transition: 0.3s;
     z-index: 999;
}
 .navbar-mobile .mobile-nav-toggle {
     position: absolute;
     top: 15px;
     right: 15px;
}
 .navbar-mobile ul {
     display: block;
     position: absolute;
     top: 55px;
     right: 15px;
     bottom: 15px;
     left: 15px;
     padding: 10px 0;
     background-color: #fff;
     overflow-y: auto;
     transition: 0.3s;
}
 .navbar-mobile a {
     padding: 10px 20px;
     font-size: 15px;
     color: #354144;
}
 .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
     color: #01b1d7;
}
 .navbar-mobile .getstarted {
     margin: 15px;
}
 .navbar-mobile .dropdown ul {
     position: static;
     display: none;
     margin: 10px 20px;
     padding: 10px 0;
     z-index: 99;
     opacity: 1;
     visibility: visible;
     background: #fff;
     box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
 .navbar-mobile .dropdown ul li {
     min-width: 200px;
}
 .navbar-mobile .dropdown ul a {
     padding: 10px 20px;
}
 .navbar-mobile .dropdown ul a i {
     font-size: 12px;
}
 .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
     color: #01b1d7;
}
 .navbar-mobile .dropdown > .dropdown-active {
     display: block;
}
/*-------------------------------------------------------------- # Hero Section --------------------------------------------------------------*/
 #hero {
     width: 100%;
     height: 80vh !important;
    /* background-color: rgba(31, 38, 39, 0.8);
     */
     overflow: hidden;
     position: relative;
     padding: 0;
     margin-top: 110px;
}
 .video-wrap {
     position: relative;
     overflow: hidden;
     width: 100%;
     height: 80vh;
     background: no-repeat center center/cover;
     background: url(https://paklaunch.com/wp-content/uploads/2022/08/video-cover.jpg) no-repeat center center/cover;
}
 .bg-video-wrap video {
     min-width: 100%;
     min-height: 600px !important;
     z-index: 1;
}
 .main-header-content {
     text-align: center;
     color: #fff;
     position: absolute;
     top: 20%;
     left: 0;
     right: 0;
     margin: auto;
     z-index: 3;
     max-width: 100%;
     width: 100%;
}
 .flood-logo {
     margin: 25px 0 25px 0;
}
 .main-header-content p {
     margin-bottom: 30px;
}
 .headp {
     padding: 15px 0px 20px 0px;
}
 .overlay {
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     background: rgba(0, 0, 0, 0.5);
     background-size: auto;
     background-size: 3px 3px;
     z-index: 2;
}
 .main-header-content {
     text-align: center;
     color: #fff;
     position: absolute;
     top: 15%;
     left: 0;
     right: 0;
     margin: auto;
     z-index: 3;
     max-width: 100%;
     width: 100%;
}
 .counters {
     list-style: none;
}
 .counters .counter-content{
     display:block;
     text-align:center;
     color:#fff 
}
 .counters .counter-content i{
     font-size:36px 
}
 .counters .counter-content h3{
     font-size:26px;
     margin:5px 0 0px 0px;
     color:#fff;
     font-weight:600;
     font-family: 'Poppins', sans-serif;
}
 .counters .counter-content h4{
     text-transform: uppercase;
     font-size: 12.5px;
     letter-spacing: 1px;
     font-weight: 500;
     margin:0 
}
 #hero .carousel-item {
     width: 100%;
     height: 70vh;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     position: relative;
}
 #hero .carousel-item::before {
     content: '';
     background-color: rgba(0, 0, 0, 0.7);
     position: absolute;
     top: 0;
     right: 0;
     left: 0;
     bottom: 0;
}
 #hero .carousel-container {
     display: flex;
     justify-content: center;
     align-items: center;
     position: absolute;
     bottom: 0;
     top: 0;
     left: 0;
     right: 0;
}
 #hero .carousel-content {
     text-align: center;
}
/* #hero h2 {
     color: #fff;
     margin-bottom: 30px;
     font-size: 48px;
     font-weight: 700;
}
 */
 #hero p {
     width: 80%;
     -webkit-animation-delay: 0.4s;
     animation-delay: 0.4s;
     margin: 0 auto 30px auto;
     color: #fff;
     font-size: 17px;
     font-family: 'Poppins', sans-serif;
}
 #hero .carousel-inner .carousel-item {
     transition-property: opacity;
     background-position: center top;
}
 #hero .carousel-inner .carousel-item, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end {
     opacity: 0;
}
 #hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-start, #hero .carousel-inner .carousel-item-prev.carousel-item-end {
     opacity: 1;
     transition: 0.5s;
}
 #hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end {
     left: 0;
     transform: translate3d(0, 0, 0);
}
 #hero .carousel-control-prev, #hero .carousel-control-next {
     width: 10%;
}
 #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
     background: none;
     font-size: 48px;
     line-height: 1;
     width: auto;
     height: auto;
}
 #hero .carousel-indicators li {
     cursor: pointer;
     width: 12px;
     height: 12px;
     border-radius: 50%;
     margin: 0 4px;
     transition: ease-in;
     opacity: .7;
}
 #hero .carousel-indicators li.active {
     opacity: 1;
     background-color: #01b1d7;
}
 .default-btn {
     line-height: 60px;
     padding: 0 40px;
     border-radius: 3px;
     font-size: 16px;
     display: inline-block;
     background-color: #199300 ;
     color: #fff;
     font-weight: 500;
}
 .default-btn:hover {
     color: #fff;
}
 .btn-get-started {
     font-weight: 500;
     font-family: 'Poppins', sans-serif;
     font-size: 14px;
     letter-spacing: 1px;
     display: inline-block;
     padding: 14px 32px;
     border-radius: 5px;
     transition: 0.5s;
     line-height: 1;
     background: white;
     -webkit-animation-delay: 0.8s;
     animation-delay: 0.8s;
}
 @media (max-width: 768px) {
     #hero {
         height: 80vh;
    }
     .header-heading{
         margin-bottom: 0px !important;
         font-size: 18px !important;
         line-height: 28px !important;
         margin-top: 0px !important;
    }
     #hero .carousel-item {
         height: 90vh;
    }
     #hero h2 {
         font-size: 17px;
    }
     .main-header-content {
         top:0% 
    }
     .counters .counter-content h3 {
         font-size:25px;
    }
     .flood-logo {
         margin: 0px !important;
    }
     .main-header-content p {
         margin-bottom: 10px;
    }
     #hero p {
         margin: 0 auto 0px auto !important;
    }
     .counters {
         padding-left: 0px !important;
    }
}
 .banner_one{
     margin-top: 10px;
}
 @media (max-width: 991px) {
     #hero {
         height: 100vh;
    }
     .main-header-content {
         top:0% 
    }
     .counters .counter-content h3 {
         font-size:16px;
    }
}
 @media (min-width: 1024px) {
     #hero p {
         width: 60%;
    }
     #hero .carousel-control-prev, #hero .carousel-control-next {
         width: 5%;
    }
     .flood-logo {
         margin: 0px !important;
    }
}
 @media (max-height: 992px) {
     #hero {
         height: 100vh;
    }
     .video-wrap{
         height: 100vh;
    }
     .main-header-content {
         top:9% 
    }
     .counters .counter-content h3 {
         font-size:24px;
    }
     .flood-logo {
         margin: 0px !important;
    }
}
 @media(max-width:500px){
     #hero {
         height: 107vh !important;
    }
     .video-wrap{
         height: 157vh !important;
    }
}
/* Next Page */
 .counter-section {
     padding: 0 !important;
}
 .counter-section {
     background-image: url(../img/flood-stat-banner.jpg);
     background-position: top center;
}
 .counter-section {
     background-image: url(../img/flood-stat-banner.jpg);
     background-repeat: no-repeat;
     background-attachment: scroll;
     background-position: center center;
     -webkit-background-size: cover;
     background-size: cover;
     margin-top: 120px;
     padding: 50px 0;
}
 .counter-wrap {
     background-color: rgba(11, 96, 15, 0.65) !important;
     width: 100%;
     padding: 100px 0px 100px 0px;
}
 @media(max-width:772px){
     .counter-wrap {
         padding: 150px 0px 80px 0px;
    }
}
 ul li{
     list-style: none;
}
 .map-section h5 {
     margin-top: 30px;
     display: inline;
}
 .text-no li {
     display: inline;
     margin-left: 10px;
}
 .text-no {
     margin: 20px 0 0 0;
}
 h5, h6 {
     font-size: 14px;
     margin: 0 0 10px;
}
 .map-section h5 i {
     color: #24c249 !important;
}
 .btn-sm {
     border: 1px solid #cecece;
     border-radius: 5px;
     color: #018d2c;
     font-size: 15px;
     width: 245px;
     display: inline-block;
}
 .btn-group-sm>.btn, .btn-sm {
     padding: 0.25rem 0.5rem;
     font-size: .875rem;
     line-height: 1.5;
     border-radius: 0.2rem;
}
 .sm-btns {
     margin: 20px 0;
}
 .sm-btns li {
     display: inline;
     margin-left: 10px;
}
 @media screen and (max-width: 600px){
     .sm-btns li {
         display: inline-block;
         margin-top: 10px;
    }
}
 form.fluent_form_13 .ff-btn-submit {
     background-color: #409EFF;
     color: #ffffff;
}
 .fluentform .ff_btn_style {
     cursor: pointer;
     display: inline-block;
     font-weight: 400;
     text-align: center;
     white-space: nowrap;
     vertical-align: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     border: 1px solid transparent;
     padding: 6px 12px;
     font-size: 16px;
     line-height: 1.5;
     border-radius: 4px;
     position: relative;
     transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
 .ff-btn-submit {
     border: 1px solid #018d2c;
     padding: 8px 15px;
     background: #018d2c;
     border-radius: 5px;
     font-size: 14px;
     color: #fff;
}
 .form-label{
     margin-bottom: 0;
     display: inline-block;
     font-weight: 600;
     line-height: inherit;
}
 .form-control{
     display: block;
     width: 100%;
     padding: 6px 12px;
     font-size: 13px;
     height: 37px;
     line-height: 1.5;
     color: #495057;
     background-image: none;
     background-clip: padding-box;
     border: 1px solid #ced4da;
     border-radius: 0.25rem;
     transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     margin-bottom: 0;
     max-width: 100%;
}
 .form-select{
     font-size:16px;
}
 .form-control:focus{
     box-shadow: none;
}
 .form-select:focus{
     box-shadow: none;
}
/* How do you want to contribute? */
 .dataoptionsection-wrap {
     padding-top: 170px;
}
 .card-blue {
     background-color: #E5FDFF;
     padding: 35px 50px;
     width: 100%;
     margin-top: 50px;
     border-radius: 6px;
}
 .back-btn-s {
     color: #231F20;
     border: 1px solid #231F20;
     padding: 8px 0px;
     text-align: center;
     width: 140px;
     border-radius: 8px;
     cursor: pointer;
}
 .back-btn-s:hover {
     background-color: #018d2c;
     color: #fff;
     border-color: #fff;
}
 @media (max-height: 500px) {
     .dataoptionsection-wrap {
         padding-top: 100px !important;
    }
}
 .team-section {
     position: relative;
     z-index: 1;
     overflow: hidden;
}
 .circle:before, .shape:after {
     background: #018d2c60;
}
 .circle:before {
     background-color: #018d2c;
     content: '';
     height: 800px;
     width: 800px;
     position: absolute;
     top: -400px;
     left: -350px;
     border-radius: 100%;
     opacity: .2;
     z-index: -1;
}
 .circle, .shape {
     position: relative;
     z-index: 1;
     overflow: hidden;
}
 .bd-bottom {
     border-bottom: 1px solid #eaeaea;
}
 .sponsor-section {
     padding: 30px 0;
}
 .owl-carousel.owl-loaded {
     display: block;
}
 .sponsor-section .sponsor-item img {
     width: 100%;
     padding: 20px;
     opacity: .8;
}
 .sponsor-item img {
     border-radius: 5px;
     border: 3px solid #018d2c;
     padding: 0 !important;
}
 .box8-1 .icon,.box8-1 .title{
    margin:0;
    position:absolute;
    text-align: center;
}
 .box8-1 .icon li{
    display: inline-block;
}
 .box8-1{
    box-shadow:0 0 3px rgba(0,0,0,.3);
    position:relative;
     width: 100%;
     margin-bottom: 40px;
}
 .box8-1 img{
    width:100%;
     height:100%;
}
 .box8-1 .box-content{
    width:100%;
    height:100%;
    background:rgba(0,0,0,.4);
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    transform:perspective(400px) rotateX(-90deg);
    transform-origin:center top 0;
    transition:all .5s ease 0s;
}
 .box8-1 .icon li a,.box8-1 .title {
     background:rgba(0,0,0,.4);
     font-size: 20px;
     color: #fff;
     width: 100%;
     height: 100%;
}
 .box8-1 .icon li a {
     background: #018d2c !important;
     font-size: 17px;
     color: #fff !important;
     width: 100%;
     height: 100%;
}
 .box8-1:hover .box-content{
    opacity:1;
    transform:perspective(400px) rotateX(0);
}
 .box8-1 .title {
     padding: 5px 15px;
    /* border-radius: 5px;
     */
     font-size: 14px;
     font-weight: 500;
     bottom: 0px;
     align-items: center;
     left: 0px;
     display: flex;
     justify-content: center;
     text-align: center;
     transition: all .9s ease 0s;
     padding-top: 20px;
     line-height: 20px;
}
 .box8-1 .icon li a,.box9 .box-content,.box9 .icon li,.box9 img{
    transition:all .35s ease 0s;
}
 .box8-1:hover .title{
    bottom:-40px;
    display: none;
}
 .box8-1 .icon{
    list-style:none;
    padding:0;
    top:42%;
    left:0;
    right:0;
}
 .box8-1 .icon li a{
    display:block;
    width:35px;
    height:35px;
     font-size: 17px;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius:50%;
    margin-right:7px;
}
 .box9 .icon,.box9 .title{
    width:100%;
    font-size:22px;
}
 .box8-1 .icon li a:hover{
    background:#fff;
    color:#000;
}
 @media only screen and (max-width:990px){
    .box8{
        height:100% ;
         margin-bottom:20px;
    }
}
 @media(max-width:992px){
     #header{
         padding: 5px 10px;
    }
     .default-btn1{
         background: #018d2c !important;
         outline: currentcolor solid 1px;
         outline-offset: -2px;
         visibility: visible;
         margin-top: 5px;
         animation-delay: 0.8s;
         animation-name: bfadeInBottom;
    }
     .bd-bottom{
         border-bottom: 0px !important;
    }
     .display_mob{
         display: block !important;
         margin-top: -50px;
    }
     .display_mob p{
         color: #303030 !important;
         font-size: 16px !important;
    }
     .small-hide{
         display: none !important;
    }
     .section-heading h2{
         font-size: 23px;
    }
}
 .display_mob{
     display: none;
}
 @media(max-width:772px){
     .default-btn{
         display: block;
    }
     .padding{
         padding: 50px 0px;
    }
}
 .modal-footer{
     display: flex;
     justify-content: center;
     background-color: #018d2c !important 
}
 .modal-footer a{
     color:white;
}
 .modal-header a{
     font-size: 45px;
     color: #acaaaa;
     padding: 5px 11px;
     border-radius: 50%;
}
 .modal-header h5{
     font-size: 25px;
     font-weight: 600;
}
 .modal-header{
     border-bottom: 0px !important;
}
 @media(max-width:772px){
     .modal-header h5{
         font-size: 17px;
    }
}
 .nav-pills .nav-link{
     display: block;
     background-color: #ffffff;
     padding: 10px 32px;
     border: 1px solid #018d2c;
     width: 200px;
     color: #018d2c;
     margin-right:10px;
     text-transform: uppercase;
     margin-bottom: 25px;
     min-width: 120px;
     font-weight: 600;
     color: #554955;
     font-size: 13px;
}
 .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
     background-color: #018d2c;
}
 @media(max-width:992px){
     .nitb-logo{
         display: none;
    }
}
 .counters img{
     width: 40px;
     margin-top: 30px;
     height: 40px;
}
/* Maps */
 .map_section img{
     margin-top: 10px;
     max-width: 100%;
}
 .map_section h6{
     font-size: 19px;
     font-weight: 500;
     margin-bottom: 10px;
}
 .border-map{
     border: 1px dashed #ccc;
     padding: 10px 10px 0px 10px;
     height: 90%;
}
 .d-relf-services {
     z-index: 1;
     float: left;
     width: 100%;
    /* border-radius: 5px;
     */
     box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
     position: relative;
     padding: 41px 50px 41px;
    /* background-color: #1a1e22;
     */
}
 .d-relf-services-wrap {
     float: left;
     width: 100%;
}
 .padding-0 {
     padding: 0px !important;
}
 .pakistan h2 {
     font-size: 47px;
     line-height: 52px;
     text-transform: capitalize;
     margin-bottom: 0px;
}
 .pakistan h3 {
     color: #fff;
     font-size: 29px;
     margin-top: 3px;
     line-height: 1;
     margin-bottom: 7px;
}
 .pakistan p {
     font-size: 15px;
     margin-bottom: 7px !important;
     color: #fff;
     line-height: initial;
     font-weight: 600;
}
 .d-relf-services-title-wrap {
     float: left;
     width: 100%;
     padding: 24px 50px 0px 0px;
}
 .pakistan .undp-text {
     font-weight: 400;
     color: #8f8a8a;
     margin-top: 15px;
     line-height: 25px;
}
 .d-relf-services {
     z-index: 1;
     float: left;
     width: 100%;
     position: relative;
     padding: 20px 20px 20px 20px;
    /* background-color: #018d2c;
     */
     height: 200px;
}
 @media screen and (max-width: 767px) {
     .responsive-css {
         flex-direction: column-reverse;
         display: flex;
    }
     .d-relf-services {
         float: left;
         width: 100%;
         position: relative;
         text-align: center;
         padding: 16px 30px 0px;
        /* background-color: #018d2c;
         */
         height: auto;
    }
     .d-relf-services-title-wrap {
         float: left;
         width: 100%;
         padding: 30px 30px;
    }
     .pakistan h2 {
         font-size: 24px !important;
         line-height: 36px;
         text-transform: capitalize;
         margin-bottom: 0px;
    }
}
 .flood_pic{
     object-fit: cover;
    /* max-width: 100%;
     */
     height: 500px;
     width: 100%;
}
 .demo-section-box ul li a{
     font-size: 14px;
}
 .btn-get-started {
     background-color: fff;
     color: #018d2c !important;
     line-height: 40px;
     display: inline-block;
     padding: 0 25px;
     border-radius: 3px;
     text-align: center;
     display: flex;
     justify-content: center;
     font-size: 15px;
     font-weight: 500;
}
 .d-relf-event-list {
     list-style: none;
     padding-left: 0;
     margin: 0 0 30px;
}
 .d-relf-event-list .event-head {
     padding: 6px 20px;
     background-color: #f2f2f2;
     border-bottom: 1px solid #cfcfcf;
     margin-bottom: 1px;
}
 .event-head {
     float: left;
     width: 100%;
     position: relative;
}
 .date-box {
     color: #fff;
     float: left;
     width: 68px;
     margin-top: 5px;
     height: 68px;
     font-size: 10px;
     padding: 6px 8px;
     font-weight: bold;
     text-align: center;
     line-height: normal;
     text-transform: capitalize;
     background-image: linear-gradient(45deg, #104a00, #018d2c) !important;
     margin-right: 15px;
}
 .date-box b {
     float: left;
     width: 100%;
     font-size: 30px;
}
 .d-relf-event-list .event-post-meta {
     width: auto;
}
 .event-post-meta .blog-info {
     float: left;
     width: auto;
     margin-right: 15px;
}
 .event-post-meta .blog-info i {
     float: left;
     margin-top: 5px;
     margin-right: 10px;
}
 .event-post-meta .blog-info a {
     float: left;
     width: auto;
     font-size: 13px;
}
 .event-post-meta .blog-info:last-child {
     margin-right: 0;
}
 .event-post-meta .blog-info {
     float: left;
     width: auto;
     margin-right: 15px;
}
 .event-head a {
     color: #999;
     outline: none;
     margin-bottom: 6px;
     text-decoration: none;
}
 .event-title a{
     font-size: 16px;
     color: #555 !important;
     font-weight: 500;
     margin-top:10px !important;
}
 .pdf {
     background: #f2f2f2;
     border-bottom: 1px solid #cfcfcf;
}
 .d-relf-event-list-1 {
     list-style: none;
     padding-left: 0;
}
 .d-relf-event-list-1 .event-head {
     padding: 10px 10px !important;
     background-color: #f2f2f2;
     margin-bottom: 1px;
}
 .d-relf-event-list-1 .event-head {
     float: left;
     width: 100%;
     position: relative;
}
 .d-relf-event-list-1 .date-box {
     color: #fff;
     float: left;
     margin-right: 15px;
}
 .d-relf-event-list-1 .date-box b {
     float: left;
     width: 100%;
     font-size: 18px;
}
 .d-relf-event-list .event-post-meta {
     width: auto;
}
 .event-post-meta .blog-info {
     float: left;
     width: auto;
     margin-right: 15px;
}
 .event-post-meta .blog-info i {
     float: left;
     margin-top: 5px;
     margin-right: 10px;
}
 .event-post-meta .blog-info a {
     float: left;
     width: auto;
     font-size: 13px;
}
 .event-post-meta .blog-info:last-child {
     margin-right: 0;
}
 .event-post-meta .blog-info {
     float: left;
     width: auto;
     margin-right: 15px;
}
 .event-head a {
     color: #999;
     outline: none;
     margin-bottom: 6px;
     text-decoration: none;
}
 .event-title a{
     font-size: 16px;
     color: #555 !important;
     font-weight: 500;
     margin-top:10px !important;
}
 .widget {
     margin-bottom: 40px;
}
 .m-b15 {
     margin-bottom: 15px;
}
/* Footer */
 #footer {
     background: #018d2c;
     padding: 0 0 10px 0;
     color: #fff;
     font-size: 14px;
}
 #footer .footer-top {
     background: #2D2D2D;
     border-top: 1px solid #2D2D2D;
     padding: 30px 0 20px 0;
}
 #footer .footer-top .footer-info {
     margin-bottom: 30px;
}
 #footer .footer-top .footer-info h3 {
     font-size: 24px;
     margin: 0 0 20px 0;
     padding: 2px 0 2px 0;
     line-height: 1;
     font-weight: 700;
}
 #footer .footer-top p {
     font-size: 15px;
     line-height: 24px;
     margin-bottom: 0;
     text-align: left;
     color: #fff;
}
 #footer .footer-top .social-links a {
     font-size: 18px;
     display: inline-block;
     color: #fff;
     line-height: 1;
     padding: 8px 0;
     margin-right: 4px;
     border-radius: 50%;
     text-align: center;
     width: 36px;
     height: 36px;
}
 .footer_title::before {
     content: "";
     width: 45px;
     height: 3px;
     background-image: linear-gradient(45deg, #104a00, #018d2c) !important;
     position: absolute;
     bottom: 0;
     margin-bottom: 7px;
     left: 0;
}
 #footer .footer-top .social-links .twitter {
     background-color: #55ACEE;
}
 #footer .footer-top .social-links .linkedin {
     background-color: #0976B4;
}
 #footer .footer-top .social-links .instagram{
     background: linear-gradient(to bottom, #aa2fb5 0%, #f1762c 93%) !important;
}
 #footer .footer-top .social-links .instagram:hover{
     background: linear-gradient(to bottom, #aa2fb5 0%, #f1762c 93%) !important;
}
 #footer .footer-top .social-links a:hover {
     background: #428bca;
     color: #fff;
     text-decoration: none;
}
 #footer .footer-top h4 {
     font-size: 16px;
     font-weight: 600;
     color: white;
     position: relative;
     padding-bottom: 20px;
}
 #footer .footer-top .footer-links {
     margin-bottom: 30px;
}
 #footer .footer-top .footer-links ul {
     list-style: none;
     padding: 0;
     margin: 0;
}
 #footer .footer-top .footer-links ul i {
     padding-right: 15px;
     color: white;
     font-size: 15px;
}
 #footer .footer-top .footer-links ul li {
     padding: 6px 0;
     display: flex;
}
 #footer .footer-top .footer-links ul .mail{
     color: white !important;
     margin-top: 25px;
}
 #footer .footer-top .footer-links ul .phone{
     color: white !important;
     margin-top: 0px;
     padding-top: 0px;
}
 #footer .footer-top .footer-links ul li:first-child {
     padding-top: 0;
}
 #footer .footer-top .footer-links ul a {
     color: #fff;
     display: inline-block;
     line-height: 1.5;
     font-size: 14px;
}
 #footer .footer-top .footer-links ul a:hover {
     color: #018d2c;
}
 #footer .copyright {
     text-align: center;
     padding-top: 11px;
     color: white;
     font-size: 15px;
}
 #footer .copyright a{
     color: white !important;
}
 @media (max-width:992px){
     #footer{
         padding: 0px 10px !important;
    }
}
/* cards stats */
 .cards-stats {
     padding: 20px 0px;
}
 .cards-stats .wrapper {
     width: 100%;
     min-height: auto;
     position: relative;
    /* border: 2px dotted #018d2c;
     */
    /* border-left: 40px solid #018d2c;
     */
     padding: 15px;
     color: rgba(0, 0, 0, 0.5);
     font-size: small;
     display: inline-block;
     border-radius: 5px;
     box-shadow: blue;
     box-shadow: rgba(147, 147, 147, 0.2) 0px 2px 8px 0px;
}
 .cards-stats .wrapper h3 {
     font-size: 19px;
     color: white;
     text-transform: uppercase;
     letter-spacing: 1px;
     position: absolute;
     bottom: 0;
     left: 0;
     margin-left: -30px;
     -webkit-transform: rotate(270deg);
     -moz-transform: rotate(270deg);
     -ms-transform: rotate(270deg);
     -o-transform: rotate(270deg);
     transform: rotate(270deg);
     -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
     -ms-transform-origin: 0 0;
     -o-transform-origin: 0 0;
     transform-origin: 0 0;
}
 .cards-stats .wrapper .media {
     display: flex;
     justify-content: space-between;
}
 .cards-stats .wrapper .media-body h1 {
     font-size: 70px;
     font-weight: 600;
     line-height: 65px;
     margin-bottom: 0px;
}
 .cards-stats .seprater {
     border-bottom: 1px solid #eaeaea;
     margin-bottom: 0.75rem !important;
}
 .cards-stats .no-gutter .col-lg-6.border-right {
     border-right: 1px solid #e1e1e1;
}
 .cards-stats .no-gutter .media h4 {
     font-size: 23px;
     line-height: initial;
     color: #018d2c;
}
 .cards-stats .no-gutter .media p {
     font-size: 15px;
     font-weight: 400;
     line-height: initial;
     color: #303030;
}
 .map {
     width: auto;
     position: absolute;
     z-index: 1;
    /* opacity: 0.3;
     */
     right: 8px;
     top: 0;
     height: 100%;
}
 .wrapper:hover {
     background-color: #e8e9e963;
}
 .wrapper:hover .map {
     opacity: 0.5;
}
/* Media quries */
 @media screen and (max-width: 992px) {
     .cards-stats .no-gutter .col-lg-6.border-right {
         border-right: 0px dashed #000;
    }
}
 @media screen and (max-width: 767px) {
     .cards-stats .wrapper .media-body h1 {
         font-size: 50px !important;
    }
     .responsive-css {
         flex-direction: column-reverse;
         display: flex;
    }
     .d-relf-services {
         float: left;
         width: 100%;
         position: relative;
         padding: 13px 30px 0px;
        /* background-color: #018d2c;
         */
         height: auto;
    }
     .d-relf-services-title-wrap {
         float: left;
         text-align: center;
         width: 100%;
         padding: 30px 30px;
    }
     .pakistan h2 {
         font-size: 30px !important;
         line-height: 36px;
         text-transform: capitalize;
         margin-bottom: 0px;
    }
}
/******************* Demages Losses */
 .demages-lossees {
     background: #f6f6f6;
     padding-right: 5px;
     padding-left: 6px;
}
 .demages-lossees .box-part {
     border-radius: 5px;
     padding: 10px 20px;
     box-shadow: rgb(147 147 147 / 20%) 0px 2px 8px 0px;
     background-color: #fff;
}
 .demages-lossees .box-part .title h4 span {
     font-size: 17px;
     display: inline-block;
     font-weight: 400;
     margin-top: 0px;
     line-height: 1px;
     text-align: center;
     color: #303030;
}
 .demages-lossees .box-part .title h3 {
     font-size: 30px;
     margin-bottom: 10px;
     line-height: 1px;
    /*color: #018d2c;
    */
}
 .border-card {
     border-bottom: 1px dotted #018d2c;
}
 .btn.btn-green {
     background: #018d2c;
     color: #fff;
}
 .btn.btn-green:hover {
     background: #04a736;
}
 .usefull_tab .nav-link {
     background: #018d2c;
     border: none;
     margin: 1px;
     display: flex;
     color: #2b2b2b;
     flex-direction: column;
    /* min-width: 300px;
     */
     width: 100%;
     align-items: center;
     padding: 25px;
     border-radius: 3px;
     font-size: 1.2em;
     color: #fff;
}
 .usefull_tab .nav-link img {
     width: 100px;
}
 .grey-bg{
     background-color: #efefef;
}
 .big_link {
     border: none;
     margin: 10px auto;
}
 .big_link a {
     padding: 25px;
     font-size: 1.5em;
     color: #018d2c;
}
 .big_link a span:first-child {
     font-size: 1.5em;
}
 .ifram_card {
     overflow: scroll;
     height: 1000px;
     background: #eee;
}
 .ifram_card_2 {
     overflow: scroll;
     height: 700px;
     background: #eee;
}
 .ifram_card_7 {
     overflow: scroll;
     height: 700px;
     background: #eee;
}
 .ifram_card_4 {
     overflow: scroll;
    /* overflow-x: hidden;
     */
     height: 620px;
     background: white;
}
 .icon-bx-wraper {
     position: relative;
}
 .icon-bx-wraper img {
     width: 100%;
     height: 220px;
}
 .icon-content {
     padding-top: 10px !important;
}
 .icon-content h5 {
     background-color:#018d2c !important;
     color: white;
     padding: 7px;
     text-align: center;
}
 .icon-bx-wraper .dez-tilte {
     margin-top: 0;
}
 .form_set{
     padding-left: 30px;
     padding-right:30px;
}
 .form_set .form-control{
     font-size: 15px;
     color: #303030;
}
 @media(max-width:772px){
     .pakistan{
         margin-top: 10px !important;
    }
     .provincial_damage{
         padding-top: 20px;
         padding-bottom: 10px;
    }
     .provincial_damage .mb-40{
         margin-bottom: 20px !important;
    }
     .demages-lossees{
         padding-top: 20px;
         padding-bottom: 10px;
    }
     .demages-sec {
         margin-bottom: 20px;
    }
     .counter-wrap1 {
         padding: 70px 0px 50px 0px 
    }
     .social-heading {
         text-align: center;
    }
}
 .blog-post img {
     width: 100%;
     height: 110px;
     object-fit: cover;
}
 .blog-content {
     background-color: #fff;
     padding: 20px 10px;
     border: 1px dashed #ccc;
}
 .blog-post .blog-content h3 {
     font-weight: 600;
     font-size: 22px;
}
 .blog-post .blog-content .post-meta {
     font-weight: 500;
     font-size: 14px;
     color: #282828;
}
 .blog-post ul {
     padding-left: 0px;
}
 .blog-post li a{
     color: #303030;
     list-style-type: decimal !important;
     font-size: 14px;
     list-style: decimal !important;
}
 .btn-view{
     background-color: #018d2c;
     color: #fff !important;
     line-height: 40px;
     display: inline-block;
     padding: 0 25px;
     border-radius: 3px;
     font-size: 14px;
     margin-left: 10px;
     font-weight: 500;
}
 .event-title-2 a{
     font-size: 14px;
     margin-top: 10px;
}
 .event-title-2{
     padding-top: 5px;
}
 .event-head small{
     font-style: italic;
     font-size: 14px;
}
 .scroll-event{
     height:232px;
     overflow-y: scroll;
}
 .negative_margin{
     margin-top: -12px;
}
/* .fb_iframe_widget span {
     height: 300px !important;
}
 .fb_iframe_widget span iframe {
     height: 300px !important;
}
 */
 .bg_1{
     background-image: url(../img/home-flood/carbon-emission.png);
     background-position: center;
     background-size: cover;
     align-items: center;
     display: flex;
     background-repeat: no-repeat;
}
 .bg_3{
     background-image: url(../img/home-flood/temperature.png);
     background-position: center;
     background-size: cover;
     align-items: center;
     display: flex;
     color: #303030;
     background-repeat: no-repeat;
}
 .bg_3 p , .bg_3 a , .bg_3 h3{
     color: #303030 !important;
}
 .bg_2 p , .bg_2 a , .bg_2 h3{
     color: #303030 !important;
}
 .bg_2{
     background-image: url(../img/home-flood/weather.png);
     background-position: center;
     background-size: cover;
     align-items: center;
     display: flex;
     background-repeat: no-repeat;
}
 .bg_4{
     background-image: url(../img/home-flood/losses.png);
     background-position: center;
     background-size: cover;
     align-items: center;
     display: flex;
     background-repeat: no-repeat;
}
 .d-relf-services img{
     margin-bottom: 7px;
}
 .d-relf-services a{
     font-size: 12px;
     margin-top: 0px;
     font-style: italic;
}
 .flood-stats h2{
     color: #303030;
     text-transform: uppercase;
}
 .grey-border{
     background: #373e46;
     padding-top: 62px;
}
 .bubble:before {
     content: "";
     left: 20px;
     margin-bottom: -30px;
     border-top: 20px solid white !important;
     border-top-color: inherit;
     border-left: 20px solid transparent;
     border-right: 20px solid transparent;
}
 .bubble_top{
     margin-bottom: -43px;
}
 .banner-flood{
     background-image: url(../img/river-flow.jpg);
     background-position: center bottom;
     background-repeat: no-repeat;
     padding: 50px 50px 40px 50px;
     background-size: cover;
     position: relative;
     z-index: 9999;
     color: white !important;
}
 .stats-fm2{
     background-image: url(../img/total-funds.jpg);
     background-position: center bottom;
     background-repeat: no-repeat;
     padding: 70px 50px 40px 50px;
     background-size: cover;
     color: white !important;
}
 .stats-fm{
     background-image: url(../img/flood-response-bg.jpg);
     background-position: center bottom;
     background-repeat: no-repeat;
     padding: 70px 50px 40px 50px;
     background-size: cover;
     color: white !important;
}
 .flood-stats-2 h2{
     color: white;
     line-height: 36px;
     font-size: 30px;
     text-transform: uppercase;
}
 @media(max-width:772px){
     .flood-stats-2 h2{
         font-size: 20px !important;
    }
}
 @media(max-width:772px){
     #header .logo img{
         width: 250px !important;
    }
     .mobile-nav-toggle {
         margin-right: 40px !important;
    }
}
 .post-meta {
     font-weight: 500;
     font-size: 14px;
     color: #282828;
}
 .padding-5{
     padding:5px;
}
 .modal-content{
     border:0px !important 
}
 .header-heading{
     font-size: 24px ;
     margin-bottom: -5px;
    /* margin-top: 20px;
     */
    /* font-weight: 400;
     */
     color:white;
    /* font-style: italic;
     */
     font-family: 'Poppins', sans-serif;
     line-height:40px;
}
 .causes-details.home{
     min-height: 230px !important;
}
 .buy-now-btn {
     right: 10px;
     z-index: 99;
     bottom: 0;
     position: fixed;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     border-radius: 30px;
     display: inline-block;
     color: #ffffff !important;
     background-color: rgb(133, 8, 8);
     padding: 8px 20px 8px;
     font-size: 14px;
     font-weight: 500;
     -webkit-animation-name: tada;
     animation-name: tada;
     -webkit-animation-duration: 5s;
     animation-duration: 5s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
     -webkit-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
}
 .buy-now-btn:hover {
     background-color: rgb(133, 8, 8);
     color: #ffffff !important;
}
 @-webkit-keyframes tada {
     0% {
         -webkit-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
    }
     10%, 20% {
         -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
         transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
     30%, 50%, 70%, 90% {
         -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
         transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
     40%, 60%, 80% {
         -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
         transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
     100% {
         -webkit-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
    }
}
 @keyframes tada {
     0% {
         -webkit-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
    }
     10%, 20% {
         -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
         transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
     30%, 50%, 70%, 90% {
         -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
         transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
     40%, 60%, 80% {
         -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
         transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
     100% {
         -webkit-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
    }
}
/* Updated */
 .flood-response{
     font-size: 25px;
     font-weight: 400;
     color: #303030;
}
 .flood-response span{
     font-weight: 700;
     line-height: 34px;
     font-size: 36px;
}
 .counter-wrap2 {
     background-color: rgba(11, 96, 15, 0.3) !important;
     width: 100%;
     padding: 100px 0px 100px 0px;
}
 .card-iframe{
     background-color: white;
     display: flex;
     padding-top: 60px !important;
     align-items: center;
     justify-content: center;
}
 .box8 .icon,.box8 .title{
    margin:0;
    position:absolute;
    text-align: center;
}
 .box8 .icon li{
    display: inline-block;
}
 .box8{
    position:relative;
     height: 100%;
     width: 100%;
     margin-right: 20px;
}
 .box8 img{
    width:100%;
     height:100%;
}
 .box8 .box-content{
    width:100%;
    height:100%;
    background:rgba(0,0,0,.4);
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    transform:perspective(400px) rotateX(-90deg);
    transform-origin:center top 0;
    transition:all .5s ease 0s;
}
 .box8 .icon li a,.box8 .title {
     background:rgba(0,0,0,.4);
     font-size: 20px;
     color: #fff;
     width: 100%;
     height: 100%;
}
 .box8 .icon li a {
     background: #FFB300 !important;
     font-size: 20px;
     color: #fff !important;
     width: 100%;
     height: 100%;
}
 .box8:hover .box-content{
    opacity:1;
    transform:perspective(400px) rotateX(0);
}
 .box8 .title {
     padding: 5px 15px;
    /* border-radius: 5px;
     */
     font-size: 14px;
     font-weight: 500;
     bottom: 0px;
     align-items: center;
     left: 0px;
     display: flex;
     justify-content: center;
     text-align: center;
     transition: all .9s ease 0s;
     padding-top: 20px;
     line-height: 20px;
}
 .box8 .icon li a,.box9 .box-content,.box9 .icon li,.box9 img{
    transition:all .35s ease 0s;
}
 .box8:hover .title{
    bottom:-40px;
    display: none;
}
 .box8 .icon{
    list-style:none;
    padding:0;
    top:42%;
    left:0;
    right:0;
}
 .box8 .icon li a{
    display:block;
    width:35px;
    height:35px;
     font-size: 17px;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius:50%;
    margin-right:7px;
}
 .box9 .icon,.box9 .title{
    width:100%;
    font-size:22px;
}
 .box8 .icon li a:hover{
    background:#fff;
    color:#000;
}
 @media only screen and (max-width:990px){
    .box8{
        height:100% ;
         margin-bottom:20px;
    }
}
 .apexcharts-toolbar {
     display: none !important;
}
 .bg_light{
     background-color: #f8f8f8;
     padding: 60px 60px 40px 60px !important;
}
 .bg_light .card{
     border: 0px !important;
     box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
 .bg_light .card-title{
     color: #303030;
     margin-bottom: 10px;
}
 .card-2{
     display: flex;
     height: 455px;
     padding: 50px;
     justify-content: center;
     align-items: center;
}
 .card-2 img{
     max-width: 80%;
     margin-top: 70px !important;
     height: 500px;
}
 .donatenow-sidebtn.kode-btn-visible{
     right:-90px;
}
 .donatenow-sidebtn{
     right: -180px;
     top: 50%;
     color: #fff;
     z-index: 2;
     background-color: #067e2a;
     font-size: 20px;
     padding: 2px 90px 5px 32px;
     border-radius: 4px;
     position: fixed;
     line-height: normal;
     transform: rotate(-90deg);
     -o-transform: rotate(-90deg);
     -ms-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
     -webkit-transform: rotate(-90deg);
}
 .donatenow-sidebtn > span{
     position: absolute;
     right: 0;
     top: 0;
     bottom: 0;
     width: 65px;
     height: 57px;
     text-align: center;
     line-height: 40px;
     background: rgba(0,0,0,0.2);
     transform: rotate(0deg);
     -o-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     -moz-transform: rotate(-0deg);
     -webkit-transform: rotate(0deg);
}
 .donatenow-sidebtn:hover{
     background: #000;
     color: #fff;
}
 .sec-detail{
     background-color: #f1f1f1;
     padding: 30px;
}
 .bg-card .card{
     border: 0px !important;
}
 .bg-card .card img{
     max-width: 100%;
}
 .bg-card .card-body{
     padding-top: 0px;
     box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
     padding-bottom: 0px;
}
 .bg-card .card-head img{
     height: 150px;
     width: 100%;
     object-fit: cover;
}
 .bg-card .card-body img{
     margin-bottom: 5px;
     height: 50px;
}
 .bg-card .card-body h4{
     color: #303030 !important;
     font-size: 23px;
     margin-top: 10px;
     font-weight: 600;
}
 .bg-card .card-body p{
     font-size: 14px;
     color: #303030;
     line-height: 20px;
     font-weight: 500;
}
 .bg-card .color-affect{
     color: #C50000;
}
 .bg-card .border-left{
     border-right: 1px solid white;
}
 .bg-card .bg-1{
     background-color: #F9F9F9;
}
 .bg-card .bg-blue{
     background-color: #045B82;
}
 .block-body{
     padding: 10px;
     text-align: center;
     color: white !important;
     font-size: 15px;
     text-transform: uppercase;
     font-weight: 600;
}
 .block-body h5{
     margin-bottom: 0px;
}
 .block{
     width: 100%;
     border-radius: 8px;
    /* padding: 10px;
     */
     margin-bottom: -70px;
     position: relative;
     z-index: 999;
}
 .bg-card .card-head{
     background-color: white;
}
 .block .map-2{
     width: 100px;
     height: 56px;
     margin-left: -10px;
}
 .block .dis{
     font-size: 12px;
     line-height: 15px;
     color: white;
     margin-bottom: 0px;
}
 .counter-block{
     font-size: 25px;
}
 .province-name{
     font-size: 20px;
     display: flex;
     text-transform: uppercase;
     margin-top: 10px;
     margin-left: -10px;
     justify-content: center;
     align-items: center;
     font-weight: 700;
}
 .bg-maps{
     background-image: url(../img/map-bg.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     padding: 20px;
}
.bg-donor{
  background-image: url(../img/donor/donors-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}
 .bg-fund{
     background-image: url(../img/banner/pm-flood-relief-bg-2.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     padding: 20px !important;
     color: white;
}
 .fund-heading{
     color: white;
     line-height: 3 0px;
     font-size: 30px;
     font-weight: 600;
     text-transform: uppercase;
}
 .counter-section4 {
     background-image: url(../img/banner/feedback.png);
     background-position: top center;
}
 .counter-section4 {
     background-image: url(../img/banner/feedback.png);
     background-repeat: no-repeat;
     background-attachment: scroll;
     background-position: center center;
     -webkit-background-size: cover;
     background-size: cover;
     margin-top: 100px;
     padding: 50px 0;
}
 .counter-wrap4 {
     width: 100%;
     padding: 40px 0px 40px 0px;
}
 .banner-feedback {
     background-image: url(../img/banner/feedback.png);
     background-repeat: no-repeat;
     background-size: cover;
     height: 100%;
}
 .banner-feedback h1{
     font-size: 20px;
     margin-top: 30px;
}
 .feedback-form{
     box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
     padding: 40px;
}
 .container-contact100 {
     width: 100%;
     min-height: 100vh;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     padding: 15px;
     background: transparent;
     position: relative;
     z-index: 1;
}
 .container-contact100::before {
     content: "";
     display: block;
     position: absolute;
     z-index: -1;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     background: rgba(173,173,173,0.4);
     pointer-events: none;
}
 .contact100-map {
     position: absolute;
     z-index: -2;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
}
 .wrap-contact100 {
     width: 800px;
     background: #fff;
     border-radius: 2px;
     position: relative;
     margin-top: 55px;
     padding: 92px 70px 88px 70px;
     box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
     -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
     -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
     -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}
 .contact100-form-symbol {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     justify-content: center;
     align-items: center;
     position: absolute;
     width: 100px;
     height: 100px;
     border: 1px solid #e7e7e7;
     border-radius: 50%;
     background: #fff;
     top: -55px;
     left: 50%;
     -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     transform: translateX(-50%);
}
 .contact100-form-symbol img {
     max-width: 49px;
}
/*================================================================== [ Form ]*/
 .contact100-form {
     width: 100%;
}
 .contact100-form-title {
     width: 100%;
     display: block;
     font-family: OpenSans-Regular;
     font-size: 30px;
     color: #333333;
     line-height: 1.2;
     text-align: center;
     padding-bottom: 43px;
}
/*------------------------------------------------------------------ [ Input ]*/
 .wrap-input100 {
     width: 100%;
     position: relative;
     background-color: #fff;
     border: 1px solid #dbdbdb;
     border-radius: 2px;
     margin-bottom: 30px;
}
 .wrap-input100.rs1 {
     width: calc((100% - 20px) / 2);
}
/*---------------------------------------------*/
 .input100 {
     display: block;
     width: 100%;
     background: transparent;
     font-family: OpenSans-Regular;
     color: #333333;
     line-height: 1.2;
}
 input.input100 {
     height: 60px;
     padding: 0 20px 0 25px;
     font-size: 20px;
}
 textarea.input100 {
     min-height: 199px;
     padding: 25px 20px 15px 25px;
     font-size: 15px;
}
/*------------------------------------------------------------------ [ Focus Input ]*/
 .focus-input100 {
     position: absolute;
     display: block;
     width: calc(100% + 2px);
     height: calc(100% + 2px);
     top: -1px;
     left: -1px;
     pointer-events: none;
     border: 1px solid #ff4b5a;
     border-radius: 2px;
     visibility: hidden;
     opacity: 0;
     -webkit-transition: all 0.4s;
     -o-transition: all 0.4s;
     -moz-transition: all 0.4s;
     transition: all 0.4s;
     -webkit-transform: scaleX(1.1) scaleY(1.3);
     -moz-transform: scaleX(1.1) scaleY(1.3);
     -ms-transform: scaleX(1.1) scaleY(1.3);
     -o-transform: scaleX(1.1) scaleY(1.3);
     transform: scaleX(1.1) scaleY(1.3);
}
 .input100:focus + .focus-input100 {
     visibility: visible;
     opacity: 1;
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
     transform: scale(1);
}
 .eff-focus-selection {
     visibility: visible;
     opacity: 1;
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
     transform: scale(1);
}
/*------------------------------------------------------------------ [ Button ]*/
 .container-contact100-form-btn {
     width: 100%;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     flex-wrap: wrap;
     justify-content: flex-end;
     margin-top: -10px;
}
 .contact100-form-btn {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0 20px;
     min-width: 100px;
     height: 50px;
     background-color: #ff4b5a;
     border-radius: 2px;
     font-family: OpenSans-Regular;
     font-size: 18px;
     color: #fff;
     line-height: 1.2;
     -webkit-transition: all 0.4s;
     -o-transition: all 0.4s;
     -moz-transition: all 0.4s;
     transition: all 0.4s;
}
 .contact100-form-btn:hover {
     background-color: #333333;
}
/*------------------------------------------------------------------ [ Responsive ]*/
 @media (max-width: 768px) {
     .wrap-input100.rs1 {
         width: 100%;
    }
}
 @media (max-width: 576px) {
     .wrap-contact100 {
         padding: 92px 15px 88px 15px;
    }
}
/*------------------------------------------------------------------ [ Alert validate ]*/
 .validate-input {
     position: relative;
}
 .alert-validate::before {
     content: attr(data-validate);
     position: absolute;
     max-width: 70%;
     background-color: #fff;
     border: 1px solid #c80000;
     border-radius: 2px;
     padding: 4px 25px 5px 10px;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     right: 12px;
     pointer-events: none;
     font-family: OpenSans-Regular;
     color: #c80000;
     font-size: 14px;
     line-height: 1.4;
     text-align: left;
     visibility: hidden;
     opacity: 0;
     -webkit-transition: opacity 0.4s;
     -o-transition: opacity 0.4s;
     -moz-transition: opacity 0.4s;
     transition: opacity 0.4s;
}
 .alert-validate::after {
     content: "\f12a";
     font-family: FontAwesome;
     display: block;
     position: absolute;
     color: #c80000;
     font-size: 18px;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     right: 18px;
}
 .alert-validate:hover:before {
     visibility: visible;
     opacity: 1;
}
 @media (max-width: 992px) {
     .alert-validate::before {
         visibility: visible;
         opacity: 1;
    }
}
 .section-feedback .form-control{
     font-size: 14px;
}
 .section-feedback .form-select{
     height: 40px !important;
}
 .chartdiv {
     width: 100%;
     min-height: 400px;
}
 .breadcrumbs h2 {
     font-size: 20px;
     font-weight: 300;
     color: white;
}
 .breadcrumbs a{
     color: white;
}
 .breadcrumbs ol {
     display: flex;
     flex-wrap: wrap;
     list-style: none;
     padding: 0;
     justify-content: center;
     margin: 0;
     color: white;
     font-size: 15px;
}
 .breadcrumbs ol li + li {
     padding-left: 10px;
}
 .breadcrumbs ol li + li::before {
     display: inline-block;
     padding-right: 10px;
     content: ">";
}
 @media (max-width: 768px) {
     .breadcrumbs .d-flex {
         display: block !important;
    }
     .breadcrumbs ol {
         display: block;
         text-align: center;
    }
     .breadcrumbs ol li {
         display: inline-block;
    }
}
 .counter-section-feedback {
     background-image: url(../img/banner/feedback.jpg);
     background-repeat: no-repeat;
     background-attachment: scroll;
     background-position: center center;
     -webkit-background-size: cover;
     background-size: cover;
     margin-top: 120px;
     padding: 50px 0;
}
 .counter-section-feedback {
     background-image: url(../img/banner/feedback.jpg);
     background-position: top center;
}
 .counter-section-feedback {
     padding: 0 !important;
}
 .counter-wrap-feedback{
     width: 100%;
     padding: 70px 0px 50px 0px;
}
 .banner-heading{
     font-weight: 400 !important;
     font-size: 30px !important;
}
 .banner-span{
     font-weight: bold !important;
     font-size: 30px !important;
}
 .counter-section-development {
     background-image: url(../img/banner/development.jpg);
     background-repeat: no-repeat;
     background-attachment: scroll;
     background-position: center center;
     -webkit-background-size: cover;
     background-size: cover;
     margin-top: 120px;
     padding: 50px 0;
}
 .counter-section-development {
     background-image: url(../img/banner/development.jpg);
     background-position: top center;
}
 .counter-section-development {
     padding: 0 !important;
}
 .counter-wrap-development{
     width: 100%;
     padding: 70px 0px 50px 0px;
}
 .counter-section-Provincial {
     background-image: url(../img/banner/5.jpg);
     background-repeat: no-repeat;
     background-attachment: scroll;
     background-position: center center;
     -webkit-background-size: cover;
     background-size: cover;
     margin-top: 120px;
     padding: 50px 0;
}
 .counter-section-Provincial {
     background-image: url(../img/banner/5.jpg);
     background-position: top center;
}
 .counter-section-Provincial {
     padding: 0 !important;
}
 .counter-wrap-Provincial{
     width: 100%;
     padding: 70px 0px 50px 0px;
}
 .counter-wrap-development{
     width: 100%;
     padding: 70px 0px 50px 0px;
}
 .counter-section-Gallery {
     background-image: url(../img/banner/3.jpg);
     background-repeat: no-repeat;
     background-attachment: scroll;
     background-position: center center;
     -webkit-background-size: cover;
     background-size: cover;
     margin-top: 120px;
     padding: 50px 0;
}
 .counter-section-Gallery {
     background-image: url(../img/banner/3.jpg);
     background-position: top center;
}
 .counter-section-Gallery {
     padding: 0 !important;
}
 .counter-wrap-Gallery{
     width: 100%;
     padding: 70px 0px 50px 0px;
}
 .counter-section-links {
     background-image: url(../img/banner/7.jpg);
     background-repeat: no-repeat;
     background-attachment: scroll;
     background-position: center center;
     -webkit-background-size: cover;
     background-size: cover;
     margin-top: 120px;
     padding: 50px 0;
}
 .counter-section-links {
     background-image: url(../img/banner/7.jpg);
     background-position: top center;
}
 .counter-section-links {
     padding: 0 !important;
}
 .counter-wrap-links{
     width: 100%;
     padding: 70px 0px 50px 0px;
}
 .counter-section-Contact {
     background-image: url(../img/banner/contact.jpg);
     background-repeat: no-repeat;
     background-attachment: scroll;
     background-position: center center;
     -webkit-background-size: cover;
     background-size: cover;
     margin-top: 120px;
     padding: 50px 0;
}
 .counter-section-Contact {
     background-image: url(../img/banner/contact.jpg);
     background-position: top center;
}
 .counter-section-Contact {
     padding: 0 !important;
}
 .counter-wrap-Contact{
     width: 100%;
     padding: 70px 0px 50px 0px;
}
 #chartdiv {
     width: 100%;
     height: 500px;
}
 .btn-pdf{
     background: #067e2a !important;
     color: white !important;
     padding: 7px !important;
     text-align: center;
     width:100%;
}
 .circle {
    /* border: 2px solid red;
     background-color: #FFFFFF;
     */
     height: 15px;
     border-radius: 50%;
     width: 15px;
}
 .circle-1{
     border: 2px solid rgba(0, 143, 251, 0.85);
}
 .circle-2 {
     border: 2px solid rgba(0, 227, 150, 0.85);
}
 .circle-3{
     border: 2px solid rgba(254, 176, 25, 0.85);
}
 .circle-4{
     border: 2px solid #31A78E;
}
 .circle-5{
     border: 2px solid #FF7CC3;
}
 @font-face {
     font-family: 'Jameel Noori Kasheeda';
     src: url("../fonts/Jameel\ Noori\ Nastaleeq\ Kasheeda.ttf") 
}
 .urdu_web {
     direction: rtl !important;
     font-family: 'Jameel Noori Regular' !important;
}
 .box-contact{
     box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
     background-color: white;
     padding: 50px 50px;
}
 .urdu-font{
     font-family: 'Jameel Noori Kasheeda' !important;
     font-weight: 500;
}
 .urdu-font h2{
     font-family: 'Jameel Noori Kasheeda' !important;
}
 .urdu-font{
     direction: rtl;
}
 .urdu-font p{
     font-weight: 600 !important;
}
 .urdu-font label{
     font-size: 15px;
     font-weight: 500 !important;
}
 .urdu-font .form-control{
     color: #212529;
     font-size: 15px;
     font-weight: 500 !important;
}
 .urdu-font .form-select{
     color: #212529;
     font-size: 15px;
     font-weight: 500 !important;
}
 .form-check-input:checked {
     background-color: #018d2c !important;
     border-color: #018d2c !important;
}
 @media(min-width: 1200px){
     .col-1-5{
         width: 20%;
         float: left;
         position: relative;
        /*min-height: 1px;
        */
         padding-right: 5px;
         padding-left: 5px;
    }
}
 @media(max-width: 1199px){
     .col-1-5{
         width: 25%;
         float: left;
         position: relative;
        /*min-height: 1px;
        */
         padding-right: 5px;
         padding-left: 5px;
    }
}
 @media(max-width: 1024px){
     .col-1-5{
         width: 50%;
         float: left;
         position: relative;
        /*min-height: 1px;
        */
         padding-right: 5px;
         padding-left: 5px;
    }
}
 @media(max-width: 768px){
     .col-1-5{
         width: 50%;
         float: left;
         position: relative;
        /*min-height: 1px;
        */
         padding-right: 5px;
         padding-left: 5px;
    }

    .col-1-5 img{
      width:40px !important;
      height:40px !important;
      margin-top: 10px !important;
 }
 .col-1-5 h3{
   font-size: 20px !important;

 }
 .col-1-5 h4{
   font-size: 14px !important;
 }

 .counter-wrap-Contact {
   padding: 40px 0px 40px 0px !important;
 }

}
 .col-1-5 img{
     width:50px;
     height:50px;
     margin-top: 20px;
}
.col-1-5 h3{
  font-size: 30px;
  color: white;
  margin-top: 5px;
  margin-bottom: 0px;
  font-weight: 600;
}
.col-1-5 h4{
  font-size: 16px;
}




.counter-section-ngo {
  background-image: url(../img/ngo/ngo-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 120px;
  padding: 50px 0;
}
.counter-section-ngo {
  background-image: url(../img/ngo/ngo-bg.jpg);
  background-position: top center;
}
.counter-section-ngo {
  padding: 0 !important;
}
.counter-wrap-ngo{
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 70px 0px 50px 0px;
}

@media(max-width:992px){
    .bg-video-wrap h4{
        font-size: 24px !important;
    }
    .counters .counter-content h3{
  font-size: 16px !important;
    }
    .counters .counter-content h4{
        font-size: 11px !important;
    }
    .pakistan h2{
        font-size: 25px !important;
    }
    .pakistan .undp-text {
        text-align: justify;
    }
    .section-heading h2 {
        font-size: 20px !important;
    }
    .res-chart h6{
        font-size: 13px !important;
        margin-top: 0px !important;
    }
}

@media(min-width:500px) and (max-width:850px){
    #hero{
        height: 135vh;
    }
    .video-wrap{
        height: 135vh;
    }
}