/*global css*/
:root {
    --blue: #21d4fd;
    --purple: #b721ff;
    --cobalt: #192c7d;
    --montserrat:'Montserrat', sans-serif;
    --orange: #007BB9;
}
.padding-top{
    margin-top: 50px;
}
.btn-read-more{
    padding: 0.4rem;
    background-color:  var(--orange);
    color: #ffffff !important;
    width: 140px;
    border-radius: 0;
}
.read-more-btn{
    background-color: #121A53;
    color: #ffffff;
    border-radius: 0;
    transition: 0.35s ease-in;
    padding: 6px 32px;
    position: relative;
}
.read-more-btn i{
    opacity: 0;
    transition: 0.35s ease-in;
    margin-left: -5px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.read-more-btn:hover i{
    margin-left: 0;
    opacity: 1;
    right: 8px;
}
.read-more-btn:hover{
    color: #fff;
    letter-spacing: .55px;
}
.btn-pink{
    padding: 0.4rem;
    background-color: var(--purple);
    color: white !important;
    width: 140px;
}
.btn-know-more{
    padding: 0.4rem;
    background-color: var(--cobalt);
    color: white !important;
    width: 140px;
}
h1.name{
    font-size: 3.5rem;
    width: 160%;
    font-weight: bolder;
    text-shadow: -3px 0 0 var(--blue);
    font-family: var(--poppins);
}

h2{
    font-family: var(--montserrat);
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #007BB9;
}
h3{
    font-family: var(--montserrat);
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}
h4{
    font-family:var(--poppins);
}
h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #080f2e;
}
p {
    font-family:var(--poppins);
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}

::-webkit-scrollbar{
    width: 12px;
    height: 5px;
}
#mySidenav::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background-color: #121A53;
}
/*global css*/
/*navbar*/
.bg-navbar{
    background-color: var(--blue);
    width: 100%;
    height: 4rem;
}
.celebrity_nav{
    font-size: 0.8rem;
}
/*navbar*/
/*banner*/
.home-banner-size p{
    font-family: var(--poppins);
}
.blue-bg {
    background: var(--blue);
    height: 412px;
    width: 100%px;
}
.purple-bg {
    background: var(--purple);
    height: 480px;
    width: 100%;
    margin-top: 14%;
}
.banner-bg-color{
    top: 6%;
    position: absolute;
    z-index: -1;
}
.color-overlap{
    background-color: var(--cobalt);
    height: 100%;
    width: 50%;
    padding: 6rem;
    color: white;
}
.underline-name{
    border: 2px solid var(--blue);
    width: 72%;
    margin-left: 5%;
}
.home-banner-size{
    height: 560px;
}
/*banner*/
/*global presence*/
.flag-bg-height{
    height: 80px;
    display: flex;
    align-items: center;
    z-index: -1;
    margin: auto;
    width: 68%;
}
.global-img img {
    margin-bottom: -10%;
    box-shadow: 0 8px 10.5px 0 rgba(0, 0, 0, 0.03);
    width: 32%;
}
/*global presence*/
/*charity*/
.bg-charity{
    background-color:var(--cobalt);
    margin-top: 6rem;
}
.charity-img img{
    height: 275px;
    margin-top: -14%;
    float: right;
    margin-right: -30%;
}
/*charity*/
/*gallery*/
.bg-gallery{
    background-color: #f4f4f6;
}
.gallery-img{
    overflow: hidden;
}
.gallery-img img {
    width: 100%;
    height: 250px;
    transition: 1s linear;
    transform: scale(1);
}
.gallery-img:hover img{
    transform: scale(1.15);
}
.gallery-img img.img-three{
    height: 180px !important;
}
.gallery-img img.img-last{
    height: 320px !important;
}
.gallery-img{
    padding: 4px;
}
.gallery-img div{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
/*gallery*/
/*events*/
.bg-events-left{
    background-color: var(--orange);
}
.owl-item {
    margin-right: -20px;
}
.card-body.text{
    background-color: white;
    position: absolute;
    width: 92%;
    margin-top: -16%;
    margin-left: 4%;
    box-shadow: 0px 10.5px 16px 0 rgba(0, 0, 0, 0.08);
}
.card-height {
    height: 460px;
}
.txt-events {
    margin-top: 25%;
    margin-left: 34%;
}
.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-70%);
}
.owl-prev {
    left: -36%;
}
.owl-next {
    right: 126%;
}
.card-img img {
    height: 260px;
}
.card-img{
    box-shadow: 0 10.5px 16px 0 rgba(0, 0, 0, 0.08);
}
.date-bg{
    background-color: var(--orange);
    color: white;
    padding: 0.1rem;
}
.card-height a{
    color: var(--orange);
}
.time-events {
    border-radius: 0.5px;
    border: 1px solid #010310;
    width: 64px;
    text-align: center;
    font-size: 14px;
}
.owl-theme .owl-nav [class*=owl-]:hover,button.owl-prev,button.owl-next {
    background: transparent !important;
    color: transparent !important;
    text-decoration: none;
    outline: none !important;
}
.fa-arrow-alt-circle-left,.fa-arrow-alt-circle-right {
    color: var(--cobalt) !important;
    font-size: 22px;
}
.fa-arrow-alt-circle-left:hover,.fa-arrow-alt-circle-right:hover {
    color: var(--purple) !important;
    font-size: 1.5rem;
}
/*events*/
/* Associate*/
.associate-img img{
    width: 80px;
}
.associate-img {
    margin: 10px;
}
/* Associate*/
/*awards*/
.award-img img{
    height: 220px;
}
/*comments*/
.people-says{
    padding-left: 160px;
    padding-top: 84px;
    padding-bottom: 26px;
    padding-right: 20px;
}
.people-img{
    height: 400px;
}
.fa-quote-left{
    color: #cccccc;
    font-size: 32px;
}
/*comments*/
/*blogs*/
.bg-blogs{
    background-color: #f0f1f5;
}
.blogs-card{
    width: 80%;
    margin: auto;
}
.blog__card:hover .read-more-btn{
    letter-spacing: 0.55px;
}
.blog__card:hover .read-more-btn i{
    margin-left: 0;
    opacity: 1;
    right: 8px;
}
.blogs-card img {
    height: 280px;
}
.icon-blogs p{
    padding:0.7rem;
}
.icon-blogs i{
    color: var(--orange);
    margin-right: 4px;
}
.card-body.blogs{
    padding: 0.7rem;
    height: 227px;
    position: relative;
}
.btn_blogs{
    position: absolute;
    bottom: 0.7rem;
    left: 0.7rem;
}
.blogs p{
    margin-bottom: 10px;
}

