@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');
@font-face {
    font-family: 'Adobe Arabic';
    src: url('../fonts/AdobeArabic-Bold.woff2') format('woff2'),
        url('../fonts/AdobeArabic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
  font-family: 'TrajanPro-Bold';
  src: url('../fonts/TrajanPro-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/TrajanPro-Bold.otf')  format('opentype'),
	     url('../fonts/TrajanPro-Bold.woff') format('woff'), url('../fonts/TrajanPro-Bold.ttf')  format('truetype'), url('../fonts/TrajanPro-Bold.svg#TrajanPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
	font-family: 'Poppins', sans-serif;
}
a:hover, a{text-decoration: none;}
section.header.fixed-top {
    background-color: rgba(37, 57, 107,0.5);
    transition: all 500ms;
}
section.header.fixed-top nav.navbar {
    background: transparent !important;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 0;
    transition: all 500ms;
}
section.header.fixed-top ul.navbar-nav {
    flex: 1;
    justify-content: space-between;
}
section.header.fixed-top ul.navbar-nav li.nav-item.active a, section.header.fixed-top ul.navbar-nav li.nav-item a:hover {
    color: #43b648;
    border-bottom: 1px solid;
}

section.header.fixed-top header {
    text-align: center;
    padding-top: 20px;
}
section.header.fixed-top .navbar-light .navbar-nav .nav-link{
	color: #cccfd3;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    letter-spacing: 0.8px;
}
.navbar_main {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar_main .large_container {
    max-width: 1280px;
}
.navbar_main .large_container li  a.nav-link {
    padding: 0;
    line-height: 40px;
}
section.banner .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 143px;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
section.banner p{
	font-size: 16px;
    line-height: 24px;
    color: #e6e5e5;
    padding-top: 13px;
}
section.banner h5 {
    font-size: 43px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Adobe Arabic';
}
.dropdown-toggle::after {
    background-image: url(../images/arrow.png);
    height: 11px;
    width: 11px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    border: 0;
    background-position: 0 0px;
}
a.donate_cls {
    width: 150px;
    height: 46px;
    border-radius: 23px;
    background-color: #43b648;
    display: inline-block;
    color: #fff;
    line-height: 46px;
    text-decoration: none;
    font-size: 20px;
    margin-top: 30px;
}
section.banner .carousel-indicators li{
	width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 7px;
}
#tabs{
	background: #007b5e;
    color: #eee;
}
#tabs h6.section-title{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}
.donat_cls {
    background-image: url("../images/Img1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.welcome .nav-tabs .nav-link.active{
	background-color: #00912a;
}
.welcome .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}
.donat_cls a.nav-item.nav-link {
    padding: 25px 0;
    font-size: 20px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    border-bottom: 3px solid #00912a !important;
    text-transform: uppercase;
    font-weight: bold;
}
.welcome .nav-tabs .nav-link:focus, .welcome .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.welcome h3 {
    font-size: 31px;
    color: #ffffff;
    font-family: 'TrajanPro-Bold';
    font-weight: bold;
    padding-top: 17px;
}
.donat_cls div#nav-home {
    padding: 0 44px 0 53px;
}
.welcome p {
    font-size: 14px;
    line-height: 20px;
    color: #e3f2e3;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
}
.welcome a.readmore {
    font-size: 14px;
    line-height: 20px;
    color: #e3f2e3;
    font-weight: 400;
    text-align: left;
    text-decoration: underline;
}
.donate_university {
    max-width: 438px;
    min-height: 175px;
    border-radius: 15px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 24px 8px 10px;
    margin-top: 28px;
    text-align: center;
}
.donate_university h5 {
    font-size: 16px;
    color: #272727;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.donate_university p{
	font-size: 14px;
	color: #828383;
	font-weight: 300;
	text-align: center;
}
.donate_university a.donate_cls{
	margin-top: 19px;
}
.input_field button{
	 font-family: 'Adobe Arabic';
}

.input_field input{
	height: 40px;
    border-radius: 0 20px 20px 0;
    background-color: #65c169;
    border: none;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px; 
    outline: none;
    width: 100%;
}
.input_field span {
    width: 50%;
    display: inline-block;
    float: left;
}
.input_field button {
    font-family: 'Adobe Arabic';
    height: 40px;
    background-color: #ffffff;
    width: 100%;
    border: none;
    border-radius: 20px 0 0 20px;
    outline: none;
    font-size: 22px;
    letter-spacing: 1px;
    color: #43b648;
    text-align: center;
}
.input_field {
    margin-top: 20px;
}
.input_field label{
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	padding-top: 7px;
    display: inline-block;
}
.madani_cls {
    background-image: url("../images/img2.jpg");
    background-size: cover;
}
.madani_inner {
    max-width: 660px;
    padding-left: 15px;
    padding-top: 65px;
}
.madani_inner h3 {
    font-size: 30px;
    color: #272727;
}
.madani_inner h3 span, section.make_donation h2 span {
    border-bottom: 4px solid #43b648;
    display: inline-block;
}
.welcome .madani_inner p {
    font-size: 14px;
    line-height: 25px;
    color: #828383;
    font-weight: 400;
    text-align: left;
    margin: 25px 0 0;
}
a.read_more {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    width: 150px;
    height: 45px;
    border-radius: 23px;
    background-color: #828383;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    margin-top: 43px;
}
section.bottom_welcome h4 {
    text-transform: uppercase;
    font-size: 18px;
    height: 80px;
    padding-left: 29px;
    background-color: #e5e6e6;
    padding-top: 17px;
}
section.bottom_welcome {
    padding: 79px 0;
    background-image: url("../images/item2.png"), url("../images/item1.png");
    background-position: left center, right center;
    background-repeat: no-repeat;
}	
.audio_item h4 img {
    margin-right: 15px;
}
section.bottom_welcome .audio_item {
    background-color: #f3f4f4;
    padding-bottom: 15px;
    height: 100%;
}
.lbldate {
    font-weight: 700!important;
    color: #44b648!important;
    display: flex;
    justify-content: flex-end;
}
.lblcontentcategory {
    width: 87%;
    float: left;
    font-size: 16px!important;
    line-height: 22px;
    color: #272727!important;
    font-family: "Poppins";
    font-weight: 400!important;
}
section.bottom_welcome .audio_item:hover {
    box-shadow: 0px 2px 25px rgba(0,0,0,0.15);
}
.audio_item .inner_item ul {
    padding: 0 5px 65px 15px;
    list-style-type: none;
}
.audio_item .inner_item ul span {
    width: 87%;
    float: left;
    font-size: 16px;
    line-height: 22px;
    color: #272727;
    font-family: "Poppins";
    font-weight: 400;
}
section.bottom_welcome .audio_item li {
    padding-top: 12px;
    border-bottom: 1px solid #cccccc70;
    padding-bottom: 12px;
    width: 100%;
    min-height: 86px;
    align-items: center;
    display: flex;
}
section.bottom_welcome .col-md-4.online_store li {
    min-height: 127px;
}
section.bottom_welcome .audio_item li:last-child{
	border: 0;
    padding-top: 15px;
    height: auto;
    min-height: auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
section.bottom_welcome .audio_item li a.link_btn{
	height: 46px;
    border-radius: 23px;
    background-color: #c6c7c7;
    max-width: 345px;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    line-height: 45px;
    color: #ffffff;
    transition: all 500ms;
    margin: auto;
}
section.bottom_welcome .audio_item li a.link_btn:hover,
.online_store .inner_item p a:hover {
  	color: #ffffff;
    background: #65c169;
    border-color: #fff;
}
section.bottom_welcome .container {
    max-width: 1280px;
}
.online_store .inner_item img {
    display: inline-block;
    width: 30%;
    float: left;
    object-fit: cover;
}
.online_store .inner_item span {
    display: inline-block;
    width: 70% !important;
    padding-left: 20px;
}
.online_store .inner_item ul {
    padding: 0 15px 0 25px;
}
.online_store .inner_item bdo {
    font-size: 20px;
    color: #272727;
   font-family: 'Adobe Arabic';
}
.online_store .inner_item h3 {
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #24335f;
    margin-bottom: 20px;
}
.online_store .inner_item p a {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #828383;
    text-transform: uppercase;
    width: 115px;
    height: 35px;
    border-radius: 18px;
    border: 1px solid #828383;
    text-align: center;
    line-height: 36px;
    margin-bottom: 7px;
    transition: all 500ms;
}
.online_store .inner_item p {
    margin-bottom: 7px;
}
.bgclass{
	background-color: #24386a !important;
	transition: all 900ms;
}
.bgclass img {
    width: 250px;
    transition: all 900ms;
}
section.make_donation {
    background: url("../images/img5.jpg");
    min-height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 92px 0 055px;
}
section.make_donation .container {
    max-width: 1280px;
}
section.make_donation h2 {
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'TrajanPro-Bold';
    position: relative;
}
.donation_description h6 {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    padding-top: 39px;
    padding-bottom: 10px;
}
.donation_description select {
    height: 52px;
    border-radius: 3px;
    background-color: #353535;
    width: 100%;
    max-width: 588px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
}
.donation_description div > a.donate_cls {
    margin-top: 30px;
    display: inline-block;
    width: 165px;
    height: 46px;
    border-radius: 23px;
    background-color: #65c169;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #ffffff;
}
.sadaqat_cls{
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
	font-weight: 400;
	padding-top: 39px;
}
.sadaqat_cls a{
	color: #65c169;
}
.sadaqat_cls p {
    margin-bottom: 25px;
}
.live_brodcast_col {
    max-width: 600px;
}
.live_brodcast_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
section.live_brodcast {
    padding: 80px 0 37px;
    background:url("../images/img6.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 645px;
}
section.live_brodcast .container {
    max-width: 1280px;
}
.live_brodcast_col h2 {
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-family: 'TrajanPro-Bold';
    position: relative;
    padding: 0 0 9px;
}

.live_brodcast_col h2:after {
    position: absolute;
    width: 162px;
    content: "";
    height: 4px;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.live_brodcast_col h6 {
    padding-top: 45px;
    font-size: 30px;
    color: #43b648;
    font-weight: 600;
    text-align: center;
}

.live_brodcast_col ul {
    padding: 0px 0 0;
    list-style-type: none;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}
.live_brodcast_col ul img {
    margin-right: 23px;
}
.live_brodcast_col p {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    padding-top: 0px;
}
section.gallery_cls {
    padding: 92px 0 95px;
}


/*======================gallery=========================*/
.latest_project h2 {
    font-size: 35px;
    line-height: 52px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 800;
    text-align: center;
    margin: 0;
    font-family: 'TrajanPro-Bold';
    text-transform: uppercase;
}

.latest_project button.tablinks {
    min-width: 141px;
    height: 49px;
    border-radius: 24px;
    background-color: #dcdcdc;
    font-size: 18px;
    color: #828383;
    font-family: "Poppins";
    font-weight: 600;
    text-align: center;
    border: 0;

}
.latest_project button.tablinks:hover {
     color: #fff;
    min-width: 141px;
    height: 49px;
    border-radius: 24px;
    background-color: #43b648;
}

.latest_project .tab {
    padding-bottom: 50px;
    padding-top: 10px;
    text-align: center;
}
.latest_project .tabcontent {
    display: none;
}
.latest_project .tabcontent.block{
    display: block;
}
.latest_project button.tablinks.active {
    color: #fff;
    border-radius: 24px;
    background-color: #43b648;
}

.latest_project button.tablinks:focus {
    outline: none;
}
.tab_content img {
    margin-bottom: 30px;
}
section.gallery_cls ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    margin-bottom: 4px;
}
section.gallery_cls ul li {
    position: relative;
    margin-right: 4px;
}
section.gallery_cls ul li span.search_cls {
    display: none;
}
section.gallery_cls ul li img {
    margin-bottom: 0;
}
section.gallery_cls ul li:hover span {
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(47, 55, 92,0.7);
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
section.gallery_cls ul img {
    max-width: 100%;
}
section.gallery_cls .container {
    max-width: 1280px;
}
.latest_project .tab {
    padding-bottom: 50px;
    padding-top: 10px;
    display: flex;
    justify-content: space-around;
    max-width: 711px;
    margin: 50px auto 0;
}
.latest_project h2 span {
    border-bottom: 4px solid #43b648;
    display: inline-block;
}
/*=======================end gallery===================*/

/*=======================footer=====================*/
.footer {
    background: url("../images/img8.jpg");
    text-align: center;
    padding-top: 68px;
    padding-bottom: 70px;
}
.sub_box {
    display: inline-block;
    border: 2px solid #ffffff;
    padding: 4px 25px;
    border-radius: 50px;
    font-size: 15px;
    letter-spacing: 0px;
    background: #fff;
    padding-right: 4px;
}
.footer input[type="email"] {
    background: unset;
    border: unset;
    width: 390px;
    color: #fff;
    padding: 16px 10px;
}
input, button{
    outline: none;
}
.footer input[type="submit"] {
    border: none;
    background: #43b648;
    text-transform: uppercase;
    padding: 16px 44px;
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 21px;
    color: #ffffff;
}
.sub_box > img {
    vertical-align: text-bottom;
}
.footer a {
    color: #fff;
}
.footer ul {
    padding-top: 50px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
img.logo_footer {
    padding: 35px 0;
}
.copy_right {
    background: #171516;
    padding: 30px 0;
}

.copy_right a {
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
}
.copy_right ul {
    margin: 0;
    display: inline-block;
    float: right;
}
.footer ul li {
    padding: 0 10px;
}
h2.logo_footer {
    font-size: 51px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 5px 10px rgba(0,0,0,0.25);
    text-transform: uppercase;
    font-family: 'TrajanPro-Bold';
}
.footer p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 10px;
}
.footer ul li.list-inline-item img {
    margin-right: 21px;
}
/*=======================end footer=====================*/



/*=======================copy_right=====================*/

.copy_right {
    background: #272727;
    padding: 30px 0;
    position: relative;
}
.footer_before {
    position: absolute;
    top: -41px;
    left: 0;
    right: 0;
    text-align: center;
}
.copy_right p {
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    text-align: left;
    display: inline-block;
    margin: 0;
}
.copy_right a {
    text-align: left;
    display: inline-block;
    margin: 0;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #ebe6e0;
    font-family: "Poppins";
    font-weight: 400;
}
.copy_right ul {
    margin: 0;
    float: right;
    max-width: 205px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.copy_right .container {
    max-width: 1280px;
}
/*=======================copy_right=====================*/

div#Auto_Detail {
    text-align: center;
}
section.make_donation select::-ms-expand {
    display: none;
}
section.make_donation select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}






@media (min-width: 992px){
	.donat_cls{
	   max-width: 530px;
	}
	section.bottom_welcome .col-md-4 {
	    padding: 0 9px;
	}
	section.live_brodcast .col-md-6 {
	    max-width: 53%;
	    width: 100%;
	}
   .welcome .col-md-4 {
        padding-right: 0;
    }
    a.navbar-brand.responsive_logo {
        display: none;
    }
}
@media (max-width: 1440px){
    .donat_cls div#nav-home {
        padding: 0 35px 0 35px;
    }
    .welcome h3{
        font-size: 29px;
    }
}
@media (max-width: 1030px){
    section.header.fixed-top .navbar-light .navbar-nav .nav-link{
        font-size: 14px;
    }
    .donat_cls a.nav-item.nav-link{
        padding: 10px 0;
        font-size: 17px;
    }
    .donate_university p br, .audio_item .inner_item ul span br {
        display: none;
    }
    section.bottom_welcome .audio_item li a.link_btn{
        max-width: 280px;
    }
    .online_store .inner_item span{
        width: 77%;
    }
    .online_store .inner_item img{
        width: 23%;
    }
    .online_store .inner_item bdo, .online_store .inner_item p{
        font-size: 14px;
    }
    .footer ul li {
        padding: 0 5px;
    }
    .live_brodcast_col img {
        max-width: 100%;
    }
    .sadaqat_cls p br {
        display: none;
    }
}
@media (max-width: 991px){
    html .navbar-light .navbar-toggler {
        color: rgba(255,255,255,.5);
        border-color: rgba(255,255,255,.5);
    }
    .navbar-light .navbar-toggler-icon{
        filter: invert(100%);
    }
    section.header.fixed-top .navbar-light .navbar-nav .nav-link {
        text-align: left;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .desktop_view {
        display: none !important;
    }
    .responsive_logo img {
        width: 250px;
    }
    nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        display: flex;
        flex-direction: row-reverse;
    }
    section.header.fixed-top {
        position: static;
        background: #24386a !important;
    }
    section.header.fixed-top nav.navbar{
        border-bottom: 0;
    }
    .navbar_main {
        padding: 10px 0 10px;
    }
    section.header.fixed-top .navbar-light .navbar-nav li:last-child .nav-link {
        border: 0;
    }
    .welcome h3 {
        font-size: 22px;
    }
    .input_field span{
        width: 100%;
    }
    .input_field button, .input_field input{
        border-radius: 20px;
    }
    .donat_cls div#nav-home {
        padding: 0 15px;
    }
    .audio_item .inner_item ul span{
        font-size: 14px;
        line-height: 19px;
    }
    section.bottom_welcome .audio_item li a.link_btn{
        width: 70%;
    }
    html .donation_description {
        max-width: 100%;
        flex: unset;
    }
    .live_brodcast_inner{
        justify-content: center;
    }
    .footer ul li {
        padding: 0;
        width: 100%;
        margin: 0 0 13px !important;
        display: flex;
    }
    section.banner h5{
        font-size: 30px;
    }
     .input_field label{
        width: 100%;
        text-align: center;
    }
    section.live_brodcast{
        background-color: rgba(0,0,0,0.5);
        background-blend-mode: color;
    }
}

@media (max-width: 767px){
    .footer input[type="email"]{
        width: calc(100% - 178px);
        padding: 8px 10px;
    }
    .footer input[type="submit"]{
        padding: 9px 23px;
        font-size: 16px;
    }
    section.banner .carousel-caption{
        display: block !important;
    }
    section.banner .carousel-caption br {
        display: none;
    }
    .madani_inner h3 span, section.make_donation h2 span {
        border-bottom: 4px solid #43b6480d;
        display: inline-block;
    }
    .madani_inner h3, section.make_donation h2{
        border-bottom: 4px solid #43b648;
    }
    section.bottom_welcome .audio_item li{
        min-height: auto;
    }
    .madani_inner {
        padding-top: 23px;
        padding-bottom: 23px;
    }
    .online_store .inner_item img {
        width: 30%;
    }
    .donate_university h5{
        font-size: 15px;
    }
    section.banner p{
        padding-left: 10px;
        padding-right: 10px;
    }
    section.bottom_welcome .audio_item li:last-child{
       position: static;
    }
    section.make_donation h2, .live_brodcast_col h2{
        font-size: 35px;
    }
    section.make_donation{
        padding: 53px 0;
    }
    .live_brodcast_col h6{
        padding-top: 19px;
    }
    .live_brodcast_col ul{
        padding-top: 0;
        font-size: 17px;
        line-height: 29px;
    }
    section.live_brodcast{
        padding: 49px 0;
        min-height: auto;
    }
    section.gallery_cls {
        padding: 49px 0;
    }
    .latest_project .tab{
        display: block;
    }
    .latest_project .tab {
        display: block;
        padding-bottom: 25px;
    }
    section.gallery_cls ul li{
        width: 49%;
        margin-bottom: 25px;
        display: inline-block;
        text-align: center;
        margin-right: 0.5% !important;
    }
    section.gallery_cls ul {
        display: block;
        display: inline-block;
    }
    section.gallery_cls ul li:nth-child(even) {
        margin-right: 0 !important;
    }
    .latest_project button.tablinks {
        margin: 0 9px 17px;
    }
    h2.logo_footer{
        font-size: 45px;
        margin: 0;
    }
    .footer a {
        font-size: 15px;
    }
    .copy_right p {
        width: 100%;
        text-align: center;
    }
    .copy_right ul{
        max-width: 100%;
        text-align: center;
        display: block;
    }
    .copy_right ul li.list-inline-item {
        width: 10%;
    }
    .audio_item .inner_item ul {
        padding: 0 5px 0 15px;
    }
    section.bottom_welcome .col-md-4 {
        margin-bottom: 15px;
    }
    .copy_right {
        padding: 25px 0 40px;
    }
    section.bottom_welcome{
        padding: 49px 0;
    }
    section.banner .carousel-caption{
        bottom: 25%;
    }
    section.banner .carousel-item img{
        max-width: 100%;
        object-fit: cover;
        min-height: 480px;
    }
    section.gallery_cls ul li {
        width: 47%;
        text-align: center;
        margin-right: 4.5% !important;
    }
    section.gallery_cls ul li img{
        width: 100%;
    }
    section.gallery_cls ul li span.search_cls img {
        width: auto !important;
    }
}
@media (max-width: 375px){
    section.make_donation h2, .live_brodcast_col h2 {
        font-size: 30px;
    }
}
@media (max-width: 360px){
    .welcome h3 {
        font-size: 20px;
    }
    .footer a {
        font-size: 14px;
    }
    .responsive_logo img {
        width: 193px;
    }
    .footer ul li{
        width: 100%;
        display: block;
        text-align: left;
    }
}
@media (max-width: 325px){
    .welcome h3 {
        font-size: 18px;
    }
    .donate_university p{
        font-size: 13px;
    }
    .online_store .inner_item span{
        width: 73% !important;
    }
    .online_store .inner_item img {
        width: 27%;
    }
    section.make_donation h2, .live_brodcast_col h2 {
        font-size: 26px;
    }
    .footer ul li.list-inline-item img {
        margin-right: 9px;
        width: 10%;
    }
    .footer a {
        font-size: 13px;
    }
    section.gallery_cls ul li {
        width: 47%;
        text-align: center;
        margin-right: 4.5% !important;
    }
    .live_brodcast_col h6{
        font-size: 25px;
    }
}