html,
body {
    height: 100%;
}

body {
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
}

.mainbody {
    height: 100%;
    width: 100%;
}

.header {
    background: url(../images/bannerbg.jpg) no-repeat top center;
    background-size: 100%;
    min-height: 700px;
}

a.navbar-brand img {
    height: 60px;
}

a.nav-link.loginbtn {
    height: 50px;
    width: auto;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    background: transparent linear-gradient( 90deg, #FF8F00 0%, #FD8D00 0%, #EB6C00 100%) 0% 0% no-repeat padding-box;
    line-height: 36px;
    color: #fff;
}

a.nav-link.loginbtn:hover {
    background: transparent linear-gradient( 295deg, #FF8F00 0%, #FD8D00 0%, #EB6C00 100%) 0% 0% no-repeat padding-box;
}

.navbar-light .navbar-nav .nav-link {
    color: #002482;
    text-transform: initial;
    font-size: 16px;
    line-height: 30px;
    padding-left: 20px;
    white-space: nowrap;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #FF8F00;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #FF8F00;
}

.carousel-control-next-icon {
    background-image: url(../images/rightarrow.png);
}

.carousel-control-prev-icon {
    background-image: url(../images/leftarrow.png);
}

.navbar-nav {
    margin-left: 40px;
    margin-top: 40px;
}

li.nav-item.active a {
    font-weight: 600;
}

ul.donateBtn {
    position: absolute;
    right: 0px;
    top: 25px;
}

.leftcont p {
    color: #44475B;
    font-size: 14px;
}

.rightimg {
    float: right;
}

.rightimg img {
    width: 100%;
}

.leftcont {
    margin-top: 25%;
    background: #fff;
}

.carousel-indicators [data-bs-target] {
    opacity: 0.3;
    background-color: #002482;
    height: 10px;
    border-radius: 5px !important;
    border: none;
    width: 10px;
}

.carousel-indicators .active {
    opacity: 1;
    width: 30px;
}

.carousel-indicators {
    bottom: -70px;
    left: 0;
    width: 70px;
    margin-left: 0px;
}

.heading h2 {
    color: #002482;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    z-index: 99;
}

.heading {
    text-align: center;
}

.whiteBg {
    padding: 100px 0;
}

.greybg {
    padding: 100px 0;
    background: #f7fafdb5;
}

.carousel-control-next {
    right: 0;
    opacity: 0.9;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 24px;
    height: 24px;
}

.carousel-item {
    text-align: center;
}

ul.donateBtn li {
    list-style: none;
    float: left;
    margin-left: 10px;
}

.rightimg {
    float: right;
    width: 49%;
}

.leftcont h1 span {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    color: #002482;
}

.leftcont h1 {
    font-size: 55px;
    font-weight: bold;
    color: #002482;
}

.leftcont p {
    font-size: 18px;
    color: #333948;
    font-weight: 300;
    margin-bottom: 30px;
}

.leftcont a {
    background: transparent linear-gradient( 90deg, #FF8F00 0%, #FD8D00 0%, #EB6C00 100%) 0% 0% no-repeat padding-box;
    margin-right: 20px;
    padding: 0 20px;
    border-radius: 5px;
    height: 46px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    line-height: 48px;
    font-size: 16px;
    padding: 0 2rem;
}

.leftcont a:hover {
    background: transparent linear-gradient( 295deg, #FF8F00 0%, #FD8D00 0%, #EB6C00 100%) 0% 0% no-repeat padding-box;
}

.programs {
    padding: 40px 0;
    position: relative;
}

.heading h2 span {
    font-size: 18px;
    color: #002482;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

.programBox img {
    width: 100%;
    object-fit: cover;
}

.programBox {
    width: 100%;
}

.programBox p {
    color: #000;
    z-index: 999;
    font-size: 16px;
    padding: 0;
    font-weight: 200;
    line-height: 23px;
}

.programBox h3 {
    color: #002482;
    font-weight: 700;
    padding: 25px 20px 0px 0px;
    font-size: 30px;
}

.getstart {
    background: #E4F1FA;
}

.getStrtRig img {
    width: 770px;
    margin-bottom: -1px;
    padding-top: 50px;
}

.getstLeft h4 {
    font-size: 42px;
    color: #002482;
    font-weight: 700;
}

.getstLeft span {
    font-size: 18px;
    color: #002482;
    margin-bottom: 10px;
    display: block;
}

.getstLeft {
    width: 100%;
    margin-top: 25%;
}

.getstLeft p {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    color: #333948;
}

.boostDram h5 {
    font-size: 42px;
    color: #002482;
    font-weight: 700;
}

.boostDram span {
    font-size: 18px;
    color: #002482;
    margin-bottom: 10px;
    display: block;
}

.boostDram {
    width: 100%;
    margin-top: 18%;
    margin-bottom: 110px;
    position: relative;
    z-index: 99;
}

.boostDram p {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    color: #333948;
    margin-bottom: 40px;
}

.boostDram a {
    background: transparent linear-gradient( 90deg, #FF8F00 0%, #FD8D00 0%, #EB6C00 100%) 0% 0% no-repeat padding-box;
    margin-right: 20px;
    padding: 0 20px;
    border-radius: 5px;
    height: 46px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    line-height: 48px;
    font-size: 16px;
    padding: 0 2rem;
}

.boostDram a:hover {
    background: transparent linear-gradient( 295deg, #FF8F00 0%, #FD8D00 0%, #EB6C00 100%) 0% 0% no-repeat padding-box;
}

.boostdeamRight ul li {
    list-style: none;
}

.boostdeamRight ul {
    margin-top: 30%;
    margin-left: 50px;
}

.boostdeamRight ul li span {
    float: left;
    width: 180px;
    border-right: 1px solid #AAACAD;
    margin-right: 30px;
    font-size: 40px;
    font-weight: 700;
    color: #002482;
}

.boostdeamRight ul li span i {
    color: #FF8F00;
    font-size: 35px;
    font-style: inherit;
    vertical-align: 3px;
}

.boostdeamRight ul li span b {
    font-size: 16px;
    color: #333948;
    font-weight: 300;
    margin-top: -5px;
    display: block;
}

.boostdeamRight ul li {
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.boostdeamRight ul li p {
    font-weight: 200;
    font-size: 18px;
    line-height: 25px;
}

.collaborate {
    background: #F4F5F6;
}

.collaborate {
    background: #F4F5F6;margin-bottom: 80px;
    float: left;
    width: 100%;
    position: relative;
}

.collTeamRight {
    position: absolute;
    bottom: 0px;
}

.collTeamRight img {
    width: 100%;
}

.collTeam h5 {
    font-size: 42px;
    color: #002482;
    font-weight: 700;
}

.collTeam span {
    font-size: 18px;
    color: #002482;
    margin-bottom: 10px;
    display: block;
}

.collTeam {
    width: 100%;
    margin-top: 30%;
    margin-bottom: 110px;
    position: relative;
    z-index: 99;
}

.collTeam p {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    color: #002482;
    margin-bottom: 40px;
}

.collTeam a {
    background: transparent linear-gradient( 90deg, #FF8F00 0%, #FD8D00 0%, #EB6C00 100%) 0% 0% no-repeat padding-box;
    margin-right: 20px;
    padding: 0 20px;
    border-radius: 5px;
    height: 46px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    line-height: 48px;
    font-size: 16px;
    padding: 0 2rem;
}

.collTeam a:hover {
    background: transparent linear-gradient( 295deg, #FF8F00 0%, #FD8D00 0%, #EB6C00 100%) 0% 0% no-repeat padding-box;
}

.youthActivities {
    padding: 100px 0px 150px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.youthImg img {
    width: 100%;
}

div#youthActiv .carousel-indicators {
    width: 100%;
}

.testimonials {
    padding: 15px 0 100px 0;
    position: relative;
}

.testimonials .carousel-item p {
    padding: 0 150px;
    font-size: 22px;
    font-weight: 200;
    color: #333948;
    margin-top: 20px;
}

.heading p {
    font-size: 18px;
    font-weight: 200;
    width: 55%;
    margin: 0px auto;
    margin-top: -30px;
}

.testimonials .carousel-inner {
    margin-top: 40px;
}

.testimonials .carousel-item h6 span {
    display: block;
    font-size: 16px;
    color: #333948;
    font-style: italic;
}

.testimonials .carousel-item h6 {
    color: #333948;
    font-size: 32px;
    font-weight: 600;
    margin-top: 40px;
}

.blogSection {
    padding: 40px 0 80px 0;
    position: relative;
}

.blogBox {
    margin-top: 40px;
}

.blogBox img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 2px;
}

.blogBox span {
    color: #333948;
    font-size: 16px;
    font-weight: 300;
}

.blogBox p {
    font-weight: bold;
    font-size: 20px;
    color: #002482;
}

.blogBox a {
    color: #FF8F00;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
}

.blogBox a:hover {
    text-decoration: underline;
}

.footerSec {
    background: #F2F3F4;
    padding: 5px 0 50px 0;
}

#carouselExampleFade .leftcont {
    text-align: left;
}

.aboutBtm p {
    font-size: 16px;
    font-weight: 300;
    color: #333948;
    padding-right: 30px;
}

.aboutBtm h2 {
    color: #002482;
    font-size: 30px;
    font-weight: 700;
}

.aboutBtm,
.logoBtm,
.quicklink {
    padding-top: 70px;
}

.aboutBtm.mgnTop {
    margin-top: -40px;
}

.aboutBtm a {
    margin-right: 20px;
    margin-top: 15px;
    display: inline-block;
}

.quicklink h2 {
    color: #002482;
    font-size: 30px;
    font-weight: 700;
}

.quicklink ul li a {
    font-size: 20px;
    color: #333948;
    cursor: pointer;
    text-decoration: none;
}

.quicklink ul li a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.quicklink ul li {
    list-style: none;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

.quicklink ul {
    margin: 0px;
    padding: 0px;
}

.leadForm {
    background: #002482;
    padding: 30px;
    border-radius: 30px;
    min-height: 405px;
    margin-top: -35px;
}

.leadForm p {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
}

.leadForm a {
    background: transparent linear-gradient( 90deg, #FF8F00 0%, #FD8D00 0%, #EB6C00 100%) 0% 0% no-repeat padding-box;
    margin-right: 20px;
    padding: 0 20px;
    border-radius: 5px;
    height: 46px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    line-height: 48px;
    font-size: 16px;
    padding: 0 2rem;
}

.leadForm a:hover {
    background: transparent linear-gradient( 295deg, #FF8F00 0%, #FD8D00 0%, #EB6C00 100%) 0% 0% no-repeat padding-box;
}

.leadForm select {
    height: 52px;
    font-size: 18px;
    font-weight: 500;
}

.leadForm input {
    height: 52px;
    font-size: 18px;
    font-weight: 500;
}

.leadForm .form-group {
    margin-bottom: 16px;
}

.copyRight {
    font-size: 16px;
    color: #595959;
    border-top: 1px solid #e5e5e5;
    margin-top: 58px;
    padding-top: 30px;
    font-weight: 300;
}

h3.blueClr {
    color: #002482;
}

.NewsBg img {
    width: 740px;
}

.NewsBg {
    position: absolute;
    z-index: -1;
    top: -180px;
    left: -100px;
}

.ourImpactBg img {
    width: 560px;
}

.ourImpactBg {
    position: absolute;
    top: -210px;
    z-index: 1;
}

.nav-link {
    padding: 0.5rem 2rem;
}

.programBg {
    position: absolute;
    right: -200px;
    top: -150px;
    z-index: -1;
}

.programBg img {
    width: 100%;
}

.ourBgRow {
    position: absolute;
    right: -540px;
    top: -410px;
}

.ourBgRow img {
    width: 980px;
}

.testimonialBg img {
    width: 920px;
}

.testimonialBg {
    position: absolute;
    right: -6px;
    top: 480px;
}

.programTopBg {
    position: absolute;
    top: -360px;
    left: -300px;
    z-index: -1;
}

.programTopBg img {
    width: 910px;
}

.programLeftBg img {
    width: 520px;
}

.programLeftBg {
    position: absolute;
    top: 20px;
    z-index: -1;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/menu.svg);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border: none !important;
    position: absolute;
    left: 0px;
    top: 15px;
}

.aboutus .header {
    min-height: auto;
}

.abt-banner {
    background: #E4F1FA;
}

.abt-banner img {
    width: 100%;
}

.menuPageList {
    background: #002482;
    height: 46px;
}

.menuPageList ul li a {
    color: #fff;
    text-decoration: none;
    line-height: 46px;
    font-size: 15px;
    margin-right: 25px;
    opacity: 0.6;
}

.menuPageList ul li {
    list-style: none;
    float: left;
}

.menuPageList ul {
    margin: 0px;
    padding: 0px;
}

.menuPageList ul li a.active {
    opacity: 1.9;
}

.abt-us-cont {
    background: #002482;
}

.contnerAbout p {
    font-size: 16px;
    font-weight: 200;
    line-height: 25px;
    color: #fff;
}

.contnerAbout {
    max-width: 850px;
    margin: 0px auto;
    color: #fff;
    padding: 60px 0;
}

.contnerAbout span {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    display: block;
}

.contnerAbout h4 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
}

.ourteamRow {
    margin-top: 70px;
    margin-bottom: 0px;
}

.ourTeamCls h2 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 15px;
}

.ourTeamCls h2 {
    color: #002482;
    font-size: 22px;
    font-weight: 600;
}

.ourTeamCls p {
    font-weight: 300;
}

.ourTeamCls {
    margin-top: 60px;
}

.teamCls {
    background: #F4F5F6;
    color: #002482;
    padding: 60px 0;
}

.teamyouth span {
    font-size: 18px;
    color: #002482;
    margin-bottom: 10px;
    display: block;
}

.teamyouth h4 {
    font-size: 42px;
    color: #002482;
    font-weight: 700;
}

.leadershipCls h3 {
    font-size: 21px;
    font-weight: 700;
    min-height: auto;
}

.leadershipCls {
    margin-top: 40px;
}

.leadershipCls ul li {
    font-size: 16px;
    margin-bottom: 8px;
    color: #002482;
}

.leadershipCls ul {
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
}

.boardOf {
    padding: 60px 0;
}

.boardOf h4 {
    font-size: 42px;
    color: #002482;
    font-weight: 700;
}

.boardOf p {
    font-size: 15px;
    font-weight: 300;
}

.boardOf .leadershipCls {
    margin-top: 10px;
}

.boardOf .leadershipCls h3 {
    font-size: 21px;
    color: #002482;
    font-weight: 700;
    min-height: 30px;
}

.abutBg {
    width: 310px;
    height: 290px;
    position: absolute;
    top: 0;
    left: 0;
}

.abutBg img {
    width: 100%;
}

.boardOf a {
    text-decoration: underline;
    color: #333;
}

.boardOf a:hover {
    text-decoration: none;
}

.getinvolved h3 {
    color: #333;
}

.get-banner {
    background: #002482 url(../images/getInvoledBnr.png) no-repeat top right;
    padding: 80px 0px 100px;
    background-size: cover;
}

.get-banner h3 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
}

.get-banner p {
    font-size: 16px;
    font-weight: 200;
    line-height: 25px;
    color: #fff;
    margin-bottom: 40px;
}

.getinvolved. {
    padding: 0px;
}

.getinvolved a {
    background: transparent linear-gradient( 90deg, #FF8F00 0%, #FD8D00 0%, #EB6C00 100%) 0% 0% no-repeat padding-box;
    margin-right: 20px;
    padding: 0 20px;
    border-radius: 5px;
    height: 46px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    line-height: 48px;
    font-size: 16px;
    padding: 0 2rem;
}

.getinvolved a:hover {
    background: transparent linear-gradient( 295deg, #FF8F00 0%, #FD8D00 0%, #EB6C00 100%) 0% 0% no-repeat padding-box;
}

.volunteer {
    padding: 70px 0;
}

.volunteer h3 {
    font-size: 42px;
    color: #002482;
    font-weight: 700;
}

.volunteer p {
    font-weight: 300;
}

.volunteer b {
    font-size: 18px;
    margin-bottom: 15px;
    display: inline-block;
    margin-top: 20px;
    color: #002482;
}

.volunteer ul li {
    margin-bottom: 15px;
    font-weight: 300;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.volunteer ul {
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
    margin-bottom: 25px;
}

.cardVol {
    background: #f1e5cb;
    margin-bottom: 90px;
    border-radius: 30px;
}

.leftSideImg img {
    margin-left: 20px;
    height: 370px;
}

.cardRight {
    margin-top: 60px;
}

.cardRight h3 {
    font-size: 42px;
    color: #000;
    font-weight: 700;
}

.cardRight p {
    font-weight: 300;
    margin-bottom: 30px;
}

.cardRight a {
    background: transparent linear-gradient( 90deg, #FF8F00 0%, #FD8D00 0%, #EB6C00 100%) 0% 0% no-repeat padding-box;
    margin-right: 20px;
    padding: 0 20px;
    border-radius: 5px;
    height: 46px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    line-height: 48px;
    font-size: 16px;
    padding: 0 2rem;
}

.cardRight a:hover {
    background: transparent linear-gradient( 295deg, #FF8F00 0%, #FD8D00 0%, #EB6C00 100%) 0% 0% no-repeat padding-box;
}

.programCls .cardVol {
    margin-bottom: 30px;
}

.rightBoxCls .cardRight {
    padding-left: 80px;
}

.rightBoxCls .leftSideImg img {
    float: right;
}

.cardRight.textColour {
    color: #fff;
}

.cardRight.textColour h3 {
    color: #fff;
}

.programCls .volunteer span,
.programCls .volunteer h3,
.programCls .volunteer p {
    text-align: center;
    display: block;
}

.programCls .volunteer {
    padding: 70px 0 20px;
}

.textCont {
    text-align: center;
    margin-bottom: 100px;
    font-weight: 300;
}

.linkLeft.thumbLink a {
    color: #333;
    font-weight: 700;
    font-size: 16px;
}

.get-banner2 {
    background: url(../images/getInvoledBnr2.png) no-repeat top left;
    padding: 80px 0px 2%;
    background-size: cover;
}

.get-banner2 h3 {
    font-size: 42px;
    color: #002482;
    font-weight: 700;
    margin-bottom: 20px;
}

.get-banner2 p {
    font-weight: 200;
    margin-bottom: 50px;
}

.newImg img {
    width: 100%;
}

.newsLeft span {
    font-weight: 200;
}

.newsLeft h5 {
    font-weight: 700;
    color: #002482;
    margin-top: 8px;
    font-size: 21px;
}

.newsLeft p {
    font-weight: 300;
}

.linkings {
    width: 100%;
}

.linkLeft {
    float: left;
    width: 50%;
    text-align: left;
}

.linkRight {
    float: right;
    text-align: revert;
}

.linkings {
    width: 100%;
    margin-top: 45px;
}

.newsCard {
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.newsCard:last-child {
    border-bottom: none;
}

.linkLeft a {
    color: #FF8F00;
    text-decoration: none;
    font-weight: 200;
}

.linkRight a {
    margin-left: 15px;
    color: #333;
    text-decoration: none;
}

.linkRight a span {
    vertical-align: -2px;
}

.nav.nav-tabs {
    margin-bottom: 40px;
    margin-top: 20px;
}

.nav.nav-tabs .nav-link.active {
    color: #FF8F00;
    background-color: #fff;
    border-color: #fff;
    border-bottom: 1px solid #FF8F00;
}

.nav.nav-tabs button {
    color: #333;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #fff #fff #eee;
}

.paginationCls {
    text-align: center;
}

.newsCard.newsDetailsRow {
    margin: 0px auto;
    max-width: 800px;
    margin-top: 40px;
    margin-bottom: 60px;
}

img.newsDetails {
    width: 100%;
    margin: 10px 0 15px;
}

span.forImages {
    float: left;
    width: 100%;
    display: block;
}

img.smallImgRi {
    float: right;
    width: 49%;
    margin-bottom: 20px;
}

img.smallImgLe {
    float: left;
    width: 49%;
    margin-bottom: 20px;
}

span.bynation {
    margin-bottom: 25px;
    display: block;
}

.submitBtn button {
    background: transparent linear-gradient( 90deg, #FF8F00 0%, #FD8D00 0%, #EB6C00 100%) 0% 0% no-repeat padding-box;
    margin-right: 20px;
    padding: 0 20px;
    border-radius: 5px;
    height: 46px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    line-height: 48px;
    font-size: 16px;
    padding: 0 2rem;
    border: none;
}

.linkLeft.thumbLink img {
    vertical-align: -1px;
    margin-right: 5px;
}

.leadershipCls.boardofDire ul li {
    width: 260px;
    float: left;
}
.testimonials.ourteamRow {
    padding-bottom: 45px;
}














/* Mobile Css Start Here */
@media screen and (max-width:767px) and (min-width:320px) {
    .abt-banner img {
    width: 185%;
    margin-left: -33%;
    }

    .contnerAbout span {
        font-size: 14px;
    }
    .contnerAbout h4 {
        font-size: 25px;
    }
    .contnerAbout {
        padding: 20px 0 10px;
    }
    .abutBg {
        display: none;
    }
    .ourteamRow {
        margin-top: 25px;
    }
    .ourTeamCls h2 {
        font-size: 18px;
    }
    .ourTeamCls h2 span {
        font-size: 13px;
    }
    .ourTeamCls {
        margin-top: 15px;
    }
    .teamyouth span {
        font-size: 15px;
    }
    .teamyouth h4 {
        font-size: 25px;
    }
    .leadershipCls {
        margin-top: 20px;
    }
    .leadershipCls h3 {
        font-size: 16px;
        min-height: 25px;
    }
    .teamCls {
        padding: 30px 0 20px;
    }
    .boardOf {
        padding: 30px 15px;
    }
    .boardOf h4 {
        font-size: 25px;
    }
    .boardOf .leadershipCls h3 {
        font-size: 17px;
        min-height: 20px;
    }
    .leadershipCls ul li {
        font-size: 15px;
    }
    .menuPageList ul li a {
        font-size: 14px;
    }
    .get-banner h3 {
        font-size: 25px;
    }
    .get-banner {
        padding: 22px 0px 0 0;
        min-height: 560px;
        background-size: 280%;
        background-position-y: 100%;
    }
    .get-banner p {
        margin-bottom: 25px;
    }
    .volunteer h3 {
        font-size: 25px;
    }
    .volunteer {
        padding: 30px 0 20px;
    }
    .cardRight {
        padding: 0 15px;
    }
    .cardVol {
        margin-bottom: 35px;
        border-radius: 15px;
    }
    .cardRight {
        margin-top: 20px;
    }
    .cardRight h3 {
        font-size: 22px;
    }
    .leftSideImg {
        margin-top: 50px;
    }
    .leftSideImg img {
        width: 92%;
        height: auto;
    }
    .programCls .leftSideImg {
        margin-top: 5px;
    }
    .programCls .cardVol {
        margin-bottom: 20px;
        padding-bottom: 35px;
    }
    .rightBoxCls .cardRight {
        padding: 0 15px;
    }
    .textCont {
        margin-bottom: 35px;
    }
    .get-banner2 .getinvolved {
        padding-top: 83%;
    }
    .get-banner2 {
        background: #002482 url(../images/getInvoledBnr2.png) no-repeat top left;
        padding: 0px 0px 30px;
        background-size: 250%;
    }
    .get-banner2 h3 {
        font-size: 22px;
        color: #fff;
        margin-bottom: 10px;
    }
    .get-banner2 p {
        margin-bottom: 20px;
        color: #fff;
    }
    .newImg img {
        width: 60%;
        margin-bottom: 15px;
    }
    .newsLeft h5 {
        margin-top: 2px;
        font-size: 17px;
    }
    .linkings {
        margin-top: 10px;
    }
    .newsCard.newsDetailsRow {
        margin-bottom: 10px;
    }
    a.navbar-brand img {
        height: 41px;
        padding-left: 50px;
    }
    .ourBgRow {
        position: absolute;
        right: -250%;
        top: -170px;
        display: none;
    }
    .ourBgRow img {
        width: 40%;
    }
    .quicklink {
        display: none;
    }
    .leadForm p {
        font-size: 18px;
        color: #fff;
        line-height: 25px;
    }
    .aboutBtm p {
        font-size: 15px;
        padding-right: 0px;
    }
    .leftcont a {
        height: 44px;
        line-height: 45px;
        font-size: 14px;
        padding: 0 1.5rem;
    }
    .boostDram a,
    .collTeam a,
    .leadForm a {
        height: 44px;
        line-height: 45px;
        font-size: 14px;
        padding: 0 1.5rem;
    }
    a.nav-link.loginbtn {
        height: 44px;
        line-height: 31px;
        padding: 7px 20px;
        font-size: 14px;
    }
    .leftcont a:last-child {
        float: left;
        margin-top: -44px;
        margin-left: 44%;
        position: relative;
        z-index: 9;
        white-space: nowrap;
        overflow: hidden;
    }
    .getstLeft p {
        font-size: 15px;
        font-weight: 200;
        line-height: 20px;
        color: #333948;
    }
    .boostDram p {
        font-size: 15px;
        font-weight: 200;
        line-height: 20px;
        color: #333948;
        margin-bottom: 40px;
    }
    .collTeam p {
        font-size: 15px;
        font-weight: 200;
        line-height: 20px;
        color: #002482;
        margin-bottom: 40px;
    }
    .programBox {
        width: 100%;
        height: 100%;
    }
    .programBox h3 {
        padding: 15px 10px 0px 0px;
        font-size: 20px;
    }
    .header {
        min-height: 660px;
    }
    .programLeftBg img {
        width: 100%;
    }
    .leftcont h1 span {
        font-size: 14px;
    }
    .leftcont h1 {
        font-size: 25px;
    }
    .leftcont p {
        font-size: 15px;
    }
    .rightimg {
        float: right;
        width: 100%;
    }
    .leftcont a {
        padding: 0 1rem;
    }
    .leftcont {
        margin-top: 2%;
    }
    .programBox p {
        bottom: 0px;
        line-height: 20px;
        font-size: 15px;
    }
    .programBg {
        position: absolute;
        right: -310px;
        top: -90px;
        display: none;
    }
    .programTopBg {
        top: -480px;
        left: -360px;
    }
    .programTopBg img {
        width: 100%;
    }
    .programs {
        padding: 70px 0 20px 0;
        position: relative;
        margin-top: 0px;
    }
    .programTopBg {
        position: absolute;
        top: -310px;
        left: -340px;
        display: none;
    }
    .programLeftBg {
        display: none;
    }
    .heading h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .getstLeft {
        width: 100%;
        margin-top: 10%;
    }
    .getStrtRig img {
        width: 100%;
        margin-bottom: -1px;
        padding-top: 0px;
    }
    .boostDram {
        width: 100%;
        margin-top: 10%;
        margin-bottom: 0;
        position: relative;
        z-index: 99;
    }
    .boostdeamRight ul {
        margin-top: 50px;
        margin-left: 0;
        padding-left: 0px;
    }
    .boostdeamRight {
        margin-bottom: 130px;
        display: block;
        float: left;
    }
    .ourImpactBg img {
        width: 300px;
    }
    .ourImpactBg {
        top: -130px;
    }
    .collTeamRight {
        position: inherit;
        bottom: 0px;
    }
    .collTeam {
        margin-bottom: 0px;
        z-index: 99;
    }
    .programBox {
        margin-bottom: 20px;
    }
    .youthImg {
        margin-bottom: 25px;
    }
    .logoBtm img {
        width: 85%;
    }
    .leadForm {
        margin-top: 50px;
    }
    .testimonialBg {
        position: absolute;
        right: -50px;
        top: 620px;
        display: none;
    }
    .testimonialBg img {
        width: 290%;
    }
    .NewsBg {
        position: absolute;
        z-index: -1;
        top: -90px;
        left: -230px;
        display: none;
    }
    .NewsBg img {
        width: 600px;
    }
    ul.donateBtn {
        position: initial;
        right: 0px;
        top: 0;
        margin-left: 19px;
        margin-top: 10px;
    }
    .navbar-nav {
        margin-left: 0;
        margin-top: 40px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-left: 0;
    }
    ul.donateBtn {
        margin-left: -40px;
    }
    .aboutBtm h2 {
        font-size: 18px;
    }
    .quicklink h2 {
        font-size: 18px;
    }
    .aboutBtm.mgnTop {
        margin-top: -25px;
    }
    .copyRight {
        margin-top: 30px;
        padding-top: 20px;
        font-size: 13px;
    }
    .footerSec {
        padding: 5px 0 10px 0;
    }
    .leadForm input {
        height: 44px;
        font-size: 14px;
        font-weight: 500;
    }
    .leadForm select {
        height: 44px;
        font-size: 13px;
    }
    .aboutBtm a {
        margin-right: 15px;
        margin-top: 5px;
    }
    .testimonials .carousel-item p {
        padding: 0px 50px;
        font-size: 15px;
        margin-top: 10px;
    }
    .getstLeft h4,
    .boostDram h5,
    .collTeam h5 {
        font-size: 25px;
    }
    .blogSection {
        padding: 40px 0 30px 0;
    }
    .getstLeft span,
    .boostDram span,
    .collTeam span {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .boostdeamRight ul li span {
        width: 90px;
        font-size: 24px;
        margin-right: 10px;
    }
    .boostdeamRight ul li span i {
        font-size: 20px;
    }
    .boostdeamRight ul li span b {
        font-size: 12px;
    }
    .heading p {
        font-size: 15px;
        font-weight: 200;
        width: 100%;
        margin: 0px auto;
        margin-top: -12px;
    }
    .testimonials .carousel-item h6 {
        font-size: 15px;
        margin-top: 20px;
    }
    .testimonials .carousel-item h6 span {
        font-size: 12px;
        font-weight: 400;
    }
    .blogBox p {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .blogBox span {
        font-size: 12px;
    }
    .blogBox a {
        font-size: 13px;
    }
    .blogBox img {
        margin-bottom: 5px;
    }
    .blogBox {
        margin-top: 20px;
    }
    .leadForm {
        padding: 20px;
        border-radius: 10px;
        min-height: 340px;
    }
    .aboutBtm,
    .logoBtm,
    .quicklink {
        padding-top: 30px;
    }
    .testimonials {
        padding: 15px 0 20px 0;
    }
    .heading h2 span {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .testimonials .carousel-item img {
        width: 90px;
    }
    .testimonials .carousel-inner {
        margin-top: 20px;
    }
    .youthActivities {
        padding: 100px 0px 50px;
    }
    .youthActivities .carousel-indicators {
        bottom: -30px;
    }
    .boostdeamRight ul li p {
        font-size: 15px;
        line-height: 20px;
    }
    .testimonials .carousel-control-next,
    .carousel-control-prev {
        width: 5%;
    }
    .testimonials .carousel-control-next-icon {
        position: absolute;
        right: 0px;
    }
    .youthActivities {
        padding: 40px 15px 50px;
    }
.linkLeft {
    width: 40%;
}

}














/* iPad Css Start Here */
@media screen and (max-width: 900px) and (min-width: 768px) {
    .get-banner2 {
        padding: 80px 0px 0%;
        background-size: 210%;
    }
    .get-banner2 .getinvolved {
        margin-top: 60%;
    }
    .cardRight {
        padding: 0 20px 30px 20px;
    }
    .rightBoxCls .cardRight {
        padding-left: 20px;
        margin-top: 20px;
    }

    .get-banner {
        padding: 22px 0px 0 0;
        background-size: 280%;
        min-height: 650px;
        background-position-y: 105%;
    }
    .programBox h3 {
        font-size: 25px;
    }
    .getstLeft h4,
    .boostDram h5,
    .collTeam h5,
    .boardOf h4,
    .get-banner h3,
    .volunteer h3,
    .cardRight h3 {
        font-size: 32px;
    }
    a.navbar-brand img {
        height: 41px;
        padding-left: 50px;
    }
    .leftcont h1 span {
        font-size: 16px;
    }
    .leftcont h1 {
        font-size: 32px;
    }
    .leftcont p {
        font-size: 16px;
    }
    .rightimg {
        float: right;
        width: 40%;
    }
    .leftcont a {
        padding: 0 1rem;
    }
    .leftcont {
        margin-top: 10%;
    }
    .programBox p {
        bottom: 0;
        font-size: 18px;
    }
    .programBg {
        position: absolute;
        right: -310px;
        top: -90px;
    }
    .programTopBg {
        top: -480px;
        left: -360px;
    }
    .programTopBg img {
        width: 760px;
    }
    .programs {
        padding: 40px 0 40px 0;
        position: relative;
        margin-top: -180px;
    }
    .blogSection {
        padding: 0px 0 40px 0;
    }
    .programTopBg {
        position: absolute;
        top: -310px;
        left: -340px;
    }
    .heading h2 {
        font-size: 32px;
    }
    .getstLeft {
        width: 100%;
        margin-top: 10%;
    }
    .getStrtRig img {
        width: 700px;
        margin-bottom: -1px;
        padding-top: 0px;
    }
    .boostDram {
        width: 100%;
        margin-top: 10%;
        margin-bottom: 0;
        position: relative;
        z-index: 99;
    }
    .boostdeamRight ul {
        margin-top: 65px;
        margin-left: 0;
        padding-left: 0px;
    }
    .boostdeamRight {
        margin-bottom: 130px;
        display: block;
        float: left;
    }
    .ourImpactBg img {
        width: 300px;
    }
    .ourImpactBg {
        top: -130px;
    }
    .collTeamRight {
        position: inherit;
        bottom: 0px;
    }
    .collTeam {
        margin-bottom: 0px;
        z-index: 99;
    }
    .programBox {
        margin-bottom: 20px;
    }
    .youthImg {
        margin-bottom: 25px;
    }
    .logoBtm img {
        width: 85%;
    }
    .leadForm {
        margin-top: 50px;
    }
    .testimonialBg {
        position: absolute;
        right: -50px;
        top: 620px;
    }
    .testimonialBg img {
        width: 620px;
    }
    .NewsBg {
        position: absolute;
        z-index: -1;
        top: -90px;
        left: -230px;
    }
    .NewsBg img {
        width: 600px;
    }
    ul.donateBtn {
        position: initial;
        right: 0px;
        top: 0;
        margin-left: 19px;
        margin-top: 10px;
    }
    .navbar-nav {
        margin-left: 0;
        margin-top: 40px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-left: 0;
    }
    ul.donateBtn {
        margin-left: -40px;
    }
    .aboutBtm h2 {
        font-size: 25px;
    }
    .quicklink h2 {
        font-size: 25px;
    }
    .testimonials .carousel-item p {
        padding: 0 100px;
    }
    .contnerAbout {
        padding: 40px 0;
    }
    .contnerAbout h4 {
        font-size: 30px;
    }
    .ourTeamCls {
        margin-top: 20px;
    }
    .testimonials.ourteamRow {
        padding: 15px 0 40px 0;
    }
    .teamyouth h4 {
        font-size: 35px;
    }
    .leadershipCls {
        margin-top: 15px;
    }
    .leadershipCls h3 {
        min-height: auto;
    }
    .leadershipCls h3 {
        font-size: 18px;
    }
    .teamCls {
        padding: 40px 0;
    }
    .boardOf h4 {
        font-size: 35px;
    }
    .boardOf {
        padding: 40px 0;
    }
    .volunteer {
        padding: 40px 0;
    }
}







@media screen and (max-width:1199px) and (min-width:992px) {
   .linkings {
    margin-top: 0px;
}
.newImg img {
    width:100%;
    margin-bottom: 15px;
}
.leftcont h1, .collTeam h5, .heading h2, .getstLeft h4, .boostDram h5, .contnerAbout h4, .teamyouth h4, .boardOf h4, .get-banner h3, .volunteer h3, 
.get-banner2 h3, .cardRight h3 { font-size: 35px; }
.leftcont a {padding: 0 1rem;}

.get-banner {
    padding: 40px 0px 60px;
}
.volunteer {
    padding: 40px 0;
}
.contnerAbout {
    padding: 40px 0 30px;
}
.ourteamRow {
    margin-top: 40px;
}
.cardRight {
    margin-top: 40px;
}
.get-banner2 {
    padding: 80px 0px 0;
}



}







/* Large Dasktop Start Here Css */
@media screen and (max-width:2000px) and (min-width:1390px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
        padding-left: 40px;
    }
    .programs {
        padding: 80px 0;
    }
    .programLeftBg {
        top: 70px;
    }
    .programBg {
        top: -100px;
    }
    .programTopBg {
        top: -310px;
    }
    .testimonialBg {
        top: 320px;
    }
    .testimonialBg img {
        width: 980px;
    }
}


