@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');
*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Roboto', sans-serif!important;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Yeseva One', cursive;
}
.pdy{
    padding: 3rem 0;
}
header{
    /* position: fixed!important; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* z-index: 9; */
    /* background: #fff; */
}
header nav .navbar-nav{
    margin-left: auto;
    align-items: center;
}
header nav .nav-link{
    color: #001d23;
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    padding: 7px 30px!important;
    position: relative;
}
header nav a.btn{
    background: linear-gradient(90deg, #fea244, #fc6a3a);
    color: #fff!important;
    font-size: 15px;
    font-weight: 500;
    width: 140px;
    border-radius: 35px;
    letter-spacing: .5px;
    padding: 11px 0!important;
}
header .top_head {
    background: linear-gradient(
90deg
, #fea244, #fc6a3a);
}
header .top_head .follow_up ul{
    margin: 0;
    display: flex;
    list-style: none;
}
header .top_head .follow_up ul li a{
    font-size: 15px;
    margin-right: 10px;
    letter-spacing: .5px;
    color: #fff;
}
header .top_head .wrap_top ul{
    display: flex;
    list-style: none;
    margin: 0;
    justify-content: flex-end;
    padding: 10px 0;
}
header .top_head .wrap_top li a{
    background: #fff;
}
header .top_head .wrap_top li a.social_icons{
    
background: #fff;
    
display: block;
    
width: 35px;
    
height: 35px;
    
border-radius: 50%;
    
margin-left: 12px;
    
text-align: center;
    
padding: 8px 0;
    
color: #fd6b3b;
}
.hero_slider .carousel-item img{
    height: 100vh;
}
.hero_slider .carousel-caption{
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
    width: 100%;
}
.hero_slider .carousel-caption h3{
    font-size: 65px;
    font-weight: normal;
    letter-spacing: 0.5px;
    color: #fff;
}
/* ========= home about css ======== */
.short-about{
    padding: 5rem 0;
}
h3.default_heading{
    font-size: 45px;
    text-transform: capitalize;
    position: relative;
}
h3.default_heading::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 304px;
    height: 100%;
    background: url(../images/shape.png);
    background-size: cover;
    z-index: -1;
}
.short-about .wrap_abt p{
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 30px;
    color: #414141;
    margin-bottom: 0;
    margin-top: 25px;
    text-align: center;
}
.short-about .wrap_abt a{
    font-size: 15px;
    border-radius: 35px;
    background: linear-gradient(90deg, #fea244, #fc6a3a);
    color: #fff;
    letter-spacing: .5px;
    margin-top: 25px;
}
.chairman_sec{
    padding: 3rem 0;
    background: #001d23;
}
.chairman_sec h3{
    text-align: center;
    margin-bottom: 25px;
    color: #fc6a3a;
}
.chairman_sec .chariman_box{
    text-align: center;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 4rem 0;
    background: #fff;
    height: 100%;
}
.chairman_sec .chariman_box img{
    width: 125px;
    height: 125px;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-bottom: 25px;
    border: 5px solid #fe9d43;
}
.chairman_sec .chariman_box .img_box{
    position: relative;
}
.chairman_sec .chariman_box .img_box::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 71px;
    width: 109px;
    height: 104px;
    background: url(../images/circle-shape.png);
    background-size: cover;
}
.chairman_sec .chariman_box h3{
    font-size: 20px;
    letter-spacing: .5px;
}
.chairman_sec .chariman_box h3 span{
    color: #777;
    font-size: 15px;
    display: block;
}
.chairman_sec .chariman_box small{
    font-size: 15px;
    color: #777;
}
.chairman_sec .chariman_box p{
    font-size: 14px;
    padding: 0 20px;
    text-align: justify;
    margin-top: 15px;
    line-height: 27px;
    font-weight: 400;
}
.content-box{
    background: #001d23;
    padding: 15px 20px;
    height: 230px;
}
.content-box h3{
    font-size: 20px;
    color: #fc6f3b; 
}
.content-box p{
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    text-align: justify;
}
.service_box, .chariman_box{
    margin-top: 25px;
    position: relative;
    overflow: hidden;

}
.service_box::before,
.chariman_box::before{
    background:linear-gradient(
90deg
, #fea244, #fc6a3a);
    border-radius: 50%;
    bottom: -40px;
    content: "";
    height: 100px;
    left: -27px;
    position: absolute;
    width: 100px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.service_box::after,
.chariman_box::after{
    background:linear-gradient(
90deg
, #fea244, #fc6a3a);
    border-radius: 50%;
    top: -40px;
    content: "";
    height: 100px;
    right: -27px;
    position: absolute;
    width: 100px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.service_box:hover:after,
.chariman_box:hover::after {
    border-radius: 32.5px;
    height: 100%;
    opacity: 0;
    right: 0;
    top: 0;
    width: 100%;
}
.service_box:hover::before,
.chariman_box:hover::before{
    border-radius: 32.5px;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    width: 100%;
}
.service_box img{
    width: 100%;
    height: 263px;
}

/* .mt-20 {
} */


.disk {
    color: #fc703b;
    text-align: left;
}
.footer-main {
    background: url(../images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
    color: #8ba0b6;
}
.footer-bottom {
    border-top: 1px solid #1f4164;
    background-color: #012347;
    padding: 40px 0px;
}
.footer-text {
    margin-bottom: 40px;
}
.fw-title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: block;
    margin-bottom: 40px;
}
.footer-menu ul li {
    display: block;
    margin-bottom: 5px;
}
.footer-menu ul li a, .footer-menu ul li a:visited {
    color: #8ba0b6;
    font-weight: 500;
}
.footer-menu ul li a:hover {
    color: #fff;
}
.lp-date {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.24px;
    color: var(--theme-primary);
    display: block;
    margin-bottom: 5px;
}
.lp-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.32px;
    color: #fff;
}
.cw-content, .cw-content a, .cw-content a:visited {
    font-size: 16px;
    color: #8ba0b6;
    font-weight: 600;
    letter-spacing: -0.32px;
}
.lp-title a{
    color: #ffff;
}
.lp-title a:hover {
    color:#f1592a;
}
.theme-btn, .theme-btn:visited {
    background-color: #f1592a;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.4px;
    padding: 23px 40px;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 2;
    border-radius: 30px;
}
.donation_sec{
    background: #eee;
    padding: 3rem 0;
    text-align: center;
}
.donation_sec .wrap_donate h3{
    font-size: 70px;
    color: #fc6f3b;
}
.donation_sec .wrap_donate p{
    font-size: 19px;
    width: 80%;
    display: block;
    margin: auto;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 28px;
}/* ======= gallery page css ======== */
.gallery_sec {
    margin: 10px 0 2rem;
    padding: 3rem 0;
    position: relative;
}
.gallery_sec::before,
.gallery_sec::after {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}
.gallery_sec::before {
    left: 0;
    background: #02284f;
}
.gallery_sec::after {
    right: 0;
    background: #eee;
}
  
.gallery_sec  .card_block {
    padding: 1.5rem;
    background: white;
    position: relative;
    transition: 0.4s ease-out;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
    margin-top: 15px;
    border-radius: 5px;
    z-index: 4;
    height: 208px;
  }
.gallery_sec  .card_block:hover:before {
    opacity: 1;
}
.gallery_sec  .card_block:hover .info {
    opacity: 1;
    transform: translateY(0px);
}
.gallery_sec  .card_block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    transition: 0.5s;
    opacity: 0;
}
.gallery_sec  .card_block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
}
.gallery_sec  .card_block .info {
    position: relative;
    z-index: 3;
    color: white;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s;
}
.gallery_sec  .card_block .info h1 {
    margin: 0px;
}
.gallery_sec  .card_block .info p {
    letter-spacing: 1px;
    font-size: 15px;
    margin-top: 8px;
}
.gallery_sec  .card_block .info button {
    padding: 0.6rem;
    outline: none;
    border: none;
    border-radius: 3px;
    background: white;
    color: black;
    font-weight: bold;
    cursor: pointer;
    transition: 0.4s ease;
}
.gallery_sec  .card_block .info button:hover {
    background: dodgerblue;
    color: white;
}
.custom-banner{
    position: relative;
    padding: 5rem 0;
    background: url(../images/bg-default.jpg);
  
    background-size: cover;
}
/* ====== default head ======== */
/* .custom-banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #fea244, #fc6a3a);
    border-bottom: 1px solid #fff;
} */
.custom-banner .custom_banner_txt{
    text-align: center;
    position: relative;
}
.custom-banner .custom_banner_txt h3{
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #fff;
}
.custom-banner .custom_banner_txt a{
    font-size: 20px;
    display: inline-block;
    margin-right: 15px;
    font-weight: 600;
    color: #ffff;
    letter-spacing: .5px;
}
.custom-banner .custom_banner_txt span{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: .5px;
}
.default_line{
    background: linear-gradient(90deg, #fea244, #fc6a3a);
    padding: 15px 25px;
}
.default_line span{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Lora';
}
.default_line a{
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin-left: 3px;
    font-family: 'Lora';
    letter-spacing: 1px;
}
.default_line a i{
    margin-left: 8px;
    color: #fff;
}
/* ======== contact page css ======== */
.contact_sec{
    padding: 3rem 0;
    position: relative;
}
.contact_sec .top_head{
    text-align: center;
    margin-bottom: 30px;
}
.contact_sec .top_head h3{
    font-size: 30px;
    font-weight: 600;
    color: #fc6b3a;
    letter-spacing: .5px;
}
.contact_sec .top_head h3 span{
    font-weight: 300;
}
.contact_sec .top_head p{
    display: block;
    width: 80%;
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 15px;
    color: #000;
    margin-bottom: 0;
    font-family: 'Lora';
}
.contact_sec .contact_box{
    padding: 45px 10px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    position: relative;
    transition: .5s all ease-in-out;
    height: 100%;
}
.contact_sec .contact_box i{
    display: block;
    text-align: center;
    font-size: 75px;
    color: #000;
}
.contact_sec .contact_box a{
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: 'Lora';
    letter-spacing: .5px;
}
.contact_sec .contact_box p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Lora';
}
.contact_sec .contact_box span{
    position: absolute;
    content: '';
    background-color: #fd6b3b;
}
.contact_sec .contact_box span:nth-child(1) {
    left: 0;
    top: 0;
    width: 80%;
    height: 1px;
}
.contact_sec .contact_box span:nth-child(2) {
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
}
.contact_sec .contact_box span:nth-child(3) {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
}
.contact_sec .contact_box span:nth-child(4) {
    right: 0;
    bottom: 0;
    width: 80%;
    height: 1px;
}
.contact_sec .contact_box:hover{
    background: linear-gradient(90deg, #fea244, #fc6a3a);
    color: #fff;
}
.contact_sec .contact_box:hover i{
    color: #fff;
}
.contact_sec .contact_box:hover p,
.contact_sec .contact_box:hover a{
    color: #fff;
}
/* ======== contact us page ======== */
.contact_banner{
    background: url(../images/contact-us-banner.jpg) no-repeat center;
    background-size: cover;
    padding: 7rem 0;
    position: relative;
}
.contact_banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000078;
}
.contact_banner h3{
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
    position: relative;
    color: #fff;
}
.contact_us_sec{
    padding: 2rem 0;
}
.contact_us_sec .wrap_contact_form {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 26px;
    background: #fff;
}
.contact_us_sec .left_content {
    background: #f3f3f3;
    padding: 25px;
}
.contact_us_sec .left_content h3 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 22px;
}
.contact_us_sec .left_content ul{
    list-style: none;
    margin: 0;
}
.contact_us_sec .left_content ul li{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 22px;
    display: flex;
    color: #000;
    align-items: center;
    letter-spacing: .5px;
}
.contact_us_sec .left_content ul li a{color: #000;}
.contact_us_sec .left_content ul li i{
    font-size: 29px;
    margin-right: 10px;
    color: #fd6b3b;
}
.contact_us_sec .form_sec h5{
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.contact_us_sec .form_sec form input, .contact_us_sec .form_sec form textarea{
    width: 100%;
    padding: 7px 8px;
    border-radius: 35px;
    box-shadow: none;
    outline: none;
    font-size: 15px;
    margin-bottom: 15px;
}
.contact_us_sec .form_sec form button {
    color: #fff!important;
    background: linear-gradient(90deg, #fea244, #fc6a3a);
    box-shadow: 0 0.125rem 0.25rem #98cb4991!important;
    outline: none!important;
    border-radius: 25px;
    padding: 14px 40px;
    font-weight: 500;
}
.contact_us_sec .form_sec form textarea{
    border-radius: 4px!important;
    border: 1px solid #ced4da;
}
/* ========= mission sec ======== */
.mission_sec{
    background: #eee;
    padding: 3rem 0;
}
.mission_sec .wrap_mission_text h3{
    font-size: 45px;
    letter-spacing: .5px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    text-align: justify;
}
.mission_sec .wrap_mission_text p{
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    margin-top: 25px;
}
.mission_sec .misson_img{
    position: relative;
}
.mission_sec .misson_img::before{
    content: '';
    position: absolute;
    top: -24px;
    left: 98px;
    height: 365px;
    width: 365px;
    border-radius: 50%;
    border: 2px solid #fd6b3b;
}
.mission_sec .misson_img::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: linear-gradient(90deg, #fea244, #fc6a3a);
}
.mission_sec .misson_img img{
    width: 350px;
    height: 350px;
    border-radius: 50%;
    display: block;
    margin: auto;
    position: relative;
}

.gallery_item {
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}
.gallery_item:hover:before {
    opacity: 1;
    visibility: visible;
}

.gallery_item::before {
    background-color: rgba(0,0,0,0.60);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    z-index: 2;
}

.gallery_item:hover .gallery_content {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.gallery_content {
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: absolute;
    top: 60px;
    opacity: 0;
    visibility: hidden;
    right: 0;
    left: 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}
.text_holder {
    margin-top: 25px;
    text-transform: capitalize;
}

section.our-gallery-area {
    padding: 50px 0px;
}

.ripple {
    background-color: #FFFFFF;
    border-radius: 100%;
    color: #FFBC09;
    position: relative;
    display: inline-block;
    margin-right: 25px;
    line-height: 50px;
    font-size: 18px !important;
    vertical-align: middle;
    margin-left: 0;
    height: 50px;
    width: 50px;
    text-align: center;
}

.text_white * {
    color: #fff;
}

 .ripple::after {
   
    animation: ripple 1.8s infinite;
    background-color: #ffffff;
    border-radius: 100%;
    margin: -20px;
    bottom: 0px;
    content: "";
    display: block;
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}

.ripple::before {
    animation: ripple 1.8s infinite;
    background-color: #ffffff;
    border-radius: 100%;
    margin: -20px;
    bottom: 0px;
    content: "";
    display: block;
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}

.gallery_content .ripple {
    margin: 0;
}

.ripple::before {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}
.ripple::after {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
@-webkit-keyframes ripple{
    0%{
        opacity:0;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    50%{
        opacity:0.5;
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:0;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    50%{
        opacity:0.5;
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}