a:hover{
    text-decoration: none;
}
a{
    text-decoration: none;
}
.navFixed{
    position: fixed;
    background: transparent;
    top: 0px;
    z-index: 12;
    width: 100%;
    left: 0px;
}
.navFixed .nav-link{
    color:white !important;
    font-size: 16px;
    font-weight: 600;

}
.quantity-square{
    border: 1px solid #222;
    padding: 0.5em;
}
.border-radius-20{
    border-radius: 20px;
}
.h-200{
    height: 200px;
}
.navFixed .nav-link:hover{
    color:#E5097F;
  
}
.slider_box{
    position: relative;
}
.slider_title{
    position: absolute;
    z-index: 122;
    top: 32%;
    width: 40%;
    left: 180px;
    color: white;
}
.slider_social_icons{
    position: absolute;
    z-index: 122;
    top: 40% !important;
    width: 40px;
    left: 10px !important;
    color: white;
}
.slider_social_icons .smoi{
    margin-top:20px
}
.Rotate{
    border:         none;
    border-left:    1px solid white;
    height:         50px;
    width:          1px; 
    margin-left: 5px;
}
.poRotate{
    margin-left: -8px;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}
.cartCount{
    
    position: absolute;
    background: red;
    color: white;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    text-align: center;
    font-size: 10px;
    padding: 1px;
    top: -6px;
    right: -8px;

}
.subTitle span{
    color: #00A0E3;
    font-size: 18px;
}
.subTitle h6{
    font-size: 24px;
}
.subBlocks{
    background:#F7F7F7;
    padding: 15px 0px;
    border-radius: 6px;
    box-shadow: 0px 0px 5px 3px #80808040;
}
.profitText{
    text-align: center;
    width: 40%;
    margin: 0 auto;
    color: #5C5B5B;
    font-size: 14px;
}
.missionText{
    font-size: 24px;
    color: white;
    top: 40%;
    left: 36%;
    position: absolute;
}
.missionText {
    font-size: 24px;
    color: #fff;
    top: 40%;
    left: 36%;
    position: absolute;
    font-weight: bolder;
    text-shadow: -1px -1px 0 #00a0e3, 1px -1px 0 #00a0e3, -1px 1px 0 #00a0e3, 1px 1px 0 #00a0e3;
}

.readMore{
    position: absolute;
    bottom: 30px;
    left: 14px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #00A0E3;
}
.oiuu{
    background: white;
    display: block;
    border-radius: 50%;
    padding: 6px;
    margin-left: 26px;
}
.overviewtext{
    color: #4E4E4E;
    font-weight: 500;
    font-size: 15px;
    text-align: justify;
}
.btnblu{
    border-radius: 30px;
    font-size: 12px;
    background: #00A0E3;
    color: white;
    padding: 7px 16px;
    font-weight: 500;
   
}
.counTdi{
    color: #00A0E3;
    font-size: 34px;
    font-weight: 500;
}
.fnt12{
    font-size: 12px !important;
}
.Poisk{
    padding: 10px;
    margin-left: 15px;
}
.btnblu:hover{
    box-shadow: 0px 2px 7px 4px #32b0e557;
    color: white;
}
.backlightBlue{
    background:#F2FAFE;
   
}
.support_pad95{
    padding: 95px;
}
.countFi{
    padding-top:70px;
    position: relative;
}
.support_box{
    background: white;
    margin-top: 25px;
    box-shadow: 0px 0px 5px 3px #80808040;
    border-radius: 12px;
}
.mob_blu_btn{
    padding: 6px 7px !important;
    width: 30px;
    text-align: center;
    height: 30px;
    display: inline-block;
}
.desktopBtn{
    display: block;
}
.mobile_btn{
    display: none;
}
.support_box h6{
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.support_box small{
    font-size: 12px;
}
.support_prc{
    font-size: 20px;
    color: #00A0E3;
    margin-left: 12px;
}
.support_co_btn{
    border: 2px solid ;
}
.countRow{
    background: white;
    padding: 30px 0px;
    border-radius: 12px;
    box-shadow: 0px 3px 7px 2px #0000002e;
    position: absolute;
    width: 100%;
    z-index: 7;
    top: 0px;
}
.martop13{
    margin-top: 13px;
}
.spnCharity{
    color: #00A0E3;
    font-size: 28px;
    font-weight: 600;
}
.paddSides{
    padding: 0px 30px;
}
.pad80{
    padding:72px 112px 0px 0px 
}
.image-wrapper{
    position: relative;
}

    .imageOverlay{
      overflow: hidden;
     background: #ffffffc7;
      position:absolute;
      width:100%;
      height:0px;
      bottom: 10px;
      left: 7px;
      /* padding:12px; */
      content:"";
        -webkit-transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-in-out;
        transition-duration: 0.5s;
        transition-timing-function: ease-in-out;
    
    }
    
    .image-wrapper:hover .imageOverlay{
        background: #ffffffc7;
        position: absolute;
        width: 94%;
        height: 70px;
        bottom: 10px;
        left: 7px;
        padding: 12px;
    }
.imageOverlay span{
    font-size:18px; 
    color:#00A0E3
}
.imageOverlay small{
    font-size:14px; 
   
}

@media only screen and (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1098px;
    }
}


