@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Light.eot');
    src: url('../font/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/Poppins-Light.woff2') format('woff2'),
        url('../font/Poppins-Light.woff') format('woff'),
        url('../font/Poppins-Light.ttf') format('truetype'),
        url('../font/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-ExtraBold.eot');
    src: url('../font/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Poppins-ExtraBold.woff2') format('woff2'),
        url('../font/Poppins-ExtraBold.woff') format('woff'),
        url('../font/Poppins-ExtraBold.ttf') format('truetype'),
        url('../font/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-SemiBold.eot');
    src: url('../font/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Poppins-SemiBold.woff2') format('woff2'),
        url('../font/Poppins-SemiBold.woff') format('woff'),
        url('../font/Poppins-SemiBold.ttf') format('truetype'),
        url('../font/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Medium.eot');
    src: url('../font/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Poppins-Medium.woff2') format('woff2'),
        url('../font/Poppins-Medium.woff') format('woff'),
        url('../font/Poppins-Medium.ttf') format('truetype'),
        url('../font/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Regular.eot');
    src: url('../font/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Poppins-Regular.woff2') format('woff2'),
        url('../font/Poppins-Regular.woff') format('woff'),
        url('../font/Poppins-Regular.ttf') format('truetype'),
        url('../font/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Bold.eot');
    src: url('../font/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Poppins-Bold.woff2') format('woff2'),
        url('../font/Poppins-Bold.woff') format('woff'),
        url('../font/Poppins-Bold.ttf') format('truetype'),
        url('../font/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    color: #666;

}

a{
    color:#666;
}

a:hover{
    text-decoration: none;
    color: #ec1f24;
}

ul{
    margin: 0;
    padding:0;
    list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    color: #222;
    padding:0;
    margin:0;
}

p{
    margin: 0;
    padding:0;
}


header .topbandWrapper{
    /*background: #393536;*/
    background: #27282d;
}

header .topbandSec{
    padding:5px 0;
}

header .topbandSec ul{
    display: flex;
    flex-direction: row;
}

header .topbandSec ul a{
    color:#ffffff;
}

header .topbandSec ul a:hover{
    color:#ec1f24;
}

header .topbandSec ul li{
    padding-left: 30px;
    border-right: 2px solid #ffffff;
}

header .topbandSec ul li:first-child{
    padding-left: 0px;
    padding-right: 30px;
}

header .topbandSec ul li:last-child{
    border-right: none;
}

header .logobandRow .logoSec{
    text-align: center;
    padding-top: 20px;
}

header .navbarWrapper .navbarRow{
    /*background:#393536;*/
    background: #27282d;
    position: relative;
    top: 25px;
    z-index: 99;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
}

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

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

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

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ffffff;
}

.socialiconSec ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.socialiconSec li span {
    color: #ffffff;
    margin-left: 15px;
}

.socialiconSec li span:hover {
    color: #ec1f24;
    margin-left: 15px;
}

.socialiconSec li:first-child span {
    margin-left: 0px;
}

.socialiconSec{
    padding:16px 0;
}

li.nav-item.active:before {
    content: '';
    border-bottom: 4px solid red;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: auto;
}

.nav-item{
    position: relative;
}

.navbar{
    padding: .5rem 1.2rem;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ec1f24;
}


.hpslider .bannerSec .bannerContent{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    width: 100%;
}

.bannerSec .bannerContent .btnSec a{
    margin-right: 10px;
}

.bannerSec .bannerContent .btnSec a:last-child{
    margin-right: 0;
}


.bannerWrapper .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 1.5s;
}
.bannerWrapper .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 1.5s;
}
.bannerWrapper .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.5s;
}

.bannerSec .bannerContent h4{
    color: #ffffff;
    font-weight: 600;
    font-size: 40px;
}

.bannerSec .bannerContent h2{
    color: #ffffff;
    font-weight: bold;
    font-size: 60px;
}

.bannerSec .bannerContent{
    text-align: center;
}

.btnSec a{
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #ffffff;
    padding: 10px 40px;
    background:transparent;
    transition: all linear 0.3s;
    border-radius: 5px;
    display: inline-block;
}

.btnSec a:hover{
    background: #ec1f24;
    border-color: #ec1f24;
}

.bannerWrapper .owl-nav .owl-prev span{
    color: transparent;
    background: rgb(57,53,54,0.7);
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(0%, -50%);
    padding: 20px 30px;
}

.bannerWrapper .owl-nav .owl-next span{
    color: transparent;
    background: rgb(57,53,54,0.7);
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(0%, -50%);
    padding: 20px 30px;
}

.bannerWrapper .owl-nav .owl-prev:before {
    content: '';
    background: url(../images/long-left-arrow.png);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 55px;
    transform: translate(0, -50%);
    z-index: 1;
}

.bannerWrapper .owl-nav .owl-next:before {
    content: '';
    background: url(../images/long-right-arrow.png);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    right: 55px;
    transform: translate(0, -50%);
    z-index: 1;
}

.causeWrapper .causeRow{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.causeWrapper .causeRow .causeSec {
    padding: 50px 50px;
        width: 33.33%;
}

.causeWrapper .causeRow .causeSec#causeFirst {
    background:#ec1f24;
}

