@import url("all.min.css");
@import url("bootstrap.min.css");
@import url("swiper.css");
@import url("fancybox.css");
@import url("aos.css");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-family: "Plus Jakarta Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
}

html {
    max-width: 100%;
}

label,
p {
    margin: 0px;
    font-weight: normal;
    color: rgb(99, 99, 113);
}

button,
input,
select,
textarea {
    background: 0px 0px;
    border: none;
    outline: 0px;
    border-radius: 0px;
    appearance: none;
    box-shadow: none;
    padding: 0px;
}

textarea {
    vertical-align: middle;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

dl,
ol,
ul {
    margin-bottom: 0px;
}

button {
    cursor: pointer;
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0px;
}

.main_slide_item {
    height: 100vh;
    background-position: center center;
    background-size: cover;
}

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

.main_slide_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
}

.main_slide_item h1 {
    font-weight: 800;
    color: rgb(255, 255, 255);
    font-size: 60px;
    width: 900px;
    max-width: 100%;
    line-height: 1.2;
    margin: 0px;
}

.main_slide_item h1 span {
    font-weight: 300;
    display: block;
}

.ms_bottom {
    border-top: 2px solid rgb(241 156 74);
    padding-top: 40px;
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.ms_bottom p {
    color: rgb(255, 255, 255);
    width: 700px;
    font-size: 18px;
}

.ms_bottom div {
    flex: 1 1 0%;
    display: flex;
    justify-content: flex-end;
}

.main_slide_item .container {
    position: relative;
    z-index: 2;
}

.header18 .top_bar {
    padding: 8px 0px;
    background-color: rgb(154, 117, 241);
}

.header18 .top_bar>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header18 .top_bar p {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 500;
}

.header18 .top_bar ul {
    display: flex;
    gap: 5px;
    align-items: center;
}

.header18 .top_bar ul li {
    font-size: 12px;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.header18 .top_bar ul li a {
    font-size: 14px;
    color: inherit;
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.header18 .top_bar ul li a:hover {
    background-color: rgb(154, 117, 241);
    color: rgb(154, 117, 241);
}

.header18 .top_bar ul li a .icon-x {
    position: relative;
    top: -1px;
}

.header18.header_1 .container {
    position: relative;
}

.header18 .header_inner {
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
    align-items: center;
    position: relative;
    z-index: 2;
    background: rgb(255, 255, 255);
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 7px 0px;
}

.header18.fixed .header_inner {
    border-radius: 0px 0px 50px 50px;
}

.header18 .header_inner .logo img {
    height: 45px;
}

.header18 .hm_inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header18 .hm_inner ul {
    gap: 15px;
}

@media (min-width: 1201px) {
    .footer_menu ul li a:hover {
        background-size: 100% 2px;
    }

    .ib_item:hover {
        transform: translateY(-15px);
    }

    .header18 .hm_inner>ul>li>ul {
        margin-top: 26px;
        position: relative;
    }

    .header18 .hm_inner>ul>li>ul::before {
        content: "";
        position: absolute;
        left: 0px;
        top: -26px;
        width: 100%;
        height: 26px;
    }

    .header18 .sub-menu li {
        position: relative;
    }

    .header18 .sub-menu li ul {
        left: 100%;
        top: 0px;
    }

    .header18 .sub-menu li:hover>ul {
        visibility: visible;
        opacity: 1;
    }

    .header18 .hm_inner>ul>li ul li {
        position: relative;
    }

    .header18 .hm_inner>ul>li ul li ul {
        position: absolute;
        left: 104%;
        top: 0px;
    }

    .header18 .hm_inner>ul>li ul li ul::before {
        content: "";
        position: absolute;
        left: -15px;
        top: 0px;
        bottom: 0px;
        width: 15px;
    }

    .header18 .hm_inner>ul {
        align-items: center;
        margin: 0px auto;
        display: flex !important;
    }

    .header18 .hm_inner>ul>li ul li:hover>a {
        background-color: rgb(241 156 74);
        color: rgb(51, 51, 51);
    }

    .header18 .hm_inner>ul>li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .header18 .hm_inner>ul>li>ul li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .header18 .hm_inner>ul>li {
        position: relative;
    }

    .header18 .hm_inner>ul>li a {
        transition: 0.3s;
    }

    .header18 .hm_inner>ul>li:hover>a {}

    .header18 .hm_inner>ul>li ul {
        display: block !important;
    }
}

.header18 .hm_inner>ul>li>a {
    color: #333;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
}

.header18 .hm_inner ul li.active>a {
    font-weight: 900;
}

.header18 .hm_inner>ul>li>a.has-submenu::after {
    content: "";
    font-family: FontAwesome;
    margin-left: 7px;
}

.header18 .has-submenu+i {
    display: none;
}

.header18 .hm_inner>ul>li ul {
    position: absolute;
    left: 0px;
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
    border-radius: 5px;
    padding: 8px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    background: rgba(255, 255, 255, 0.7);
}

.header18 .hm_inner>ul>li ul li a {
    display: flex;
    font-weight: 600;
    color: rgb(0, 0, 0);
    padding: 8px;
    font-size: 14px;
    align-items: center;
}

.header18 .hm_inner>ul>li ul li a {
    white-space: nowrap;
}

.header18 .menu_trigger {
    display: none;
}

.header18 .src_trigger i {
    font-size: 16px;
}

.header18 .src_trigger {
    width: 48px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 50%;
    height: 48px;
    color: rgb(30, 30, 30);
}

.btn_style1,
a.btn_style1 {
    height: 50px;
    display: inline-flex;
    align-items: center;
    padding: 0px 10px 0px 20px;
    color: rgb(51, 51, 51);
    font-size: 13px;
    border-radius: 30px;
    font-weight: 700;
    transition: 0.3s;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    gap: 20px;
    text-transform: uppercase;
}

.btn_style1 i {
    display: flex;
    width: 35px;
    height: 35px;
    background: rgb(241 156 74);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    font-size: 18px;
}

.btn_style1:hover {
    background-color: rgb(241 156 74);
    color: rgb(51, 51, 51);
    border-color: rgb(241 156 74) !important;
}

.btn_style1:hover i {
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
}

.header18 .hm_inner a.donate_btn span {
    position: relative;
    z-index: 2;
}

.header18 .src_area {
    position: absolute;
    bottom: 0px;
    background-color: rgb(255, 255, 255);
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%);
    transition: 0.3s;
    width: calc(100% - 40px);
    left: 50%;
    z-index: 4;
    border-radius: 50px;
}

.header18 .src_area.active {
    opacity: 1;
    visibility: visible;
}

.header18.header_1 {
    position: fixed;
    top: 20px;
    z-index: 10;
    transition: 0.3s;
    width: 100%;
}

.header18.header_1.fixed {
    top: 0px;
}

.header18 .sa_inner {
    position: relative;
}

.header18 .sa_inner input {
    width: 100%;
    height: 78px;
    color: rgb(30, 30, 30);
    font-size: 28px;
}

.header18 .sa_inner input::placeholder {
    color: rgb(199, 208, 210);
}

.header18 .sa_inner button {
    position: absolute;
    right: 0px;
    top: 50%;
    height: 44px;
    color: rgb(255, 255, 255);
    background-color: rgb(71, 99, 107);
    display: flex;
    padding: 0px 15px;
    border-radius: 5px;
    align-items: center;
    font-weight: 600;
    transform: translateY(-50%);
}

.header18 .header_right {
    flex: 1 1 0%;
}

.header18 .tb_contact li {
    display: flex;
    gap: 5px;
    font-size: 14px;
    font-weight: 400;
}

.header18 .tb_contact li+li {
    margin-left: 5px;
}

.header18 .tb_contact li svg {
    height: 14px;
}

.header18 .ct_overlay ul {
    display: flex;
    align-items: center;
    gap: 24px;
}

.header18 .ct_overlay li a i {}

.header18 .ct_overlay li a {
    font-size: 13px;
    color: rgb(255, 255, 255);
}

.header18 .header_green {
    background-color: transparent;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header18 .header_green p {
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.header18 .header_social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header18 .header_social li span {
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.header18 .header_social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    font-size: 16px;
}

.header18 .header_social li a:hover {
    background-color: rgb(241 156 74);
    color: rgb(51, 51, 51);
}

.btn_style1.sahibinden i {
    background-color: rgb(255, 232, 2);
}

.btn_style1.sahibinden i::before {
    content: "S";
    font-weight: 800;
    font-family: Arial, sans-serif;
}

.btn_style1.sahibinden:hover {
    background-color: rgb(255, 232, 2);
    border-color: rgb(255, 232, 2) !important;
}

.btn_style1.sahibinden:hover i {
    background-color: rgb(51, 51, 51);
    color: rgb(255, 232, 2);
}

.index_boxes {
    position: relative;
    margin-top: -150px;
    overflow: visible
}

.index_boxes .row {
    row-gap: 30px;
}

.ib_item {
    transition: all .3s;
    height: 300px;
    background-color: rgba(40, 32, 19, 0.698);
    border-radius: 30px;
    padding: 30px;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    backdrop-filter: blur(10px);
}

.ib_item h3 {
    margin: 0px 0px 15px;
    font-weight: 700;
    font-size: 22px;
    padding-top: 15px;
}

.ib_item p {
    color: rgb(255, 255, 255);
}

.ib_item i {
    color: rgb(241 156 74);
    font-size: 60px;
    margin-bottom: 15px;
}

.aboutus_section98 .counter_title {
    row-gap: 30px;
    justify-content: space-between;
}

.aboutus_section98 .counter_title h2 {
    font-weight: 700;
    font-size: 32px;
    margin: 0px 0px 30px;
}

.aboutus_section98 .ia_counter strong {
    font-weight: 700;
    margin: 0px 0px 15px;
    font-size: 22px;
    display: block;
}

.ia_counter .row {
    row-gap: 30px;
}

.aboutus_section98 .ia_counter i {
    font-size: 42px;
    margin-bottom: 15px;
    color: rgb(241 156 74);
}

.aboutus_section98 .ia_counter strong::after {
    content: attr(data-after);
}

.aboutus_section98 .ia_counter p {
    color: rgb(99, 99, 113);
    padding-right: 30px;
}

.aboutus_section98 .counter_title a {
    margin-top: 30px;
    width: 260px;
    justify-content: center;
    max-width: 100%;
    letter-spacing: 2px;
    border-color: rgba(51, 51, 51, 0.32);
}

.section_padding {
    padding: 80px 0px;
}

.mb-15 {
    margin-bottom: 15px;
}

.index_bg {
    background-color: rgb(23, 46, 56);
    position: relative;
}

.index_bg .container {
    position: relative;
    z-index: 2;
}

.index_bg::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background-color: rgb(255, 255, 255);
}

.index_bg img {
    border-radius: 20px;
    object-fit: cover;
    min-height: 200px;
}

.go_sahb {
    background-color: rgb(23, 46, 56);
}

.go_sahb .row {
    row-gap: 40px;
}

.go_sahb .row>div:first-child {
    padding-right: 60px;
}

.go_sahb h2 {
    color: rgb(241 156 74);
    font-size: 32px;
    font-weight: 700;
    margin: 0px 0px 30px;
    width: 600px;
    max-width: 100%;
}

.go_sahb p {
    color: rgb(255, 255, 255);
}

.go_sahb h3 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 30px;
}

img {
    max-width: 100%;
}

.faq_section136 {
    padding: 80px 0;
}

.faq_section136 .faq_img img {
    width: 100%;
    border-radius: 20px;
}

.faq_section136 .faq_cont {
    padding-left: 40px;
}

@media(max-width:768px) {
    .faq_section136 {
        padding: 40px 0;
    }
}

.faq_section136 .accordion-item {
    margin-bottom: 10px;
}

.faq_section136 .accordion-title {
    color: #000;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-size: 20px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.faq_section136 .accordion-title::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
}

.faq_section136 .accordion-title.active::after {
    content: '\f106';
}

.faq_section136 .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq_section136 .accordion-content p {
    margin: 15px 0 0;
}

.faq_section136 .accordion-item {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.faq_section136 .accordion-item:last-of-type {
    /* padding-bottom: 0; */
    margin-bottom: 0;
}

.faq_section136 .faq_img>div {
    position: relative;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.faq_section136 .faq_img>div::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgb(0, 0, 0, .8);
    border-radius: 20px;
}

.faq_section136 .faq_img>div .section_title2 {
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #fff;
    z-index: 2;
    right: 30px;
}

.faq_section136 .faq_img>div .section_title2 p {
    color: #fff;
    margin-bottom: 30px;
}

.faq_section136 .faq_img>div .section_title2 h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 15px;
}

footer {
    background-color: #172e38;
    padding: 80px 0;
}

.footer_inner {
    background-color: #BDCCD2;
    min-height: 350px;
    padding: 60px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.footer_inner>img {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.footer_left p {
    color: #172e38;
    font-weight: 500;
    margin: 30px 0;
    font-size: 16px;
    width: 400px;
    max-width: 100%;
}

.footer_social {
    display: flex;
    gap: 15px;
}

.footer_social li a {
    background-color: transparent;
    justify-content: center;
    color: #172e38;
    font-size: 24px;
    height: 36px;
    display: flex;
    align-items: center;
}

.footer_menu h3 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    color: #172e38;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
}

.footer_menu ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer_menu ul li a,
.footer_menu ul li span {
    color: #172e38;
    font-weight: 500;
    font-size: 16px;
    width: 200px;
    max-width: 100%;
    line-height: 1.6;
    transition: all 300ms ease 0s;
    display: inline;
    background-image: linear-gradient(to right, #172e38, #172e38 100%);
    background-position: 0px 100%;
    background-repeat: no-repeat;
    background-size: 0px 2px;
}

.footer_copyright {
    margin-top: 30px;
    color: rgb(241 156 74);
    text-align: center;
    font-size: 14px;
    letter-spacing: .5px;
}

.footer_copyright a {
    color: inherit;
    font-weight: 700;
}

.footer_inner .row {
    row-gap: 30px;
}

.the_brd {
    background-position: center;
    background-size: cover;
    position: relative;
}

.the_brd_inner .main_slide_item {
    height: 500px;
    align-items: flex-end;
    padding-bottom: 40px;
}

.the_brd_inner .main_slide_item h1 {
    font-size: 48px;
}

.ms_bottom ul {
    display: flex;
    gap: 15px;
}

.ms_bottom ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    transition: all 300ms ease 0s;
}

.ms_bottom ul li+li::before {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    color: #fff;
    margin-right: 15px;
    font-weight: 300;
}

.the_brd_inner .ms_bottom {
    padding-top: 30px;
    margin-top: 30px;
}

.aboutus_section99 {
    padding: 80px 0;
}

.aboutus_section99 img {
    width: 100%;
}

.aboutus_section99 .row {
    align-items: center;
    row-gap: 30px;
}

.aboutus_section99 .ia_texts {
    padding-left: 25px;
}

.aboutus_section99 .section_title2 h2 {
    font-size: 32px;
    margin: 0 0 20px;
    font-weight: 600;
}

.aboutus_section99 .section_title2 p {
    font-size: 16px;
    margin-bottom: 15px;
}

.aboutus_section99 .ia_texts a {}

.aboutus_section99 .ia_texts a {
    margin-top: 20px;
}

.aboutus_section99 .ia_texts a::before {
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #2E2E2E;
    transition: all .3s;
}

.aboutus_section99 .ia_texts a::after {
    font-family: 'FontAwesome';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(-5px);
    margin-left: 10px;
    transition: all .3s;
    opacity: 0;
}

@media(min-width:1201px) {
    .aboutus_section99 .ia_texts a:hover::before {
        width: calc(100% + 50px);
    }

    .aboutus_section99 .ia_texts a:hover::after {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}

#sss {
    margin-top: -160px;
    padding-top: 160px;
}

.contact_component89 {
    padding: 80px 0;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.contact_component89 .container {
    position: relative;
    z-index: 2;
}

.contact_component89 .contactForm h2 {
    margin-bottom: 10px;
    font-size: 36px;
    color: #000;
}

.contact_component89 .contactForm p {
    font-size: 13px;
    margin: 0 0 30px;
}

.contact_component89 .cs_left {
    display: flex;
    align-items: center;
}

.contact_component89 .cs_left>div>h1 {
    font-weight: 700;
    color: #1e1e1e;
    margin: 0 0 30px;
    font-size: 60px;
}

.contact_component89 .cs_left>div>p {
    font-size: 24px;
}

.contact_component89 .cs_left>div>ul:not(.social_sh) {
    margin: 50px 0 15px;
}

.contact_component89 a.c_support {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 16px;
    color: #1e1e1e;
    text-decoration: underline;
}

.contact_component89 .cs_left {
    padding-right: 30px;
}

.contact_component89 .contactForm input,
.contact_component89 .contactForm button {
    height: 52px;
}

.contact_component89 .contactForm p.ta_line {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: 24px 0 0;
    display: block;
}

.contact_component89 .ta_line a {
    font-weight: 600;
    color: inherit;
}

.contact_component89 .ta_line a:hover {
    text-decoration: underline;
}

@media(max-width:768px) {
    .contact_component89 {
        padding: 40px 0;
    }
}

.contact_component89 .gap60 {
    row-gap: 60px;
}

.contact_component89 .cs_left iframe {
    width: 100%;
    height: 230px;
    border-radius: 20px;
    margin: 30px 0 0;
}

.contact_component89 .w_blueIcons {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact_component89 .w_blueIcons li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact_component89 .w_blueIcons li div {
    line-height: 1.2;
}

.contact_component89 .w_blueIcons li i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: rgb(241 156 74);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    font-size: 24px;
}

.contact_component89 .w_blueIcons li div strong {
    display: block;
    font-size: 24px;
    color: #172e38;
    font-weight: 600;
}

.contact_component89 .w_blueIcons li div a {
    font-size: 14px;
    color: #244362;
    font-weight: 600;
}

.contact_component89 .social_sh {
    border-top: 1px solid #24436233;
    margin-top: 36px;
    padding-top: 36px;
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    flex-direction: unset;
    margin-bottom: 0;
}

.contact_component89 .social_sh li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0786ff;
    width: 40px;
    height: 40px;
    border: 1px solid rgb(255, 255, 255);
    font-size: 14px;
    border-radius: 50%;
    transition: 0.3s;
    background: #c6e3ff
}

.contact_component89 .social_sh li a:hover {
    background-color: #0786ff;
    color: #c6e3ff;
}

.contact_component89 .contactForm {
    background-color: #fff;
    box-shadow: 0px 0px 50px 0px #0000001A;
    padding: 36px;
    border-radius: 5px;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}

.contact_component89 .contactForm h2 {
    color: #0786ff;
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 24px;
}

.contact_component89 .indexForm .if_texts {
    padding-right: 80px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.contact_component89 .if_texts * {
    color: #0786ff;
}

.contact_component89 .contactForm .row {
    row-gap: 30px;
}

.contact_component89 .contactForm input,
.contact_component89 .contactForm textarea {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    padding-left: 15px;
    transition: all .3s;
}

.contact_component89 .contactForm input:focus,
.contact_component89 .contactForm textarea:focus {
    border-color: #333;
}

.contact_component89 .contactForm textarea {
    padding: 15px;
    height: 90px;
    resize: none;
}

.contact_component89 .contactForm button {
    border-radius: 5px;
    background-color: rgb(241 156 74);
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
    transition: all .3s;
}

.contact_component89 .contactForm button:hover {
    background-color: #172e38;
}

.contact_component89 .indexForm .row {
    row-gap: 30px;
}

.stats_section190 {
    padding: 90px 0;
}

.stats_section190 .section_title {
    color: #1e1e1e;
    text-align: center;
    margin-bottom: 60px;
}

.stats_section190 .section_title h2 {
    font-weight: 900;
    font-size: 50px;
    margin: 0;
    font-family: 'Merriweather';
}

.stats_section190 .section_title p {
    width: 760px;
    max-width: 100%;
    margin: 15px auto 0;
    display: block;
    font-weight: 500;
    font-size: 14px;
}

.stats_section190 .nm_box {
    background-color: #172e39;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
    padding: 30px;
    border-radius: 10px;
}

.stats_section190 .nm_box h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    font-family: 'Merriweather', serif;
}

.stats_section190 .nm_box h3::after {
    content: attr(data-title);
    font-size: 20px;
    margin-left: 3px;
    position: relative;
    bottom: -.25em;
    line-height: 0;
    vertical-align: baseline;
}

.stats_section190 .nm_box strong {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    border-top: 1px solid #ffffff42;
    padding-top: 15px;
    margin-top: 15px;
    display: block;
}

.stats_section190 .nm_box p {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.stats_section190 .nm_box>div+div {
    padding-top: 30px;
}

.stats_section190 .nm_row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.stats_section190 .nm_row.row {
    row-gap: 30px;
}

@media(min-width:993px) {

    .stats_section190 .nm_row>div:nth-child(4n+3)>div,
    .stats_section190 .nm_row>div:nth-child(4n+4)>div {
        flex-direction: row-reverse;
    }
}

.stats_section190 .nm_row .row {
    height: 100%;
}

section {
    overflow-x: hidden;
    overflow-y: hidden;
}

.footer_logo img {
    height: 45px;
}

/* responsive */

@media (max-width: 1200px) {
    .stats_section190 .nm_box strong {
        font-size: 18px;
    }

    .stats_section190 .nm_box h3 {
        font-size: 32px;
    }

    .stats_section190 .nm_box h3::after {
        font-size: 16px;
    }

    .aboutus_section99 .section_title2 h2 {
        font-size: 36px;
    }

    .aboutus_section99 .section_title2 p {
        font-size: 16px;
    }

    .main_slide_item h1 {
        font-size: 48px;
    }

    .header18 .hm_inner>ul ul {
        padding-right: 0px !important;
    }

    .header18 .hm_inner>ul ul a {
        padding-right: 15px !important;
        font-size: 14px !important;
    }

    .header18 button.src_button.menu_trigger {
        margin-left: -15px;
        position: relative;
        left: 15px;
        display: flex;
    }

    .header18 .hm_inner {
        justify-content: flex-end;
    }

    .header18 .hm_inner a.donate_btn {
        height: 40px;
        padding: 0px 20px;
    }

    .header18.src_button.src_trigger {
        padding: 0px;
        justify-content: center;
        height: 40px;
        width: 40px;
    }

    .header18 .header_inner .logo img {
        height: 55px;
    }

    .header18 .src_button {
        margin-left: 0px;
        font-size: 24px;
        display: flex;
        align-items: center;
        padding: 0px 15px;
        color: rgb(30, 30, 30);
    }

    .header18 .h_menu>ul>li>a.has-submenu::after,
    .header18 .has-submenu::after {
        content: "";
        font-family: FontAwesome;
        color: rgb(255, 255, 255);
        position: static;
        height: auto;
        border-radius: 0px;
        font-size: 20px;
        line-height: normal;
    }

    .header18 .has-submenu.active::after {
        content: "" !important;
    }

    .header18 .hm_inner>ul>li ul {
        position: static;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        margin: 0px;
        padding: 0px 20px;
        display: none;
        transition: none;
        background: transparent;
    }

    .header18 .hm_inner>ul>li ul li a {
        color: rgb(255, 255, 255);
        height: 36.5px;
    }

    .header18.menu_trigger {
        display: block;
        padding-left: 0px;
    }

    .header18 .hm_inner ul {
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        background-color: rgb(30, 30, 30);
        margin-top: 0px;
        display: none;
        overflow-y: auto;
    }

    .header18 .hm_inner>ul {
        max-height: 350px;
    }

    .header18 .hm_inner ul li {
        width: 100%;
    }

    .header18 .hm_inner ul li:last-child a {
        border: none;
    }

    .header18 .hm_inner ul li a {
        color: rgb(255, 255, 255);
        height: auto;
        padding: 10px 15px;
        justify-content: space-between;
        border-bottom: none;
        font-size: 14px;
    }

    .header18 .hm_inner ul li.active a {
        color: rgb(255, 255, 255);
    }
}

@media (max-width: 992px) {
    .stats_section190 .nm_row>div:nth-child(2n+2)>div {
        flex-direction: row-reverse;
    }

    .stats_section190 .nm_row .row {
        row-gap: 15px;
    }

    .aboutus_section99 .ia_texts {
        padding-left: 0;
    }

    .faq_section136 .faq_img>div .section_title2 {
        position: relative;
        inset: 0;
        padding: 30px;
    }

    .faq_section136 .faq_cont {
        padding-left: 15px;
        margin-top: 40px;
    }

    .go_sahb .row>div:first-child {
        padding-right: 15px;
    }

    .header18 .header_green {
        display: none;
    }

    .header18.header_1.fixed {
        top: 0px;
    }
}

@media (max-width: 768px) {
    .stats_section190 .nm_row img {
        height: 350px;
    }

    .stats_section190 {
        padding: 45px 0;
    }

    .stats_section190 .section_title h2 {
        font-size: 28px;
    }

    .stats_section190 .section_title {
        margin-bottom: 30px;
    }

    .contact_component89 .indexForm .if_texts {
        padding-right: 0;
    }

    .contact_component89 .indexForm {
        padding: 40px 0;
    }

    .contact_component89 .contactForm {
        padding: 30px;
    }

    .contact_component89 .w_blueIcons li i {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .contact_component89 .w_blueIcons li div strong {
        font-size: 18px;
    }

    .contact_component89 .cs_left>div>h1 {
        font-size: 32px;
    }

    .contact_component89 .cs_left>div>p {
        font-size: 16px;
    }

    .contact_component89 .map_rgt {
        padding-left: 0;
    }

    .contact_component89 .map_section {
        padding: 40px 0;
    }

    .contact_component89 .cs_left {
        padding-right: 15px;
    }

    .the_brd_inner .main_slide_item {
        height: 350px;
    }

    .the_brd_inner .ms_bottom {
        padding-top: 15px;
        margin-top: 15px;
    }

    .ms_bottom ul li a {
        font-size: 14px;
    }

    .ms_bottom ul {
        gap: 10px;
    }

    .ms_bottom ul li+li::before {
        margin-right: 10px;
    }

    .aboutus_section99 .section_title2 h2 {
        font-size: 24px;
    }

    .aboutus_section99 .section_title2 p {
        font-size: 15px;
    }

    .aboutus_section99 {
        padding: 40px 0;
    }

    .footer_menu ul {
        gap: 10px;
    }

    .footer_inner>img {
        width: 200px;
    }

    .footer_copyright {
        font-size: 14px;
        white-space: nowrap;
        /* letter-spacing: 0; */
    }

    footer {
        padding: 40px 0;
    }

    .footer_inner {
        padding: 30px 30px 113px;
    }

    .faq_section136 .faq_img>div .section_title2 h2 {
        font-size: 24px;
    }

    .faq_section136 .faq_cont .section_title1 {
        margin-bottom: 0;
    }

    .faq_section136 .accordion-title {
        font-size: 16px;
    }

    .faq_section136 {
        padding: 40px 0;
    }

    .go_sahb h2,
    .go_sahb h3 {
        font-size: 24px;
    }

    .aboutus_section98 .ia_counter p {
        padding-right: 0;
    }

    .container {
        padding: 0px 30px;
    }

    .section_padding {
        padding: 40px 0px;
    }

    .hm_inner>a {
        display: none;
    }

    .main_slide_item h1,
    .the_brd_inner .main_slide_item h1 {
        font-size: 24px;
    }

    .ms_bottom {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
        margin-top: 15px;
        padding-top: 15px;
    }

    .ms_bottom p {
        width: 100%;
        font-size: 16px;
    }

    .footer_logo img {
        height: 30px;
    }

    .aboutus_section98 .counter_title {
        margin-bottom: 40px;
    }

    .aboutus_section98 .counter_title h2 {
        font-size: 24px;
        /* margin: 0px; */
    }

    .aboutus_section98 .counter_title h2 br {
        display: none;
    }

    .header18 .ct_overlay {
        display: none;
    }

    .header18 .hm_inner a.donate_btn {
        height: 40px;
        padding: 0px 20px;
        font-size: 16px;
    }

    .header18 .header_inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .header18.header_1 .container {
        padding: 0px 15px;
    }

    .header18 .hm_inner {
        gap: 10px;
    }

    .header18 .hm_inner a.donate_btn {
        display: none;
    }

    .header18 .sa_inner input {
        font-size: 16px;
        height: 70px;
    }

    .header18 .sa_inner button {
        height: 30px;
        font-size: 13px;
    }

    .header18 .hm_inner a.donate_btn {
        padding: 0px 10px;
        font-size: 13px;
        height: 30px;
        max-width: 100px;
        white-space: nowrap;
        overflow: hidden;
    }

    .header18.src_button {
        height: 40px;
    }

    .header18 .hm_inner ul {
        left: -15px;
        right: -15px;
        padding: 15px;
    }

    .header18.top_bar {
        display: none;
    }

    .header18 .header_inner .logo img {
        height: 30px;
        max-width: 140px;
    }
}

@media(max-width:575px) {
    .stats_section190 .nm_row.row {
        row-gap: 15px;
    }
}