body{
    font-family: "Poppins", sans-serif !important;	
    overflow-x: hidden;
 }
 @font-face {
    font-family: 'myFirstFont';
    src: url("../fonts/POORICH.otf") format("otf"), url('../fonts/POORICH.ttf') format("truetype");
}
 .side-bar{
    display: none;
 }
.header-section{
    background: linear-gradient(-45deg,#37caff, #2a1152);
    position: relative;
}
@font-face {
    font-family: myFirstFont;
    src: url('{{asset("assets/fonts/POORICH.ttf")}}');
  }
.header-section h1{
    color: #fff;
    font-family: myFirstFont!important;
}
a{ 
   text-decoration: none;
   color: black;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
.nav-section{
    border-bottom: 1px solid #b5b5b5;
}
.navbar{
    justify-content: center;    
}
.nav.navbar-nav .nav-item{
    background: #fff;
    width: auto;
    border-radius: 18px;
    border: 1px solid #bdbaba;
    padding: 4px 9px 4px 9px;
    margin-left: 5px;
    cursor: pointer;
    font-size: 14px;
}
.nav.navbar-nav .nav-item .nav-link{
    padding: 0 0 0 0;
}
.nav-item:hover{
    background: #4b87ff!important;
    color: #fff!important;
   
}
.img-div{
        padding: 119px 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu-right {
    /* right: -143px; */
    left: 1%;
    top: 44px;
}
.navbar-nav .dropdown-menu {
    border-radius: 15px;
}
.nav-menu-name:hover{
    color: #fff;
}
.dropdown-item:hover{
    background: #4b87ff!important;
    color: #fff!important;
}
.container-fluid.card-fluid{
    /* padding-right: 60px;
    padding-left: 60px; */
}
.container-fluid.card-fluid-sec{
    padding-right: 67px;
    padding-left: 67px;
}
.quick-link-anch
{
    text-decoration: underline;
    color: #b6f5ff;
}
.footer-section{
    background: linear-gradient(-45deg,#37caff, #2a1152);
    padding: 15px 32px 15px 32px;
  
}
.mobile-footer-section{
    background: linear-gradient(-45deg,#37caff, #2a1152);
    padding: 15px 32px 15px 32px;
}
.copyright{
    color: #fff;
    font-size: 14px;
}
.quick-link{
    color: #fff;
}
.contact{
    color: #fff;
    cursor: pointer;
}
.contact-toogle{
    position: absolute;
    top: 50%;
    transform: translateY(-132%);
    z-index: 1;
    background: linear-gradient(122deg,#2186C3, #5BA5A9);
    line-height: 1;
    padding: 9px 9px;
    border-radius: 13px;
    width: 115%;
    text-align: left;
    display: none;
}
.contact-toogle span{
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    display: block;
}
.contact-span-anch{
    color:#EBB01A;
}
.social-button
{
    text-decoration: none;
    color: black;
    margin-right: 10px;
}
.social-div{
    display: inline-block;
    background: aliceblue;
    width: 31px;
    border-radius: 24px;
    height: 31px;
}
.social-div .fa{
    margin: 9px 0px;
}
.search-div{
    display: inline-block;
    background: #fff;
    width: 37px;
    height: 37px;
    border-radius: 25px;
    text-align: center;
    color: black;
}
.search-img{
    width: 50%;
    margin: 0px auto;
    filter: grayscale(1) invert(1);
}
.btn-express{
    background: #fff;
    border-radius: 21px;
    color: black;
    border: none;
    width: 100%;
    font-weight: 500;
}
.btn-express:hover{
    background: linear-gradient(122deg,#f50707, #d9a513);
    color: #fff;
}
.facebook-div:hover
{
    background: #3aa3ff!important;
}
.instagram-div:hover
{
    background: linear-gradient(122deg,#f50707, #d9a513);
}
.twitter-div:hover
{
    background: #4fdbe9!important;
}
.banner-section .carousel-item {
    background-size: cover;
    background-position: center;
}
.banner-section .carousel-item a
{
    width: 100%;
}
.banner-section .carousel-single.owl-carousel.owl-drag.owl-theme.owl-loaded
{
    position: relative;
}
.banner-section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #2ab3f5!important;
}
.banner-section .owl-nav{
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    transform: translateY(-100%);
}
.banner-section .owl-dots button:focus {
    outline: none!important;
}
.banner-section .owl-nav .owl-prev
{
    float: left;
    font-size: 32px!important;
    color: #ebebeb!important;
}
.banner-section .owl-nav .owl-next
{
    float: right;
    font-size: 32px!important;
    color: #ebebeb!important;
}
.banner-section .owl-theme .owl-nav [class*=owl-]:hover {
    background: none!important;
    color: #bdc0c1!important;
    text-decoration: none;
}
.banner-section .owl-nav button:focus {
    outline: none!important;
}
.card{
    border: none;
    position: relative;
    box-shadow: -1px 4px 11px 3px #b7b6b6;
    padding: 0 0;
    border-radius: 32px;
    background: none;
}

.card-para{
    position: absolute;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    top:0;
    left: 40px;
    width: 150px;
    text-align: center;
    line-height: 1;
    padding-top: 37px;
}

.side-image{
    width: 114px;
    height: 99px;
    position: absolute;
    right: 5px;
    bottom: 9px;
}

.post-slide{
    background: #fff;
    margin: 14px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
    position: relative;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /* height: 310px; */
}
.post-slide .post-img img{
    width: 100%;
    /* height: 310px; */
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide.post-slide2  .post-img{
    height: 272px;
}
.post-slide.post-slide2 .post-img img {
    width: 100%;
    height: 272px;
    transform: scale(1,1);
    transition: transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    padding: 18px 20px 40px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 226px;
    /* overflow: hidden; */
    color: #fff;
}
.readmore1{
    font-size: 12px;
    color: #03e5ec;
}
.readmore2{
    font-size: 12px;
    color: #24074b;
}
.readmore3{
    font-size: 12px;
    color: #04645a;
}
.readmore4{
    font-size: 12px;
    color: #7d340f;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-content p{
  line-height: 19px;
  color: #fff;
  font-size: 14px;
  padding: 2px 10px 8px 20px;
  height: 82px;
  overflow: hidden;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
.dropdown-menu:hover > .dropdown-toggle{
    color: #fff!important;
}
#news-slider .owl-stage-outer .owl-stage{
    padding-left: 37px!important;
}
.cl-1{
    background: #2C6DA7;
}
.cl-2{
    background: #7F55B6;
}
.cl-3{
    background: #60A59E;
}
.cl-4{
    background: #BC7855;
}
.post-title{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 3px 5px 15px 20px;
}
.post-title-sec{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 3px 5px 15px 5px; 
}
.post-slide .post-description-sec{
    line-height: 25px;
    color: #fff;
    font-size: 15px;
    padding: 2px 5px 8px 5px;
}
.donation-div{
    position: absolute;
    width: 73px;
    z-index: 1;
    background: linear-gradient(179deg,#D12EDB, #2A032D);
    height: 71px;
    border-radius: 50px;
    right: -15px;
    top: -13px;
    text-align: center;
}
.don-text{
    margin: 24px auto;
    font-size: 15px;
    color: #fff;
}
.semi-circle-up-new{
    position: absolute;
    top: 0;
    width: 100%;
    transform: translateY(-95%);
    z-index: 33333;
    left: 0;
}
.semi-circle-up-new img{
    width:100%;
}
.semi-circle-up{
    position: absolute;
    top: 264px;
    width: 100%;
}
.semi-circle-up-sec{
    position: absolute;
    top: 235px;
    width: 100%;
}
.semi-circle-up-sec img{
    width: 100%;
}
.seva-page-h1{
    color:#474545;
    font-family: myFirstFont !important;
    font-size: 61px;
}
.post-slide .post-content .post-con-sec {
    padding: 20px 9px 31px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 226px;
}

.blurred {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(1px);
    background-color: #eee;
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0;
    opacity: 0.4;
    z-index: 1;
    overflow: auto;
    min-height: 100vh;
}
/* ///////////Menu */
#menuBtn img {
    width: 20px;
    top: 0;
    position: absolute;
    cursor: pointer;
    left: 0;
    transform: translateY(-35px);
}
#sideNav {
    width: 100%;
    height: 104vh;
    position: fixed;
    left: -767px;
    top: 0;
    background: linear-gradient(271deg,#00D4FF, #413D7E);
    z-index: 2;
    transition: 0.5s;
    overflow-x: hidden;
    overflow-y: auto;
}
.side-bar.active{
    left: 0px!important;
}
.owl-theme .owl-dots{
    padding-top: 18px;
}
#sideNav nav
{
    z-index: 3;
    position: relative;
    padding: 18px 32px 15px 29px;
    overflow-y: scroll;
    height: 586px;
}
#sideNav nav ul li {
    list-style: none;
    margin: 10px 2px;
}

#sideNav nav ul li a {
    text-decoration: none;
    color: #fff;
}
.mobile-header-logo{
    width: 100%;
    border-radius: 15px;
    height: 187px;
}
.close-div .fa{
    color: #fff;
    font-size: 33px;
    cursor: pointer;
}

.header-section .mobile-h1 {
    font-size: 43px;
    font-family: myFirstFont;
}
.mobile-p{
    color: #fff;
    font-size: 20px;
}
.mobile .social-div {
    display: inline-block;
    border: 1px solid #fff;
    width: 31px;
    border-radius: 24px;
    height: 31px;
    background: none;
    text-align: center;
    margin-right: 9px;
}
.mobile .social-div .fa {
    margin: 7px auto;
    color: #fff;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(255 255 255 / 39%);
}
.mobile-side-icon{
    display: inline-block;
    background: #9f9f9f59;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    text-align: center;
    margin-right: 15px;
}
.mobile-side-icon .fa{
    margin: 7px auto;
    font-size: 21px;
}
.mobile-row{
    padding-left: 21px;
}
.sub-menu{
    padding: 0px 5px 0px 32px;
    border-left: 1px solid #fff;
    margin: 0px 0 0 35px;
    display: none;
}
.rotate{
    transform: rotate(90deg);
}
.rotatearrow
{
    transform: rotate(180deg);
}

.dropdown-item.sub-item:hover {
    background: none!important;
    color: #fff!important;
}
.mobile-footer-section .social-div {
    margin-right: 7px;
}
.contact-class .fa{
    float: right;
    font-size: 20px;
}
.mobile-contact-toogle
{
    margin: 20px 0 0 0;
    display: none;
}
.mobile-footer-section .contact {
    font-size: 15px;
    font-weight: 600;
}
.follow-us{
    font-weight: 600;
}
.fa-chevron-right,.fa-chevron-left{
    font-size: 68px;
}
.fa-chevron-right:before {
    content: '\203a';
}
.fa-chevron-left:before {
    content: '\2039';
}
.donate-button{
    position: absolute;
    width: 59%;
    z-index: 1;
    background: linear-gradient(179deg,#E96D13, #C9094C);
    border-radius: 50px;
    bottom: -3.6%;
    text-align: center;
    right: 21%;
    padding: 8px 0;
}
.donate-button p {
    margin: 0;
    color: #fff;
    font-weight: 500;
}
.dropdown-menu.show {
    display: table!important;
}
.search-input{
    border-radius: 24px;
}
.btn-search{
    background: #14797c;
    border-radius: 24px;
    color: #fff;
    padding: 5px 18px;
}
hr {
    border-top: 1px solid rgb(120 120 120 / 39%)!important;
    margin: 4px 0px 12px 0;
}
.search-title{
    font-size: 15px;
    color: black;
}
.search-title span{
    font-weight: 600;
}
.search h5{
    color: #349cd4;
    text-decoration: underline;
}
.search .btn-donate{
    background: linear-gradient(179deg,#E96D13, #C9094C);
    border-radius: 50px;
    color: #fff;
}
.srch-div{
    display: none;
}
.search-div{
    cursor: pointer;
}
.fa-search{
    margin: 11px auto;
}
.fa-times{
    position: absolute;
    top: 11px;
    right: 25px;
    color: #b7b6b5;
    cursor: pointer;
}
.search{
    background: aliceblue;
    padding: 11px 15px;
    border-radius: 20px;
    box-shadow: 2px 2px 3px 2px #dddd;
}
.not-search{
    background: aliceblue;
    padding: 28px 15px;
    border-radius: 20px;
    box-shadow: 2px 2px 3px 2px #dddd;
    text-align: center;
    height : 480px;
}
.no-result {
          width: 165px;
    margin-bottom: 23px;
}
body::-webkit-scrollbar {
    width: 7px;
}
.header-img{
    width: 130px;
}
.owl-theme .owl-nav {
    margin-top: 0px!important;
}
#news-slider2 .owl-nav {
    display:none !important;
}
.no-data{
    margin: 0;
    padding: 70px 0;
    text-align: center;
    font-size: 27px;
    font-weight: 500;
    font-family: myFirstFont !important;
}
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(23 25 27 / 56%);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-content {
    text-align: center;
}

.dot {
    width: 20px;
    height: 20px;
    background-color: #e74c3c;
    border-radius: 50%;
    margin: 0 5px;
    animation: leap 1s ease-in-out infinite, colorChange 2s infinite alternate;
}

.dot:nth-child(2) {
    animation-delay: 0.2s;
}

.dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes leap {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-20px);
    }
}

@keyframes colorChange {

    0%,
    100% {
        background-color: #e74c3c;
    }

    50% {
        background-color: #3498db;
    }
}

.header-section h1 {
    color: #fff;
    font-family: 'myFirstFont' !important;
}

.loadimg {
    width: 70px;
}

.cuspadding {
    padding-left: 2.8%;
    padding-right: 2.8%;
}
.semi-circle-up img{
    width: 100%;
}