/* footer css */
.footsp{
    color:white;
    font-size: 14px;
}
.footerBack{
    margin-top: 55px;
    padding: 50px 60px 25px 60px;
    background:#000000;
}
.FootHead{
    color: white;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
}
.footList{
    list-style-type: none;
    padding:0px;
    margin: 0px;
}
.footList span, .footList li a{
    font-size: 14px;
    color: white;
    text-decoration: none;
}
.footList li a:hover{
   
    color: rgb(197, 197, 197);
  
}
.pasdi30{
    padding:0px 30px;
}
.termsAnch{
    color: white;
    font-size: 12px;

}
.w_80{
    width: 80%;
}
.socialIco li{
    padding: 0px 25px;
}
.pointer{
    cursor: pointer;
}
.topWhiteBorder{
    margin-top: 80px;
    border-top: 2px solid white;
}

.display_flex_spaceP{
    display: flex;
    justify-content: space-between;
}
.cart_btn{
    border: 1px solid #80808078;
    padding: 5px 17px;
    background: white;
    border-radius: 7px;
    margin-top: 6px;
}
.cart_btn:hover{
    box-shadow: 0px 0px 4px 1px #00a0e347;
}

.blueBtn{
    border: 2px solid #00A0E3;
    border-radius: 30px;
    color: #00A0E3;
    padding: 7px 21px;
    font-size: 12px;
    font-weight: 600;
    background: transparent;
}
.eduList{
    list-style: none;
}
.eduList li::before {
    content: "\25C9";
    color: #00A0E3;
    font-weight: bold;
    display: inline-block; 
    width:1em;
    margin-left: -1em;
  }
  .eduList span{
      font-size: 14px;
  }