.blog_footer span{
    opacity: 0.7;
}
.blog_footer i{
    color: var(--orange);
    opacity: 1;
    margin-right: 4px;
}
.owl-theme.owl-one .owl-dots, .owl-theme .owl-nav{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}
.owl-theme.owl-one .owl-dots, .owl-theme .owl-nav button{
    margin: 0 20px;
    width: 49px;
    height: 49px;
}
.owl-theme.owl-one .owl-dots, .owl-theme .owl-nav button.owl-prev{
    margin-left: -55px;
}
.owl-theme.owl-one .owl-dots, .owl-theme .owl-nav button.owl-next{
    margin-right: -55px;
}
.prev-icon{
    transform: rotate(180deg);
}
.bg-gradient {
    background: linear-gradient(to right, #F5770F, #ff7e55);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
}
.owl-theme.owl-two .owl-dots .owl-dot span{
    width: 15px !important;
    height: 15px !important;
    background-color: var(--orange) !important;
    opacity: 0.6 !important;
}
.owl-theme.owl-two .owl-dots .owl-dot.active span{
    opacity: 1 !important;
}
/*footer*/
.page-footer{
    background-color: var(--orange);
}
.footer-social a{
    color: #ffffff;
}

.bg-footer-cele{
    background-image: linear-gradient(to right, var(--purple),#21d4fd);
    height: 120px;
}
.social-icon-footer i {
    color: #d2d6e6;
    font-size: 32px;
    padding-left: 20px;
}
.social-icon-footer{
    justify-content: center;
    align-items: center;
    height: 120px;
}
.bg-top{
    background-color: #ffffff;
}
.nav-brand{
    color: var(--orange);
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    transition: 0.35s ease-in;
}
.nav-brand:hover{
    color: var(--orange);
    text-decoration: none;
}
/* .top-profile{
    height: 600px;
    object-fit: cover;
} */
.top-banner{
    background: url("../images/rakeshPandey.png") no-repeat;
    width: 100%;
    height: 670px;
    background-size: cover;
    background-position: center 0;
    position: relative;
    z-index: 1;
}
.top-banner::before{
    position: absolute;
    top:0;
    left: 0;;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    /* background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.4),rgba(0,0,0,0.5),rgba(0,0,0,0.8)); */
}
.w-100{
    width: 100%;
}
.top-content h1{
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.top-content h4{
     color: #ffffff;
     font-weight: 500;
     margin-top: 12px;
}
.top-content p{
    color: #ffffff;
    font-weight: 500;
    margin-top: 6px;
    margin-bottom: 6px;
}
.global-img{
    /* border: 1px solid var(--orange); */
    border-radius: 20px;
    padding: 20px;
    transition: 0.35s ease-in;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.global-img:hover{
    transform: translateY(-10px);
}
.about_content_div{
    padding: 20px;
    background-color: var(--orange);
    margin-top: 30px;
}
.about_content_inner{
    margin-top: 20px;
}
.about_content_inner label{
    font-weight: 600;
    color:  #fff;
}
.about_content_inner a,.about_content_inner address{
    color: #fff;
    display: block;
    margin-top: 10px;
    transition: 0.35s ease-in;
}
.about_content_inner a:hover{
    text-decoration: none;
    color: #fff;
}
.about_content_inner i{
    color: #fff;
}
.about_content_inner i.fa-phone{
    transform: rotate(90deg);
}
.contact_icons{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #121A53;
}
/* .about-top{
    background-color: var(--orange);
} */
.profile-pic{
    width: 400px;
    height: 400px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.about-top h1{
    font-weight: 700;
    color: var(--orange);
}
.about-top p{
    font-weight: 600;
}
.about_content_inner h3,.about_content_inner h4{
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    font-size: 22px;
    display: inline-block;
    text-transform: uppercase;
}
.about_content_inner h4.about_title{
    color: var(--orange);
    border-bottom: 1px solid var(--orange);
}
.about_content_inner-cont-ul ul{
    list-style: disc !important;
}
 
.about_content_inner-cont-ul ul li::before{
    background-color: var(--orange) !important;
    width: 8px !important;
    height: 8px !important;
}
.imgPrtner img{
    border-radius: 20px;
}
.hashTag{
    color: var(--orange);
}
.about_content_inner{
    padding: 20px;
}
 .about_content_inner p.p{
    margin-bottom: 15px;
    line-height: 1.6;
 }
 .about_content_inner p.p strong,.about_content_inner p.p b{
    font-weight: 500;
 }
 .about_content_inner-cont ul li b{
    font-weight: 500;
 }
.about_content_div ul li,.about_content_inner-cont ul li{
    margin-top: 12px;
    color: #fff;
    position: relative;
    padding-left: 22px;
}
.about_content_inner-cont{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: 30px;
}
.about_content_inner-cont ul li{
    color: inherit;
}
.about_content_div ul li::before,.about_content_inner-cont ul li::before{
    position: absolute;
    content: '';
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    transform: rotate(45deg);
}
.No_event_card{
    height: 300px;
    padding: 4px;
    background-color: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.No_event_cardp{
    color: var(--orange);
    font-weight: 500;
}
.card_img{
    height: 200px;
}
.card_img i{
    font-size: 100px;
    opacity: 0.5;
} 
/*Footer*/



/*Responive*/
@media(min-width: 1440px) {
    .container.container-manual{
        max-width: 100% !important;
        padding-right: 50px !important;
        padding-left: 50px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .owl-prev,
    .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-70%);
    }
    .txt-events {
        margin-top: 15%;
        margin-left: 34%;
    }
}

@media(max-width: 1199px) {
    .color-overlap{
        padding: 4rem;
    }
}

@media(max-width: 991px) {
    .color-overlap{
        padding: 2.3rem;
    }
    .owl-prev {
        left: -38%;
    }
    .owl-next {
        right: 124%;
    }
    .owl-prev,
    .owl-next {
        position: absolute;
        top: 42%;
        transform: translateY(-70%);
    }
    .people-says {
        padding-left: 90px;
        padding-top: 20px;
        padding-bottom: 26px;
        padding-right: 20px;
    }
    .bg-gradient{
        height: 246px !important;
    }
    .blogs-card{
        width: 100% !important;
    }
}

@media(max-width: 767px) {
    #header.ScrollY .navbar{
        background-color: var(--orange);
    }
    .banner-mob {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        max-width: 100% !important;
    }
    .banner-bg-color{
        display: none;
    }
    .bg-navbar{
        display: none;
    }
    .color-overlap{
        background-color: rgba(25, 44, 125, 0.5) !important;
        width: 100%;
        padding: 1.5rem;
    }
    .bg-banner-home {
        background-position: 60% 50% !important;
    }
    h1{
        width: 100% !important;
    }
    .text-width{
        width: 100% !important;
    }
    .home-banner-size{
        height: 500px;
    }
    .flag-bg-height{
        width: 100%;
    }
    .global-img img{
        width: 70%;
    }
    .charity-img img{
        margin-top: 0 !important;
        margin-right: 0 !important;
    }
    .owl-mob{
        width: 100% !important;
        left: 0!important;
    }
    .owl-prev,
    .owl-next {
        position: relative;
        top: 0;
        transform: translateY(0%);
    }
    .owl-prev {
        left: 0;
    }
    .owl-next {
        right: 0;
    }
    .txt-events{
        text-align: center !important;
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 0 !important;
        margin-left: 0 !important;
    }
    .bg-gradient{
        height: auto !important;
    }
    .award-img{
        text-align: center;
        padding: 10px;
    }
    .people-says {
        padding-left: 20px;
        padding-top: 15px;
        padding-bottom: 26px;
        padding-right: 20px;
    }
   .profile-pic{
        width: 300px;
        height: 300px;
   }
   .global-img{
        padding: 12px;
   }
   .flag-bg-height{
    justify-content: center;
   }
   .flag-bg-height h6{
    font-size: 15px;
   }
}

@media(max-width: 480px){
    .associate-img img {
        width: 70px !important;
    }

}

@media(max-width: 420px){
    .owl-mob-item {
        width: 270px !important;
    }
    .card-height{
        height: 520px !important;
    }
    .paddingx-mob {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .icon-blogs p{
        font-size: 14px;
    }
}
/*Responive*/
