

:root {
    --lightPink: #D57A7C;
    --Darkpink: #44233B;
    --primary-color: #ff3c78;
    --light-black: rgba(0, 0, 0, 0.89);
    --black: #000;
    --white: #fff;
    --grey: #4c4a47;
    --grey1: #929292;
    --grey2: #ececec;
    --grey3: #f7f6f6;
    --grey4: #f7f6f6;
    --grey5: #2f2f2e;
    --primary-blue: #3d9be9;
    --light-blue: #c7e4f6;
    --orange: #fdec03;
}

@font-face{
    font-family:"helvetica";
    src:url("../font/Helvetica.ttf") format("woff"),
    url("../font/Helvetica.ttf") format("opentype"),
    url("../font/Helvetica.ttf") format("truetype");
}


body {
    font-family: 'Poppins', sans-serif !important;
}

.helvetica-font{
    font-family:"helvetica" !important;
}

.text-underline{
    text-decoration: underline;
}

.text-grey {
    color: #5f5e5c;
}

.LinesEllipsis {
    color: rgb(37, 49, 141);
    font-size: 40px !important;
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600 !important;
}

.h3, h3 {
    font-size: 38px;
    font-weight: 600;
}

.font-weight-700{
    font-weight: 700;
}

.text-black{
    color: #000 !important;
}

.text-blue{
    color: var(--primary-blue);
}

.text-red1{
    color: #e98074; 
}

.text-grey-1{
    color: var(--grey1);
}

.text-grey-5{
    color: var(--grey5);
} 

.border-bottom-black{
    border-bottom: 1px solid black;
}

.bg-blue{
    background-color: var(--light-blue);
}
.bg-darkblue{
    background-color: var(--primary-blue);
}

.bg-orange{
    background-color: var(--orange);
}

.bg-grey4{
    background-color: var(--grey4);
}

.bg-grey{
    background-color: var(--grey2);
}

.bg-grey3{
    background-color: var(--grey3);
}

.cursor-pointer {
    cursor: pointer;
}

h1 {
    font-size: 40px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    color: white !important;
    line-height: 55px !important;
}
h1.h1-title {
    font-size: 51px;
    margin-bottom: 10px;
}
p.sub-title {
    font-size: 20px;
    color: white;
}
h4{
    font-size: 25px !important;
    font-weight: 700 !important;
}
h5 {
    font-size: 26px !important;
    font-weight: 700 !important;
}

.font-size-12{
    font-size: 12px;
}

.font-size-16{
    font-size: 16px;
}

.font-size-14{
    font-size: 14px !important;
}

.font-size-22{
    font-size: 22px !important;
}

.font-size-25{
    font-size: 25px !important;
}

.font-size-26{
    font-size: 26px !important;
}

.font-size-30{
    font-size: 45px !important;
}

.font-size-40{
    font-size: 40px !important;
}

.font-size-45{
    font-size: 45px !important;
}

.font-style-italic{
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
}

.text-gold{
    color: #d3c7a8;
    font-family: 'TC EN';
    font-size: 20px;
}

.text-red{
    color: red;
}

.text-lightBlue{
    color: var(--light-blue);
}

.text-green{
    color: green;
}

