/* global css */
.container {
    max-width: 1380px;
}

@font-face {
    font-family: "ArbelG";
    src: url("../fonts/ArbelG-Regular.otf") format("otf"),
         url("../fonts/ArbelG-Regular.woff") format("woff"),
         url("../fonts/ArbelG-Regular.ttf") format("truetype");
}

body {
    font-family: 'ArbelG';
    font-size: 16px;
    color: #042F2A;
}

h1, h2, h3, h4, h5, h6 {
    direction: rtl;
}

.page-id-11 section.sec_five {
    background: #ffffff !important;
    padding: 5.5em 0em;
}

section.form_sec .form-group input {
    direction: rtl;
}
.th_tx, .sc_tx{margin-left: 20px;}
.navbar-light .navbar-toggler-icon span {
    margin-bottom: 10px;
    background: #05b5a6;
    height: 3px;
    border-radius: 5px;
    display: block;
}

h1 {
    font-size: 33px;
    font-weight: 600;
}

p {
    font-size: 22px;
    color: #042F2A;
}

/* global css end*/


/* navbar css*/
.navbar.bg-light {
    background: url(../images/bg_header.svg);
    background-size: cover;
    padding: 24px 30px; direction: rtl;
}

.navbar-expand-lg {
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.navbar a {
    color: #fff !important;
    font-family: 'ArbelG';
    font-size: 22px;
    padding: 5px 14px !important;
    cursor: pointer;
}

.navbar .navbar-collapse {
    padding-right: 30px;
}

.navbar .navbar-collapse .mx-2 a {
    height: 35px;
    width: 35px;
    display: inline-flex;
    border: 1px solid #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    color: #fff;
    font-size: 19px;
}

.navbar .navbar-collapse .mx-2 .donateBtn{
    width: auto;
    height: auto;
    border: none;
    background: #FF4A50;
    border-radius: 0px;
    font-size: 22px;
    padding: 2px 0px!important;
    margin-left: 25px;
    vertical-align: bottom;
}


.navbar .navbar-collapse .mx-2 a.active {
    border: 1px solid #05B5A6 !important;
    color: #05B5A6;
}

/* navbar css end*/

/* hero section */
section.hero_banner {
    overflow: hidden;
    display: block;
    margin: auto;
    padding: 0;
    height: auto;
    position: relative;
}

section.hero_banner .slick-list.draggable:before {
    /* display: block;
    width: 100%; */
    position: absolute;
    content: '';
    background: url(../images/hed_oly.svg);
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    z-index: 1;
}

section.hero_banner .carousel_slide {
    z-index: 2;
    position: relative;
}

section.hero_banner .slick-next {
    right: 150px;
    cursor: pointer;
    width: auto;
    height: auto;
}

section.hero_banner .slick-prev {
    left: 150px;
    cursor: pointer;
    width: auto;
    height: auto;
    z-index: 1111;
}

section.hero_banner .slick-prev:before {
    content: '';
    height: 50px;
    width: 30px;
    background: url(../images/Arrowleft.svg) !important;
    display: block;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

section.hero_banner .slick-next:before {
    content: '';
    height: 50px;
    width: 30px;
    background: url(../images/Arrowright.svg) !important;
    display: block;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

section.hero_banner .carousel_item {
    position: relative;
}

section.hero_banner .tex_overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    text-align: center;
}


section.hero_banner .tex_overlay h1 {
    color: #fff !important;
    font-size: 64px;
}

section.hero_banner .btn_top {
    transform: rotate(180deg);
}

/* hero section end */

/* second section  */

.cl_wrp {
    display: flex !important;
    width: 100%; direction: rtl;
}

.cl_wrp .img_wrp {
    width: 55%;
}

.cl_wrp .img_wrp img {
    width: 100%;
}

.cl_wrp .text_wrp {
    width: 45%;
    display: flex;
    padding: 0em 10em;
    background-color: #F2FAF8;
    align-items: center;
    justify-content: center;
}

.cl_wrp .text_wrp h1 {
    text-align: left;
    margin-bottom: 30px;
    font-weight: bold;
}

.cl_wrp .text_wrp p {
    text-align: right;
    margin-bottom: 35px;
    line-height: 26px;
}

.icons{
    text-align: left;
}

.icons img{
    margin: 0px 5px;
}

.redButton{ width: auto; 
    border: none;
    background: #FF4A50;
    border-radius: 0px;
    font-size: 14px;
    padding: 7px 15px;
    color: #fff;
    text-align: center;
    margin-top: 53px;}
.redButton a{
    color: #fff;
    font-size: 12px;
}
.cl_wrp .text_wrp a {
    width: auto;
    height: auto;
    border: none;
    background: #FF4A50;
    border-radius: 0px;
    font-size: 22px;
    padding: 10px 15px;
    color: #fff;
    margin-left: 25px;
    float: right;
}

.docushukPage .only_img a {
    width: auto;
    height: auto;
    border: none;
    background: #FF4A50;
    border-radius: 0px;
    font-size: 22px;
    padding: 0px 15px;
    color: #fff;
    margin-right: 35px;
    float: right;
}


.slide_in_wrp .slick-dots li.slick-active button:before {
    opacity: 1;
    content: '';
    color: transparent;
    background: #05B5A6;
    height: 13px;
    width: 13px;
}

.slide_in_wrp .slick-dots li button:before {
    background: #C8E9E3;
    width: 13px;
    height: 13px;
    opacity: 1;
    color: transparent;
}

.slide_in_wrp .slick-dots {
    position: absolute;
    bottom: 25px;
    display: block;
    width: 10%; right: 10px;
}
.submitBtnRed{   
    color: #ffffff;
    font-size: 22px;
    background: #FF4A50;
    text-align: center;
    padding: 3px 15px;
    margin: auto;
    direction: rtl;
    float: left;}
.submitBtnRed:hover{color: #fff;}
.slide_in_wrp.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.flo_tex i.fa{margin-left: 12px;}
.sec_col i.fa, .sec_seven i.fa{margin-right: 6px;}
 .sec_six i.fa, .sec_inner i.fa, .sec_five i.fa{margin-left: 6px;}

/* four Section */

section.section_four {
    padding: 5.5em 0em;
    display: block;
    margin: 0;
    height: auto;
}

section.section_four .text-right {
    padding-right: 4em;
}

section.section_four .text-right h1 {
    text-align: left;
    margin-bottom: 30px;
    font-weight: bold;
}

section.section_four .text-right p {
    text-align: right;
    margin-bottom: 35px;
    line-height: 26px;
}

section.section_four .text-right a {
    width: auto;
    height: auto;
    border: none;
    background: #05B5A6;
    border-radius: 0px;
    font-size: 14px;
    padding: 10px 15px;
    color: #fff;
    margin-left: 25px;
    float: right;
}

section.section_four .img_rt {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* fifth section */

section.sec_five {
    background: #F2FAF8;
    padding: 5.5em 0em;
}


section.sec_five .wrp_1 {
   /* background: #05B5A6;
    display: flex;
    align-items: center;
    justify-content: center;*/
    height: 200px;
}
.aniTextBtn{position: absolute;  top: 148px;color: #fff; font-size: 22px; width: 100%;}
section.sec_five .wrp_1 .co_cnt {
    text-align: center;
}

section.sec_five .wrp_1 a {
    display: block;
    color: #fff;
    font-size: 22px;
    margin-top: 25px;
}


section.sec_five .wrp_2 {
    /*background: #056B64;
    display: flex;
    align-items: center;
    justify-content: center;*/
    height: 200px;
}

section.sec_five .wrp_2 .co_cnt {
    text-align: center;
}

section.sec_five .wrp_2 a {
    display: block;
    color: #fff;
    font-size: 22px;
    margin-top: 25px;
}

section.sec_five .wrp_3 {
    /*background: #042F2A;
    display: flex;
    align-items: center;
    justify-content: center;*/
    height: 200px;
}

section.sec_five .wrp_3 .co_cnt {
    text-align: center;
}

section.sec_five .wrp_3 a {
    display: block;
    color: #fff;
    font-size: 22px;
    margin-top: 25px;
}

section.sec_five .tex_wrp {
    padding-left: 3.5em;
}


section.sec_five .tex_wrp h1 {
    text-align: left;
    margin-bottom: 30px;
    font-weight: bold;
}

section.sec_five .tex_wrp p {
    text-align: right;
    margin-bottom: 35px;
    line-height: 26px;
}

section.sec_five .tex_wrp a {
    width: auto;
    height: auto;
    border: none;
    background: #056B64;
    border-radius: 0px;
    font-size: 14px;
    padding: 10px 15px;
    color: #fff;
    margin-left: 25px;
    float: right;
}


/* section six */
section.sec_six {
    padding: 5.5em 0em;
    display: block;
    margin: 0;
    height: auto;
}

section.sec_six .tex_over {
    padding-right: 4em;
}

section.sec_six .tex_over h1 {
    text-align: left;
    margin-bottom: 30px;
    font-weight: bold;
}

section.sec_six .tex_over p {
    text-align: right;
    margin-bottom: 35px;
    line-height: 26px;
}

section.sec_six .tex_over a {
    width: auto;
    height: auto;
    border: none;
    background: #05B5A6;
    border-radius: 0px;
    font-size: 14px;
    padding: 10px 15px;
    color: #fff;
    margin-left: 25px;
    float: right;
}

section.sec_six .img_wrp {
    display: flex;
    align-items: center;
    justify-content: center;
}



/* section seven */

section.sec_seven {
    background: #F2FAF8;
    padding: 5.5em 0em;
}


section.sec_seven .wrp_1 {
/*    background: #FF4A50;
    display: flex;
    align-items: center;
    justify-content: center;*/
    height: 200px;
}

section.sec_seven .wrp_1 .co_cnt {
    text-align: center;
}

section.sec_seven .wrp_1 a {
    display: block;
    color: #fff;
    font-size: 22px;
    margin-top: 25px;
}

section.sec_seven .wrp_2 {
/*    background: #97373E;
    display: flex;
    align-items: center;
    justify-content: center;*/
    height: 200px;
}

section.sec_seven .wrp_2 .co_cnt {
    text-align: center;
}

section.sec_seven .wrp_2 a {
    display: block;
    color: #fff;
    font-size: 22px;
    margin-top: 25px;
}

section.sec_eight {
    padding: 5.5em 0em;
    display: block;
    margin: 0;
    height: auto;
    background-color: #000;
    padding: 20px;
}

section.sec_seven .wrp_3 {
/*    background: #450D14;
    display: flex;
    align-items: center;
    justify-content: center;*/
    height: 200px;
}

section.sec_seven .wrp_3 .co_cnt {
    text-align: center;
}

section.sec_seven .wrp_3 a {
    display: block;
    color: #fff;
    font-size: 22px;
    margin-top: 25px;
}

section.sec_seven .tex_wrp {
    padding-left: 3.5em;
}


section.sec_seven .tex_wrp h1 {
    text-align: right;
    margin-bottom: 30px;
    font-weight: bold;
}

section.sec_seven .tex_wrp p {
    text-align: right;
    margin-bottom: 35px;
    line-height: 26px;
}

section.sec_seven .tex_wrp a {
    width: auto;
    height: auto;
    border: none;
    background: #FF4A50;
    border-radius: 0px;
    font-size: 14px;
    padding: 10px 15px;
    color: #fff;
    margin-left: 25px;
    float: right;
}

section.sec_seven .co_cont, section.sec_eight .co_cont {
    text-align: center;
}


/* Form section */

section.form_sec {
    background: #042F2A;
    padding: 6em 0px;
    margin: auto;
    height: auto;
    overflow: hidden;
    position: relative;
}

section.form_sec .form-group input::placeholder {
    text-align: right;
    color: #fff;
}

.form-control{
    border-radius: 0px !important;
}

section.form_sec .form-group input {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    color: #fff;
    outline: none !important;
    text-align: right;
    box-shadow: none !important;
}

section.form_sec .form-group.lst {
    display: flex;
    flex-flow: row-reverse;
}

section.form_sec .form-group.lst button.btn.btn-primary {
    background: #05B5A6;
    width: 100px;
    border: none;
    border-radius: 0px;
    margin-right: 15px;
}


section.form_sec h1 {
    color: #fff;
    text-align: right;
    font-weight: bold; text-align: left;
}

section.form_sec p {
    text-align: right;
    color: #ffffff;
    line-height: 26px;
}

section.form_sec p span {
    display: block;
}

section.form_sec h3 a {
    font-size: 22px;
    text-align: left;
    color: #1CB5A6;
    line-height: 26px;
    display: block;
    margin: 25px 0px;
}

section.form_sec .form-group {
    margin-bottom: 2.5rem;
}



/* footer */

footer {
    background: #056B64;
    padding: 2em 0em;
    overflow: hidden;
    position: relative;
}

footer .col-lg-5 i {
    color: #fff;
    font-size: 27px !important;
    margin-right: 40px;
}

footer .col-lg-5 a.btn.btn-primary {
    border: 1px solid #fff;
    border-radius: 0px;
    background: transparent;
    font-size: 16px;
}

footer .col-lg-5 a {
    display: inline-block;
    vertical-align: middle;
}

footer .col-lg-7 input {
    background: #92D3C7 !important;
    border-radius: 0px;
    border: none;
    text-align: left; direction: rtl;
}

footer .col-lg-7 button {
    background: #042F2A;
    border: 1px solid #042F2A;
    border-radius: 0px;
}

footer .col-lg-3 p {
    font-weight: bold;
    color: #fff;
    margin: 6px 0px;
}

.btn_top {
    display: inline-flex;
    width: 60px;
    height: 80px;
    background: #05B5A6;
    position: absolute;
    bottom: 0px;
    right: 35px;
    z-index: 1111;
    align-items: center;
    justify-content: center;
}

/* footer end */



/* Home Page Css End */

/* Info Page Css */

.navbar .active a {
    color: #05B5A6 !important;
}

section.info_text {
    padding: 5em 0em;
    position: relative;
    height: auto;
    display: block;
}

section.info_text .info_text_wrp .tex_header {
    font-size: 33px;
    font-weight: bold;
    color: #042F2A;
    margin-bottom: 15px;
}



section.info_text .info_text_wrp p {
    font-size: 22px;
    color: #042F2A;
    margin-bottom: 15px;
    line-height: 26px;
    display: block;
}

section.info_text .info_text_wrp p span {
    display: block;
    line-height: 26px;
}

@media only screen and (max-width: 1500px) and (min-width: 1024px) {
    section.info_text .info_text_wrp p {
        font-size: 16px;
    }

    section.info_text .info_text_wrp .tex_header {
        font-size: 30px;
    }


}


/* Foundation Page css */
.navbar.bg-light.nav_sub {
    background: #05b5a6 !important;
    padding: 15px 30px;
}

.navbar.bg-light.nav_sub .active .nav-link {
    color: #042F2A !important;
}

.navbar.bg-light.nav_sub ul {
    width: 55%;
}

section.found_slide_one {
    padding: 6em 0em;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

section.found_slide_one .img_wrp img{width: 100%;}

section.found_slide_one .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

section.found_slide_one .container {
    position: relative;
}

section.found_slide_one .slick-dots li.slick-active button:before {
    opacity: 1;
    content: '';
    color: transparent;
    background: #05B5A6;
    height: 13px;
    width: 13px;
}

section.found_slide_one .slick-dots li button:before {
    background: #C8E9E3;
    width: 13px;
    height: 13px;
    opacity: 1;
    color: transparent;
}

section.found_slide_one .slick-dots {
    position: absolute;
    bottom: 25px;
    display: block;
    width: 15%; right: 10px;
}

section.found_slide_one .tx_wrp h1 {
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 15px; text-align: left;
}

section.found_slide_one .tx_wrp p {
    font-size: 22px;
    margin: 15px 0px;
    line-height: 26px;
    display: inline-block;
    width: 100%;
}

section.found_slide_one .tx_wrp p:last-child {
    margin-bottom: 0px !important;
}

section.found_slide_one .clr_new {
    color: #1CB5A6;
}

section.found_slide_one .blc_ovr {
    position: absolute;
    top: 5px;
    left: -40px;
}

/* section two */

section.fd_sec_two {
    padding: 6em 0em;
    background-color: #F2FAF8;
}
.page-template-page-home section.fd_sec_two{ background-color:#fff}
section.fd_sec_two .text-right h1 {
    font-size: 33px;
    font-weight: bold; text-align: left;
}

section.fd_sec_two .text-right p {
    font-size: 22px;
}

section.fd_sec_two .clrd_cont_one {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #92D3C7;
    width: 300px;
    margin: auto;
    margin-top: 35px;
    position: relative;
}

section.fd_sec_two .clrd_cont_one .blc_ovr {
    position: absolute;
    top: -1px;
    right: 0;
}

.clrd_in_wrp {
    width: 80%;
    margin: auto;
}

section.fd_sec_two .clrd_cont_one .clrd_in_wrp span {
    font-size: 22px;
    color: #fff;
}

section.fd_sec_two .clrd_cont_one .clrd_in_wrp h1 {
    font-size: 47px;
    color: #fff;
    min-height: 110px;
    margin-bottom: 10px;
}

section.fd_sec_two .clrd_cont_one .clrd_in_wrp a {
    width: 95%;
    color: #042F2A;
    font-size: 22px;
    background: #FF4A50;
    display: block;
    text-align: center;
    padding: 3px 0px;
    margin: auto;
    margin-right: 0px; direction: ltr;
}


section.fd_sec_two .clrd_cont_one.bg_2 {
    background: #05B5A6;
}

section.fd_sec_two .clrd_cont_one.bg_3 {
    background: #056B64;
}

section.fd_sec_two .clrd_cont_one.bg_4 {
    background: #042F2A;
}

section.fd_sec_two .clrd_cont_one.bg_2 .clrd_in_wrp a {
    background: #fff;
}

.clrd_in_wrp a.whiteButton {
    background: #fff!important;
}


/* section three */

section.fd_sect_three {
    padding: 6em 0em;
    display: block;
    position: relative;
    height: auto;
    width: 100%;
}

section.fd_sect_three .col-lg-12 h1 {
    font-size: 33px;
    font-weight: bold; text-align: left;
}

section.fd_sect_three .col-lg-2 {
    margin-top: 35px;
}

section.fd_sect_three .inner_cont_img {
    width: 100%;
    margin: auto;
    padding: 0;
    position: relative;
}

section.fd_sect_three .inner_cont_img .blc_ovr {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

section.fd_sect_three .inner_cont_img img {
    width: 100%;
}

section.fd_sect_three .tx_ovly {
    border-bottom: 6px solid #056B64;
    padding: 2em 0em;
}

section.fd_sect_three .tx_ovly h4 {
    font-size: 22px;
    font-weight: bold; text-align: left;
}

section.fd_sect_three .tx_ovly p {
    font-size: 22px;
    margin-bottom: 0px;
    min-height: 66px;
}

section.fd_sect_three .cust_wd {
    max-width: 20% !important;
    flex: 0 0 20%;
    padding: 0px 20px;
}

/* section four */

section.fd_sec_four {
    padding-bottom: 6em;
}

section.fd_sec_four .row.text-right {
    background: #056B64;
}

section.fd_sec_four .text-right .col-lg-12 {
    background: #05B5A6;
}

section.fd_sec_four .text-right .col-lg-12 h1 {
    background: #05B5A6;
    color: #fff;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 15px 30px;
}

.cs_cl {
    width: max-content;
    padding: 0px 35px;
    min-width: 15%;
}

section.fd_sec_four .text-right .cs_cl p {
    margin-bottom: 0px;
    font-size: 22px;
    color: #fff;
    padding: 20px 0px;
    font-weight: 600;

}

section.fd_sec_four .text-right .cs_cl p span {
    font-weight: 100;
    display: block;
}


/* section five */

section.fd_sec_five {
    background: #F2FAF8;
    padding: 6em 0em;
    display: block;
    position: relative;
    margin: auto;
}

section.fd_sec_five .text-right h1 {
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 15px; text-align: left;
}

section.fd_sec_five .text-right p {
    font-size: 22px;
    margin-top: 25px;
    line-height: 26px;
}

section.fd_sec_five .text-right p span {
    display: block;
}

section.fd_sec_five .text-right .col-lg-9:after {
    content: '';
    bottom: -31px;
    width: 100%;
    height: 1px;
    position: relative;
    display: block;
    background: #042F2A;
}

section.fd_sec_five .text-right .img_wrp img {
    width: 100%;
}

.imgright p {
    text-align: right !important;
}


/* On the foundation Page css */
section.fd_sec_two.on_capro .slick-dots li.slick-active button:before , #two .slick-dots li.slick-active button:before{
    opacity: 1;
    content: '';
    color: transparent;
    background: #05B5A6;
    height: 13px;
    width: 13px;
}

section.fd_sec_two.on_capro .slick-dots li button:before, #two .slick-dots li button:before{
    background: #C8E9E3;
    width: 13px;
    height: 13px;
    opacity: 1;
    color: transparent;
}

section.fd_sec_two.on_capro .slick-dots, #two .slick-dots{
    position: absolute;
    top: -30px;
    width: 10%;
    bottom: auto;
}



section.fd_sect_three.on_capro_three .slick-dots li.slick-active button:before {
    opacity: 1;
    content: '';
    color: transparent;
    background: #05B5A6;
    height: 13px;
    width: 13px;
}

section.fd_sect_three.on_capro_three .slick-dots li button:before {
    background: #C8E9E3;
    width: 13px;
    height: 13px;
    opacity: 1;
    color: transparent;
}

section.fd_sect_three.on_capro_three .slick-dots {
    position: absolute;
    top: -30px;
    width: 14%;
    bottom: auto;
	right:-10px;
}
section.fd_sec_five iframe{width: 100%; height:450px; }

.on_capro_three .inner_cont_img img {
    height: 235px;
    width: 100%;
    object-fit: cover;
}

.on_capro_three .inner_cont_img .blc_ovr img {
    height: auto;
}

.on_capro_three .tx_ovly p span {
    display: block;
}

section.event_sec {
    background: #F2FAF8;
    padding: 6em 0em;
    margin: 0;
    overflow: hidden;
}

section.event_sec .img_wp img {
    width: 100%;
}

section.event_sec .col-md-7 {
    background: #C8E9E3;
}

section.event_sec .col-md-7 .text_x {
    display: block;
    width: 100%;
    padding: 2em 0em;
}

section.event_sec .col-md-7 .text_x span {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

section.event_sec .col-md-7 .text_x h1 {
    color: #056B64;
    font-size: 47px;
    font-weight: 700;text-align: left;
}

section.event_sec .col-md-7 .text_x p {
    line-height: 20px;
    font-weight: 700; text-align: left!important;
}

section.event_sec .col-md-7 .text_x p span {
    display: block;
    font-weight: 100;text-align: left;
}

section.event_sec .col-md-7 .text_x span.clr_bl {
    color: #05B5A6;
}

section.event_sec .col-md-7 .text_x a {
    background: #FF4A50;
    padding: 0px 13px;
    font-size: 22px;
    color: #042F2A;
    float: right;
    margin-right: 25px;
}

section.event_sec .img_wp {
    position: relative;
}

section.event_sec .tex_over {
    position: absolute;
    height: 225px;
    width: 216px;
    background: #056B64;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.event_sec .tex_over span {
    color: #fff;
    font-size: 22px;
}

section.event_sec .tex_over h1 {
    color: #fff;
    font-size: 36px;
}

section.event_sec .blc_ovr {
    position: absolute;
    top: 4px;
    left: -30px;
}

section.event_sec .slick-dots li.slick-active button:before {
    opacity: 1;
    content: '';
    color: transparent;
    background: #05B5A6;
    height: 13px;
    width: 13px;
}

section.event_sec .slick-dots li button:before {
    background: #C8E9E3;
    width: 13px;
    height: 13px;
    opacity: 1;
    color: transparent;
}

section.event_sec .slick-dots {
    position: absolute;
    top: -30px;
    width: 14%;
    bottom: auto;
    left: -5px;
}

section.logo_sec {
    padding: 6em 0em;
    display: block;
}

section.logo_sec .col-lg-2.col-sm-2 {
    padding: 30px 15px;
}

/* new css 18-05-2021 */
/* .vertical_slider.t_wo .slick-list.draggable {
    overflow: inherit;
} */

.vertical_slider .slick-list.draggable {
    min-height: 650px !important;
    height: auto !important;
}

/* [aria-hidden="true"] {
    display: none !important;
} */

.homeTopVideoBG{    position: relative;
    overflow: hidden;
    opacity: 0.5;
       height: 55vw;
    margin-top: 165px;}
.vertical_slider.slick-vertical .slick-prev {
    z-index: 111111;
}
.vertical_slider .slick-slide {
    visibility: hidden;
    transition: all 0.5s;
}

.vertical_slider .slick-slide.slick-active {
    visibility: visible;
    transition: all 0.5s;
}

/* About Information page section */

.sec_navtabs {
    background: #FD4A50;
    padding: 1em 0em;
}

.sec_navtabs .nav-tabs {
    display: flex;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    border: none;
}

.sec_navtabs .nav-tabs a.nav-link {
    color: #fff;
    font-size: 22px;
    border: none !important;
}

.sec_navtabs .nav-tabs a.nav-link.active {
    background: transparent !important;
    border: none;
    color: #042F2A !important;
}

.sec_navtabs .nav-tabs li {
    padding-right: 25px;
}

.sec_navtabs .nav-tabs a.nav-link:hover {
    border: none !important;
}

section.lectures {
    background: #FFE9EA;
    padding: 6em 0em;
    display: block;
    height: auto;
    position: relative;
}

section.lectures .col_lc_wrap {
    padding: 15px;
    padding-top: 35px;
}

section.lectures .col_lc_wrap .img_wp img {
    width: 100%;
}


section.lectures .col_lc_wrap .tex_wp {
    background: #fff;
    padding: 40px 25px;
}

section.lectures .col_lc_wrap .tex_wp p {
    font-size: 18px;
    margin-bottom: 0px;
}


section.articles_sec {
    background: #FFE9EA;
    padding: 6em 0em;
    display: block;
    height: auto;
    position: relative;
}

section.articles_sec .img_wrp img {
    width: 100%;
}

section.articles_sec .tex_wrp {
    padding: 0em 4em;
    display: flex;
    align-items: center;
    height: 100%;
}

section.articles_sec .tex_wrp span {
    font-size: 18px;
}

.tx_md h1 {
    border-bottom: 1px solid #FF4A50;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

section.articles_sec .tex_wrp p {
    margin-top: 20px;
    line-height: 26px;
}

section.index_sec {
    background: linear-gradient(to right, #FFE9EA 0%, #FFE9EA 68%, #fff 68%, #fff 100%);
    padding: 6em 0em;
}

.engsection .index_sec {
    background: linear-gradient(to left, #FFE9EA 0%, #FFE9EA 68%, #fff 68%, #fff 100%);
    padding: 6em 0em;
}

section.index_sec .cl-left .hideContent{text-align: right; direction: rtl;}

section.index_sec .tex_wrp {
    padding-left: 3em;
}

section.index_sec .tex_wrp .aftr_title {
    padding: 20px 0px;
    border-top: 1px solid #450D14;
    border-bottom: 1px solid #450D14;
}

section.index_sec .tex_wrp .aftr_title a {
    display: block;
    background: #FFE9EA;
    padding: 15px;
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 22px;
    color: #450D14; direction: rtl;
}

section.index_sec .tex_wrp .aftr_title a:hover {
    background: #450D14;
    color: #fff;
}

.vertical_slider.slick-vertical .slid_in_wrap {
    display: flex;
    width: 90%;
    margin: auto;
    background: #fff;
    margin-bottom: 35px;
    padding: 40px;
    /* margin-left: 0px; */
}

.vertical_slider.slick-vertical .slid_in_wrap .cl-left {
    width: 80%;
    padding-right: 30px;
}

.vertical_slider.slick-vertical .slid_in_wrap .cl-right {
    width: 20%;
}

.vertical_slider.slick-vertical .slid_in_wrap .engcl-left {
    width: 20%;
}

.vertical_slider.slick-vertical .slid_in_wrap .engcl-right {
    width: 80%;
    padding-left: 30px;
}

.cl-right .img_hd{    height: 120px;
    width: 100%;}
.cl-right .img_hd img{width: 100%;}
/* .vertical_slider .slick-list.draggable {
    height: 618px !important;
} */

.vertical_slider.slick-vertical .slick-slide {
    display: block;
    width: 100% !important;
}

.vertical_slider.slick-vertical .slick-prev {
    left: -50px;
    top: 15px;
}

.vertical_slider.slick-vertical .slick-next {
    left: -50px;
    top: 70px;
}

.vertical_slider.slick-vertical .slick-prev:before {
    background: url(../images/vertical-down.svg);
    content: '' !important;
    background-size: cover;
    height: 50px;
    width: 50px;
    display: block;
    transform: rotate(180deg);
}

.vertical_slider.slick-vertical .slick-next:before {
    background: url(../images/vertical-down.svg);
    content: '' !important;
    background-size: cover;
    height: 50px;
    width: 50px;
    display: block;
}

.vertical_slider.slick-vertical .slid_in_wrap .cl-left h1 {
    text-align: right;
    padding: 0px 20px;
}

.vertical_slider.slick-vertical .tx_btm {
    display: flex;
    padding: 20px;
    justify-content: flex-end;
    border-top: 1px solid #450D14;
}

.vertical_slider.slick-vertical .tx_btm p {
    font-size: 18px;
    text-align: right;
}

.vertical_slider.slick-vertical .cl-left a {
    float: right;
    margin-right: 20px;
}

.vertical_slider.slick-vertical .btn_btm {
    position: relative;
    bottom: 0px;
    display: block;
    margin-top: 60px;
}

section.index_sec .form-group {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

section.index_sec .form-group select {
    height: 65px;
    border-radius: 0px;
    border: 1px solid #450D14;
    font-size: 22px;
    color: #450D14;
    background: transparent;
    -webkit-appearance: none;
    background-image: url(../images/drop_down.svg);
    background-repeat: no-repeat;
    background-position: 12px center;
}

section.engfilterbtn .vertical_slider button.slick-arrow{
    display: none !important;
}

section.engfilterbtn .vertical_slider b{
    display: none !important;
}

section.index_sec .engform select {
    height: 65px;
    border-radius: 0px;
    border: 1px solid #450D14;
    font-size: 22px;
    color: #450D14;
    background: transparent;
    -webkit-appearance: none;
    background-image: url(../images/drop_down.svg);
    background-repeat: no-repeat;
    background-position: 95% 25px !important;
}

section.index_sec .form_wrp button {
    border: none;
    background: transparent;
    padding: 0px;
}

section.index_sec .form_wrp button.indexFilBtn {
    background-color:#450d14; 
    padding:5px; 
    color:#ffffff;
}
.indexFilBtn {
    background-color:#450d14; 
    padding:5px; 
    color:#ffffff;
}

.vertical_slider.slick-vertical .slid_in_wrap .cl-left p {
    font-size: 18px;
    text-align: right;
}
/* 
.vertical_slider.t_wo .slick-list.draggable {
    height: 575px !important;
} */

.vertical_slider .slick-vertical .slid_in_wrap {
    margin-bottom: 0px;
    padding: 40px;
}


section.sec_seven .lft_btn {
    width: 100%;
    display: block;
    float: left;
    border-bottom: 1px solid #056b64;
}

section.sec_seven .lft_btn a {
    background: none;
    float: left;
    margin-left: 0px;
    padding-left: 0px;
}


/* Pitching */

.sec_navtabs.blue_bg {
    background: #05B5A6;
}

section.fd_sec_five.pitching_sec .clr_prime p {
    color: #1CB5A6;
    margin-top: 0px;
}

section.fd_sec_five.pitching_sec .tex_over {
    position: absolute;
    height: 225px;
    width: 225px;
    background: #042f2a7d;
    bottom: 0;
    right: 0;    padding: 20px;
/*    display: flex;
    justify-content: center;
    align-items: flex-end;*/
}

section.fd_sec_five.pitching_sec .img_wrp {
    position: relative;
}

section.fd_sec_five.pitching_sec .tex_over span {
    color: #fff;
    font-size: 22px;
}

section.fd_sec_five.pitching_sec .tex_over h1 {
    color: #fff;
    font-size: 47px;
}

section.fd_sec_five.pitching_sec .btn_nxt {
    position: absolute;
    top: -65px;
    right: -65px;
    transform: rotate(90deg);
}

section.fd_sec_five.pitching_sec .btn_nxt a {
    height: 65px;
    width: 66px;
    background: #92D3C7;
    display: flex;
}

section.fd_sec_five.pitching_sec .btn_nxt a img {
    height: 30px;
    width: 30px;
    margin: auto;
}

section.fd_sec_five.pitching_sec .lft_btn {
    text-align: left;
    margin: 10px 0px;
}

section.fd_sec_five.pitching_sec .ptch_btn {
    padding: 20px 0px;
    text-align: left;
    border-top: 1px solid #042F2A;
}

section.fd_sec_five.pitching_sec .ptch_btn span {
    font-size: 22px;
    margin-left: 15px;
}


/* what looking today new section */
.vertical_slider.slick-vertical .slid_in_wrap .adress_sec {
    display: flex;
    padding-top: 20px;
    border-top: 1px solid #450d14;
}
.vertical_slider.slick-vertical .slid_in_wrap .adress_sec .cl_left {
    text-align: left !important;
    width: 50%;
}
.vertical_slider.slick-vertical .slid_in_wrap .adress_sec .cl_left p {
    text-align: left !important;
    margin-bottom: 0px;
    font-size: 16px !important;    direction: ltr!important;
}
.vertical_slider.slick-vertical .slid_in_wrap .adress_sec .cl_left p.clr_new {
    color: #450d14;
}

.vertical_slider.slick-vertical .slid_in_wrap .adress_sec .cl_right {
    width: 50%;
}
.vertical_slider.slick-vertical .slid_in_wrap .adress_sec .cl_right p span{
    color: #450d14;
}
.vertical_slider.slick-vertical .slid_in_wrap .adress_sec .cl_right p {
    text-align: left !important;
    width: 100%;
    margin: auto;
    font-size: 16px !important;
    margin-right: 0px;direction: ltr!important;
}



@media only screen and (max-width: 425px) {

	.cl_wrp .text_wrp p{margin-bottom: 5px;}
    .navbar .navbar-collapse .mx-2 .donateBtn {
        margin-top: 15px;
        margin-left: 0px;
    }
	.redButton{float: left;margin-top: 0;}
    section.fd_sec_five.pitching_sec .row {
        flex-flow: column-reverse;
    }
	
.cl-right .img_hd {
    height: auto;
    width: 40%;
    float: right;
}
.homeTopVideoBG {
    height: 210px!important;
    margin-top: 115px;
}
 section.index_sec.index_sec .cl-right{
       display: flex;
    align-items: center;
    justify-content: space-between;
}
    section.fd_sec_five.pitching_sec .btn_nxt {
        top: -65px;
        right: 0px;
    }

    section.fd_sec_five.pitching_sec .btn_nxt a {
        height: 45px;
        width: 45px;
    }

    section.fd_sec_five.pitching_sec p.clr_prime {
        padding-top: 20px;
    }

    section.fd_sec_five.pitching_sec .col-lg-6.col-sm-6 {
        padding: 15px !important;
    }

    section.fd_sec_five.pitching_sec .ptch_btn {
        text-align: end;
    }

    section.fd_sec_five.pitching_sec .ptch_btn span {
        text-align: right;
    }

    section.sec_seven {
        background: #F2FAF8;
        padding: 2.5em 0em;
    }

    section.sec_seven.info_sect .row .col-lg-6:nth-child(1) {
        order: 2;
    }

    section.sec_seven .tex_wrp {
        padding-top: 1em;
    }

    section.sec_seven.info_sect .row .col-lg-6:nth-child(2) {
        order: 0;
        margin-bottom: 15px;
    }

    .sec_navtabs .nav-tabs {
        flex-direction: column-reverse;
    }

    section.articles_sec .tex_wrp {
        padding: 2em 0em;
    }

    section.lectures .col_lc_wrap {
        padding: 0px;
    }

    section.lectures {
        padding: 2em 0em;
    }

    section.articles_sec .col-lg-7.pr-0 {
        padding: 0;
    }

    .pl-0{
        padding-left: 0 !important;
    }

    section.articles_sec {
        padding: 2em 1em;
    }

    section.articles_sec .col-lg-5.mt-5 {
        margin: 0px !important;
    }

    section.lectures {
        padding: 2em 0em;
    }

    section.lectures .col-lg-4 {
        margin-top: 25px;
    }

    section.index_sec {
        background: linear-gradient(to right, #FFE9EA 0%, #FFE9EA 68%, #FFE9EA 68%, #FFE9EA 100%);
        padding: 2em 0em;
    }

    .vertical_slider.slick-vertical .slid_in_wrap {
        width: 100%;
        flex-wrap: wrap;
        padding: 15px;
    }

    .vertical_slider.slick-vertical .slid_in_wrap .cl-left {
        padding-right: 0px;
        width: 100%;
    }

    .vertical_slider.slick-vertical .tx_btm {
        display: flex;
        flex-wrap: wrap;
        padding: 0px;
    }

    .vertical_slider.slick-vertical .slid_in_wrap .cl-left h1 {
        font-size: 22px !important;
    }

    section.index_sec .col-md-9 img {
        width: 100%;
    }

    section.index_sec .col-md-3.text-right {
        background: #fff;
        padding: 25px 16px;
        margin-top: 35px;
        margin: 15px;
    }

    section.fd_sec_five.pitching_sec .tex_over {
        height: 135px;
        width: 135px;
    }

    section.fd_sec_five .col-lg-9.col-sm-9.pr-5 {
        padding-right: 15px !important;
    }

    section.fd_sec_two .clrd_cont_one {
        width: 100%;
    }

    section.fd_sect_three.on_capro_three .slick-dots {
        top: 0px;
        width: 60%;
        left: -15px;
    }
	
    section.event_sec .slick-dots {
        top: -30px;
        width: 56%;
    }

    section.fd_sect_three .cust_wd {
        max-width: 50% !important;
        flex: 0 0 50%;
        padding: 0px 10px;
    }

    section.event_sec .col-md-5.pr-0 {
        padding-right: 15px !important;
    }

    section.event_sec .col-md-7 {
        padding-left: 15px !important;
        margin: 0px 15px;
    }

    section.event_sec .col-md-7 .text_x a {
        font-size: 18px;
        margin-right: 0px;
    }

    section.fd_sec_two.on_capro .slick-dots {
        top: 0px;
        width: 30%;
    }

    section.event_sec .tex_over {
        position: absolute;
        height: 125px;
        width: 135px;
    }

    section.found_slide_one .slick-dots {
        position: absolute;
        bottom: 5px;
        width: 100%;
    }

    section.found_slide_one {
        padding: 2em 1em;
    }

    section.fd_sect_three {
        padding: 2em 0em;
    }

    section.fd_sec_four {
        padding-bottom: 2em;
    }

    section.fd_sec_five {
        padding: 2em 0em;
    }

    .cs_cl {
        padding: 15px 16px;
        min-width: 31%;
        box-sizing: border-box;
        width: 50%;
    }

    section.found_slide_one .hd_img img {
        width: 100%;
        margin-top: 35px;
    }

    section.logo_sec .col-lg-2.col-sm-2 {
        width: 50%;
    }

    section.logo_sec .col-lg-2.col-sm-2 img {
        width: 100%;
    }
    .sec_navtabs .nav-tabs a.nav-link {
        font-size: 18px;
    }

    .vertical_slider .slick-list.draggable {
        height: 1229px !important;
    }
    .vertical_slider.slick-vertical .slid_in_wrap .cl-right {
        width: 100%;
        margin-top: 25px;
    }

    .vertical_slider.slick-vertical .slick-prev {
        left: 20px;
        z-index: 11;
    }

    .vertical_slider.slick-vertical .slick-next {
        left: 20px;
        top: 50px;
    }

    .vertical_slider.slick-vertical .slick-next:before {
        height: 30px;
        width: 30px;
    }

    .vertical_slider.slick-vertical .slick-prev:before {
        height: 30px;
        width: 30px;
    }
    section.index_sec .row .col-md-9 {
        order: 2;
        margin-top: 30px;
    }
    section.index_sec .tex_wrp {
        padding-left: 0em;
    }

    .vertical_slider.slick-vertical .slid_in_wrap .adress_sec {
        flex-wrap: wrap;
    }
    .vertical_slider.slick-vertical .slid_in_wrap .adress_sec .cl_left {
        width: 100%;
    }
    .vertical_slider.slick-vertical .slid_in_wrap .adress_sec .cl_right {
        width: 100%;
    }
    .vertical_slider.slick-vertical .slid_in_wrap .adress_sec .cl_right p {
        text-align: left !important;
        width: 100%;
    }


}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    section.index_sec .tex_wrp {
        padding-left: 0em;
    }

    section.index_sec .tex_wrp .aftr_title a {
        font-size: 14px;
    }

    section.index_sec {
        background: linear-gradient(to right, #FFE9EA 0%, #FFE9EA 72%, #fff 68%, #fff 100%);
    }

    section.articles_sec .col-lg-7.pr-0 {
        padding: 0px;
    }

    section.articles_sec .col-lg-5.bg-white.mt-5 {
        margin-top: 0px !important;
    }

    section.fd_sec_five.pitching_sec .btn_nxt {
        right: -2px;
    }

    section.fd_sec_five.pitching_sec .ptch_btn span {
        margin-left: 0px;
        display: block;
    }

    section.fd_sec_five.pitching_sec .tex_over {
        position: absolute;
        height: 155px;
        width: 155px;
    }
}

@media only screen and (max-width: 1500px) and (min-width: 1024px) {

    section.fd_sec_five.pitching_sec .btn_nxt {
        right: 0px;
    }

    .navbar .navbar-collapse .mx-2 .donateBtn {
        font-size: 14px;
        width: 110px;
    }

    .navbar .navbar-collapse .mx-2 .donateBtn img {
        width: 100%;
    }

    .sec_navtabs {
        background: #FD4A50;
        padding: 1em 2em;
    }

    section.index_sec .tex_wrp {
        padding-left: 0em;
    }

    section.index_sec .tex_wrp .aftr_title a {
        font-size: 18px;
    }

    section.index_sec .tex_wrp {
        padding-left: 0em;
    }

    section.fd_sec_two .clrd_cont_one {
        width: 280px;
    }

    section.found_slide_one .img_wrp img {
        width: 100%;
    }

    section.found_slide_one .tx_wrp {
        padding-right: 10px;
    }

    .sec_navtabs .nav-tabs a.nav-link {
        color: #fff;
        font-size: 16px;
        border: none !important;
    }

    section.articles_sec.text-right .row {
        margin-right: 0px;
    }

    section.logo_sec .col-lg-2.col-sm-2 img {
        width: 100%;
    }

    .vertical_slider.slick-vertical .slid_in_wrap {
        display: flex;
        width: 80%;
        margin: auto;
        padding: 20px;
        margin-left: auto;
    }

    .vertical_slider .slick-vertical .slid_in_wrap {
        padding: 20px;
    }

    .vertical_slider.slick-vertical .slick-prev {
        left: 50px;
        top: 15px;
    }

    .vertical_slider.slick-vertical .slick-next {
        left: 50px;
        top: 70px;
    }
}



@media only screen and (max-width: 767px) {

    h1 {
        font-size: 22px !important;
    }

    p {
        font-size: 16px !important;
    }
	section.event_sec{padding: 2em 0em;}
    .navbar.bg-light {
        padding: 15px 15px;
        background-color: #042F2A !important;
        background: url(...);
    }

    .navbar-expand-lg {
        -ms-flex-flow: row;
        flex-flow: row;
        flex-wrap: wrap;
    }

    .navbar-brand img {
        height: 65px;
    }

    .navbar .navbar-collapse {
        padding-right: 0px;
        padding-top: 20px;
    }

	.sec_navtabs .nav-tabs li {
    padding-left: 0px!important;
}
	
    .navbar .navbar-collapse.show {
        display: flex;
        flex-wrap: wrap;
        padding-top: 20px;
    }

    .navbar .navbar-collapse.show ul {
        width: 100%;flex-direction: column-reverse;
    }
section.fd_sec_five iframe {
    height: 230px;
}
    .navbar .navbar-collapse .mx-2 .donateBtn {
        font-size: 16px;
        padding: 5px 15px;
    }

    .navbar a {
        font-size: 16px;
        padding: 10px 17px !important;
    }

    section.hero_banner .slick-list.draggable {
        height: 210px !important;
    }

    section.hero_banner .slick-slide img {
        display: block;
        height: 210px;
        object-fit: cover;
    }

    section.hero_banner .slick-list.draggable:before {
        background-size: 470px 158px;
    }

    section.hero_banner .tex_overlay h1 {
        color: #fff !important;
    }

    section.hero_banner .slick-next {
        right: 20px;
    }

    section.hero_banner .slick-prev {
        left: 20px;
    }

    section.hero_banner .slick-prev:before {
        content: '';
        height: 30px;
        width: 15px;
    }

    section.hero_banner .slick-next:before {
        content: '';
        height: 30px;
        width: 15px;
    }

    .btn_top {
        width: 50px;
        height: 50px;
    }

    .btn_top img {
        height: 22px;
    }

    .cl_wrp {
        display: block !important;
        width: 100%;
    }

    .cl_wrp .img_wrp {
        width: 100%;
    }

    .cl_wrp .text_wrp {
        width: 100%;
        display: flex;
        padding: 3em 1em;
    }

    .cl_wrp .text_wrp h1 {
        color: #042F2A;
    }

    .cl_wrp .text_wrp a {
        font-size: 16px;
        padding: 10px 15px;
        color: #fff;
    }

    .slide_in_wrp .slick-dots {
        bottom: 7px;
        width: 100%; right: 10px;
    }
	

    section.section_four .text-right {
        padding-right: 1em;
    }

    section.section_four .img_rt img {
        width: 100%;
        padding: 60px 0px;
        padding-bottom: 0px;
    }

    section.sec_five .wrp_1 {
        height: 270px;
        width: 270px;
        margin: auto;
    }

    section.sec_five .wrp_2 {
        height: 270px;
        width: 270px;
        margin: auto;
    }

    section.sec_five .wrp_3 {
        height: 270px;
        width: 270px;
        margin: auto;
    }

    section.sec_five .tex_wrp {
        padding-left: 0em;
        padding-top: 4em;
    }


    section.sec_six .tex_over {
        padding-right: 0em;
    }


    section.sec_six .img_wrp img {
        width: 100%;
        padding-top: 4em;
    }

    section.sec_seven .wrp_1 {
        height: 270px;
        width: 270px;
        margin: auto;
    }

    section.sec_seven .wrp_2 {
        height: 270px;
        width: 270px;
        margin: auto;
    }

    section.sec_seven .wrp_3 {
        height: 270px;
        width: 270px;
        margin: auto;
    }

    section.sec_seven .tex_wrp {
        padding-left: 0em;
        padding-top: 4em;
    }


    section.form_sec h3 a {
        font-size: 16px;
    }


    footer .col-lg-5 a.btn.btn-primary {
        float: right;
    }

    footer .col-lg-9 {
        padding: 20px 15px;
    }

    footer .col-lg-9 button {
        font-size: 12px;
        width: 25% !important;
    }

    footer .col-lg-7 input {
        width: 100% !important;
        font-size: 11px;
    }

    footer .col-lg-3 p {
        text-align: right;
    }
	footer .newsletterForm{flex-direction: column-reverse;}

}

@media only screen and (max-width: 1023px) and (min-width: 768px) {

    h1 {
        font-size: 30px !important;
    }

    p {
        font-size: 14px !important;
    }

    .navbar.bg-light {
        padding: 15px 15px;
        background-color: #042F2A !important;
        background: url(...);
    }

    .navbar-expand-lg {
        -ms-flex-flow: row;
        flex-flow: row;
        flex-wrap: wrap;
    }

    .navbar-brand img {
        height: 65px;
    }

    .navbar .navbar-collapse {
        padding-right: 0px;
        padding-top: 20px;
    }

    .navbar .navbar-collapse.show {
        display: flex;
        flex-wrap: wrap;
        padding-top: 20px;
    }

    .navbar .navbar-collapse.show ul {
        width: 100%;
    }

    .navbar .navbar-collapse .mx-2 .donateBtn {
        font-size: 16px;
        padding: 5px 15px;
    }

    .navbar a {
        font-size: 16px;
        padding: 10px 17px !important;
    }

    section.hero_banner .slick-list.draggable {
        height: 290px !important;
    }

    section.hero_banner .slick-slide img {
        display: block;
        height: 290px;
        object-fit: cover;
    }

    section.hero_banner .tex_overlay h1 {
        color: #fff !important;
    }

    section.hero_banner .slick-list.draggable:before {
        background-size: 590px 200px !important;
    }

    section.hero_banner .slick-next {
        right: 20px;
    }

    section.hero_banner .slick-prev {
        left: 20px;
    }

    section.hero_banner .slick-prev:before {
        content: '';
        height: 30px;
        width: 15px;
    }

    section.hero_banner .slick-next:before {
        content: '';
        height: 30px;
        width: 15px;
    }

    .btn_top {
        width: 50px;
        height: 50px;
    }

    .btn_top img {
        height: 22px;
    }

    .cl_wrp {
        display: block !important;
        width: 100%;
    }

    .cl_wrp .img_wrp {
        width: 100%;
    }

    .cl_wrp .text_wrp {
        width: 100%;
        display: flex;
        padding: 3em 1em;
    }


    .cl_wrp .text_wrp a {
        font-size: 14px;
        padding: 10px 15px;
        color: #fff;
    }

    .slide_in_wrp .slick-dots {
        bottom: 7px;
        width: 100%;
    }

    section.section_four .text-right {
        padding-right: 1em;
    }

    section.section_four .text-right p {
        line-height: 26px;
    }

    section.section_four .text-right {
        padding-right: 1em;
    }

    section.section_four .text-right p {
        line-height: 26px;
    }

    section.section_four .img_rt img {
        width: 100%;
        padding: 60px 0px;
        padding-bottom: 0px;
    }

    section.sec_five .tex_wrp {
        padding-left: 0em;
        padding-top: 4em;
    }

    section.sec_six .tex_over {
        padding-right: 0em;
    }

    section.sec_six .img_wrp img {
        width: 100%;
        padding-top: 4em;
    }

    section.sec_seven .tex_wrp {
        padding-left: 0em;
        padding-top: 4em;
    }


    section.form_sec h3 a {
        font-size: 14px;
    }

    footer .col-lg-5 i {
        margin-right: 25px;
    }

    footer .col-lg-5 a.btn.btn-primary {
        float: right;
    }

    footer .col-lg-9 {
        padding: 0px 15px;
    }

    footer .col-lg-9 button {
        font-size: 10px;
        width: 25% !important;
    }

    footer .col-lg-7 input {
        width: 75% !important;
        font-size: 10px;
    }

    footer .col-lg-3 p {
        text-align: right;
        font-size: 10px;
    }

}


@media only screen and (max-width: 1500px) and (min-width: 1024px) {


    h1 {
        font-size: 30px !important;
    }

    p {
        font-size: 14px !important;
    }


    .navbar.bg-light {
        padding: 20px 30px;
    }

    .navbar .navbar-collapse .mx-2 .donateBtn {
        font-size: 14px;
    }

    .navbar a {
        font-size: 14px;
        padding: 5px 10px !important;
    }

    section.hero_banner .slick-list.draggable:before {
        background-size: 853px 290px;
    }

    .cl_wrp .text_wrp {
        width: 45%;
        display: flex;
        padding: 0em 1em;
    }

    .cl_wrp .text_wrp p {
        margin-bottom: 20px;
        line-height: 26px;
    }

    .cl_wrp .text_wrp a {
        font-size: 14px;
    }

    .cl_wrp .text_wrp h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .slide_in_wrp .slick-dots {
        width: 20%;
    }

    section.hero_banner .slick-prev {
        left: 50px;
    }

    section.hero_banner .slick-next {
        right: 50px;
    }

    section.section_four .img_rt img {
        width: 100%;
    }


    section.sec_five .wrp_1 {
        height: 170px;
        margin-top: 20px;
    }

    section.sec_five .wrp_2 a {
        font-size: 14px;
        margin-top: 25px;
    }

    section.sec_five .wrp_2 {
        height: 170px;
        margin-top: 20px;
    }

    section.sec_five .wrp_2 a {
        font-size: 14px;
        margin-top: 25px;
    }

    section.sec_five .wrp_3 {
        height: 170px;
        margin-top: 20px;
    }

    section.sec_five .wrp_3 a {
        font-size: 14px;
        margin-top: 25px;
    }


    section.sec_six .img_wrp img {
        width: 100%;
    }

    section.sec_seven .wrp_1 {
        height: 170px;
    }

    section.sec_seven .wrp_two {
        height: 170px;
        margin-top: 20px;
    }

    section.sec_seven .wrp_3 {
        height: 170px;
    }

    section.sec_seven .wrp_1 a {
        font-size: 14px;
        margin-top: 25px;
    }

    section.sec_seven .wrp_2 a {
        font-size: 14px;
        margin-top: 25px;
    }

    section.sec_seven .wrp_3 a {
        font-size: 14px;
        margin-top: 25px;
    }

    section.form_sec h3 a {
        font-size: 14px;
    }


}

@media only screen and (max-width: 1500px) and (min-width: 1310px) {
    .cl_wrp .text_wrp {
        padding: 0em 3em;
    }

    section.sec_five .tex_wrp {
        padding: 0em 2em;
        padding-left: 3.5em;
    }

    section.section_four .img_rt img {
        width: 90%;
    }

    section.sec_six .img_wrp img {
        width: 90%;
    }

    section.sec_seven .tex_wrp {
        padding: 0em 2em;
        padding-left: 3.5em;
    }


}

