
/*@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.
*/
*{
    outline: none !important
}

.myNewSubmitBTNS{
    border: 1px solid red !important;
}
/* Your custom css codes start here: */

.head-font {
	font-family: 'Merriweather', serif;
}
.ar {
	font-family:ar;
}
.noori
{
    font-family:urdu;
}
.dir_rtl
{
    direction: rtl;
}
.fs-20 {
	font-size: 20px;
}
.fs-24 {
    font-size: 24px;
}
.fs-12 {
    font-size: 12px !important;
}
.bg-theme-colored {
    background-color: #0e507b !important;
}
.bg-themeout-colored {
    background-color: #19afad !important;
}
.text-themeout-colored {
   color: #0e507b !important;
}
.hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #19afad;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.menuzord-brand img {
    max-height: 52px;
}
/* .animate__animated.animate__zoomIn {
    --animate-duration: 2s;
  } */
.menuzord-brand {
    margin: 10px 5px 0 0;
}
a.underline:hover {
    text-decoration: underline;
}
.text-ellips {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.donation__nav__style{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.donation__nav__style a{
    background: #0e507b;
    border-radius: 0 !important;
    border: 2px solid #0e4f7b00;
    color: white !important;
    height: 45px;
    display: flex !important;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
    margin-top: -5px;
}
.donation__nav__style:hover a{
    border-radius: 0;
    border: 2px solid #ffffff;
    background: #19afad;
}
.donation__nav__style .fa-lightbulb-o{
    font-size: 20px !important;
    color: white;
    text-shadow: 0px -5px 10px #ffe900;
    transition: 0.3s;
}
.donation__nav__style:hover .fa-lightbulb-o{
    color: #f1ff00;
    text-shadow: 0px -5px 10px #ffe900;
}
.donation__nav__style a:focus{
    border-radius: 0;
    border: 2px solid #ffffff;
    background: #19afad !important;
}
.donation__nav__style a span{
    padding-right: 10px;
}
.donation__nav__style.earthK a{
    background: white;
    color: #333f4e !important;
    border: 2px solid #333f4e;
}

/* @-webkit-keyframes spaceboots {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
.donation__nav__style.earthK:hover img,
.donation__nav__style.earthK:focus img{
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 1s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
} */

.donation__gif__div{
    position: fixed;
    width: fit-content;
    top: 70%;
    right: 10px;
    z-index: 99;
    padding-top: 70px;
}
.donation__gif__div .donation__gif__img__blue{
    animation: imgOP 2s ease-in-out infinite alternate-reverse;
}
@keyframes imgOP{
    0%{
        opacity: 0;
        top: -10px;
    }
    50%{
        opacity: 0.5;
        top: 5px;
    }
    100%{
        opacity: 1;
        top: 0px;
    }
}
.donation__gif__div .donation__gif__img__white{
    animation: OPimg 2s ease-in-out infinite alternate-reverse;
}
@keyframes OPimg{
    0%{
        opacity: 1;
        top: -10px;
    }
    50%{
        opacity: 0.5;
        top: 5px;
    }
    100%{
        opacity: 0;
        top: 0px;
    }
}
.donation__gif__img{
    height: 50px;
    margin: 0px auto 15px auto !important;
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
}
.donation__gif__p{
    margin: 0px auto;
    width: fit-content;
    margin-top: -8px;
    font-family: 'Arial';
    color: black;
    background: white;
    text-align: center;
    font-size: 12px;
    padding: 0px 5px;
    font-weight: 600;
}
.bg-img {
    background-repeat: no-repeat;
    background-position: center; 
    position: inherit;
}
.width_sm {
    /*width: 80%;*/
    width: auto;
}
ul li a#searchtoggl {
    line-height: 73px;
    margin-right: 0;
    padding: 0 14px;
}

/*------------- Search ------------*/

input[type=search] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 16px;
    background-color: white;
    background-size: 18px;
    background-image: url(../images/khuddam/search/download.png);
    background-position: 14px 11px;
    background-repeat: no-repeat;
    padding: 5px 0px 5px 50px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
form input[type="search"]:focus {
    border-color: #6bbc09;
}

input[type=search]:focus {
    width: 100%;
}
.search-form-wrapper form {
    padding: 0;
    position: relative;
}
.scrollToTop span{
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.make__value__caps{
    text-transform: capitalize;
}
.Achievements__text__box{
    margin-top: 5px;
    padding: 0px 10px;
    background: white;
}
.item.intro__images.thumb{
    background: #eeeeee;
    padding: 5px;
    border-radius: 0px;
}
.intro__images  img{
    border-radius: 0px !important;
}
.text-ellips.make__value__caps{
    height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 0px !important;
}
.hei-160-mob.make__value__caps{
    height: 76px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* text-align: justify; */
    margin-bottom: 0px;
}
.modal-promo-box{
    padding: 0px 0px !important;
}
.mfp-container.mfp-inline-holder{
    position: fixed !important;
}
/*------------ FGRF New NAV bar ------------*/
.navbar-default.New__navbar{
    background-color: #c9c9c9 !important;
    border-color: #c9c9c9 !important;  
    margin: 0px !important;
    border-radius: 0px !important;
}
.New__nav__bar__fgrf{
    float: unset;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.New__nav__bar__fgrf li{
    margin: 0px 5px;
}
.New__nav__bar__logo__mobile{
    display: none;
}
.New__nav__bar__logo__pc a{
    margin: 0px;
    padding: 5px 10px !important; 
}
.navbar-default.New__navbar li a{
    color: #333;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 100px;
}
.New__navbar .dropdown.dropdown{
    background: transparent !important;
}
.navbar-default.New__navbar li a:hover{
    background: #19afad;
    color: white !important;
}
.New__navbar .dropdown .dropdown-menu{
    padding: 0px !important;
    background: #19afad;
    border: 0px;
    border-radius: 0px;
}
.New__navbar .dropdown .dropdown-menu li a:hover{
    background: #0e507b;
    color: white;
} 
.New__navbar .dropdown .dropdown-menu li a:focus{
    background: #0e507b;
    color: white;
}
.New__navbar .dropdown-menu{
    top: 110% !important;
}
.New__navbar .dropdown li{
    margin: 0px !important;
}
.New__navbar .dropdown li a{
    margin: 0px !important;
    border-radius: 0px;
    color: white !important;
}
.New__navbar .dropdown.open .dropdown-toggle{
    background: #19afad;
    color: white !important;
}
.New__navbar .dropdown.open .dropdown-toggle:focus{
    background: #19afad;
}
.New__nav__bar__logo__pc a:hover {
    background: transparent !important;
}
.header__making__new__sticky{
    position: -webkit-sticky;
    position: sticky;
    margin: 0 !important;
    top: -52px;
    height: unset;
    z-index: 99;
}
.navbar-default.New__navbar li a{
    padding: 5px 10px !important;
}

/*------------ FGRF New NAV bar ------------*/

.gallery__images__dimentions{
    height: 250px;
    width: 100%;
}




.carousel-inner
{
    border-radius: 15px !important;
}

.carousel-control.right
{
    border-radius: 15px !important;
}

.carousel-control.left
{
    border-radius: 15px !important;
}

#carousel-custom .carousel-indicators li img
{
    border-radius: 15px !important;
}

#carousel-custom .carousel-indicators li {
    border-radius: 15px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.ur {
    font-family:ar !important;
}
.icon {
    position: relative;
    top: 33%;
}


.menuzord .menuzord-menu > li:hover > a.donate {
    color: #fff !important;
}
.menuzord-menu > li > a.donate > i {
    margin: 0 0 0 5px;
    float: right;
}
a.projects_lay:hover {
    color: #0e507b;
    text-decoration: underline;
}


.fs-18 {
    font-size: 18px;
}
/*.items-incomplete, .items-complete {
    display: none;
}*/

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
/*.nivo-lightbox-close {
    position: absolute;
    top: 28%;
    right: 30%;
}*/
img.mob {
    display: none;
}
.nivo-lightbox-nav {
    display: none !important;
}

.qalam
{
    font-family:'Al Qalam Quran Majeed Web2_D' !important;
}

.text-blue
{
    color: blue !important;
}

/* our blog page css */

.last_card_display{
    background-image: linear-gradient(#00000057, #0000006b),url(../images/madina_pic.jpg);
    background-position: center;
    background-size: cover;
    height: 45vh;
    padding: 40px;
}
.over_lay_text{
    font-family: monospace;
    font-size: 22px;
}
.over_lay_text_2{
    font-size: 22px;    
}
.dark_border{
    border: 1px solid rgba(126, 126, 126, 0.541);
    transition: 0.5s;
}
.dark_border:hover{
    color: white;
    background: black;
}
.input_field{
    border: none;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    border-left: 2px solid black;
}
.btn_set{
    margin-left: -4px;
    background: transparent;
    border: none;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
}
.number_size{
    font-size: 35px;
}
.text-sm_size{
    font-size: 15px;
}
.heading_font{
    font-family: 'Merriweather', serif;
    font-weight: bolder;
}
.display_view_none{
    display: none;
}

.card-body {
    padding: 5px 0px 10px 15px;
}

.card-title.heading_font {
    font-size: 20px;
}

/*  */
.container.my-container{
    width: fit-content;
}
.bg__silver__light__change.bg-silver-light{
    background-color: #eee !important;
}
.dropdown.dropdown{
    background: #19afad !important;
}
.menuzord-menu ul.dropdown li:hover a{
    background: #0e507b !important;
    color: white !important;
}
.menuzord-menu ul.dropdown li a{
    color: white !important;
}
.fa{
    font: normal normal normal 14px/1 FontAwesome !important;
}
.indicator .fa-angle-down:before{
    content: "\f0d7" !important;
}
.bg-img{
    position: relative;
    overflow: hidden;
}
.bg-img:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(87deg, #19afadd6, #0e507b);
}
.anchor__img__img{
    height: 400px !important;
}
.anchor__img__img img{
    width: 100%;
    height: 100% !important;
}
.img__main__slider{
    height: 100px !important;
}
.make__it__very__flex{
    display: flex;
    flex-wrap: wrap;
}
.make__it__very__flex .float__unset{
    float: unset;
    margin: 15px auto;
}
.flexy{
    justify-content: center !important;
}
.veryyflexgallery .float__unset{
    margin: 0px;

}
.make__it__very__flex .box__details__flexxy{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}
.box__details__flexxy h4{
    width: 100%;
}
.images__div__projects{
    box-shadow: 0px 10px 4px -7px #707070;
    border-radius: 5px;
    overflow: hidden;
    width: fit-content;
    margin: 0px auto;
}
.make__section__peralex:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.urdu__intro__taruf .main__heading__urdu span{
    line-height: 0px;
}
.urdu__intro__taruf .urdu__into__heading{
    margin-top: 7px !important;
}
/*  */
.make__images__same__size{
    height: 100px;
    width: 100%;
    box-shadow: 0px 0px 30px -9px #000000de;
}
#Our__partners{
    background: linear-gradient(87deg, #19afadd6, #0e507b);
    /* margin: 30px 0px; */
    position: relative;
    overflow: hidden;
}
#Our__partners:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../../../web_assets/images/fgrf/login/bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.make__images__same__size__span{
    display: block;
    padding: 6px;
}
a[href="mailto:k.masajidpak@dawateislami.net"]{
    display: none !important;
}
a[href="https://wa.me/923161121463"]{
    display: none !important;
}
.change__this__icon i{
    font-size: 20px !important;
    color: #19afad !important;
}
/*  */


.search-container {
  float: right;
}

.search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #19afad;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.right_side_marg {
    margin-left: 50px;
}





ul.top-stories-link-hover li a
{
    color: #808080;
    transition: .5s;
}


ul.top-stories-link-hover li a:hover
{
    color:#0e507b;
    transition: .5s;
}
/* faizan */
.nivo-lightbox-theme-default .nivo-lightbox-image img{
    border: 5px solid #0e507b;
    border-radius: 15px;
}
/* .mfp-arrow{
    width: 35%;
} */
.mfp-arrow-right{
    margin-right: 0;
}
.mfp-arrow-left{
    margin-left: 0;
}
.mfp-close{
    display: none !important;
}
.mfp-bottom-bar{
    display: none ;
}
.mfp-img{
    padding: 0px !important;
    border-radius: 15px;
    border: 5px solid #0e507b; 
}





/*  */

.modal.fade.in{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.modal-content.modal-content-add{
    background-color: #1b2c37 !important;
}
.close.noneStyle{
    opacity: 1 !important;
}
.close i{
    color: white;
}
.tape {
font-size:3em;
            margin: 5% 0 0;
            height: 160px;
            background-image: -webkit-linear-gradient(0deg,#22222291,#ffffff29,#22222291),linear-gradient(#ffffff00 30px, #07283d 30px), repeating-linear-gradient(45deg, white, white 35px, #07283d 35px, #07283d 70px);
            background-image: -moz-linear-gradient(90deg,#22222291,#ffffff29,#22222291),linear-gradient(#ffffff00 30px, #07283d 30px), repeating-linear-gradient(45deg, white, white 35px, #07283d 35px, #07283d 70px);
            background-image: -o-linear-gradient(90deg,#22222291,#ffffff29,#22222291),linear-gradient(#ffffff00 30px, #07283d 30px), repeating-linear-gradient(45deg, white, white 35px, #07283d 35px, #07283d 70px);
            background-image: linear-gradient(90deg,#22222291,#ffffff29,#22222291),linear-gradient(#ffffff00 30px, #07283d 30px), repeating-linear-gradient(45deg, white, white 35px, #07283d 35px, #07283d 70px);
            background-size: auto,auto 132px,auto;
            text-align: center;
            display: flex;
    align-items: center;
    justify-content: center;
        }
        .tape span{
            cursor:default;
            color:rgb(255, 255, 255);
            display:block;
            padding:1em;
  white-space:nowrap;
        }
/*  */

.gallery-item .thumb img{
    height: 200px;
}
.schedule-box:hover .thumb .overlay .icon{
    position: unset !important;
}
.schedule-box .thumb .overlay{
    background-color: #0e507b6e !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;
    top: unset !important;
}
.schedule-box .thumb .overlay .icon{
    position: unset !important;
}

.schedule-box .thumb .overlay .icon i{
    font-size: 25px !important;
    color: white;
    text-shadow: -2px 4px 3px #0000005e;
}

/*  */
#carousel-example-generic {
    margin: 20px auto;
    width: 100%;
    }
    #carousel-custom {
    margin: 20px auto;
    width: 100%;
    }
    #carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    /*text-align: left;*/
    white-space: nowrap;
    width: 100%;
    text-align: center;
    }
    #carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: 24%;
    }
    #carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    }
    #carousel-custom .carousel-indicators li.active img {
    opacity: 1;
    }
    #carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
    }
    #carousel-custom .carousel-outer {
    position: relative;
    }