th, td {
    font-size: 14px;
    font-weight: 500;
    color: grey;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-10rem{
    margin-top: 10rem !important;
}

img.logo-img {
    width: 50%;
}

.section-pt-100{
    padding-top: 100px;
}

.section-pb-100{
    padding-bottom: 100px;
}

.section-pt-25{
    padding-top: 25px;
}

.section-pb-25{
    padding-bottom: 25px;
}

.section-pt-50{
    padding-top: 50px;
}

.section-pb-50{
    padding-bottom: 50px;
}

.section-pt-80{
    padding-top: 80px;
}

.section-pb-80{
    padding-bottom: 80px;
}

.section-px-80{
    padding-block: 80px;
}

.section-pb-80{
    padding-bottom: 80px;
}

a, a:hover{
    text-decoration: none !important;
}

.primary-header {
    background: #324158;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s;
    position: sticky !important;
    top: 0;
    z-index: 9999;
}

.primary-header.fixed-header { 
    box-shadow: 0 0 2px 1px #00000012;
} 

.primary-header .pseudo-search {
    display: inline;
    /*border: 2px solid #8b8e9a;*/
    width: 155px;
    border-radius: 100px;
    padding: 5px 15px; 
}
.primary-header .pseudo-search input {
    border: 0;
    background-color: transparent;
    width: 150px;
}
.primary-header .pseudo-search input:focus {
    outline: none;
}

.primary-header .pseudo-search button, .primary-header .pseudo-search i {
    border: none;
    background: none;
    cursor: pointer;
}

.primary-header .pseudo-search select {
    border: none;
}

.logo-header{
    height: 60px !important;
}

button.btn.btn-blue {
    background: #008afc;
    color: white;
    border-radius: 50px;
    padding-inline: 20px;
}

.btn.btn-orange, .btn.btn-orange:focus, .btn.btn-orange:hover {
    background: #fdec03;
    color: #000000;
    font-weight: 700;
    padding: 8px 30px;
    line-height: normal;
    border: 1px solid #fdec03;
}

.btn-brown{
    background: #db7730;
    color: white;
    border-radius: 5px;
    padding-inline: 70px;
    box-shadow: 0 0 3px #000;
    font-weight: 600;
    font-size: 20px;
}

.btn-primary{
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
    font-weight: 700;
    padding-inline: 20px;
}

.btn-primary:hover, .btn-primary:focus{
    color: var(--primary-blue);
    background-color: #ffffff;
    border-color: var(--primary-blue);
}

.btn.btn-secondary {
    color: var(--primary-blue);
    background-color: #c7e4f6;
    border-color: #c7e4f6;
    font-weight: 700;
    padding-inline: 20px;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus{
    color: var(--primary-blue);
    background-color: var(--light-blue);
    border-color: var(--light-blue);
}

.tel-btn i {
    font-size: 12px;
}

.tel-btn, .tel-btn:hover{
    background: #eae7dc;
    color: #000000;
    padding: 7px 15px;
    border-radius: 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
    border: 1px solid #eae7dc;
}

.secondary-header{
    background: #010727;
}

.secondary-header .navbar-light .navbar-nav .nav-link {
    color: white;
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffd800 !important;
}

.navbar-light .navbar-nav .active>.nav-link{
    color: #ffd800 !important;
}

.donate-btn{
    background: #fae2be;
    color: #020826 !important;
    border: 3px solid white;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.tel-btn i{ 
    font-weight: 800;
    margin-right: 6px;
}

.navbar-toggler{
    background-color: white !important;
}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255) !important;
    border-color: rgb(255 255 255) !important;
}


.navbar-light .navbar-brand{
    display: none;
}


.img-desktop{
    display: block;
}

.img-mobile{
    display: none;
}

button.btn.btn-orange.btn-lg {
    padding: 11px 60px;
    border-radius: 50px;
    font-size: 30px;
    font-weight: 400;
    color: #2f2e2c;
}

.donate-bg{
    background: url('../image/donate-bg.webp') no-repeat;
    background-size: cover;
    display: flex;
    background-position: right;
    align-items: center;
    padding-block: 100px;
    border-top: 1px solid black;
}

/* -------- banner-img- --------- */
.banner-img{
    background: url('../image/banner.jpg') no-repeat;
    background-size: cover;
    height: 133vh;
    display: flex;
    align-items: flex-start;
    background-position: right;
}

/* iframe */
.o-video {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%; /* 9 / 16 * 100 */
  }
  .o-video > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
  }

  /* iframe */