.causeWrapper .causeRow .causeSec#causeScnd{
     background-image: url(../images/cause-scnd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.causeWrapper .causeRow .causeSec#causeThird {
    background:#fec85b;
}

.causeSec .causeDetails h3{
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
}

.causeSec .causeDetails p{
    color: #ffffff;
    font-size: 16px;
    padding: 20px 0;
    line-height: 28px;
}

.causeSec#causeThird .causeDetails h3{
    color: #222;
    font-size: 25px;
    font-weight: 500;
}

.causeSec#causeThird .causeDetails p{
    color: #222;
   
}

.causeSec .btnSec a{
    background: #ffffff;
    color: #222;
}

.causeSec .btnSec a:hover{
    background: transparent;
    color: #222;
    border-color: #222;
}

.causeSec#causeScnd .btnSec a:hover{
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.bannerWrapper .owl-theme .owl-nav {
    margin-top: 0px;
    line-height: 0px;
}

.bannerWrapper .owl-theme .owl-nav [class*=owl-]{
    margin: 0px;
    line-height: 0px;
    display: inherit;
}

.heading h2{
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    padding-bottom: 15px;
    position: relative;
}

.paddingTop{
    margin: 100px 0
}

.heading h2:before {
    content: '';
    width: 80px;
    height: 4px;
    background: #ec1f24;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100%;
}

.heading .subTitle{
    text-align: center;
    padding: 25px 0;
    font-size: 16px;
    line-height: 28px;
}

.serviceWrapper .serviceSec{
    text-align: center;
}


.serviceWrapper .serviceSec .serviceIcon{
    width: 64px;
    height: 64px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    transition: all 0.3s linear;
}

.serviceWrapper .serviceSec .serviceIcon.donation{
    background-image: url(../images/donation.png);
}

.serviceWrapper .serviceSec .serviceIcon.volunteer{
    background-image: url(../images/volunteer.png);
}

.serviceWrapper .serviceSec .serviceIcon.supportCharity{
    background-image: url(../images/help.png);
}

.serviceRow .serviceSec:hover .serviceIcon.donation{
    background-image: url(../images/donation-hover.png);
}

.serviceRow .serviceSec:hover .serviceIcon.volunteer{
    background-image: url(../images/volunteer-hover.png);
}

.serviceRow .serviceSec:hover .serviceIcon.supportCharity{
    background-image: url(../images/help-hover.png);
}

.marginTop{
    margin-top: 50px;
}

.serviceRow .serviceSec{
    border:1px solid #eee;
    padding: 40px 20px;
    transition: all 0.3s linear;
}

.serviceSec .serviceDetails h5{
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0;
    text-align: center;
}

