@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Raleway:300,500,600&display=swap');
@font-face {
    font-family: 'nexaextra_light';
    src: url('../fonts/nexa-extralight-webfont.woff2') format('woff2'),
         url('../fonts/nexa-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nexaheavy';
    src: url('../fonts/nexa-heavy-webfont.woff2') format('woff2'),
         url('../fonts/nexa-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*, html {
    font-family: 'Roboto', sans-serif;
}
a:focus {
  outline: none !important;
}
.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border-color: transparent;
}
.btn:active {
    color: #d2232a !important;
    background-color: #fff !important;
    border-color: #fff !important;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
a {
    outline: 0 !important;
    text-decoration: none !important;
}
p {
    font-weight: 300;
}
button {
    outline: 0 !important;
}
h2.sectionTitle::before {
    content: '';
    width: 50px;
    position: absolute;
    height: 1px;
    bottom: 0;
    z-index: 2;
}
h2.sectionTitle::after {
    content: '';
    width: 100px;
    position: absolute;
    height: 1px;
    bottom: 0;
    background: #b8b8b8;
}
h2.sectionTitle.dark::before {
    background: #000;
}
/*h2.sectionTitle.red::before {
    background: #d2232a;
}*/
.fit-image {
    object-fit: cover;
}
.section-padding {
    padding: 100px 0;
}
.sp-top {
    padding-top: 100px;
}
.sp-bottom {
    padding-bottom: 100px;
}
.lcmButton {
    border-radius: 30px;
    border: 2px solid #fff;
    padding: 6px 20px;
    transition: 0.5s;
}
.lcmButton.white {
    color: #fff;
    background: #d2232a;
}
.lcmButton.dark {
    color: #d2232a !important;
    background: #fff;
}
.lcmButton.dark:hover {
    color: #fff !important;
    background: transparent;
    border-color: #fff;
}
.lcmButton.white:hover {
    color: #d2232a !important;
    background: transparent;
    border-color: #d2232a;
}

.ad{ text-align:center; }

.ad img{ max-width:100%; }

.at{ margin-top:50px; }

/*header section*/

.hdr_spc{ height:150px; background:#c1c1c1; }

.header {
    z-index: 9999; position:fixed; background:#c1c1c1; padding-bottom:20px;
}
.header .contactDetails li:nth-child(2) {
    border-right: 1px solid rgba(255,255,255,0.20);
}
.header .top-header .fa-phone-alt, .header .top-header .fa-envelope {
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #242424;
    border-radius: 50%;
    margin-right: 10px;
}
.header .top-header .fab {
    padding: 0 12px;
}
.header .top-header a {
    color: #fff;
}
.header .top-header .container .row [class*="col-"]:last-child {
    padding-top: 6px;
    padding-bottom: 6px;
    background: #d2232a;
}
.header .top-header .container .row [class*="col-"]::after {
    content: '';
    width: 100vw;
    position: absolute;
    height: 100%;
    top: 0;
    background: #d2232a;
    right: -100vw;
}
.header nav {
  /*background: #fff !important;*/
  padding: 0 15px;
  position: relative;
  z-index: 0;
}
.header .navbar-brand {
    position: absolute;
    top: -45px;
    left: 0;
    z-index: 9;
}
.header nav ul > li > a {
  color: #000 !important;  
}
.header nav ul.navbar-nav {
    margin-top: 3px;
    align-items: center;
}
.header nav ul.navbar-nav {
    margin-top: 20px;
}
.header nav ul.navbar-nav li a {
    text-transform: uppercase;
    transition: 0.3s;
    font-size: 15px;
    border: 1px solid transparent;
    border-radius: 30px;
    margin: 0 2px;
}
.header nav ul.navbar-nav > li > a {
    font-weight: 300;
    font-size: 12px;
    transition: 0.3s;
    padding: 5px 0 2px;
}
.header nav ul.navbar-nav li a img {
    margin-right: 10px;
}
.header nav ul.navbar-nav li a i {
    font-size: 16px;
}
.header nav ul.navbar-nav > li > a:hover, .header nav ul.navbar-nav > li > a.active {
    color: #d2232a !important;
    border-color: #d2232a;
}
.header .navbar-expand-lg .navbar-nav li > a.dropdown-toggle::after {
    border: 1px solid #242424;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
}
.header .navbar-expand-lg .navbar-nav li:hover a.dropdown-toggle::after {
    border-color: #d2232a;
}
.dropdown-menu::before {
    content: ;
    content: '';
    width: 15px;
    position: absolute;
    height: 15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d2232a;
    top: -5px;
    left: 30px;
}
.dropdown-item:hover {
    background: transparent !important;
}

.dropdown-item{ border-radius:0 !important; border-bottom:1px dotted #fff !important; }

.dropdown-item:last-child{ border-bottom:none !important; }

.dropdown-item:hover{ background:#010204 !important; }


.dropdown{
    border-radius:0;
    border:0;
}
.dropdown-menu {
    background: #d2232a;
    border: 0;
    top: 100%;
    border-radius: 0;
    padding-top: 20px;
    background: -moz-linear-gradient(bottom, #d2232a 90%, rgba(255,255,255,0) 10%);
    background: -webkit-linear-gradient(bottom, #d2232a 90%, rgba(255,255,255,0) 10%);
    background: -ms-linear-gradient(bottom, #d2232a 90%, rgba(255,255,255,0) 10%);
    background: -o-linear-gradient(bottom, #d2232a 90%, rgba(255,255,255,0) 10%);
	
}
.dropdown-menu a::before {
    content: '';
    border: 1px solid #fff;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-bottom: 0;
    border-left: 0;
    position: absolute;
    top: 10px;
    left: 6px;
}
.dropdown-item:hover{
    background:#085ca5;
    color:#fff;
}
.dropdown-menu a:hover {
    padding-left: 18px;
    color: #ffbabd;
}
.dropdown-menu a{
    color:#fff;
    transition: 0.5s;
}
/*---------------------------------------------------
:::::Banner Section
---------------------------------------------------*/

.slider_area{ background:#c1c1c1; padding-bottom:100px; }

.bannerSlider .container {
    position: absolute;
}
.bannerSlider .item .contentBox {
    width: 60%;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    background: rgba(0,0,0,0.70);
    padding: 30px;
}
.bannerSlider .item .contentBox > h1, .bannerSlider .item .contentBox > p {
    color: #fff;
}
.bannerSlider .item .contentBox > h1 > span, .product .item .contentBox > h1 > span, 
.testimonials .item .contentBox > h1 > span {
    color: #d2232a;
}
.bannerSlider .owl-dots {
    position: absolute;
    padding-left: 15px;
    margin-top: 0 !important;
	width:100%;
	bottom:-30px;
	top:auto !important;
}
.bannerSlider .owl-dots button span, .product .owl-dots button span, .testimonials .owl-dots button span {
    width: 25px !important;
    height: 5px !important;
    margin: 0 10px 0 0 !important;
    background: #fff !important;
    transition: 0.5s all;
}
.bannerSlider .owl-dots button.active span, .product .owl-dots button.active span, 
.testimonials .owl-dots button.active span {
    width: 50px !important;
    background: #d2232a !important;
    transition: 0.5s;
}
/*---------------------------------------------------
:::::Our Events Section
---------------------------------------------------*/
.eventsArea .row {
    margin-bottom: 30px;
}
.eventsArea .row:last-child {
    margin-bottom: 0;
}
/*---------------------------------------------------
:::::Promotional Box Section
---------------------------------------------------*/
.promotionalArea {
    /*margin-top: -90px;*/
    z-index: 2;
}
.promotionalArea .container .row [class*="col-"] {
    margin-bottom: 55px;
}
.promotionalArea .mainBox {
    background: #000;
}
.promotionalArea .mainBox > img {
    opacity: 0.7;
}
.promotionalArea .mainBox > .contDetails > .imgBox {
    background: url(../images/iconBg.png) center no-repeat;
    background-size: contain;
}
.promotionalArea .mainBox > .contDetails > h5 {
    text-shadow: 0px 2px 0px #151515;
}
.promotionalArea .mainBox .detailsArrow {
    width: 50px;
    height: 50px;
    bottom: -25px;
    line-height: 54px;
    padding: 0;
    background: #000;
    transition: 0.5s;
}
.promotionalArea .container .row [class*="col-"]:nth-child(3) .mainBox .detailsArrow > i {
    padding-left: 5px;
}
.promotionalArea .mainBox .detailsArrow:hover {
    background: #d2232a;
}
/*---------------------------------------------------
:::::About Section
---------------------------------------------------*/
.aboutArea {
    background: #efefef;
}
.aboutArea h2.secTitle::after {
    content: '';
    width: 80%;
    position: absolute;
    height: 2px;
    bottom: 0;
    background: -moz-linear-gradient(right, #232323 70%, #d2232a 30%);
    background: -webkit-linear-gradient(right, #232323 70%, #d2232a 30%);
    background: -ms-linear-gradient(right, #232323 70%, #d2232a 30%);
    background: -o-linear-gradient(right, #232323 70%, #d2232a 30%);
    left: 0;
}
.aboutArea h2.secTitle > span {
    color: #d2232a;
}
/*---------------------------------------------------
:::::Classes Offer Section
---------------------------------------------------*/
.classOffer {
    background: url(../images/classOffer.png) no-repeat;
    background-color: #d2232a;
    background-blend-mode: multiply;
}
.classOffer .videoBox > img {
    opacity: 0.7;
}
.classOffer ul.classListing li::before, .didKnow ul.classListing li::before {
    content: '';
    width: 16px;
    background: url(../images/listStyle.png) no-repeat;
    background-size: contain;
    height: 13px;
    margin-right: 10px;
    display: inline-block;
}
.classOffer .videoBox::before, .didKnow .imgBox::before {
    content: '';
    width: 80%;
    position: absolute;
    height: 80%;
    bottom: -40px;
    border: 2px solid #fff;
    left: -35px;
    z-index: 0;
}
.classOffer .videoBox > .videoButton > i {
    font-size: 60px;
    color: #f00;
}
.classOffer .videoBox > .videoButton > i::before {
    background: #fff;
    width: 65px;
    height: 31px;
    display: inline-block;
    border-radius: 50px;
    line-height: 30px;
}
/*---------------------------------------------------
:::::Gallery Section
---------------------------------------------------*/
.gallery h2.secTitle, .testimonials h2.sectionTitle, .sponsor h2.sectionTitle, .mainFooter h5 {
    color: #d2232a;
}
.gallery .container-fluid {
    padding:  0;
}
.gallery .imageBox {
    background: #d2232a;
}
.gallery .imageBox img {
    transition: 0.5s;
}
.gallery .imageBox .contentModel {
    transform: scaleY(0);
    transition: 0.5s;
}
.gallery .imageBox:hover img {
    opacity: 0.1;
}
.gallery .imageBox:hover .contentModel {
    transform: scaleY(1);
}
/*---------------------------------------------------
:::::Product Section
---------------------------------------------------*/
.product::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 330px;
    top: 0;
    background: url(../images/productBg.jpg) no-repeat;
    left: 0;
    background-size: cover;
    z-index: 0;
}
.product .owl-carousel .owl-item .item img {
    border: 6px solid #fff;
}
.product .owl-dots button span, .testimonials .owl-dots button span {
    background: #000 !important;
}
/*---------------------------------------------------
:::::Testimonials Section
---------------------------------------------------*/
.testimonials {
    background: url(../images/testimonialBg.jpg) no-repeat;
    background-size: cover;
    background-position: top left;
}
.testimonials .owl-carousel .owl-item .item img {
    width: 104px;
}
.testimonials .owl-carousel .owl-item .item {
    background: -moz-linear-gradient(bottom, #fff 84.5%, rgba(255,255,255,0) 15.4%);
    background: -webkit-linear-gradient(bottom, #fff 84.5%, rgba(255,255,255,0) 15.4%);
    background: -ms-linear-gradient(bottom, #fff 84.5%, rgba(255,255,255,0) 15.4%);
    background: -o-linear-gradient(bottom, #fff 84.5%, rgba(255,255,255,0) 15.4%);
}
.testimonials .owl-carousel .owl-item .item h5 > small {
    color: #d2232a;
}
/*---------------------------------------------------
:::::Donate Section
---------------------------------------------------*/
.donate {
    background: url(../images/donationBg.jpg) no-repeat;
    background-size: cover;
	padding:60px 0;
}
.donate h2.sectionTitle {
    color: #000;
}
.donate h2.sectionTitle > span {
    color: #fff;
}
.donate p {
    font-size: 1.2rem;
}
.donate strong {
    font-size: 1.5rem;
}
/*---------------------------------------------------
:::::Newsletter Section
---------------------------------------------------*/
.newsLetter {
    background: #d2232a;
    height: 100px;
    border-radius: 50px;
    margin-bottom: -50px;
    z-index: 999;
}
.newsLetter form input {
    font-size: 15px;
    padding: 12px 15px 12px 20px;
    border-radius: 30px;
    width: 72%;
}
.newsLetter form .lcmButton {
    background: #000;
    border-color: #000;
    padding: 12px 25px 8px;
}
.newsLetter form .lcmButton:hover {
    background: transparent;
    border-color: #fff;
}
.newsLetter #newsLetterResponse {
    font-size: 12px;
    bottom: -20px;
}
/*---------------------------------------------------
:::::Footer Section
--------------------------------------------------*/
.mainFooter {
    background: #151515;
    padding: 120px 0 30px;
    position: relative;
}
.mainFooter h4 {
    font-size: 32px;
    color: #5d5d5d;
    margin-top: 20px;
}
.mainFooter .bottomshape {
    bottom: auto;
    top: 0;
    clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 0%);
}
.mainFooter .bottomshape::after {
    top: -10px;
    bottom: auto;
    clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 0%);
}
.mainFooter [class*="col-"]:nth-child(1) img {
    opacity: 0.6;
    filter: grayscale(1);
}
.mainFooter ul {
    padding: 0;
    list-style: none;
}
.mainFooter ul.contactDets li img {
    position: absolute;
    left: 0;
}
.mainFooter ul li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.mainFooter ul.footerLinks {
    column-count: 2;
    column-gap: 10px;
}
.mainFooter ul.footerLinks li {
    margin-bottom: 10px;
}
.mainFooter ul.footerLinks li a {
    position: relative;
    margin-bottom: 10px;
    display: block;
    padding-left: 20px;
}
.mainFooter ul.footerLinks li a.active, .mainFooter ul li a:hover {
    color: #ed1c24;
}
.mainFooter ul.footerLinks li a::before {
    content: '\f101';
    position: absolute;
    left: 0;
    top: 3px;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    font-size: 13px;
    color: #ed1c24;
}
.bottomFooter ul.footerSocial {
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 0;
}
.bottomFooter ul.footerSocial li a {
    width: 30px;
    height: 30px;
    display: block;
    color: #7e7d7e;
    text-align: center;
    transition: 0.3s;
}
.bottomFooter ul.footerSocial li a:hover {
    color: #fff;
}
.bottomFooter {
    background: #000;
}
.bottomFooter p {
    color: #fff;
    margin: 0;
    padding: 20px 0;
    font-size: 15px;
}
.bottomFooter p > a {
    color: #ed1c24;
    text-decoration: underline !important;
    transition: 0.3s;
}
.bottomFooter p > a:hover {
    color: #fff;
}
.mainFooter h5::after {
    content: '';
    height: 1px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*---------------------------------------------------
:::::Inner Banner Section
---------------------------------------------------*/
.coloRed {
    color: #d2232a;
}
.bgred {
    background: #d2232a;
}
.innerBanner .pageTitle > h1 {
    font-size: 30px;
}
.innerBanner .pageTitle > ul {
    background: rgba(0,0,0,0.70);
    border-radius: 0 30px 30px 0;
}
.innerBanner .pageTitle > ul li a {
    transition: 0.5s;
}
.innerBanner .pageTitle > ul li a:hover, .innerBanner .pageTitle > ul li a.active {
    color: #fff;
}
/*---------------------------------------------------
:::::About Page
---------------------------------------------------*/
.aboutPage {
    background: transparent;
}
.aboutPage .content > img {
    width: 300px;
    float: left;
    margin: 0 30px 30px 0;
}
.aboutPage .content > img {
    width: 300px;
    float: left;
    margin: 0 30px 30px 0;
}
.aboutPage .imgBox {
    background: #efefef;
}

/*---------------------------------------------------
:::::Podcasts Page
---------------------------------------------------*/

.pdcsts{ padding-top: 33px; }

.each_podcast{ background: #dddddd; padding-bottom: 25px; margin-top: 33px; text-align: center; }

.podimg{ position: relative; }

.podimg img{ width: 100%; }

.play{ text-align: center; position: absolute; width: 100%; top: 50%; transform: translateY(-50%); }

.play img{ width: auto; }

.each_podcast h3{ font-weight: bold; color: #d2232a; font-size: 24px; margin: 25px 0 0; padding: 0; }

.each_podcast h4{ font-weight: bold; color: #000; font-size: 24px; margin: 5px 0 0; padding: 0; }


/*---------------------------------------------------
:::::Contact Page
---------------------------------------------------*/

.cntct{ padding-top: 66px; }

.cntct_bx{ background: #e7e7e7; padding: 35px; margin-bottom: 37px; }

.cntct_bx h3{ position: relative; color: #232323; font-size: 30px; font-weight: 600; font-family: 'Raleway', sans-serif; padding-bottom: 18px; margin-bottom: 25px; }

.cntct_bx h3::after{ content: '';
    width: 40%;
    position: absolute;
    height: 2px;
    bottom: 0;
    background: -moz-linear-gradient(right, #232323 70%, #d2232a 30%);
    background: -webkit-linear-gradient(right, #232323 70%, #d2232a 30%);
    background: -ms-linear-gradient(right, #232323 70%, #d2232a 30%);
    background: -o-linear-gradient(right, #232323 70%, #d2232a 30%);
    left: 0; }

.cntct_bx p{ font-size: 24px; color: #232323; font-weight: 400; margin-bottom: 14px; line-height: 31px; }

.cntct_bx p a{ color: #232323; }

.cntct_bx p a:hover, .cntct_bx p span{ color: #d2232a; }

.cntct_bx img{ margin-top: 15px; }

.cntct_frm{ background: #e7e7e7; padding: 35px; margin-bottom: 37px; }

.cntct_frm h3{ position: relative; color: #232323; font-size: 30px; font-weight: 600; font-family: 'Raleway', sans-serif; padding-bottom: 18px; margin-bottom: 25px; }

.cntct_frm h3 span{ font-weight: 600; color: #d2232a; font-family: 'Raleway', sans-serif; }

.cntct_frm h3::after{ content: '';
    width: 40%;
    position: absolute;
    height: 2px;
    bottom: 0;
    background: -moz-linear-gradient(right, #232323 70%, #d2232a 30%);
    background: -webkit-linear-gradient(right, #232323 70%, #d2232a 30%);
    background: -ms-linear-gradient(right, #232323 70%, #d2232a 30%);
    background: -o-linear-gradient(right, #232323 70%, #d2232a 30%);
    left: 0; }

.lft_fld{ width: 48%; float: left; }

.ryt_fld{ width: 48%; float: right; }

.cntct_frm input[type="text"], .cntct_frm input[type="email"], .cntct_frm input[type="tel"], .cntct_frm textarea{ background: #fff; border: 1px solid #bfbfbf; border-radius: 10px; color: #b9b9b9; font-size: 16px; font-family: 'Raleway', sans-serif; font-weight: 300; width: 100%; padding: 12px 15px; margin-bottom: 19px; }

.cntct_frm input[type="text"]::placeholder, .cntct_frm input[type="email"]::placeholder, .cntct_frm input[type="tel"]::placeholder, .cntct_frm textarea::placeholder{ color: #b9b9b9; opacity: 1; }

.cntct_frm textarea{ height: 139px; }

.cntct_frm input[type="submit"]{ background: #d12329; color: #ffffff; font-family: 'Raleway', sans-serif; font-weight: 500; font-size: 24px; width: 100%; text-align: center; padding: 10px; text-transform: uppercase; border: none; margin-top: 10px; transition: .5s ease; border-radius: 30px; }

.cntct_frm input[type="submit"]:hover{ background: #232323; }

.cntct_frm input[type="submit"]:focus{ border: none; outline: none; }

/*---------------------------------------------------
:::::
---------------------------------------------------*/
.didKnow {
    background: #dddbdb;
    display: block;
}
.didKnow .imgBox::before {
    border-color: #d2232a;
    left: auto;
    right: -40px;
}
.didKnow strong {
    font-size: 20px;
}
.didKnow ul.classListing li::before {
    background: url(../images/listStyle-2.png) no-repeat;
}
.didKnow #faq .card {
    margin-bottom: 5px;
    border: 0;
}
.didKnow #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}
.didKnow #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #D2232A;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 600;
}
.didKnow #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    float: right;
    font-size: 14px;
}
.didKnow #faq .card .card-header .btn-header-link.collapsed {
    background: #242424;
    color: #fff;
}
.didKnow #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}
.didKnow #faq .card .collapsing {
    background: #D2232A;
    line-height: 22px;
}
.didKnow #faq .card .collapse {
    border: 0;
}
.didKnow #faq .card {
    font-weight: 300;
    color: #fff;
    line-height: 22px;
}
.didKnow #faq .card .collapse.show {
    background: #D2232A;
    color: #fff;
}
.didKnow #faq .card .card-body {
    background: #ee373e;
    text-align: left;
}
/*---------------------------------------------------
:::::Faq page
---------------------------------------------------*/
/* for accordian*/

.faqdidKnow {
    background: #fff;
    display: block;
}
.faqdidKnow .imgBox::before {
    border-color: #d2232a;
    left: auto;
    right: -40px;
}
.faqdidKnow strong {
    font-size: 20px;
}
.faqdidKnow ul.classListing li::before {
    background: url(../images/listStyle-2.png) no-repeat;
}
.faqdidKnow #faq .card {
    margin-bottom: 5px;
    border: 0;
}
.faqdidKnow #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}
.faqdidKnow #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #D2232A;
    padding:14px 16px;
    font-size: 20px;
    font-weight: 400;
}
.faqdidKnow #faq .card .card-header .btn-header-link:before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    float: left;
    font-size: 14px;
	background:url("../images/minus.png") no-repeat 0 0;
	height:27px;
	width:27px;
	padding-left:34px;
}
.faqdidKnow #faq .card .card-header .btn-header-link.collapsed {
    background: #000;
    color: #fff;
}
.faqdidKnow #faq .card .card-header .btn-header-link.collapsed:before {
    content: "";
	background:url("../images/plus.png") no-repeat 0 0;
}
.faqdidKnow #faq .card .collapsing {
    background: #eeeded;
    line-height: 22px;
}
.faqdidKnow #faq .card .collapse {
    border: 0;
}
.faqdidKnow #faq .card {
    font-weight: 300;
    color: #6b6b6b;
    line-height: 22px;
}
.faqdidKnow #faq .card .collapse.show {
    background: #eeeded;
	border-radius:0 0 10px 10px;
    color: #6b6b6b;
}
.faqdidKnow #faq .card .card-body {
    background: #eeeded;
    text-align: left;
	padding:33px 60px 33px 46px;
	border-radius:0 0 10px 10px;
}
.faqdidKnow #faq .card ul li{
	font-weight:300;
	margin-top: 0;
	margin-bottom: 1rem;
	color: #6b6b6b;
	list-style: disc;
	padding-left:2px;
	
}
.faqdidKnow #faq .card ul.faqcont{
	margin-left:20px;
}
.faqdidKnow #faq .card ul li a{
	color: #007bff;
}

/* for accordian end*/

/*---------------------------------------------------
:::::
---------------------------------------------------*/




/*---------------------------------------------------
:::::Back To Top Section
---------------------------------------------------*/
.back-to-top {
    visibility: hidden;
    background: #d2232a;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    position: fixed;
    bottom: 65px;
    right: 35px;
    z-index: 90;
    cursor: pointer;
    border-radius: 1px;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transition: all .5s;
}
.back-to-top i {
    font-size: 16px;
    color: #fff;
    transition: all .5s;
}
.back-to-top:hover {
    background: #232323;
    opacity: 1
}
.back-to-top:hover i {
    color: #d2232a;
}
.back-to-top.show {
    visibility: visible;
    bottom: 35px;
    opacity: 1;
}
/**advertising**/
.adv_toptxt { background:#000; padding:22px 10px; text-align:center; font-family: 'nexaheavy'; font-size:45px; color:#d21a1f; line-height:50px; }
.adv_toptxt span { color:#FFF;  font-family: 'nexaextra_light'; }
.txt_area h1 { font-family: 'nexaheavy'; font-size:35px; color:#d2232a; margin-bottom:0px; }
.txt_area h1 span { font-family: 'nexaextra_light'; color:#000; font-weight:600; }
.txt_area h2  { font-size:35px; color:#000; font-weight:700;  }
.box_area { padding:60px 0px; }
.blackbox h3 , .redbox h3{ font-weight:900; font-size:22px; color:#FFF; min-height:50px; height:auto; background:url(../images/red.png) no-repeat left top; padding-left:60px; margin-bottom:25px; }
.blackbox , .redbox { background:url(../images/bl_bg.jpg) no-repeat; background-size:cover; padding:20px 10px 20px 15px; position:relative; min-height:500px; height:auto; font-weight:500; font-size:20px; color:#FFF; line-height:28px; }
.redbox  { background:url(../images/red_bg.jpg) no-repeat; background-size:cover; }
.redbox h3 { background:url(../images/black.png) no-repeat left top; }
.blackbox:before , .redbox:before {content:""; background:url(../images/corner.png) no-repeat; width:63px; height:54px; position:absolute;
bottom:20px; right:20px; }
.redsec  { background:url(../images/red_sec.jpg) no-repeat center top; background-size:cover; padding:30px 0px; text-align:center;   }
.redsec h1 { font-family: 'nexaheavy'; font-size:35px; line-height:46px; color:#000; } 
.redsec h1 span { color:#FFF; text-transform:uppercase; }
.gray_area { padding-top:50px; position:relative; } 
.gray_area:before { content:""; background:#dfdfdf; width:100%; height:450px; position:absolute; top:0; left:0; z-index:1; }
.gray_area .pic , .gray_area .txt_area { position:relative; z-index:2; }
/*---------------------------------------------------
:::::Media Query Responsive Section
--------------------------------------------------*/
@media only screen and (max-width: 1199px) {
    .header .navbar-brand {
        width: 150px;
    }
    .header nav ul.navbar-nav > li > a {
        font-size: 12px;
        padding: 2px 5px 0px !important;
    }
    .promotionalArea {
        /*margin-top: -50px;*/
    }
    .promotionalArea .mainBox > img {
        opacity: 0.7;
        height: 200px;
        object-fit: cover;
    }
    .classOffer .videoBox::before {
        bottom: -25px;
        left: -25px;
    }
    .product .owl-carousel .owl-item .item h4 {
        font-size: 1.2rem;
    }
}
@media only screen and (max-width: 991px) {
	
	.hdr_spc{ height:122px; }
	
    .header .top-header a {
        font-size: 11px;
    }
    .header .top-header .fa-phone-alt, .header .top-header .fa-envelope {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 5px;
    }
    .header .top-header .fab {
        padding: 0 8px;
    }
    .header .top-header .lcmButton {
        padding: 2px 10px;
        font-size: 13px;
    }
    .header nav .navbar-toggler {
        color: #000;
        border: 0;
    }
    .header nav ul.navbar-nav {
        margin-top: 0;
        padding: 40px 0 10px;
        background: #fff;
    }
    .header nav ul.navbar-nav > li > a {
        font-size: 16px;
        margin: 2px 0 !important;
        padding: 8px 20px 6px !important;
    }
    .header .dropdown-menu {
        position: absolute !important;
    }
    .header .toggle {
        position: absolute;
        display: block;
        cursor: pointer;
        top: 19px;
        right: 0;
        z-index: 9;
    }
    .header .toggle span {
        display: block;
        background: #000;
        width: 38px;
        height: 4px;
        border-radius: 0;
        -webkit-transition: 0.25s margin 0.25s, 0.25s transform;
        -webkit-transition: 0.25s margin 0.25s, 0.25s -webkit-transform;
        transition: 0.25s margin 0.25s, 0.25s -webkit-transform;
        transition: 0.25s margin 0.25s, 0.25s transform;
        transition: 0.25s margin 0.25s, 0.25s transform, 0.25s -webkit-transform;
    }
    .header .toggle span:nth-child(1) {
        margin-bottom: 8px;
    }
    .header .toggle span:nth-child(3) {
        margin-top: 8px;
    }
    .header .toggle.active span {
        -webkit-transition: 0.25s margin, 0.25s transform 0.25s;
        -webkit-transition: 0.25s margin, 0.25s -webkit-transform 0.25s;
        transition: 0.25s margin, 0.25s -webkit-transform 0.25s;
        transition: 0.25s margin, 0.25s transform 0.25s;
        transition: 0.25s margin, 0.25s transform 0.25s, 0.25s -webkit-transform 0.25s;
    }
    .header .toggle.active span:nth-child(1) {
        margin-top: 13px;
        margin-bottom: -4px;
    }
    .header .toggle.active span:nth-child(1),
    .header .toggle.active span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .header .toggle.active span:nth-child(3) {
        margin-top: -4px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .bannerSlider .item .contentBox > h1 {
        font-size: 25px;
    }
    .bannerSlider .item .contentBox > p {
        font-size: 14px;
    }
    .promotionalArea {
        /*margin-top: -30px;*/
    }
    .promotionalArea .mainBox > img {
        opacity: 0.7;
        height: auto;
        object-fit: cover;
    }
    .section-padding {
        padding: 70px 0;
    }
	.donate{
		padding:40px 0;
	}
    .sp-top {
        padding-top: 70px;
    }
    .sp-bottom {
        padding-bottom: 70px;
    }
    .classOffer .secTitle {
        font-size: 1.5rem;
    }
    .mainFooter .container .row [class*="col-"]:nth-child(2) {
        margin-bottom: 20px;
    }
    .newsLetter h3 {
        font-size: 1.3rem;
    }
    .newsLetter form input {
        width: 60%;
        font-size: 12px;
    }
    .newsLetter form .lcmButton {
        padding: 10px 20px 8px;
        font-size: 13px;
    }
    .newsLetter #newsLetterResponse {
        font-size: 12px;
        bottom: -30px;
        line-height: 15px;
    }
    .bannerSlider .item > img {
        height: 450px;
        object-fit: cover;
    }
    .innerBanner > img {
        height: 300px;
        object-fit: cover;
    }
    .didKnow .imgBox {
        margin-bottom: 60px;
    }
	.blackbox , .redbox  { margin-top:20px; min-height;auto; min-height:300px; height:auto; }
}
@media only screen and (max-width: 767px) {

    .pdcsts{ padding-top: 2px; }

    .lft_fld, .ryt_fld{ width: 100%; }

    .cntct{ padding-top: 33px; }

    .header .top-header .fab {
        padding: 0 4px;
    }
    .header .top-header .container .row [class*="col-"]::before {
        content: '';
        width: 100vw;
        position: absolute;
        height: 100%;
        top: 0;
        background: #d2232a;
        left: -100vw;
    }
    .header .navbar-brand {
        width: 80px;
        position: relative;
        top: 0;
    }
    .header .toggle span {
        width: 30px;
        height: 2px;
    }
    .header .toggle.active span:nth-child(1) {
        margin-bottom: -2px;
    }
    .header .toggle.active span:nth-child(3) {
        margin-top: -3px;
    }
    .header .toggle span:nth-child(1) {
        margin-bottom: 6px;
    }
    .header .toggle span:nth-child(3) {
        margin-top: 6px;
    }
    .header nav ul.navbar-nav {
        margin-top: 0;
    }
    .bannerSlider .item .contentBox {
        width: 80%;
        padding: 10px;
    }
    .promotionalArea .container .row [class*="col-"] {
        margin-bottom: 45px;
    }
    .promotionalArea .mainBox > img {
        width: 100%;
        height: 180px;
    }
	.slider_area{ padding-bottom:75px; }
    .section-padding {
        padding: 30px 0;
    }
    .sp-top {
        padding-top: 30px;
    }
    .sp-bottom {
        padding-bottom: 30px;
    }
    .aboutArea .container .row [class*="col-"]:last-child, .donate .container .row [class*="col-"]:first-child, 
    .donate .container .row [class*="col-"]:last-child {
        margin-top: 20px;
        text-align: center;
    }
    .classOffer .container .row [class*="col-"]:last-child {
        margin-top: 40px;
    }
    .gallery .container-fluid .row [class*="col-"] {
        margin-bottom: 15px;
    }
    .donate p {
        font-size: 1rem;
    }
    .mainFooter .container .row [class*="col-"]:first-child {
        text-align: center;
    }
    .mainFooter .container .row [class*="col-"]:nth-child(2) {
        margin-top: 20px;
    }
    .newsLetter {        
        height: 150px;
        border-radius: 100px;
        margin-bottom: -75px;
    }
    .newsLetter .row [class*="col-"]:first-child {
        padding-left: 15px !important;
        text-align: center;
    }
    .newsLetter .row [class*="col-"]:last-child {
        max-width: 90%;
        margin: auto;
    }
    .newsLetter form input {
        width: 70%;
    }
    .newsLetter #newsLetterResponse {
        bottom: -15px;
    }
    .header nav {
        background: rgba(255,255,255,0.30);
    }
    .eventsArea .row {
        margin-bottom: 0;
    }
    .eventsArea .row [class*="col-"] {
        margin-bottom: 30px;
    }
    .eventsArea .row:last-child [class*="col-"]:last-child {
        margin-bottom: 0;
    }
	.adv_toptxt { font-size:30px; line-height:40px; }
	.txt_area h1 , .txt_area h2 { font-size:26px; }
	.redsec h1 { font-size:30px; }
	
}
@media only screen and (max-width: 575px) {
    .header .top-header .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    .header .top-header .fa-phone-alt, .header .top-header .fa-envelope {
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-right: 5px;
        font-size: 9px;
    }
    .header .top-header .contactDetails > li:first-child {
        margin-right: 5px !important;
    }
    .header .top-header .contactDetails > li:nth-child(2) {
        padding-right: 5px !important;
    }
    .header .top-header .contactDetails > li:nth-child(3) {
        margin-left: 2px !important;
    }
    .header .top-header .fab {
        padding: 0 4px;
        font-size: 10px;
    }
    .header .top-header .lcmButton {
        margin: 5px auto 0;
    }
    .bannerSlider #banner_slider img {
       /* height: 350px; */
    }
    .bannerSlider .item .contentBox  {
        width: 100%;
        margin-top: 130px;
    }
    .bannerSlider .item .contentBox > h1 {
        font-size: 18px;
    }
    .bannerSlider .item .contentBox > p {
        font-size: 12px;
    }
    .promotionalArea {
        /*margin-top: 12px;*/
    }
    .promotionalArea .container .row [class*="col-"] {
        margin-bottom: 35px;
    }
    .classOffer .container .row [class*="col-"]:last-child {
        margin-top: 25px;
    }
    .classOffer .videoBox::before {
        bottom: -12px;
        left: -12px;
        border-width: 1px;
    }
    .classOffer .secTitle {
        font-size: 1.3rem;
    }
    .product::before {
        height: 220px;
    }
    .newsLetter {
        height: 100px;
        margin-bottom: -50px;
    }
    .newsLetter .row [class*="col-"]:last-child {
        max-width: 250px;
    }
    .newsLetter h3 {
        font-size: 1.2rem;
    }
    .newsLetter form input {
        width: 60%;
        font-size: 11px;
        padding: 7px 15px 6px 15px;
    }
    .newsLetter form .lcmButton {
        padding: 6px 10px 4px;
        font-size: 11px;
        border-width: 1px;
    }
    .mainFooter {
        padding-top: 70px;
    }
    .newsLetter #newsLetterResponse {
        bottom: -23px;
        line-height: 11px;
        font-size: 10px;
    }
    .innerBanner > img {
        height: 250px;
    }
    .innerBanner .pageTitle > h1 {
        font-size: 20px;
    }
    .innerBanner .pageTitle {
        margin-bottom: 10px !important;
    }
    .innerBanner .pageTitle > ul {
        padding: 2px 5px 5px !important;
    }
    .innerBanner .pageTitle > ul li a {
        font-size: 12px;
    }
	
	.slider_area{ padding-bottom:55px; }
	
	.bannerSlider .owl-dots{ bottom:-25px; }
	
}