.feature-video {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%; /* 9 / 16 * 100 */
  }
  .feature-video > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
  }

  /* testimonals */
  .testimonals-wrapper {
    padding: 50px 20px 20px;
    background: linear-gradient(0deg, #00000029, #00000000, #cfcfcf40);
    border: 1px solid #e2e2e2;
    z-index: 99;
    position: relative;
    margin-inline: 30px;
}

.testimonals-wrapper h6 {
    font-weight: 800;
    color: var(--primary-blue);
    margin-bottom: 0px;
    margin-top: 15px;
}
.testimonals-wrapper span {
    font-size: 14px;
    color: #636363;
    font-weight: 500;
}

img.test-img {
    border-radius: 50px;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

img.quatation-img {
    position: absolute;
    top: 30px;
    width: 80px;
    z-index: 2;
}
.testimonals-wrapper p{
    z-index: 99;
    font-size: 18px;
    color: #5a5a5a;
    position: relative;
    margin-bottom: 3rem;
    text-align: center;
    min-height: 110px;
}

/* gallery */
.gallery-img {
    margin-inline: 15px;
}
.gallery-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/* slider arrow icon */

.slick-next{
    right: 0;
}
.slick-prev {
    left: 0;
}

p.font-size-42 {
    font-size: 42px;
    text-align: center;
}

/* benefits */
.benefis-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.benefis-wrap {
    display: flex;
    width: 33.333%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.benefis-wrap img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}
.benefis-wrap span {
    font-size: 16px;
    width: 60%;
    min-height: 100px;
    font-weight: 500;
    color: #555;
}

.feature-content p {
    font-size: 30px;
    color: #1d4b96;
}
.feature-content h6 {
    font-weight: 700;
    font-size: 19px;
}

.feature-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-right: -15px;
    margin-left: -15px;
}
.feature-card {
    width: 33.333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.feature-card .feat-wrap img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}
.feature-card .feature-content {
    background: white;
    box-shadow: 0 0 2px 1px #00000017;
    padding: 15px 20px;
    margin-inline: 10px;
    margin-top: -40px;
    z-index: 999;
    position: relative;
}
.feature-card .feature-content h5 {
    font-size: 18px !important;
    color: var(--primary-blue);
}
.feature-card .feature-content p {
    font-size: 15px;
    color: var(--grey1);
}

/* top */
.top-card {
    background: white;
    padding: 20px;
    width: 300px;
    box-shadow: 0 0 3px 2px #00000017;
}
.top-wrap {
    display: flex;
    align-items: center;
    margin-block: 20px;
}
.amount-value {
    margin-left: auto;
}
.top-fund-list img {
    width: 35px;
}
.top-body {
    display: flex;
    width: 100%;
    align-items: center;
    background: #c7e4f6;
    padding: 10px;
    border-radius: 5px;
}

.top-fund-list {
    font-size: 16px;
}   

.top-body span {
    font-size: 16px;
    font-weight: 600;
    color: #3d9be9;
}

.amount-value span {
    font-weight: 400;
    font-size: 12px;
    color: #8d8d8d;
}

span.counting-no {
    font-size: 30px;
    font-weight: 800;
    color: var(--primary-blue);
    margin-right: 10px;
}

/* top-section-wrapper */
.tab-faq-section a.nav-link {
    font-weight: 800;
    color: var(--primary-blue) !important;
    background: white;
    font-size: 14px;
    padding: 6px 25px;
    border-radius: 0;
    border: none;
}
.tab-faq-section .nav-tabs {
    border-bottom: 1px solid #c7c7c7;
}
.tab-faq-section .nav-tabs .nav-item {
    margin-bottom: 0;
}
.tab-faq-section a.nav-link.active {
    color: var(--primary-blue);
    background-color: var(--light-blue);
    border-color: #ffffff #ffffff #000;
}

/* arrow icon */
button.slick-arrow {
    bottom: -60px;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
}

button.slick-prev.slick-arrow {
    right: 50px;
    left: 0;
}
button.slick-next.slick-arrow {
    right: 0;
    left: 50px;
}

.slick-next:before{
    content: '' !important;
    background-image: url('../image/long-right-arrow.png');
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 15px;
}

.slick-prev:before{
    content: '' !important;
    background-image: url('../image/long-arrow.png');
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 15px;
}

/* accordtion */
    .accordion-wrapper {
        margin: 0;
    }

  .accordion-wrapper #faq .card {
    padding: 20px;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #a5a5a5;
    border-radius: 0px;
  }

  .accordion-wrapper #faq .card .card-header {
    border: 0;
    border-radius: 2px;
    padding: 0;
  }
  .accordion-wrapper .card-body {
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    color: #2f2e32;
  }

  .accordion-wrapper #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #eae7dc;
    color: rgb(47, 46, 44) !important;
    padding: 10px 0px;
    font-weight: 400;
    border-bottom: none;
    border-radius: 0px;
    font-size: 17px;
  }

  .accordion-wrapper #faq .card .card-header .btn-header-link:focus{
    outline: none;
    box-shadow: none;
  }

  .accordion-wrapper #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
  }

  .accordion-wrapper #faq .card .card-header .btn-header-link.collapsed {
  }

  .accordion-wrapper #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
  }

  .accordion-wrapper #faq .card .collapsing {
    background: #eae7dc;
    line-height: 30px;
  }

  .accordion-wrapper #faq .card .collapse {
    border: 0;
  }

  .accordion-wrapper #faq .card .collapse.show {
    background: #eae7dc;
    line-height: 30px;
    color: rgb(47, 46, 44) !important;
  }

  .footer-middle h6 {
    font-size: 20px;
    margin-bottom: 20px;
}