.serviceRow .serviceSec:hover{
    box-shadow: 0px -1px 9px 0px rgba(182,182,182,0.75);
    -webkit-box-shadow: 0px -1px 9px 0px rgba(182,182,182,0.75);
    -moz-box-shadow: 0px -1px 9px 0px rgba(182,182,182,0.75);
    cursor: pointer;
    background-image: url(../images/service-background.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    
}

.eventWrapper{
    position: relative;
}

.eventWrapper .eventBgimg{
    position: relative;
}


.eventWrapper .eventBgimg:after{
    content: '';
    background-color: rgb(254,200,91,0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.alleventRow .eventSlider{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
}

.eventWrapper .alleventWrapper{
        background: #f9f2e8;
        padding: 120px 0 150px 0;
}

.eventdetailsSec .eventDetails{
    background:#ffffff;
    padding:30px 30px;
}

.eventDetails .timeplaceSec span {
    padding-right: 10px;
    color: #ec1f24;
}

.eventDetails .timeplaceSec span:last-child {
    padding-left: 0px;
}

.eventdetailsSec .eventDetails h3{
    font-size: 20px;
    padding: 15px 0 0;
    font-weight: 500;
    line-height: 28px;
}

/*.alleventWrapper:after {
    content: '';
    background-image: url(../images/event-bgimg.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
}

.alleventWrapper .moveTop{
    position: relative;
    z-index: 1;
    top: 42px;
    left: 0;
    right: 0;
}*/

.eventWrapper .alleventWrapper .moveTop{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    /* right: 0; */
    transform: translate(-50%, -50%);
}
.eventWrapper .eventBgimg img{
    min-height: 483px;
}

.eventWrapper .heading h2{
    margin-bottom: 30px;
}

.eventWrapper .alleventWrapper .eventBtnwrap{
    position: relative;
}

.eventWrapper .alleventWrapper .btnSec{
    text-align: center;
    /* padding: 50px; */
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}


.aboutContentsec .heading h2{
    text-align: left;
}

.aboutContentsec .heading h2:before{
    margin: 0;
}

.btnSec.brandBtn a {

    border: 1px solid #ec1f24;
    background: #ec1f24;
}

.btnSec.brandBtn a:hover {
    border: 1px solid #ec1f24;
    background: transparent;
    color: #000000;
}

.aboutWrapper .aboutRow .aboutContentsec p{
    padding: 25px 0;
        line-height: 28px;
}

.aboutWrapper .aboutRow .aboutContentsec{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-45%, -50%);
}

.sectionSpace{
    margin: 100px 0;
}

.counterList .counterSec{
    text-align: center;
    padding: 30px 20px;
}

.counterList .counterSec h3{
    font-size: 35px;
    font-weight: bold;
    padding: 15px 0;
}

.counterList .counterSec h5{
    font-size: 20px;
    font-weight: 500;
    min-height: 50px;
}

.counterList .counterSec p{
    padding-top: 15px;
    display: none;
}

.counterRow .counterList ul{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}

.counterList li:nth-child(odd) {
    background:#eee;
}

.counterRow .counterList{
    background: #ffffff;
    padding: 10px 10px;
}

.counterRow .counterTitle p{
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    padding: 50px 100px;
    color: #ffffff;
}


.counterbgImg {
  background-image: url("../images/counter-paralax.jpg");
  min-height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonialSec .testimonialContent h4{
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
}

.testimonialSec .testimonialContent p{
    line-height: 25px;
    padding: 25px 0;
    font-style: italic;
}

.testimonialSec .testimonialContent p.designation{
    font-size: 14px;
    font-style: italic;
    padding: 2px 0;
}

.testimoialSlider.owl-carousel .owl-item img {
    display: block;
     width: auto; 
}

.testimoialSlider .testimonialSec {

    /*-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 75%);*/
    box-shadow: 0px -1px 9px 0px rgb(182 182 182 / 75%);
    -webkit-box-shadow: 0px -1px 9px 0px rgb(182 182 182 / 75%);
    -moz-box-shadow: 0px -1px 9px 0px rgba(182,182,182,0.75);
    padding:30px;
    border-radius: 10px;
    margin: 10px;
    
       
}

.testimonialWrapper .testimoialSlider{
    margin-top: 50px;
}


.footerWrapper{
    background: #27282d;
    padding: 50px 0
}

.footerWrapper .footerSec h2{
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}

.footerWrapper .footerSec p{
    color: #84868b;
    padding: 20px 0;
    line-height: 26px;
}

.footerWrapper .footerSec li a {
    color: #84868b;
}

.footerWrapper .footerSec li a:hover {
    color: #ec1f24;
}

.footerWrapper .footerSec li{
    margin-bottom: 10px;
}

.footerWrapper .footerSec ul{
    margin-top: 20px;
}

.footerWrapper .footerSec span {
    color: #ffffff;
    font-size: 20px;
}

.footerWrapper .footerSec li i {
    width: 35px;
}

.footerWrapper .socialiconDiv{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.footerWrapper .socialiconDiv .iconDiv {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 10px 0;
}

.footerWrapper .socialiconDiv .iconDiv:nth-child(even){
    margin-right: 0px;
}


.footerWrapper .socialiconDiv .iconDiv a {
    padding: 10px 0px;
    display: block;
    width: 100%;
    text-align: center;
}

#faceBook{
    background: #3a579b;
}

#twitter{
    background: #01abf0;
}

#youTube{
    background: #a92310;
}

#instaGram{
    background: #8a3ab9;
}

footer .copyrightWrapper{
    background: #232227;
    padding: 10px 0;
}
.copyrightWrapper p{
    color: #84868b;
    font-size: 14px;
    text-align: left;
}

.dropdown-menu{
    border-radius: 0;
    padding: 0;
}

.dropdown-item{
     padding: 10px 20px;
     color: #222;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #ec1f24;
}

.dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #ec1f24;
}


.inneraboutSec h2{
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
}

.inneraboutSec p.tagLine{
    padding: 30px 0 20px 0;
    color: #ec1f24;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0px;
}

.inneraboutSec p{
    margin-bottom: 20px;
    line-height: 25px;
}

.inneraboutSec p:last-child{
    margin-bottom: 0px;
}

.innersecSpace{
    padding-top: 30px;
}

.inneraboutRow:last-child .inneraboutSec h2{
    margin-bottom: 15px;
}

.inneraboutSec .innerImg{
    position: absolute;
    top: 0;
    left: 0;
}

.missionWrapper .inneraboutSec{
    position: relative;
    padding: 0 30px 0 80px;
}

.marginSec{
    margin: 50px 0;
}
.paddingSec{
    padding: 50px 0;
}

.bgLightgray{
    background:#f9f2e8;;
}