/*  */

/* project detail page CSS */
.project__details__ifram__div{
    border-radius: 10px;
    border: 5px solid #0e507b;
}
.project__details__ifram__div iframe{
    width: 100% !important;
}
.prjoect__detail__page__gallery .thumb{
    border-radius: 15px;
    border: 5px solid #0e507b;
    position: relative;
    overflow: hidden;
}
.prjoect__detail__page__gallery .img-fullwidth{
    height: 200px;
}
.prjoect__detail__page__gallery .thumb:hover .p_d_P_g_overLay{
    opacity: 1;
}
.prjoect__detail__page__gallery .p_d_P_g_overLay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000007a;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}
.prjoect__detail__page__gallery .p_d_P_g_icon{
    padding: 10px 10px;
    border-radius: 100px;
    background: #0e507b;
    color: white;
}
/* project detail page CSS */

.tp-bgimg.defaultimg{
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
}
#counterID{
    margin-top: -120px;
}



/*------------ Media Query ------------*/
@media(max-width :1300px){
    .navbar-default.New__navbar li a{
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .New__navbar .navbar-header{
        margin: 0px -15px !important;
    }
    .New__nav__bar__fgrf{
        background: white;
        margin: 0px !important;
        margin: 0px -30px !important;
    }
    .New__nav__bar__logo__pc{
        display: none !important;
    }
    .New__nav__bar__logo__mobile{
        display: block;
        margin: 8px 10px !important;
    }
    .New__nav__bar__fgrf li{
        width: 100%;
        border-bottom: 1px solid #0000000d;
    }
    .New__nav__bar__fgrf .dropdown.open .dropdown-toggle{
        background-color: #19afad !important;
    }
    .New__nav__bar__fgrf .dropdown .dropdown-menu{
        position: unset !important;
        width: 100%;
    }
    .navbar-default.New__navbar li a{
        padding: 10px 15px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
    .donation__nav__style{
        margin-top: 10px !important;
    }
    .New__navbar .dropdown .dropdown-menu{
        margin-top: 10px ;
    }
    .main__nav__logo{
        max-width: 100px !important;
        width: 100px !important;
    }
    .menuzord-menu > li > a{
        padding: 8px 10px;
    }
    .donation__nav__style{
        width: 30% !important;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .bg-img {
        background-attachment:initial;
    }
    .overlay.hidden-sm {
        display: none;
    }
}

@media(max-width: 1024px){
    .header-top{
        display: none;
    }
    .header__making__new__sticky{
        top: 0px;
    }
    .New__nav__bar__fgrf{
        overflow: scroll;
        height: 240px;
    }
    .main__nav__logo{
        max-width: 55px !important;
        width: 55px !important;
    }
    .menuzord-menu > li > a{
        padding: 8px 5px;
    }
    .menuzord-brand{
        margin: 10px 10px 0 0;
    }
    .menuzord-menu > li{
        padding: 8px 0 !important;
    }
    .mfp-arrow-right{
        margin-right: 5%;
    }
    .mfp-arrow-left{
        margin-left: 5%;
    }
    .On__mobile__text__small{
        font-size: 18px !important;
    }
}

@media only screen and (min-width: 901px) and ( max-width: 1300px ) {

    .search_md_hide {
        display: none;
    }

    
}

@media only screen and (min-width: 767px) and ( max-width: 900px ) {
    .right_side_marg {
        margin-left: 0px !important;
    }
    .search_res_hide{
        display: none;
    }
}

@media (max-width: 900px) {
    .menuzord-responsive .showhide {
        margin: 0px 0 0 0;
    }
    .mar-0 {
        margin: 0;
    }
    .pad-0 {
        padding: 0;
    }
    .menuzord-responsive .menuzord-brand {
        margin: 10px 10px 10px 10px;
        width: 225px !important;
    }
    .padtop-0 {
        padding-top: 0 !important;
    } 
    .padbot-0 {
        padding-bottom: 0 !important;
    }
    .text-res-center {
        text-align: center;
    }
    .bg-img {
        /*background-image: url(../images/khuddam/hadith/bg-slide-2.jpg);*/
        background-position: 96% 10%;
    }
    .padtop-30 {
        padding-top: 30px;
    }
    .padbot-30 {
        padding-bottom: 30px;
    }
    .marbot-0 {
        margin-bottom: 0;
    }
    .fonts-15 {
        font-size: 15px;
    }
    .container.my-container{
        width: 100% !important;
    }
}

@media(max-width:800px){
    .mfp-arrow-right{
        margin-right: 0%;
    }
    .mfp-arrow-left{
        margin-left: 0%;
    }
    .block_input_view{
        display: none;
    }
    .display_view_none{
        display: block;
    }
}

@media (max-width: 768px){

    .New__nav__bar__fgrf{
        background: white;
        margin: 0px !important;
        margin: 0px -15px !important;
    }
    .myflexxy{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .myimgg{
        margin-left: -10px;
    }
}

@media(max-width: 767px){
    .gallery__images__dimentions{
        height: 200px;
    }
    .on__mobile__font__cuting{
        padding: 0px !important;
    }
    .make__images__same__size{
        height: 120px;
    }
    #counterID{
        margin-top: 0px;
    }
    #counterID .container{
        padding-top: 0px !important;
    }
    .donation__gif__img{
        height: 35px;
    }
    .donation__gif__div{
        padding-top: 50px;
    }
    .donation__gif__p{
        font-size: 10px;
    }
}

@media only screen and ( max-width: 767px ) {
    .text-center-xs {
        text-align: center;
    }
    #bulid {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    h3.donate_btn_size {
        font-size: 14px;
        margin-top: 10px;
    }
    img.mob {
        display: block !important;
    }
    .right_side_marg {
        margin-left: 0px !important;
    }
    .search_res_hide {
        display: none;
    }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
    .gallery-isotope .gallery-item {
        width: 100% !important;
    }
}

@media(max-width:600px){
    .mfp-arrow-right{
        margin-right: 0%;
    }
    .mfp-arrow-left{
        margin-left: 0%;
    }
    .on__mobile__font__cuting h3{
        font-size: 15px !important;
        height: 35px;
    }
    .on__mobile__font__cuting h4{
        font-size: 15px;
    }
}

@media(max-width : 576px){
    .anchor__img__img{
        height: 280px !important;
    }
    .gallery__images__dimentions {
        height: 170px;
    }
}

@media(max-width:480px){
    .make__images__same__size{
        height: 100px;
    }
}
@media(max-width:420px){
    .gallery__images__dimentions {
        height: 150px;
    }
    .donation__nav__style{
        width: 100% !important;
    }
}
@media(max-width:400px){
    .mfp-arrow-right{
        margin-right: 0%;
    }
    .mfp-arrow-left{
        margin-left: 0%;
    }
    .make__images__same__size{
        height: 70px;
    }
}

@media(max-width: 385px){
    .gallery__images__dimentions {
        height: 130px;
    }
}


@media(max-width: 340px){
    .gallery__images__dimentions {
        height: 100px;
    }
}











.Registration__btn{
    padding: 10px 20px;
    background: #ddd9d9;
    color: #0e507b;
    transition: 0.5s;
    font-size: 18px;
    /* box-shadow: 0px 6px 5px -4px #00000029, inset 0px 0px 0px 2px #ffffff29; */
    position: relative;
    overflow: hidden;
    display: block;
    width: fit-content;
    }
.Registration__btn:hover{
    text-decoration: none;
    background: #0e507b;
    color: #ddd9d9;
    }
.Registration__btn:focus{
    text-decoration: none;
    background: #0e507b;
    color: #ddd9d9;
}



.Registration__btn .lines__play{
    position: absolute;
    background: #0e507b;
    transition: 0.5s;
  }

  .Registration__btn:hover .lines__play{
    background: #ddd9d9;
}
  .Registration__btn .lines__play:nth-child(1){
    width: 100%;
    height: 2px;
    top: 0;
    left: -100%;
    animation: tOPgOright 1.5s linear infinite;
    animation-delay: 0.20s;
  }
  @keyframes tOPgOright {
    0%
    {
      left: -100%;
    }
    50%,100%
    {
      left: 100%;
    }
  }
  .Registration__btn .lines__play:nth-child(2){
    width: 2px;
    height: 100%;
    top: -100%;
    right: 0;
    animation: rightToGobtm 1.5s linear infinite;
    animation-delay: 0.60s;
  }
  @keyframes rightToGobtm {
    0%
    {
      top: -100%;
    }
    50%,100%
    {
      top: 100%;
    }
  }
  .Registration__btn .lines__play:nth-child(3){
    width: 100%;
    height: 2px;
    bottom: 0;
    right: -100%;
    animation: rightToGoleft 1.5s linear infinite;
    animation-delay: 0.95s;
  }
  @keyframes rightToGoleft {
    0%
    {
      right: -100%;
    }
    50%,100%
    {
      right: 100%;
    }
  }
  .Registration__btn .lines__play:nth-child(4){
    width: 2px;
    height: 100%;
    bottom: -100%;
    left: 0;
    animation: LeftToGoTop 1.5s linear infinite;
    animation-delay: 1.25s;
  }
  @keyframes LeftToGoTop {
    0%
    {
      bottom: -100%;
    }
    50%,100%
    {
      bottom: 100%;
    }
  }