ul.address1 {
    padding-left: 0px;
}

.address1 li {
    list-style: none;
    position: relative;
    padding: 0px 0 4px 0px;
    line-height: 26px;
    font-weight: 600;
    font-size: 18px !important;
}
ul.address1 span {
    position: absolute;
    width: 40px;
    max-width: 40px;
    left: 0;
}
.address1 li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
ul.address1 i {
    width: 20px;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 28px;
    top: 0;
}

ul.address1 i.fa-envelope {
    font-size: 18px;
    top: 4px;
}

  .sticky-donate{
    padding: 10px;
    background: #324158;
    color: #fff;
    position: fixed;
    bottom: 0px;
    margin: auto;
    z-index: 999;
    box-shadow: 0 0 2px 1px #00000021;
    width: 80%;
    left: 0px;
    right: 0;
}
.sticky-wrapper-content {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding-inline: 5px;
    align-items: center;
}
.sticky-content {
    font-weight: 700;
    font-size: 18px;
}

/* hexagon-wrap */
.hexagon-wrapper {
    display: flex;
    align-items: center;
    width: 900px;
    justify-content: center;
    margin: auto;
}
.hexagon-wrap img {
    width: 40px;
}

.hexagon-wrap{
    position: relative;
    width: 160px;
    height: 160px;
    padding: 0px 10px;
    margin: 33px auto 0;
    background: var(--primary-blue);
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 0%, 100% 75%, 50% 100%, 0 75%, 0 0%);   
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; 
    color: #fff;
} 
.font-hexagon {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
}
.hexagon-wrap .d-flex.align-content-center {
    padding: 8px;
    height: 80px;
}


/*FOOTER*/

footer {
    background: url('../image/footer.webp');
    background-repeat: no-repeat;
    background-size: cover;  
    color: white; 
    margin-top: -10px;
  }
  
  footer a {
    color: #fff;
    font-size: 14px;
    transition-duration: 0.2s;
  }
  
  footer a:hover {
    color: #FA944B;
    text-decoration: none;
  }
  
  .copy {
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid #FFFFFF;
  }
  
  .footer-middle {
    padding-top: 2em;
    padding-bottom: 4rem;
    color: white;
  }
  
  
  /*SOCİAL İCONS*/
  
  /* footer social icons */
  
  ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
  }
  
  ul.social-network li {
    display: inline;
    margin: 0 5px;
  }
  
  
  /* footer social icons */
  
  .social-network a.icoFacebook:hover {
    background-color: #3B5998;
  }
  
  .social-network a.icoLinkedin:hover {
    background-color: #007bb7;
  }
  
  .social-network a.icoFacebook:hover i,
  .social-network a.icoLinkedin:hover i {
    color: #fff;
  }
  
  .social-network a.socialIcon:hover,
  .socialHoverClass {
    color: #44BCDD;
  }
  
  .social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  
  .social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
  }
  
  .social-circle li a:hover i,
  .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }
  
  .social-circle i {
    color: #595959;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
  }
  
  .social-network a {
    background-color: #F9F9F9;
  }
  
  /*FOOTER*/

  /* radial-wrapper */
  .radial-wrapper svg.radial-progress {
    height: auto;
    max-width: 400px;
    padding: 0;
    transform: rotate(-90deg);
    width: 100%; 
    background-image: linear-gradient(-225deg,whitesmoke 0%,whitesmoke 50%,whitesmoke 100%);
 } 
    svg.radial-progress circle {
        fill: white;
        stroke: #fff;
    }
 .radial-wrapper svg.radial-progress circle.bar-static {
    stroke: #3d9be9!important;
    stroke-width: 2px;
}
.radial-wrapper svg.radial-progress circle.bar--animated {
    stroke-dasharray: 219.911486;
    stroke: #bada55;
    stroke-dashoffset: 219.91148575129;
    stroke-width: 2px;
    r: 35;
}