.innerobjectiveWrapper .inneraboutSec li:before{
    content: '';
    background-image: url('../images/right-tick.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.innerobjectiveWrapper .inneraboutSec li{
    position: relative;
    padding: 0 0 15px 30px;
}

.innerobjectiveWrapper .inneraboutSec ul{
    margin-top: 30px;
}



.innerbannerSec{
    background-image: url('../images/about-banner.jpg');
    width: 100%;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}

.innerbannerSec h3{
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
}

.innerbannerSec a{
        color: #ec1f24;
    font-size: 18px;
    padding-right:10px;
    border-right: 2px solid #ffffff;
    
}

.innerbannerSec a.activebreadCrumbs{
    padding-left: 8px;
    border-right: none;
    padding-right: 0;
    color: #ffffff;
    pointer-events: none;
}

.innerbannerSec .innerContent{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.innerobjectiveWrapper .inneraboutSec{
    padding: 50px 0;
}

.missionWrapper.paddingTop{
    margin: 50px 0 100px 0;
}

.inneraboutWrapper.paddingTop{
    margin: 100px 0 50px 0;
}

.teamSec .socialSec ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
    padding: 0 30px;
}

.socialSec .btnSec{
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
}

.teamSec{
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
}

.innereventsWrapper .innereventSec{
    margin-bottom: 50px;
}

.teamSec .socialSec{
    position: absolute;
    width: 100%;
    bottom: -100%;
    left: 0;
    background: linear-gradient(to bottom, transparent 0, rgba(236, 31, 36, .01) 5%, rgba(236, 31, 36, .75) 70%);
    height: 100%;
    transition: all linear 0.3s;
}

.teamSec:hover .socialSec{
    bottom: 0;
}


.teamSec .socialSec li a{
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #ffffff;
}

.teamSec .socialSec li a:hover span{
    color: #ffffff;
}

.teamSec .memberImg{
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.teamSec h5{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.teamSec .memberDetails{
    text-align: center;
    padding: 20px 20px;
}

.teamSec .socialSec li a.faceBook:hover{
    background: #3a579b;
}

.teamSec .socialSec li a.instaGram:hover{
    background: #8a3ab9;
}

.teamSec .socialSec li a.twitter:hover{
    background: #01abf0;
}

.teamSec .socialSec li a.youTube:hover{
    background: #a92310;
}

.ourteamWrapper .teamRow{
    margin-bottom: 20px;
}

.ourteamWrapper .teamRow:last-child{
    margin-bottom: 0px;
}

.contactusWrapper .heading .subTitle{
    padding: 25px 50px;
}

.contactusWrapper .contactdetailSec {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 50px 0;
    margin: 20px 0 50px 0;
    -webkit-box-shadow: 0px 1px 5px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px -3px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px -3px rgba(0,0,0,0.75);
}

.contactdetailSec .formSec{
    width: 100%;
    max-width: 65%;
    padding: 0 50px 0 50px;
}

.contactdetailSec .detailSec{
    width: 100%;
    max-width: 30%;
    background: #ec1f24;
    padding: 50px 30px;
}

.noteSec p{
    font-size: 18px;
    line-height: 28px;
    max-width: 50%;
    margin: 0 auto;
    padding: 30px 0 0px 0;
    color: #ffffff;
}

.noteSec span{
    font-weight: bold;
}

.contactdetailSec .forminputSec ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contactdetailSec .forminputSec li{
    width: 48%;
}

.contactdetailSec .forminputSec li:nth-child(5){
    width: 100%;
}

.forminputSec .form-control{
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ced4da;
    padding: 25px 0px;
    margin-bottom: 30px;
    color: #222;
    font-weight: 500;
}

.forminputSec .focus .form-control{
  
    border-bottom: 1px solid #ec1f24;

}

.forminputSec .form-group{
    position: relative;
}

.forminputSec label{
    position: absolute;
    top: 15px;
    left: 0px;
    pointer-events: none;
    transition: 0.1s ease all;
    -moz-transition: 0.1s ease all;
    -webkit-transition: 0.1s ease all;
    font-size: 16px;
}

.form-control:focus{
    box-shadow: none;
}

.forminputSec .focus label{
    top: -18px;
    font-size: 14px;
}

.contactdetailSec .formSec h3, .contactdetailSec .detailSec h3{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 50px;
    
}

.contactdetailSec .detailSec h3{
    color: #ffffff;
}

.forminputSec .sendBtn{
    color: #222;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 45px 10px 0px;
    position: relative;
}

.forminputSec .sendBtn:hover{
    color: #ec1f24;
}

.forminputSec .sendBtn:hover ::after{
    right: -5px;
}



.sendBtn:after{
    content: '';
    background-image: url(../images/send.png);
    width: 32px;
    height:32px;
    position: absolute;
    top: 8px;
    right: 0;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.detailSec .adddetailBox li .addIcon{
    position: absolute;
    top: 0;
    left: 0;
}

.detailSec .adddetailBox li{
    position: relative;
    padding: 0 0px 30px 30px;
    color: #ffffff;
    line-height: 28px;
}

.detailSec .adddetailBox li a{
    color: #ffffff;
}
.mapSec{
    margin: 40px 0 0 0;
}


.galleryWrapper .gallery-block.grid-gallery{
  padding-bottom: 0px;
  padding-top: 0px;
}

.galleryWrapper .gallery-block.grid-gallery .heading{
    margin-bottom: 50px;
    text-align: center;
}

.galleryWrapper .gallery-block.grid-gallery .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.galleryWrapper .gallery-block.grid-gallery a:hover{
  opacity: 0.8;
}

.galleryWrapper .gallery-block.grid-gallery .item img{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.galleryWrapper .gallery-block.grid-gallery .item{
  margin-bottom: 20px;
}

@media (min-width: 576px) {

  .galleryWrapper .gallery-block.grid-gallery .scale-on-hover:hover{
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}

.donatenowSec{
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.donatenowSec .donateContent h2{
    font-size: 60px;
    font-weight: bold;
    text-transform: capitalize;
    color: #ffffff;
    padding: 50px 50px 0 50px;
    max-width: 80%;
    margin: 0 auto;
}
.donatenowSec .donateContent h2 span{
    color: #fec85b;
}

.donatenowSec .donateContent p{
    font-size: 18px;
    line-height: 28px;
    max-width: 50%;
    margin: 0 auto;
    padding: 30px 0 40px 0;
    color: #ffffff;
}

.donatenowSec .donateLogo{
    margin-bottom: 30px;
}

.donatenowSec .donatebtn ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.donatenowSec .donatebtn li {
    margin-left: 25px;
}

.donatenowSec .donatebtn li:first-child{
    margin-left: 0;
}

.donatenowWrapper{
    background-image: url('../images/donation-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}

.donatenowSec .btnSec.brandBtn a:hover {
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
}

.donatenowSec .donateLogo{
        width: 200px;
    height: 200px;
    background: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto;
}

.donationPopup .popupSec{
    text-align: center;
}

.donationPopup .popupSec h5{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 30px;
    text-transform: capitalize;
}

.donationPopup .modal-header{
    border-bottom: none;
    padding: 0;
}

.donationPopup .modal-content{
    border-radius: 10px;
}

.donationPopup .modal-body{
    padding: 40px 20px;
}

.donationPopup .modal-header .close{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
}

.donationPopup#bankDetails .popupSec {
    text-align: left;
}

.popupSec li span{
    font-weight: 600;
}

.donationPopup#bankDetails .popupSec li{
    padding: 0 0 15px 30px;
    position: relative;
}


.donationPopup#bankDetails .popupSec li:before{
    content: '';
    background-image: url(../images/right-tick.png);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.innereventSec .eventdetailsBox h5 {
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0 10px 0;
}

.innereventSec .eventdetailsBox ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  
}

.innereventSec .eventdetailsBox li{
    padding-right: 25px;
}

.innereventSec .eventdetailsBox li span{
    color: #ec1f24;
    font-size: 16px;
    padding-right: 5px;
}

.innereventSec .eventdetailsBox p{
    padding: 10px 0 25px 0;
    line-height: 26px;
}

.innereventSec .eventimgBox{
    border-radius: 10px;
    overflow: hidden;
}

.innereventsWrapper .innereventsRow{
    margin-bottom: 40px;
}

.innereventsWrapper .innereventsRow:last-child{
    margin-bottom: 0px;
}

.firstContainer{
    display: none;
}

.pagginationSec ul {
    display: flex;
    flex-direction: revert;
    justify-content: center;
    margin-top: 50px;
}

.pagginationSec ul li {
    /*width: 50px;
    height: 40px;*/
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    border-radius: 5px;
    border: 1px solid #666;
}

.pagginationSec li a {
    padding: 10px 20px;
    display: block;
}

.pagginationSec .activeTab{
    background: #ec1f24;
    border: 1px solid #ec1f24;
}

.pagginationSec .activeTab a{
    color: #ffffff;
}

.innereventSec .btnSec.brandBtn a {
    border: 1px solid #ec1f24;
    background: transparent;
    color: #222;
}

.innereventSec .btnSec.brandBtn a:hover {
    border: 1px solid #ec1f24;
    background: #ec1f24;
    color: #ffffff;
}

.innereventDetails .eventHeading h2{
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 40px;
    text-transform: capitalize;
}

.innereventDetails .eventContent p{
    padding: 30px 0 30px 0;
    line-height: 26px;
}

.innereventDetails .eventContent p:nth-child(2){
    padding-top: 0;
}

.innereventDetails .eventContent p:last-child{
    padding: 0;
}

.eventinfoSec .eventinfoDiv{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}

.eventinfoSec .eventTitle{
    width: 50%;
}

.eventinfoSec .eventDiscription{
    width: 100%;
}

.eventinfoSec .eventTitle li{
    font-weight: 500;
    margin-bottom: 15px;
    color: #222;
}

.eventinfoSec .eventTitle li.twlineSpace{
    margin-bottom: 40px;
}

.eventinfoSec .eventDiscription li{
    margin-bottom: 15px;
}

.innereventDetails .eventinfoSec h4{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.innereventDetails .eventinfoSec h4.headingSpace{
    margin-top: 40px;
}

.innereventDetails .eventinfoSec{
    background: #f5f6fa;
    padding: 30px 30px;
}

.homeIcon{
    background: #ffffff;
    position: absolute;
    right: 50px;
    top: 50px;
    border-radius: 10px;
    transition: all linear 0.5s;
    z-index: 99;
}

.homeIcon span{
    color: #222;
    font-size: 20px;
}

.homeIcon:hover span{
    color: #ffffff;
}

.homeIcon:hover{
    background: #ec1f24;
}


.homeIcon a{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.donationPopup.aboutvideoPopup .modal-body {
    padding: 10px 10px 3px 10px;
}

.donationPopup.aboutvideoPopup .modal-header .close{
    top: 16px;
    right: -26px;
    background: #fff;
    opacity: 1;
}

.serviceWrapper a:hover{
    color: #666 !important;
}

.counterRow .counterList li {
    width: 25%;
}

.navbar-light .navbar-brand {
        display: none;
}

.comingeventWrapper .topcolorSec{
    background: #f9f2e8;
    height: 100%;
    padding: 103px 0;
}

.comingeventWrapper .commingeventSlider{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 80px 0;
    position: relative;
    z-index: 999;
}

.commingeventSlider .item {
    max-width: 32%;
    width: 100%;
}


.comingeventWrapper .bottomcolrSec:after {
    content: '';
    background: rgb(254,200,91,0.8);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 478px;
}

.comingeventWrapper{
    position: relative;
}
.topcolorSec .btnSec.brandBtn{
    margin: 0 auto;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ec1f24 !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px !important;
}

.topscrollWrap .topscrolSec{
    background: #ec1f24;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
}

.topscrollWrap .topscrolSec a{
    width: 50px;
    height: 50px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topscrollWrap .topscrolSec a span{
    color: #ffffff;
}

.topscrollWrap{
    display: none;
}

.trusteepopupSec h5{
    font-weight: 600;
    font-size: 20px;
}

.trusteepopupSec .modal-body{
    padding: 20px 25px 25px 25px;
}

.trusteepopupSec .modal-header{
    padding: 25px 25px 0 25px;
    border-bottom: none;
}

.trusteepopupSec p{
    margin-bottom: 10px;
    line-height: 26px;
}
.trusteepopupSec .modal-content{
    border-radius: 10px;
}

.trusteeDetailssec .brandBtn{
    margin-top: 20px;
}

.thankuWrapper .thankuRow {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
}

.thankuContent h3 {
    font-weight: 500;
    margin: 0;
    font-size: 40px;
    padding: 20px 0;
    color: #222;
}

.thankuContent p {
    margin: 0;
    font-size: 18px;
}

.thankuContent p {
    margin: 0;
    font-size: 18px;
}
.thankuBtn {
    width: 60%;
    padding-top: 50px;
    padding-bottom: 0px;
    margin: 0 auto;
}

.thankuBtn ul li {
    display: inline-block;
    width: 32%;
    margin-right: 20px;
}

.thankuBtn a:last-child {
    margin-right: 0px;
}

.thankuBtn a {
    border-radius: 20px;
    border: 1px solid #424443;
    padding: 10px 40px;
    margin-right: 20px;
    display: block;
}

.thankuBtn ul li:last-child {
    margin-right: 0px;
}

.thankuBtn a:last-child {
    margin-right: 0px;
}

.footerSocialicon {
    padding-top: 20px;
}

.thankuSocialicon p {
    
    font-size: 20px;
    color: #666;
    padding: 20px 0;
}

.socialmediaBox ul {
    text-align: center;
}

.socialmediaBox.footerSocialicon ul li {
    border: 1px solid #000000;
}

.footerSocialicon ul li:first-child {
    margin-left: 0px;
}

.footerSocialicon ul li {
    display: inline-block;
    border: 1px solid #ffffff;
    margin-left: 10px;
    overflow: hidden;
    height: 30px;
    width: 30px;
    text-align: center;
}

.footerSocialicon ul li a {
    /* padding: 5px 10px; */
    display: block;
}

.socialmediaBox.footerSocialicon ul li span {
    color: #000000;
}

.footerSocialicon ul li span {
    color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
    line-height: 28px;
}

.socialmediaBox li span {
    color: #000000;
    font-size: 14px;
}

.footerSocialicon ul li:hover span {
    
    margin: -28px 0 0 0;
}


.thankuBtn ul li a:hover {
    border-color: #ec1f24;
}

.thankuBtn a:hover {
    color: #ec1f24 !important;
    text-decoration: none;
}

/*..........Media Query Start Here..........*/



@media screen and (max-width: 1366px) {
.thankuBtn ul li {
    
    width: 40%;
    
}
}


@media screen and (max-width: 1199px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 18px;
        padding-left: 18px;
    }

    .footerWrapper .socialiconDiv .iconDiv {
        width: 46%;
    }
    .paddingTop {
        margin: 80px 0;
    }
    .counterRow .counterList li {
        width: 30%;
    }
    .inneraboutWrapper.paddingTop {
        margin: 80px 0 50px 0;
    }
    .donatenowSec .donateContent h2{
        font-size: 50px;
    }
    .marginTop {
        margin-top: 30px;
    }
    .sectionSpace {
        margin: 80px 0;
    }
    .comingeventWrapper .topcolorSec {
        padding: 80px 0;
    }
    .comingeventWrapper .bottomcolrSec:after{
        min-height: 420px;
    }

    .causeWrapper .causeRow .causeSec {
        padding: 30px 15px;
        
    }
}

@media screen and (max-width: 991px) {

    .causeWrapper .causeRow .causeSec {
        padding: 30px 30px;
    }
    .causeSec .causeDetails h3 {
        font-size: 23px;
    }
    .causeSec#causeThird .causeDetails h3{
        font-size: 23px;
    }

    .btnSec a{
        padding: 8px 30px;
    }
    .paddingTop {
        margin: 50px 0;
    }
    .marginTop {
        margin-top: 20px;
    }
    .serviceSec .serviceDetails h5{
        font-size: 18px;
        min-height: 80px;
    }
    .heading h2{
        font-size: 28px;
    }
    .counterRow .counterTitle p{
        font-size: 20px;
        padding: 35px 50px;
    }
    .counterRow .counterList li {
        width: 50%;
    }
    .counterbgImg{
        min-height: 800px
    }
    .counterList li:nth-child(odd) {
        background: #eee;
    }
    .counterList li:nth-child(2) {
        background: #eee;
    }
    .counterList li:nth-child(1) {
        background: #ffffff;
    }
    .innerbannerSec{
        min-height: 200px;
    }
    .innerbannerSec h3{
        font-size: 28px;
    }
    .inneraboutWrapper.paddingTop {
        margin: 50px 0 50px 0;
    }
    .missionWrapper .inneraboutSec {
        padding: 0 10px 0 80px;
    }
    .innereventSec .eventdetailsBox ul {
        flex-direction: column;
    }
    .innereventSec .eventdetailsBox li {
        padding-bottom: 10px;
    }
    .innereventSec .eventdetailsBox li:last-child{
        padding-bottom: 0px;
    }
    .innereventSec .eventdetailsBox h5{
        min-height: 80px;
    }
    .pagginationSec ul{
            margin-top: 10px;
    }
    .donatenowSec .donateContent h2 {
        font-size: 40px;
        max-width: 100%;
    }
    .donatenowSec .donateContent p{
        max-width: 80%;
    }
    .donatenowSec .donateLogo{
        width: 150px;
        height: 150px;
    }

    .donatenowSec .donateLogo img{
        width: 100px;
    }
    .contactusWrapper .contactdetailSec{
        flex-direction: column;
        padding: 30px 0 0 0;
    }
    .contactdetailSec .formSec {
        width: 100%;
        max-width: 100%;
        padding: 0 30px 30px 30px;
    }
    .contactdetailSec .detailSec {
        width: 100%;
        max-width: 100%;
        background: #ec1f24;
        padding: 30px 30px;
    }
    .detailSec .adddetailBox li:last-child{
        padding-bottom: 0;
    }
    .innereventDetails .eventHeading h2{
        font-size: 24px;
    }
    .contactusWrapper .heading .subTitle {
        padding: 25px 25px;
    }
    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.5);
        border-color: #ffffff;
        background-color: #ffffff;
    }
    .bannerSec .bannerContent h4 {
        font-size: 20px;
    }
    .bannerSec .bannerContent h2 {
        font-size: 30px;
    }
    .navbar-nav{
        padding: 15px 0;
    }
    .navbar-light .navbar-brand {
        color: #ffffff;
        display: none;
    }
    .navbar-toggler-icon{
        width: 25px;
        height: 25px;
    }
    .navbar-light .navbar-toggler-icon.closeicon{
        background-image: url(../images/cancel.png);
        width: 16px;
        height: 16px;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url(../images/menu.png);
        width: 24px;
        height: 24px;
    }
    .navbar-toggler{
        padding: 0;
        width: 40px;
        height: 35px;
        border-radius: 0px;
    }
    .counterRow .counterList ul{
        flex-wrap: wrap;
    }

    .commingeventSlider .item {
        max-width: 100%;
        width: 100%;
    }
    .comingeventWrapper .bottomcolrSec:after {
        min-height: 375px;
    }
    .comingeventWrapper .topcolorSec {
        padding: 50px 0;
    }
    .comingeventWrapper .commingeventSlider{
            margin: 50px 0;
    }

    .topscrollWrap .topscrolSec a {
        width: 40px;
        height: 40px;
    }

    .topscrollWrap .topscrolSec {
        bottom: 40px;
        right: 15px;
    }

    .thankuBtn {
        width: 100%;
       
    }

    .thankuBtn ul li {
        width: 32%;
    }

    
}


@media screen and (max-width: 767px) {
    .causeWrapper .causeRow {
        flex-direction: column;
    
    }
    .alleventRow .eventSlider{
        flex-direction: column;
    }
    .counterRow .counterList ul{
        flex-direction: column;
    }
    .heading h2 {
        font-size: 25px;
    }
    .paddingTop {
        margin: 30px 0;
    }
    .causeSec .causeDetails h3 {
        font-size: 20px;
    }
    .causeSec#causeThird .causeDetails h3 {
        font-size: 20px;
    }
    .serviceSec .serviceDetails h5 {
        font-size: 18px;
        min-height: 0;
    }
    .serviceRow .serviceSec{
        margin-bottom: 15px;
    }
    .aboutWrapper .aboutRow .aboutContentsec {
        position: inherit;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translate(0%, -50%);
        padding-top: 30px;
    }
    .counterRow .counterTitle p {
        font-size: 18px;
        padding: 20px 20px;
    }
    .counterRow .counterList li {
        width: 100%;
    }
    .counterList li:nth-child(1) {
        background: #eee;
    }
    .counterList li:nth-child(odd) {
        background: #eee;
    }
    .counterList li:nth-child(2) {
        background: #ffffff;
    }
    .counterbgImg {
        min-height: 1250px;
    }
    .innerbannerSec h3 {
        font-size: 25px;
    }
    .inneraboutSec h2 {
        font-size: 18px;
        line-height: 26px;
    }
    .inneraboutRow:last-child .inneraboutSec h2 {
        margin-bottom: 0;
    }
    .missionWrapper .inneraboutSec {
        padding: 0 10px 30px 80px;
    }

    .missionWrapper.paddingTop {
        margin: 50px 0 50px 0;
    }
    header .topbandSec ul{
        flex-direction: column;
    }
    header .topbandSec ul li:last-child {
        border-right: none;
        padding-left: 0;
        padding-bottom: 0px;
    }
    header .topbandSec ul li{
        border-right: none;
        padding-bottom: 10px;
    }
    .footerWrapper {
        padding: 30px 0;
    }
    .inneraboutWrapper.paddingTop {
        margin: 30px 0 30px 0;
    }
    .innerobjectiveWrapper .inneraboutSec {
        padding: 30px 0;
    }
    .missionWrapper.paddingTop {
        margin: 30px 0 0px 0;
    }
    .innerbannerSec .innerContent {
        width: 100%;
    }
    .innereventSec .eventdetailsBox h5 {
        min-height: 0;
    }
    .innereventsWrapper .innereventSec {
        margin-bottom: 30px;
    }
    .innereventsWrapper .innereventsRow {
        margin-bottom: 20px;
    }
    .innerbannerSec{
        background-position: left;
    }
    .innereventDetails .eventinfoSec {
        padding: 20px 20px;
        margin-top: 20px;
    }
    .innereventDetails .eventHeading h2 {
        font-size: 20px;
    }
    .donatenowSec .donateContent h2 {
        font-size: 25px;
        max-width: 100%;
        padding: 20px 10px 0 10px;
    }
    .donatenowSec .donateContent p {
        max-width: 90%;
    }
    .donatenowSec .donatebtn ul{
        flex-direction: column;
    }
    .donatenowSec .donatebtn li {
        margin-left: 0;
        margin-bottom: 20px;
    }
    .donatenowSec .donateLogo img {
        width: 70px;
    }
    .donatenowSec .donateLogo {
        width: 100px;
        height: 100px;
    }
    .homeIcon a {
        width: 50px;
        height: 50px;
    }
    .homeIcon{
        right: 10px;
        top: 10px;
    }
    .contactusWrapper .heading .subTitle {
        padding: 20px 20px;
    }
    .contactdetailSec .forminputSec li {
        width: 100%;
    }
    .contactdetailSec .forminputSec ul {
        flex-direction: column;
    }
    .contactdetailSec .formSec h3, .contactdetailSec .detailSec h3{
        margin-bottom: 30px;
    }
    .contactusWrapper .contactdetailSec {
        flex-direction: column;
        padding: 20px 0 0 0;
    }
    .socialiconSec {
        display: none;
    }
    .navbar-light .navbar-brand {
        color: #ffffff;
        display: block;
    }
    .donationPopup.aboutvideoPopup .modal-header .close {
        top: -32px;
        right: 16px;
    }

    .bannerWrapper .owl-nav .owl-prev:before{
        left: 25px;
        background: url(../images/long-left-arrow-mb.png);
        width: 24px;
        height: 24px;
    }
    .bannerWrapper .owl-nav .owl-prev span{
        left: 15px;
        padding: 15px 20px;
    }
    .bannerWrapper .owl-nav .owl-next:before{
        right: 25px;
        background: url(../images/long-right-arrow-mb.png);
        width: 24px;
        height: 24px;
    }
    .bannerWrapper .owl-nav .owl-next span{
        right: 15px;
        padding: 15px 20px;
    }
    .commingeventSlider .item {
        max-width: 90%;
        width: 100%;
        margin: 0 auto;
    }
    .comingeventWrapper .commingeventSlider {
        margin: 25px 0;
        line-height: 0;
    }
    .comingeventWrapper .bottomcolrSec:after {
        min-height: 335px;
    }
    .eventdetailsSec .eventDetails {
        padding: 20px 20px;
    }
    .btnSec a {
        padding: 6px 20px;
    }

    .trusteepopupSec .modal-body {
        padding: 15px 15px 20px 20px;
    }

    .trusteepopupSec .modal-header {
        padding: 15px 15px 0 15px;
    }

    .trusteepopupSec .trusteeDetailssec{
        max-height: 400px;
        overflow-x: scroll;
    }
    .trusteepopupSec p {
        padding-right: 20px;
    }
    .trusteepopupSec .modal-content img{
        width: 20px;
    }

    .causeWrapper .causeRow .causeSec {
        
        width: 100%;
    }

    .thankuContent h3 {
       
        font-size: 22px;
       
    }
    .thankuBtn {
        width: 80%;
        padding-top: 25px;
    }
    .thankuBtn ul li {
    width: 100%;
    margin-bottom: 20px;
}



    
    

}



/*..........Media Query End Here..........*/


