@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/
html{
    overflow-x: hidden;
}
body {
    word-break: break-word;
    font: 15px/25px 'Exo 2', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid transparent !important;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /* background: #a30000 !important; */
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 0;
    font-size: 26px;
    font-family: 'Exo 2';
    font-weight: 400;
    background: linear-gradient(to right, #2b2365 0%, #6583d9 50%, #8f69ea 100%);
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn10:hover {
    border: 1px solid transparent!important;
    color: #fff!important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
     background: linear-gradient(to right, #2b2365 0%, #6583d9 50%, #8f69ea 100%);
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Exo 2", sans-serif;
    font-size: 47px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: "Exo 2", sans-serif;
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: "Exo 2", sans-serif;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */
header{
    position: absolute;
    width: 100%;
    z-index: 1;
}
.menuSec {
    padding: 20px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 23px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 2px;
}


.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}
.menuSec ul li
.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}
.menuSec li:hover a{
    color: #fff !important;
}
.menuSec li:hover .loading {
    opacity: 1;
    transition: 0.3s ease-in-out;

}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}


/*banner css start */

.main-banner-img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}
.home_banner{
    position: relative;
}
.banner_text_main{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 90%;
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.banner_text p{
    color: #fff;
    font-size: 27px;
    line-height: 1.3;
}
.banner_text {
    width: 750px;
    position: relative;
    z-index: 1;
}
.banner_text_main .loading{
    position: relative;
    bottom: 0;
    justify-content: flex-start;
    opacity: 1;
    margin: 30px 0;
}
.slide_img{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.slide_img:after{
    position: absolute;
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.35+0,0+56 */
    background: linear-gradient(to right,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 56%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

}
.slide_img img{
    border-radius: 10px;
    border-bottom: 1px solid #262159;
}
.banner_text_main .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #ffffff75;
    border-radius: 10px;
}
.banner_text_main .slick-dots {
    bottom: 10px;
    right: 30px;
    width: auto;
}
.banner_text_main .slick-dots li button:before{
    display: none;
    content: '';
}
.banner_text_main .slick-dots .slick-active{
    opacity: 1;
    border: 1px solid #fff;
}
.banner_text_main .slick-dots li {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.banner_text_main .slick-dots .slick-active button{
    background-color: #fff !important;
    opacity: 1;

}

/*banner css end */


.loading {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 12px;
  position: absolute;
  width: 100%;
  bottom: -8px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.loading__dot {
  animation: dot ease-in-out 1s infinite;
  background-color: #4f3ebe;
  display: inline-block;
  height: 6px;
  margin: 3px;
  width: 6px;
  border-radius: 10px;
}

.loading__dot:nth-of-type(2) {
  animation-delay: 0.2s;
}

.loading__dot:nth-of-type(3) {
  animation-delay: 0.3s;
}

@keyframes dot {
  0% { background-color: #3FB4AE; transform: scale(1); }
  50% { background-color: #3FB4AE; transform: scale(1.5); }
  100% { background-color: #3FB4AE; transform: scale(1); }
}






/*SERVICES SECTION*/
.services_sec{
    position: relative;
    padding: 8% 0;
}
.service_img{
    position: relative;
} 
.service_img .box_img{
    position: absolute;
    width: 90%;
    height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.service_img .main_service_img{
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 12px;
}
.service_content{
    padding-top: 20px;
}
.service_content h4{
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #00000038;
}
.services_box {
    width: 94%;
    margin: 0 auto;
}



/*PARTNER SECTION*/
.your_home_partner{
    position: relative;
    /*background-image: url(../images/partner_sec.jpg);*/
    background-size: cover;
    /*padding: 80px 0;*/
    background-position: center;
}
.partner_sec_box{
    position: relative;
    /* display: flex; */
    /* align-items: center; */
}
.your_home_partner h3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    display: flex;
    justify-content: flex-start;
    padding: 60px 10px;
    font-size: 35px;
    color: #fff;
}
.partner_over{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.your_home_partner>img{
    height: 550px;
    object-fit: cover;
}




/*WHO WE ARE SECTION*/
.who_we_are{
    padding: 6% 0 8%;
}
.theme-heading h2{
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-size: 42px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}
.who_we_are_content .loading{
    opacity: 1;
    position: relative;
    margin:60px 0;
    justify-content: flex-start;
}
.who_we_are_img .building{
    position: absolute;
    right: -12%;
    bottom: -20%;
}

.who_we_are_img {
    position: relative;
}




/*FUNDING ISLAMICALLY */
.funding_islamically {
    padding: 8% 0;
    background-color: #F7F7F7;
}
.funding_content_inner h3{
    margin-bottom: 0px;
}
.funding_content_inner p{
    margin-top: 20px;
}
.mt-50{
    margin-top: 25%;
}
.funding_content{
    padding-left: 50px;
}
.funding_img img{
    width: 90%;
    height: 600px;
    object-fit: cover;
    border-radius: 15px;
}
.loading1.loading{
    opacity: 1;
    position: relative;
    margin:10px 0;
    justify-content: flex-start;
}
.islamic_financing_content h3{
    margin-bottom: 10px;
}
.islamic_financing{
    padding: 6% 0;
}


/*fundamental-aspects*/


.fa-content p {
    margin: 32px 0;
}
.fa-imgs img {
    height: 552px;
}

.fa-imgs {
    text-align: end;
}

/*footer-start*/

.disclaimer {
    background-color: #252058;
    padding: 20px 0;
}

.disclaimer marquee {
    color: #fff;
}
.footerSec {
    background-image: url(../images/footer.png);
    background-size: cover;
    padding: 4% 0;
}
.footer-ab img {
    height: 54px;
    width: 308px;
}
.foot-links ul li a {
    font-family: "Exo 2", sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}

.foot-links ul {
    column-count: 2;
    margin: 0;
    width: 80%;
    margin: auto;
}

.news-letter h5 {
    font-size: 16px;
    color: #ffffff;
    font-family: "Exo 2", sans-serif;
    margin: 0;
    font-weight: 300;
}
.news-letter ul {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 3%;
}

.news-letter ul li  i {
    color: #ffffff;
    font-size: 18px;
}

.news-letter ul li img {
    height: 22px;
}


.news-letter {
    padding-left: 14%;
}


.footer-btm {
    padding-top: 60px;
}

.copy-txt {
    border-top: 1px solid #fff6;
    padding: 3% 0 0;
}

.copy-txt p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}


.footer-ab {
    position: relative;
}

.footer-ab:after {
    content: "";
    position: absolute;
    height: 111px;
    width: 1px;
    background-color: #ffffff78;
    top: -8px;
    right: 17px;
}

.foot-links {
    position: relative;
}

.foot-links:after {
    content: "";
    position: absolute;
    height: 111px;
    width: 1px;
    background-color: #ffffff78;
    top: -8px;
    right: 17px;
}















/*inner pages start*/


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

.banner-image {
    position: relative;
}


.title-new {
    position: absolute;
       top: 50%;
    left: 20%;
    right: 0;
    bottom: 0;
   /*  background: #b7040461; */
    display: flex;
    align-items: center;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: start;
}



.title-new .loading {
    position: relative;
    bottom: 0;
    opacity: 1;
    margin: 30px 16%;
    justify-content: flex-start;
}

.title-new h2 {
    color: #fff;
    font-size: 62px;
   /* text-align: center;*/
}

.mission-img {
    position: absolute;
    width: 479px;
    top: -48%;
    right: 27%;
}

.mission-head .loading {
    position: relative;
    bottom: 0;
    justify-content: flex-start;
    opacity: 1;
    margin: 30px 0;
}
.mission-head p {
    margin-top: 21%;
    margin-bottom: 11%;
    font-size: 20px;
    line-height: 37px;
}
.mission-head h5 {
    font-size: 45px;
    line-height: 50px;
    color: #8E8E8E;
}

.bak-img{
    background: url("../images/about-bk.png");
    width: 100%;
    height: 400px;
    background-size: cover;
}

.suunah-head h3 {
    font-size: 45px;
    line-height: 50px;
}

.suunah-head .loading {
    position: relative;
    bottom: 0;
    justify-content: flex-start;
    opacity: 1;
    margin: 45px 0;
}
.sunnah-detail p {
    font-size: 20px;
    line-height: 37px;
}
.sunnah-use {
    background: #F7F7F7;
}

.center-content{
    margin: 0 auto;
    text-align: center;
}

.get-head h4 {
    font-size: 54px;
    line-height: 54px;
    color: #8C8C8C;
    margin: 0 0 45px;
}


.get-head h6 {
    font-size: 35px;
    line-height: 41px;
    color: #000;
    margin: 0 0 45px;
}

hr:not([size]) {
    height: 2px;
    width: 30%;
    margin: 0 auto;
}
.get-head p {
    font-size: 20px;
    line-height: 37px;
    width: 73%;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 45px;
}

.get-buttn a.btn10 {
    width: 26%;
    /* text-align: center; */
}

.get-buttn {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*contactus page*/

.contactus{
    margin-top: 7%;
}

.contact-form input {
    border: none;
    border-bottom: solid 0.5px #0000004f;
    width: 100%;
    margin-bottom: 50px;
    padding: 20px;
}

.contact-form textarea.form-control {
    height: 226px;
    width: 100%;
    padding: 20px;
    border: solid 0.5px #0000004f;
    margin-bottom: 50px;
}


.chkbx label {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Exo 2';
    color: #8E8E8E;
}


.cont-head p {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
}

.chkbx input#free {
    display: none;
}
.chkbx label {
    position: relative;
}
.chkbx label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #00000061;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 19px;
}

.contact-form p {
    margin: 28px;
    color: #8E8E8E;
    font-size: 20px;
    line-height: 37px;
}

.cont-head {
    padding: 0 0 0 70px;
}
.cont-head h2 {
    font-size: 35px;
    line-height: 41px;
    color: #000;
    text-transform: uppercase;
}

.contact-buttn {
    display: flex;
    justify-content: end;
    align-items: center;
}

.contact-buttn a.btn10 {
    width: 43%;
  
}


/*our fees page*/

.fees-head .loading {
    position: relative;
    bottom: 0;
    justify-content: flex-start;
    opacity: 1;
    margin: 45px 0;
}

.fees{
    margin-top: 12%;
}
.fees-txt p {
    font-size: 17px;
    line-height: 28px;
}
.fees-head h2 {
    font-size: 35px;
    line-height: 41px;
    color: #000;
}

.privacy {
    margin-top: 15%;
}

.priv-cnt p {
    font-size: 20px;
    line-height: 37px;
}

.term-use {
    margin-top: 17%;
}

.use-txt p {
    font-size: 18px;
    line-height: 37px;
}
ul.term-point li {
    font-size: 20px;
    line-height: 37px;
    font-family: 'Exo 2';
    color: black;
}

/*Media Query Start*/
@media only screen and (min-width: 1366px) and (max-width: 1920px){}

@media only screen and (min-width: 1291) and (max-width: 1365px){}

@media only screen and (min-width: 1366px) and (max-width: 1400px){

    .main-banner-img {
    height: 50vh;
}
.who_we_are_img .building {
    position: absolute;
    right: -8%;
    bottom: -20%;
    height: 358px;
}
.mission-head h5 {
    font-size: 39px;
    line-height: 50px;
    color: #8E8E8E;
}
.suunah-head h3 {
    font-size: 41px;
    line-height: 50px;
}
.contactus {
    margin-top: 12%;
}
h2{
    font-size: 55px;
}
.title-new h2{
     font-size: 55px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1365px){

    .main-banner-img {
    height: 50vh;
}
.who_we_are_img .building {
    position: absolute;
    right: -8%;
    bottom: -20%;
    height: 358px;
}
.mission-head h5 {
    font-size: 39px;
    line-height: 50px;
    color: #8E8E8E;
}
.suunah-head h3 {
    font-size: 41px;
    line-height: 50px;
}
.contactus {
    margin-top: 12%;
}


}

@media only screen and (min-width: 992px) and (max-width: 1199px){
h1 {
    font-size: 44px;
    line-height: 47px;
}
.banner_text {
    width: 199%;
    position: relative;
    z-index: 1;
}

.banner_slider_main img {
    height: 404px;
    object-fit: cover;
}
.main-banner-img {
    height: 65vh;
}
.service_img .main_service_img {
    width: 100%;
    height: 157px;
    object-fit: cover;
    border-radius: 12px;
}
.service_content h4 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    margin: 7px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #00000038;
}
.who_we_are_content .loading {
    margin: 38px 0;
}
.who_we_are_img .building {
    position: absolute;
    right: -12%;
    bottom: -20%;
    height: 242px;
}
.mt-50 {
    margin-top: 25%;
}
.funding_content {
    padding-left: 11px;
}
.fa-content p {
    margin: 12px 0;
}
.fa-imgs img {
    height: 531px;
    object-fit: cover;
    border-radius: 20px;
}
.footer-ab img {
    height: 27px;
    width: 168px;
}
.foot-links ul {
    column-count: 2;
    margin: 0;
    width: 100%;
    margin: auto;
}
.foot-links:after {
    content: "";
    position: absolute;
    height: 111px;
    width: 1px;
    background-color: #ffffff78;
    top: -8px;
    right: -19px;
}
.mission-img {
    position: absolute;
    width: 421px;
    top: -48%;
    text-align: center;
    right: 15%;
}
.title-new {
    position: absolute;
    top: 50%;
    left: 12%;
}
.mission-img img {
    height: 503px;
}
.title-new h2 {
    color: #fff;
    font-size: 51px;
    /* text-align: center; */
}
.mission-head p {
    margin-top: 6%;
    margin-bottom: 11%;
    font-size: 20px;
    line-height: 37px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    h1 {
    font-size: 38px;
    line-height: 47px;
   
}

.banner_text {
    width: 199%;
    position: relative;
    z-index: 1;
}

.banner_slider_main img {
    height: 404px;
    object-fit: cover;
}
.main-banner-img {
    height: 65vh;
}
.service_img .main_service_img {
    width: 100%;
    height: 157px;
    object-fit: cover;
    border-radius: 12px;
}
.service_content h4 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    margin: 7px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #00000038;
}
.who_we_are_content .loading {
    margin: 38px 0;
}
.who_we_are_img .building {
    position: absolute;
    right: -12%;
    bottom: -20%;
    height: 242px;
}
.mt-50 {
    margin-top: 5%;
}
.funding_content {
    padding-left: 11px;
}
.fa-content p {
    margin: 12px 0;
}
.fa-imgs img {
    height: 531px;
    object-fit: cover;
    border-radius: 20px;
}
.footer-ab img {
    height: 27px;
    width: 168px;
}
.foot-links ul {
    column-count: 2;
    margin: 0;
    width: 100%;
    margin: auto;
}
.foot-links:after {
    content: "";
    position: absolute;
    height: 111px;
    width: 1px;
    background-color: #ffffff78;
    top: -8px;
    right: -19px;
}
.mission-img {
    position: absolute;
    width: 479px;
    top: -48%;
    right: 0;
    text-align: center;
}
.title-new {
    position: absolute;
    top: 50%;
    left: 11%;
}
.mission-img img {
    height: 335px;
    width: 263px;
}
.title-new h2 {
    color: #fff;
    font-size: 51px;
    /* text-align: center; */
}
.mission-head p {
    margin-top: 6%;
    margin-bottom: 11%;
    font-size: 20px;
    line-height: 37px;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px){
.main-banner-img {
    width: 100%;
    object-fit: cover;
    height: 132vh;
}
.banner_text p {
    color: #fff;
    font-size: 21px;
    line-height: 1.3;
}
h1 {
    font-size: 42px;
    line-height: 49px;
}
.banner_text {
    width: 100%;
}
.banner_slider_main {
    margin-top: 30px;
}
.service_img .main_service_img {
    width: 100%;
    height: auto;
}
.services_box {
    width: 94%;
    margin: 14px auto;
}
.who_we_are {
    padding: 16% 0 8%;
}
.who_we_are_content .loading {
    margin: 30px 0;
}
.who_we_are_img .building {
    position: absolute;
    right: -8%;
    bottom: -20%;
    height: 166px;
}
.who_we_are_img {
    position: relative;
    margin-top: 25px;
}
.theme-heading h2 {
    font-size: 31px;
    line-height: 34px;
}
.funding_img img {
    width: 100%;
    height: 524px;
}

.funding_content {
    padding-left: 0;
    padding-top: 20px;
}

.fa-imgs img {
    height: 491px;
    width: 78%;
}
.fa-imgs {
    text-align: center;
}
.footer-ab img {
    height: 45px;
    width: 255px;
}
.footer-ab {
    position: relative;
    padding: 8% 0;
}
.foot-links {
    position: relative;
    padding: 7% 0;
}
.foot-links ul {
    column-count: 2;
    margin: 0;
    width: 100%;
    margin: auto;
}
.news-letter {
    padding-left: 0;
    padding: 8% 0 0;
}
.footer-btm {
    padding-top: 28px;
}
.footer-ab:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #ffffff78;
    top: auto;
    right: 0;
    bottom: 0;
}
.foot-links:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #ffffff78;
    top: auto;
    right: 0;
    bottom: 0;
}
.banner-image img {
    width: 100%;
    height: 53vh;
}
.mission-img img {
    height: 325px;
    object-fit: contain;
}
.mission-img {
    position: absolute;
    width: 479px;
    top: -7%;
    right: 0;
}
.b-text {
    position: absolute;
    top: 7%;
    left: -13%;
}
.title-new h2 {
    color: #fff;
    font-size: 36px;
    /* text-align: center; */
}
.bak-img {
    background-position: center;
}
.get-head h4 {
    font-size: 43px;
    line-height: 48px;
}

.suunah-head h3 {
    font-size: 40px;
    line-height: 50px;
}
.mission-head h5 {
    font-size: 35px;
    line-height: 50px;
    color: #8E8E8E;
}
.get-head h6 {
    font-size: 24px;
    line-height: 27px;


}
hr:not([size]) {
    height: 2px;
    width: 72%;
    margin: 0 auto;
}
.get-head p {
    width: 95%;

}

.get-buttn a.btn10 {
    width: 78%;
    /* text-align: center; */
}
.contact-buttn a.btn10 {
    width: 44%;
}
.cont-head {
    padding: 24px 0 0 0px;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px){
.main-banner-img {
    width: 100%;
    object-fit: cover;
   
}

.banner_text_main {
    width: 100%;
    height: 100%;
}
.banner_text p {
    color: #fff;
    font-size: 21px;
    line-height: 1.3;
}
h1 {

    font-size: 33px;
    line-height: 41px;
}

.banner_text {
    width: 100%;
}
.banner_slider_main {
    margin-top: 30px;
}
.service_img .main_service_img {
    width: 100%;
    height: auto;
}
.services_box {
    width: 94%;
    margin: 14px auto;
}
.who_we_are {
    padding: 16% 0 8%;
}
.who_we_are_content .loading {
    margin: 30px 0;
}
.who_we_are_img .building {
    position: absolute;
    right: -8%;
    bottom: -20%;
    height: 166px;
}
.who_we_are_img {
    position: relative;
    margin-top: 25px;
}
.theme-heading h2 {
    font-size: 31px;
    line-height: 34px;
}
.funding_img img {
    width: 100%;
    height: 328px;
}

.funding_content {
    padding-left: 0;
    padding-top: 20px;
}

.fa-imgs img {
    height: 353px;
    width: 100%;
}
.footer-ab img {
    height: 45px;
    width: 255px;
}
.footer-ab {
    position: relative;
    padding: 13% 0;
}
.foot-links {
    position: relative;
    padding: 10% 0;
}
.foot-links ul {
    column-count: 2;
    margin: 0;
    width: 100%;
    margin: auto;
}
.news-letter {
    padding-left: 0;
    padding: 9% 0 0;
}
.footer-btm {
    padding-top: 18px;
}
.footer-ab:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #ffffff78;
    top: auto;
    right: 0;
    bottom: 0;
}
.foot-links:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #ffffff78;
    top: auto;
    right: 0;
    bottom: 0;
}
.banner-image img {
    width: 100%;
    height: 79vh;
}
.mission-img img {
    height: 325px;
    object-fit: contain;
}
.mission-img {
    position: absolute;
    width: 479px;
    top: -7%;
    right: 0;
}
.b-text {
    position: absolute;
    top: -55%;
    left: -13%;
}
.title-new h2 {
    color: #fff;
    font-size: 39px;
    /* text-align: center; */
}
.bak-img {
    background-position: center;
}
.get-head h4 {
    font-size: 43px;
    line-height: 48px;
}

.suunah-head h3 {
    font-size: 40px;
    line-height: 50px;
}
.mission-head h5 {
    font-size: 35px;
    line-height: 50px;
    color: #8E8E8E;
}
.get-head h6 {
    font-size: 24px;
    line-height: 27px;


}
hr:not([size]) {
    height: 2px;
    width: 72%;
    margin: 0 auto;
}
.get-head p {
    width: 95%;

}

.get-buttn a.btn10 {
    width: 78%;
    /* text-align: center; */
}
.contact-buttn a.btn10 {
    width: 75%;
}
.cont-head {
    padding: 24px 0 0 0px;
}
}
/*Media Query End*/

.fee_txt{
    justify-content: space-between;
}
.fee_txt p{
    text-align: justify;
}
.fee_txt .col-md-12{
    width: 47%;
    gap: 40px; 
}