svg.radial-progress .countervalue, .countervalue {
    fill: #5f5e5c;
    /* font-size: 10px; */
    font-weight: 700;
    text-anchor: middle;
}
text.fontsize-12 {
    font-size: 4px;
    font-family: poppins;
}
span.fontsize-12{
    color: #000;
}
.countervalue {
    font-size: 50px;
    font-weight: 700;
    color: #5f5e5c;
}
/* ----- Model ----- */
.modal-top-wrap {
    max-height: calc(100vh - 330px);
    overflow: auto;
}
.regular_opensans_sm {
    font-size: 12px;
    line-height: 18px;
}
.form-control.custom-upload {
    height: 35px !important;
    min-height: 35px !important;
    font-size: 12px;
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-group label {
    font-size: 13px;
    margin-bottom: 0px;
}
input.form-control, input.form-control:focus{
    display: block;
    width: 100%;
    height: auto !important;
    padding: 6px 12px !important;
    font-size: 13px !important;
    line-height: normal;
    color: #bfbfbf; 
    background-clip: padding-box;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: left;
    outline: none !important; 
}

.custom_modal .modal-content {
    border: 0 solid #000000;
    background-color: var(--white);
    box-shadow: 0 0 44px 19px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
}

.custom_modal .modal-content {
    background-color: transparent !important;
}

.custom_modal.modal .modal-header.bg_header {
    margin-left: 0px !important;
    margin-right: 0px !important;
    background-color: var(--primary-blue);
    border-radius: 15px 15px 0px 0px;
    flex-wrap: wrap;
    border-bottom-color: var(--primary-blue);
    padding: 10px;
}

.custom_modal.modal .modal-header.bg_header h3 {
    color: var(--white) !important;
    width: calc(100% - 48px) !important;
    transform: translateX(16px);
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    font-size: 20px;
}

.custom_modal .modal-content .modal-body {
    background-color: var(--white);
}
.custom_modal button.btn, .custom_modal button.btn:hover {
    background: var(--primary-blue) !important;
    color: var(--white) !important;
    line-height: normal;
    padding: 5.5px 20px;
    border-radius: 15px;
    border: 1px solid var(--primary-blue);
    min-width: 100px;
}


.custom_modal.modal .modal-footer {
    border-radius: 0px 0px 15px 15px;
}

.custom_modal .modal-content .modal-footer {
    background-color: var(--white);
}

button.close {
    background: transparent;
    box-shadow: none;
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
}
.custom_modal {
    z-index: 9999 !important;
}
button.close:focus, button.close:hover {
    outline: none !important;
    color: white;
    box-shadow: none !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

/* opt */


.otp-input-fields {
    margin: auto;
    background-color: white; 
    max-width: 400px;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0;
  }
  .otp-input-fields input {
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    text-align: center;
    outline: none;
    font-size: 16px;
    /* Firefox */
  }
  .otp-input-fields input::-webkit-outer-spin-button, .otp-input-fields input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .otp-input-fields input[type=number] {
    -moz-appearance: textfield;
  }
  .otp-input-fields input:focus {
    border-width: 2px;
    border-color: #dfdfdf;
    font-size: 20px;
  } 

  /* Content Image */
  .content-with-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block: 5rem;
}
.content-with-image img {
    width: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}

/* goal-wrapper */
.goal-wrapper {
    margin-top: 2rem;
    margin-left: 30px;
}
.background-line {
    background-position: 50% 50%;
    background-repeat: repeat-x;
    background-size: 10px;
    width: 50%;
    background-image: linear-gradient(135deg, transparent 10px, rgb(186 218 85) 10px), linear-gradient(-135deg, transparent 10px, rgb(186 218 85) 10px);
    height: 25px;
    margin-top: -25px;
    z-index: 9;
    position: relative;
}
.full-line {
    border-top: 10px solid #3d9be9;
    position: relative;
    width: 100%;
    height: 10px;
} 

/* sticky-social */
.sticky-social{
    position:fixed;
    top: 100px;
    right: -40px;
    padding:0px;
    margin:0px;
  }
  .social {
    list-style: none;
    padding-left: 0px;
    padding-right: 40px;
}
  .social li{
    padding:10px 10px;
    font-size: 15px;
    transition:all 0.8s ease-in-out;
  }
  .social li:hover {
    margin-left: -30px; 
}
  .fa{
    color:#fff;
    transition:all 0.8s ease-in-out;
  }
  .fb{
    background-color:#3C5A98;
  }
  .twitter{
      background-color:#1EA1F2;
  }
  .insta{
      background-color:#DC4F42;
  }
  .pin{
      background-color:#CB2128;
  }
  .vim{
      background-color:#59BFBE;
  }

  /* donate page */
  .donate-banner {
    background-image: url('../image/donate.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-block: 100px;
    text-align: center;
    z-index: -1;
    position: relative;
    color: #fff;
    background-position: center;
}

.donate-img-cover{
    width: 100%;
    height: 380px;
    object-fit: cover;
    margin-bottom: 1rem;
}

.donate-now form.col-lg-5.col-12 {
    background: var(--light-blue);
    padding: 20px 20px 0;
}
section.donate-now .form-group label {
    font-weight: 500;
    color: var(--primary-blue);
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}
section.donate-now .input-group-prepend{
    z-index: 9;
}
section.donate-now .input-group .form-control{
    position: absolute;
    width: 100%;
    left: 0;
    padding: 8px 0px 8px 100px !important;
}

.input-group-text.donate-now-input {
    background: var(--primary-blue);
    border-color: var(--primary-blue);
    color: white;
    border-radius: 0px;
}
section.donate-now input.form-control {
    border: 1px solid #afaaaf88;
    color: black;
}
#button-donate-month .button-donate {
    width: 47.5%;
}
.button-donate {
    display: flex;
    flex-wrap: wrap;
    width: 31.333%;
    height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.button-donate input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
    display: none;
}
#button-donate-month .button-donate label.btn.btn-default {
    width: 300px;
    height: 60px;
    font-size: 16px;
}  
.button-donate label.btn.btn-default {
    border-radius: 0px;
    font-size: 12px;
    font-weight: 700;
    color: var(--primary-blue);
    background: #fff;
    border-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 50px;
}
.button-donate input[type="radio"]:checked + label {
    background: var(--primary-blue);
    border-radius: 0px;
    color: white;
    border-color: var(--primary-blue);
}

