*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,p{
	margin: 0;
}
ul,ol{
	margin: 0;
	padding: 0;
}
:root{
	--red-color:#c00001;
	--grey-color:#8F8F8F;
}
body{
	font-family: "Open Sans", Sans-serif;
}
img{
	width: 100%;
}
h1 {
    font-size: 93px;
    font-weight: 900;
}
h2{
	font-size: 40px;
	font-weight: 900;
}
p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--grey-color);
}
header{
	position: relative;
    height: 88vh;
}
header > img{
    height: 100%;
    object-fit: cover;
}
/*header:after {
    content: "";
    background: #000;
    width: 59%;
    height: 78%;
    position: absolute;
    left: -138px;
    top: 0;
    transform: skewX(-24deg);
}*/
.intro {
    position: absolute;
    width: 40%;
    left: 28%;
    top: 22%;
    color: var(--red-color);
    transform: translate(-50%,0%);
}
.intro p {
    font-size: 22px;
    margin-bottom: 43px;
    font-weight: 600;
    color: var(--bs-black);
}
.intro + img.bottom {
    height: auto;
}
.bottom {
    position: absolute;
    left: 0;
    bottom: -96px;
    width: 100%;
    height: auto;
}
.logo {
    max-width: 500px;
    width: 100%;
}
.default_btn {
    background: var(--red-color);
    color: #fff;
    text-decoration: none;
    padding: 14px 24px;
    border-radius: 6px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    border: 1px solid var(--red-color);
}
.default_btn:hover{
    background: transparent;
    border: 1px solid var(--red-color);
    color: var(--red-color);
    cursor: pointer;
}
.into_section {
    background: #000;
    color: #fff;
    padding-top: 175px;
    text-align: center;
    padding-bottom: 70px;
}
.into_section h2 {
    margin-bottom: 50px;
}
.into_section p{
    margin-bottom: 40px;
}
.video_section {
    padding: 60px 0 140px 0;
    position: relative;
}
.video_section iframe{
	width: 100%;
	height: 720px;
}
.donation {
    padding: 140px 0 80px;
    background: #000;
}
.donation_row{
    display: grid;
    grid-template-columns: 1fr 1fr
}
.donation_right{
    padding-left: 40px;
}
.donation_left img{
    height: 100%;
    object-fit: cover;
}
.donation_right h2{
    color: #fff;
    margin-bottom: 30px;
}
.donation_right p{
    margin-bottom: 20px;
}
.caption {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    top: 100;
    display: none;
    text-align: center;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.single-quote {
    position: relative;
    margin: 0 auto 0 auto;
    text-align: center;
}
.single-quote.crd {
    margin-bottom: 30px;
}
.single-quote.crd img {
    width: 100%;
   /* height: 276px;*/
    object-fit: cover;
}
.quotes-area{
    padding: 60px 0;
}
.quotes-area h2{
    margin-bottom: 40px;
}
.single-quote:hover .caption {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}
.blog_icn {
    width: 150px !important;
    height: auto !important;
    /* border-radius: 100%; */
    position: absolute;
    left: 50%;
    top: 39%;
    transform: translate(-50%,-50%);
}
.down_btn {
    position: absolute;
    top: 60%;
    width: 100%;
    transform: translate(-50%,-50%);
    left: 50%;
}
.download-btn {
    padding: 5px 10px;
    background: #c00001;
    border-radius: 3px;
    border: none;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 2px solid #c00001;
}
.download-btn:hover{
    color: #c00001;
    border-bottom: 2px solid #c00001;
    background: #fff;
}
footer {
    width: 100%;
    background: #000;
    padding: 30px 0px;
    color: #7c7a7a;
    margin: 0;
    text-align: center;
}
.footer-menu ul {
    width: 100%;
    text-align: center;
    list-style: none;
    margin-bottom: 10px;
}
.footer-menu ul li {
    display: inline;
    padding: 0px 20px;
    border-right: 1px solid #7c7a7a;
}
.footer-menu ul li a {
    color: #7c7a7a;
    text-decoration: none;
    transition: all .7s;
}
.footer-menu p {
    font-size: 13px;
    color: #7c7a7a;
    text-align: center;
    margin-bottom: 0;
}
.footer-menu ul li:last-child {
    border-right: none;
}
.commentors-id img {
    border-radius: 100%;
    border: 5px solid #c8c8c8;
    width: 100px;
    height: 100px;
}
.commentors-id p, .books-author p {
    font-size: 15px;
    font-weight: bold;
    color: #d80301;
    text-align: center;
}
.carousel-inner {
    height: 100%;
}
.carousel{
    height: 300px;
}
.comments-side {
    height: auto;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(153,153,153,0.52);
    -moz-box-shadow: 0px 0px 3px 1px rgba(153,153,153,0.52);
    box-shadow: 0px 0px 3px 1px rgba(153,153,153,0.52);
    margin-left: 33px;
    display: inline-block;
    width: 70%;
    vertical-align: top;
}
.comments-side img {
    position: absolute;
    top: -30px;
    left: -15px;
    width: auto;
}
.commentors-id {
    display: inline-block;
    vertical-align: top;
}
.testimonial-part {
    padding: 60px 0 100px;
    margin: 0 auto;
    text-align: center;
    height: 100%;
}
.carousel-indicators [data-bs-target] {
    background-color: #000;
}
.carousel-control-prev-icon {
    filter: brightness(0);
}
.carousel-control-next-icon {
    filter: brightness(0);
}
.testimonail_row {
    /* padding-bottom: 80px; */
    padding-top: 60px;
}
.intro img{
    margin-bottom: 20px;
}
.bottom.flip{
    transform: scaleX(-1);
}
.into_section.new_info {
    background: transparent;
    position: relative;
    padding-top: 140px;
    padding-bottom: 140px;
}


/*======================== theme work======================*/
.intro h1 {
    margin-bottom: 20px;
    filter: drop-shadow(1px 1px 2px black);
}

.purpule_theme .default_btn{
    background: #6417af;
    color: #fff;
    border-color:  #6417af;
}
.purpule_theme .intro h1{
    color: #6417af;
}
.purpule_theme .default_btn:hover{
    background: transparent;
     color: #6417af;
}
.purpule_theme .logo{
    margin-bottom: 20px;
}
.purpule_theme .logo g {
    fill: #6417af;
    filter: drop-shadow(2px 4px 5px black);
}
.purpule_theme .cls-1{
   fill: #6417af;
}
.purpule_theme .commentors-id p{
    color: #6417af;
}


.orange_theme .default_btn{
    background: #d65228;
    color: #fff;
    border-color:  #d65228;
}
.orange_theme .intro h1{
    color: #d65228;
}
.orange_theme .default_btn:hover{
    background: transparent;
     color: #d65228;
}
.orange_theme .logo{
    margin-bottom: 20px;
}
.orange_theme .logo g {
    fill: #d65228;
    filter: drop-shadow(2px 4px 5px black);
}
.orange_theme .cls-1{
   fill: #d65228;
}
.orange_theme .commentors-id p{
    color: #d65228;
}



.green_theme .default_btn{
    background: #609c3f;
    color: #fff;
    border-color:  #609c3f;
}
.green_theme .intro h1{
    color: #609c3f;
}
.green_theme .default_btn:hover{
    background: transparent;
    color: #609c3f;
}
.green_theme .logo{
    margin-bottom: 20px;
}
.green_theme .logo g {
    fill: #609c3f;
    filter: drop-shadow(2px 4px 5px black);
}
.green_theme .cls-1{
   fill: #609c3f;
}
.green_theme .commentors-id p{
    color: #609c3f;
}



.yellow_theme .default_btn{
    background: #F1BD45;
    color: #fff;
    border-color:  #F1BD45;
}
.yellow_theme .intro h1{
    color: #F1BD45;
}
.yellow_theme .default_btn:hover{
    background: transparent;
    color: #F1BD45;
}
.yellow_theme .logo{
    margin-bottom: 20px;
}
.yellow_theme .logo g {
    fill: #F1BD45;
    filter: drop-shadow(2px 4px 5px black);
}
.yellow_theme .cls-1{
   fill: #F1BD45;
}
.yellow_theme .commentors-id p{
    color: #F1BD45;
}



.blue_theme .default_btn{
    background: #001991;
    color: #fff;
    border-color:  #001991;
}
.blue_theme .intro h1{
    color: #001991;
}
.blue_theme .default_btn:hover{
    background: transparent;
    color: #001991;
}
.blue_theme .logo{
    margin-bottom: 20px;
}
.blue_theme .logo g {
    fill: #001991;
    filter: drop-shadow(2px 4px 5px black);
}
.blue_theme .cls-1{
   fill: #001991;
}
.blue_theme .commentors-id p{
    color: #001991;
}



.pink_theme .default_btn{
    background: #d70090;
    color: #fff;
    border-color:  #d70090;
}
.pink_theme .intro h1{
    color: #d70090;
}
.pink_theme .default_btn:hover{
    background: transparent;
    color: #d70090;
}
.pink_theme .logo{
    margin-bottom: 20px;
}
.pink_theme .logo g {
    fill: #d70090;
    filter: drop-shadow(2px 4px 5px black);
}
.pink_theme .cls-1{
   fill: #d70090;
}
.pink_theme .commentors-id p{
    color: #d70090;
}
.list{
    margin-bottom: 20px;
}
.list li{
    list-style: none;
    font-size: 18px;
    color: var(--grey-color);
    margin-bottom: 10px;
}
.into_section.new_info p{
    margin-bottom: 10px;
}



/*====================Media Query=====================*/


@media screen and (min-width: 320px) and (max-width: 767px){


.intro h1{
    font-size: 30px;
}
.into_section.new_info {
    padding-top: 60px;
}
header {
    position: relative;
    height: auto;
}
.bottom {
    bottom: -28px;
}
p {
    font-size: 14px;
    line-height: 24px;
}
.into_section p {
    margin-bottom: 20px;
}
h2 {
    font-size: 20px;
    font-weight: 900;
}
.video_section iframe {
    width: 100%;
    height: 197px;
}
.video_section {
    padding: 60px 0 60px 0;
    position: relative;
}
.donation_row {
    grid-template-columns: 1fr;
}
.donation_right {
    padding-left: 0;
    padding-top: 23px;
}
.intro p {
    font-size: 16px;
    margin-bottom: 20px;
}
.into_section {
    padding-top: 60px;
    padding-bottom: 30px;
}
.intro {
    position:static; 
    width: 100%;
    transform: initial;
    padding: 21px 20px;
}
.into_section h2 {
    margin-bottom: 20px;
}
.donation {
    padding: 60px 0 40px;
}
.carousel {
    height: auto;
}
.comments-side {
    height: auto;
    padding: 20px;
    margin-left: 0;
    width: 90%;
}
.testimonial-part {
    padding: 0px 0 10px;
}
.commentors-id {
    margin-bottom: 20px;
}
.single-quote.crd img {
    height: auto;
}
.quotes-area {
    padding: 60px 0 0;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px){

h1 {
    font-size: 50px;
}
p{
    font-size: 14px;
    line-height: 24px;
}
h2 {
    font-size: 24px;
}
header {
    height: 32vh;
}
.into_section {
    padding-top: 120px;
    padding-bottom: 20px;
}
.into_section h2 {
    margin-bottom: 30px;
}
.intro {
    width: 50%;
    left: 32%;
    top: 11%;
}
.intro p {
    font-size: 18px;
    margin-bottom: 14px;
}
.into_section p {
    margin-bottom: 20px;
}
.default_btn {
    padding: 10px 14px;
    font-size: 14px;
}
.video_section iframe {
    width: 100%;
    height: 381px;
}
.video_section {
    padding: 60px 0 50px 0;
}   
.donation_row {
    grid-template-columns: 1fr;
}
.donation_right {
    padding-left: 0;
    padding-top: 40px;
}
.bottom {
    bottom: -63px;
}
.single-quote.crd img {
    height: auto;
}
.carousel-control-prev {
    left: -58px;
}
.carousel-control-next {
    right: -37px;
}
.comments-side {
    padding: 20px;
    width: 72%;
   margin-left: 20px;
}
.into_section.new_info {
    padding-top: 100px;
}

}

@media screen and (min-width: 1024px) and (max-width: 1249px){


h1 {
    font-size: 60px;
}
header {
    height: 62vh;
}
.video_section iframe {
    width: 100%;
    height: 500px;
}
.video_section {
    padding: 60px 0 70px 0;
}
.donation_row {
    grid-template-columns: 1fr;
}
.donation_right {
    padding-left: 0;
    padding-top: 30px;
}
.carousel-control-prev {
    left: -54px;
}
.carousel-control-next {
    right: -50px;
}
.comments-side {
    height: auto;
    padding: 10px;
    margin-left: 11px;
    width: 80%;
}
.single-quote.crd img {
    height: auto;
    object-fit: cover;
}
}