.padi_text{
    padding: 50px 50px 20px 70px;
}
.padLeft{
    padding: 50px 0px 20px 70px;
}
.blueBtn:hover{
    box-shadow: 0px 0px 4px 1px #00a0e347;
}
.campaign_box{
    padding: 20px;
    box-shadow: 0px 2px 8px -1px #00000026;
    border-radius: 12px;
    margin-top: 20px;
}
.eduCation_c{
    color: white;
    font-size: 10px;
    padding:3px 8px;
    background:#E5097F;
    border-radius: 30px;
    
}
.progress-bar{
    background: #00A0E3;
}
.progress-bar span{
    text-align:right;
    margin-right: 10px;
    font-size: 10px;
    font-weight: 600;
}
.donateBtn{
    position: absolute;
    right: 1px;
    top: -1px;
}
.campaign_box_title h5{
    font-size: 24px;
}
.campaign_low h6{
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 0px;
}   
.campaign_low span{
    font-size: 12px;
    font-weight: 600;
    color: #00A0E3;
}
.bord_right{
    border-right:2px solid gray
} 
.logoImg{
    width: auto;
}
.sticky{
    background: rgba(0, 0, 0, 0.425);
}
.description_block h6{
    font-size: 24px;
    font-weight: 600;
}
.description_block h5{
    font-size: 22px;
    font-weight: 600;
}
.description_block p{
    font-size: 18px;
    color: #4E4E4E;
}
.times_cros{
    background: white;
    width: 35px;
    height: 35px;
    padding: 5px;
    border-radius: 50%;
    text-align: center;
    top: 13px;
    position: absolute;
    right: 4px;
}
.dark_Nav .nav-item .nav-link{
    color: #000000 !important;
}
.dark_Nav .nav-item .nav-link:hover,.nav-item .nav-link:hover{
    color: #E5097F !important;
}
.sticky .dark_Nav .nav-item .nav-link{
    color: white !important;
}
.sticky  .dark_Nav .nav-item .nav-link:hover{
    color: #E5097F !important;
}
@media only screen and (max-width:440px){
    .padi_text {
        padding: 50px 20px 20px 20px;
    }
    .logoImg{
        width: 19%;
    }
    .navFixed {
        position: fixed;
        background: rgba(0, 0, 0, 0.425);
        top: 0px;
        z-index: 12;
        width: 100%;
        padding: 0px 15px;
        left: 0px;
    }
    .support_pad95 {
        padding: 15px;
    }
    .footerBack {
        padding: 50px 15px 25px 15px;
        background: #000000;
    }
    .pasdi30 {
        padding: 0px 0px;
    }
    .paddSides {
        padding: 0px 00px;
    }
    .pad80 {
        padding: 72px 0px 30px 0px;
    }
    .Poisk {
        padding: 4px;
        margin-left: 15px;
    }
    .counTdi {
        color: #00A0E3;
        font-size: 19px;
        font-weight: 500;
    }
}
@media only screen and (max-width:770px){
    .desktop{
        display: none !important;
    }
    .pad80 {
        padding: 72px 0px 30px 0px;
    }
    .slider_social_icons{
        display: none;
    }
    .navFixed {
        position: fixed;
        background: rgba(0, 0, 0, 0.425);
        top: 0px;
        z-index: 12;
        width: 100%;
        padding: 0px 15px;
        left: 0px;
    }
    .logoImg{
        width: 19%;
    }
    .profitText {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        color: #5C5B5B;
        font-size: 14px;
    }
}
@media only screen and (max-width:993px){
    .mobile_btn{
        display: block;
    }
    .desktopBtn{
        display: none;
    }
    .navFixed {
        position: fixed;
        background: rgba(0, 0, 0, 0.425);
        top: 0px;
        z-index: 12;
        width: 100%;
        padding: 0px 15px;
        left: 0px;
    }
}

#demo {
    position: relative;
    margin: auto
}
.preVcarousal{
    position: absolute;
    right: 108px;
    left: inherit !important;
    height: 40px;
    width: 40px;
}
.rightcarousal{
    position: absolute;
    right:60px !important;
    left: inherit;
    height: 40px;
    width: 40px;
}
.carousel-caption {
    position: initial;
    z-index: 10;
    padding:2rem 4rem;
    color: inherit;
  
   
}

@media(max-width:767px) {
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 2rem 1rem;
        color: inherit;
    }
    .campaign_box {
        padding: 20px 0px;
    }
}




#image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem
}

@media(max-width:767px) {
    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
}

.preVcarousal i, .rightcarousal i {
    background-color: white;
    padding: 0.6rem;
    border-radius:50%;
    color:#00A0E3;
    border: 2px solid #00A0E3;
}

@media(max-width:767px) {
    .preVcarousal i, .rightcarousal i {
        padding: 0.4rem
    }
    .preVcarousal {
        position: absolute;
        right: 87px;
        left: inherit !important;
        height: 40px;
        width: 40px;
    }
}

.carousel-control-prev {
    justify-content: flex-start
}

.carousel-control-next {
    justify-content: flex-end
}

.carousel-control-prev,
.carousel-control-next {
    transition: none;
    opacity: unset
}

[class*="slideshow"] {
  
    /* height: 450px; */
    margin: 0 auto 40px;
    outline: none;
  }
  
  [class*="slideshow"] img {
    display:none;
  }
  .image_wrapper .text_content {
    position: absolute;
    bottom: 50px;
    left: 50px;
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,.5);
    opacity: 1;
  }

  /* slider */
  .preSlider{
    width: 35px;
    height: 35px;
    top: auto !important;
    bottom: 0px !important;
    left: 30px;
    border: 2px solid #00A0E3;
    border-radius: 50%;
    padding: 3px;
    color: white;
    text-align: center;
  }
  .nextSlider{
    width: 35px;
    height: 35px;
    top: auto !important;
    bottom: 0px !important;
  right: 30px;
    border: 2px solid #00A0E3;
    border-radius: 50%;
    padding: 3px;
    color: white;
    text-align: center;
  }
  .jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    }
    
    @keyframes jssorl-009-spin {
    from {
    transform: rotate(0deg);
    }
    
    to {
    transform: rotate(360deg);
    }
    }
    .jssorb031 {position:absolute;}
    .jssorb031 .i {position:absolute;cursor:pointer;}
    .jssorb031 .i .b {fill:#000;fill-opacity:0.5;stroke:#fff;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.3;}
    .jssorb031 .i:hover .b {fill:#fff;fill-opacity:.7;stroke:#000;stroke-opacity:.5;}
    .jssorb031 .iav .b {fill:#fff;stroke:#000;fill-opacity:1;}
    .jssorb031 .i.idn {opacity:.3;}
    .jssora051 {display:block;position:absolute;cursor:pointer;}
    .jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
    .jssora051:hover {opacity:.8;}
    .jssora051.jssora051dn {opacity:.5;}
    .jssora051.jssora051ds {opacity:.3;pointer-events:none;}
    .polaik{
        position: absolute;
        display: block;
        top: auto !important;
      
        left: 28.0964px;
        width: 39.335px;
        height: 39.335px;
        bottom:20px !important;
    }

    #lightbox .modal-content {
        display: inline-block;
        text-align: center;   
    }
    
    #lightbox .close {
        opacity: 1;
        color: rgb(255, 255, 255);
        background-color: rgb(25, 25, 25);
        padding: 5px 8px;
        border-radius: 30px;
        border: 2px solid rgb(255, 255, 255);
        position: absolute;
        top: -15px;
        right: -55px;
        
        z-index:1032;
    }

    
.cont {
    text-align: center;
  }
  
  .page-head {
    padding: 60px 0;
    text-align: center;
  }
  
  .page-head .lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 50px;
    margin-top: 0;
  }
  
  
  .page-head h1 {
    font-size: 42px;
    margin: 0 0 20px;
    color: #FFF;
    position: relative;
    display: inline-block;
  }
  
  .page-head h1 .version {
    bottom: 0;
    color: #ddd;
    font-size: 11px;
    font-style: italic;
    position: absolute;
    width: 58px;
    right: -58px;
  }
  
  .demo-gallery > ul {
    margin-bottom: 0;
    padding-left: 15px;
  }
  
  .demo-gallery .lightBox {
    margin-bottom: 15px;
  
    display: inline-block;
  
    list-style: outside none none;
  }
  
  .demo-gallery .lightBox a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
  }
  
  .demo-gallery .lightBox a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
  }
  
  .demo-gallery .lightBox a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  .demo-gallery .lightBox a:hover .demo-gallery-poster > img {
    opacity: 1;
  }
  
  .demo-gallery .lightBox a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
  }
  
  .demo-gallery .lightBox a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  
  .demo-gallery .lightBox a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
  }
  
  .demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
  }
  
  .demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
  }
  
  .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  
  .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
  }
  
  .demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
  }