.btn-bluestyle {
    padding: 15px 5px;
    width: 75%;
    border-radius: 50px;
    border: 2px solid #3d9be9;
    font-size: 20px;
    color: #324158;
    margin: auto;
}

.btn-bluestyle i {
    color: #3d9be9;
    margin-left: 10px;
    transition: 0.5s;
}

.btn-bluestyle:hover i {
    margin-left: 20px;
}

.donate-now-btn { 
    width: 100%;
    padding: 15px 9px !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    margin-top: 30px;
    border-radius: 0px !important;
}
ul.bank-card-icons{
    padding-left: 0px;
}

ul.bank-card-icons li.card {
	display: inline-block;
    border: none;
}

ul.bank-card-icons li.info {
	display: inline-block;
	margin-right: 10px; 
	margin-top: -18px;
	position: relative;
	vertical-align: middle; 
}

/* Notification sticky */

.sticky-nofication {
    position: fixed;
    bottom: 0;
    right: 30px;
    background: black;
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all .5s ease-in-out!important;
    z-index: 999999;
}
 

.sticky-header {
    margin-bottom: 15px;
}
.sticky-nofication .sticky-boby {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sticky-nofication .sticky-boby a {
    background: #1d4b96;
    padding: 2px 10px;
    border-radius: 4px;
    width: 60%;
    display: block;
    text-align: center;
    color: white;
}

span.close-btn {
    color: black;
    position: absolute;
    right: 0px;
    top: -12px;
    background: white;
    border-radius: 50%;
    font-size: 17px;
    padding: 7px;
    width: 25px;
    height: 25px;
    line-height: normal;
    display: flex;
    box-shadow: 0 0 2px 1px #0000001c;
    cursor: pointer;
}


.example {
    color: #fff;
    font-size: 20px;
    text-align: left;
    width: 100%; 
    max-width: 1015px;
    margin: 30px 0;
    display: block; 
  }
  /*INFO SECTION - CIRCLE GRAPH*/
  .info_section {
    padding: 0px; 
    margin: 15px 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .graph-circle {
    position: relative; 
    padding: 20px 0;
  }
  .circle-graph-container {
    position: relative;
    display: flex;
  }
  .circle-graph {
    margin: 0 15px;
    position: relative;
    width: 50%;
    line-height: 1.2 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
  }
  canvas {
    position: absolute;
    top: -96px;
  }
  .stats {
    width: 100% !important;
    margin: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .stats p {
    line-height: 1.2;
    font-size: 21px;
    color: #545454;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
  }
  span.info_section_wordHighlight {
    color: #003A79;
    font-weight: 600;
  }

  .blog-qoute {
    padding: 15px;
    border: 2px solid #e98074;
    border-radius: 10px; 
    margin-block: 25px;
    position: relative;
}

.blog-qoute:before{  
    background: url('../image/logo/blog.svg'), #f7f6f6;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    content: '';
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    top: -20px;
    transform: rotate(180deg);
}

.blog-qoute:after{  
    background: url('../image/logo/blog.svg'), #f7f6f6;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    content: '';
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    bottom: -15px;
    right: 10px;
}

.footer-pad {
    text-align: center;
}

.feature-logo .slick-slide img {
    width: 80px;
    height: 80px;
}


.feature-logo{
    animation: marquee1 60s linear infinite;
}
.feature-logo:hover {
    animation-play-state: paused;
}


section.respected-tabs ul.nav.nav-tabs { 
    margin-block: 30px;
    border: none;
}

section.respected-tabs li.nav-item {
    width: 50%;
    border-radius: 50px;
}

section.respected-tabs li a.nav-link.active, section.respected-tabs li a.nav-link{
    color: #ffffff;
    background-color: #3d9be9;
    border: none;
    border-radius: 50px;
    text-align: center;
    margin-inline: 20px;
}
section.respected-tabs li a.nav-link:focus, section.respected-tabs li a.nav-link:hover {
    background: #3d9be9;
    border: 1px solid #3d9be9;
    color: #fff;
}
@keyframes marquee1 {
    0% { left: 0; }
    100% { left: -100%; }
  }

  .fontbig{
    font-size: 48px !important;
    color: #575551;
    line-height: 80px;
  }

  .respected-tabs .tab-pane {
    background: #eae7dc;
    padding: 10px;
    border-radius: 20px;
}

.respected-tabs .top-body{ 
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 50px;
  }

  .faq-wrapper {
    background: #eae7dc;
    padding: 25px 10px;
}
.tab-faq-section {
    background: #d9d9d7;
}

.campaign-wrapper{
    background-image: url('../image/campaign-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 200px;
    background-position: center;
}


ul.campaign-list li {
    font-size: 26px;
    margin-bottom: 10px;
    color: #008afc;
    font-weight: 300;
}

ul.campaign-list li::marker {
    color: #2f2e2c;
}

.foundries-wrap { 
    display: flex;
    justify-content: space-around;
    background: #3d9be9;
    padding: 10px;
    color: white;
    margin-top: 20px;
}

.fonduries-body {
    padding-block: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: linear-gradient(179deg, #efe7e3, #f0e8e4c7);
    border: 1px solid darkgrey;
    border-radius: 8px;
}

.fonduries-body img {
    width: 100px;
    border-radius: 50px;
}

.fonduries-body h5 {
    color: #068bfb;
}

.slider.slider-nav.slick-slider {
    width: 500px;
}

.thumbail-img-slider {
    width: 120px;
    height: 120px;
}

.big-img-slider{
    width: 100%;
}

.donor-card-wrap {
    border-bottom: 2px solid #1d67cd;
    margin-block: 20px;
    padding-block: 20px;
    margin-inline: 40px;
}

.donor-card:hover .h5-title {
    margin-top: -10px;
    color: #3d9be9;
}

.donor-card-wrap img {
    width: 130px;
    margin-right: 40px;
}

.donor-card {
    width: 100%;
    display: flex;
    align-items: center;
    padding-inline: 20px;
    margin-inline: -20px;
}
.h5-title {
    font-weight: 600;
    font-size: 20px;
    transition: 0.5s;
}

.h5-title:hover {
    color: #000;
}

.border-grey-2px-right{
    border-right: 2px solid grey;
}

.card-with-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
}

h6.h6-title {
    font-size: 18px;
    font-weight: 500;
}

.card-with-img .h6-title {
    transition: 0.5s;
}

.card-with-img:hover .h6-title {
    color: #fdec03;
}

.card-with-img img {
    margin-bottom: 20px;
    transition: 0.5s;
}

.card-with-img:hover img {
    margin-top: -5px;
}

.card-with-img img {
    margin-bottom: 20px;
}

.card-with-img {
    width: 35%;
    text-align: center;
    margin-block: 30px;
}

.badge-red {
    background: #e85a4f;
    display: inline-flex;
    padding: 11px 10px;
    position: relative;
    z-index: 9;
    height: 45px;
}

.badge-red:before {
    content: '';
    border: 23px solid #e85a4f;
    border-left-color: transparent;
    border-left-width: 18px;
    position: absolute;
    top: 0px;
    left: -18px;
    z-index: -9;
}

.badge-red:after {
    content: '';
    border: 23px solid #e85a4f;
    border-right-color: transparent;
    border-right-width: 18px;
    position: absolute;
    top: 0px;
    right: -19px;
    z-index: -9;
}

/*  */

.progress.progress-radius {
    border-radius: 50px;
    background-color: #f7e4d9;
}

.progress-bar {
    background-color: #ff5700;
    color: #ff5700;
    border-radius: 50px;
    position: relative;
}

.progress-bar:before {
    content: '';
    border-radius: 10px;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 2px;
    background: white;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .marquee:hover .marquee__item {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  } 
  .marquee__item {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee 25s linear infinite;
    animation: marquee 25s linear infinite;
  }
  
  .marquee__seperator img {
    width: 100px;
    height: auto;
}
.marquee__seperator {
    display: inline-block;
}
  .marquee { 
    padding:  0; 
  }


  .gallery-wrapper button.slick-next.slick-arrow {
    left: auto;
    bottom: 50%;
    right: 20px;
    margin: 0;
}


.gallery-wrapper button.slick-prev.slick-arrow {
    right: auto;
    left: 20px;
    bottom: 50%;
}

.gallery-wrapper button.slick-prev:before{
    background-image: url('../image/left.svg');
}


.gallery-wrapper button.slick-next:before{
    background-image: url('../image/left.svg');
    transform: rotate(180deg);
}

.gallery-wrapper ul.slick-dots {
    bottom: 0px;
}

.gallery-wrapper .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

.gallery-wrapper .slick-dots li.slick-active button:before {
    color: transparent;
    opacity: 0.5; 
    border-radius: 50%;
}

.gallery-wrapper .slick-dots li.slick-active button:before {
    padding: 0;
    border: 2px solid white;
    border-radius: 50%;   
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 3px;
}


.gallery-wrapper .slick-dots li button:before{
    opacity: 1;
    color: #fff;
}

.slick-dots li button:before {
    font-size: 10px;
}

.slider-style-2 .main {
    background: #eae7dc;
}

.slider-style-2 .main .slick-slide img.img-fluid {
    /* border: 4px solid #ebce17; */
    border-radius: 10px;
}

.slider-style-2 .main .slick-slide h4 {
    text-align: center;
    margin-top: 30px;
    margin-inline: 50px;
    font-weight: 600 !important;
}

.slider-style-2 .main .slick-slide figure{
    padding-inline: 220px;
    margin-top: 20px;
    margin-bottom: 60px;
}


.slider-style-2 button.slick-prev:before, .slider-style-2 button.slick-next:before {
    filter: invert(1);
}

/*  */

section.respected-tabs li a.nav-link {
    background: white;
    border: 1px solid #3d9be9;
    color: #3d9be9;
}

/* banner section layout */
section.banner-section {
    position: relative;
}   
.banner-section-content {
    position: absolute;
    top: 0;
}

.play-icon-with-text i {
    border: 1px solid #898989;
    padding: 10px;
    border-radius: 50%;
    color: #8b8b8b;
}
.play-icon-with-text {
    display: flex;
    align-items: center;
}
.play-icon-with-text .text-center {
    width: 100%;
}



  @-webkit-keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }  