@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import  url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
* {
    margin    : 0;
    padding   : 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}



/* Global */
:root {
    --montserrat  : 'Montserrat', sans-serif;
    --poppins     : 'Poppins', sans-serif;
    --first-color : #333333;
    --second-color: #37AA6D;
    --third-color : #ffffff;
    --fourth-color: #092B42;

}

a {
    text-decoration: none !important;
}
h4{
    font-size: 14px !important;
    color: #0000ee !important;
    font-weight: 600 !important;

}   
li {
    list-style: none;
    color: black;
}
.googleAdsTopIndex {
    margin-top: 75px;
}

/* Navigation */
.seacrh-icon {
    display  : block;
    width    : 28px;
    height   : 100%;
    margin   : auto;
    font-size: 19px;
}
.nav-bg{
    background-color:#1b2f61;
}
nav {
    width           : 100%;
    height          : 70px;
    box-shadow: 0px 0px 8px -2px gray;
    display         : flex;
    justify-content : space-between;
    align-items     : center;
    padding         : 0 60px;
    font-family     : var(--montserrat);
  
}

nav .logo img {
    width : 200px;
    height: auto;
}

nav .menu ul {
    display: flex;
}


nav .menu ul li {
    padding       : 0 25px;
    text-transform: capitalize;
    font-weight   : 600;
}

.fas.fa-sign-out-alt.acount-i {
    display: block !important;
}

.user_de {
    font-size     : 17px;
    text-transform: uppercase;
    list-style    : circle;
    color         : #37AA6D;
    font-family   : var(--montserrat);
    display       : flex;
    font-weight   : 600;
    cursor        : pointer;
}

.user_de i {
    padding-left: 8px;
    color       : #37AA6D !important;
}

.user_de h1 {
    width           : 40px;
    height          : 40px;
    border-radius   : 100%;
    font-size       : 20px;
    color           : #092B42;
    letter-spacing  : 0.1px;
    text-align      : center;
    line-height     : 40px;
    text-transform  : uppercase;
    background-color: #37AA6C;
    cursor          : pointer;
    font-weight     : 800;
    user-select     : none;
}
#new_div{
    position  : absolute;
    background: white;
    padding   : 10px 21px;
    top       : 58px;
    right     : 96px;
    opacity: 0;
    transition: all 1s;
}
#new_div.active {
    position  : absolute;
    background: white;
    padding   : 10px 21px;
    top       : 58px;
    right     : 96px;
    opacity: 1;
}
#new_div p{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: min-content;
    column-gap: 8px;
    -webkit-box-align: center;
    align-items: center;
    list-style-type: none;
    white-space: nowrap;
    min-height: 64px;
    cursor: pointer;
    transition: background 0.2s linear 0s;
    padding: 0px 0px;
    color: rgb(82, 96, 109);
    font-weight: normal;
    text-decoration: none;
    padding-right: 69px;
    border-bottom: 1px solid gray;
}

#new_div a {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: min-content;
    column-gap: 8px;
    -webkit-box-align: center;
    align-items: center;
    list-style-type: none;
    white-space: nowrap;
    min-height: 64px;
    cursor: pointer;
    transition: background 0.2s linear 0s;
    padding: 0px 0px;
    color: red;
    font-weight: normal;
    text-decoration: none;
}

.main-menu-active {
    display   : block !important;
    position  : absolute;
    background: white;
    width     : 100%;
    top       : 70px;
    left      : 0;
    padding   : 2px 47px;
}

.main-menu-active li {
    padding    : 13px 7px !important;
    font-size  : 14px !important;
    font-weight: 600 !important;
}

.main-menu-active li {
    display: block !important;
}

.menu ul li {
    display: block;
}

nav .menu ul li a {
    color: #ffffff;
	text-decoration:none;
}

nav .menu ul li:hover a {
    border-bottom: 2px solid #ffffff;
}
.header{
    background-color: #1b2f61;
}
.banner {
    
    width            : 100%;
    height           : 400px;
    background-size  : cover;
    background-repeat: no-repeat;
}

.b-contant {
    margin     : auto;
    width      : 80%;
    text-align : center;
    padding-top: 65px;
}
.img-detail{
    font-weight: bold !important;
    color:black !important;
}
.b-contant h1 {
    color      : #ffffff;
    font-size  : 34px;
    line-height: 41px;
    font-weight:700;
}
.b-contant p{
    margin-top: 0;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
}
.b-contant .search-box {
    width : 1000px;
    margin: auto;
    height: 40px;
}


.b-contant .search-box input {
    width     : 74%;
    padding   : 8px;
    font-size : 15px;
    font-weight:500;
    font-family: inherit;
    margin-top: 21px;
    color: #374957;
    outline   : none;
    height: 130%;
    border-radius: 2px;
    border: 2px solid white;
}
.search-margin{
    margin-top:-10px;
}
.search-box2{
    width: 55%;
    position: relative;
}
 .search-box2 input {
    width: 100%;
    background-color: #EEEEEE;
 padding: 10px 4px 10px 10px;
    border: none;
    font-size : 15px;
    height: 129%;
      border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  
  
  -webkit-appearance: none;
  font-weight: 500;

   
}
.search-box2 input:focus{
    border: none;
}

.search-box button {
  
    overflow: hidden;
    cursor: pointer;
    border: none;
    background-color: #ffffff;
    width: 42px;
    height: 104%;
    margin-left: -55px;
    border-radius: 0px 2px 2px 0px;
}
.search-box2 button {
    position: absolute;
    right:4%;
    top: 40%;
    overflow: hidden;
    cursor: pointer;
    border: none;
    background-color: #EEEEEE;
    
}

.search-box button i {
    font-size: 18px;
    color    : #374957;
}
.search-box2 button i {
    font-size: 18px;
    color    : #374957;
}

.main-category {
    width: 90%;
    margin: 20px auto;
    margin-top: 25px;
    font-family: var(--montserrat);
}

.owl-carousel.owl-theme.owl-loaded {
    background   : #092B42;
    border-radius: 22px;
}

.main-category ul a {
    color: white;
		text-decoration:none;
}

.main-category ul a li {
    padding: 10px 0;
    font-weight: 600;
    color: rgb(65, 59, 59);
    font-size: 18px;
}
.main-category ul a li.active {
    width: 100%;
    height: 100%;
    color: #2E5FD5;
    border-bottom: 2px solid #2E5FD5;
}
/* main category */
.owl-carousel.owl-theme.owl-loaded .owl-prev {
    font-size: 39px;
    position : absolute;
    left     : -25px;
    top      : -12px;
}


.owl-carousel.owl-theme.owl-loaded .owl-next {
    position : absolute;
    top      : -14px;
    right    : -25px;
    font-size: 39px;
}

.owl-carousel.owl-theme.owl-loaded .owl-prev:hover {
    background: transparent;
    color     : #333333;
}

.owl-carousel.owl-theme.owl-loaded .owl-next:hover {
    background: transparent;
    color     : #333333;
}

.owl-item.active {
    text-align: center;
}

.main-category ul li {
    width: 100%;
}

.owl-carousel.owl-theme {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.owl-carousel.owl-theme .item {
    width: 40%;
    background: transparent;
    transition: all 0.5s;
    margin:auto;
    text-align: center;
    box-sizing: border-box;
    font-size:16px;
}

.item li{

    font-size:18px !important;
}





/* img output */

.img-output {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    margin: auto;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}
.img-output .img-div {
    width     : 200px;
    height    : 200px;
    background: #efefef;
    margin    : 20px 10px;
    padding   : 17px;
    position  : relative;
}


.img-div img {
    display   : block;
    width     : 100%;
    height    : 100%;
    object-fit: contain;
}
.article h1{
    
    font-size:32px;
}
.img-all-con p {
    margin     : -21px 10px;
    padding    : 8px;
    text-align : center;
    background : #d6d6d6;
    font-weight: 600;
    box-sizing:border-box;
}

.img-all-con {
    margin-bottom: 25px;
    box-sizing:border-box;
    
}

.overlay {
    position        : absolute;
    transition      : all .3s ease;
    opacity         : 0;
    background-color: black;
}

.img-div:hover .overlay {
    opacity: 0.4;
}

.overlay i {
    color    : white;
    position : absolute;
    top      : 50%;
    display  : none;
    left     : 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}


.overlayLeft {
    width : 100%;
    height: 100%;
    top   : 0;
    right : 0;
}

.img-div:hover .overlayLeft {
    height: 100%;
}
img#loading {
    display: flex;
    width: 210px;
    margin: auto;
    margin-top: -86px;
}

/* Ads Code */
ins.adsbygoogle {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: transparent;
}

/* footer {
    width           : 100%;
    height          : 400px;
    background: #d6d6d669;
    margin-top      : 130px;
    box-shadow: 0px 10px 10px 5px grey;
} */


.f-container {
    display    : flex;
    width      : 85%;
    margin     : auto;
    height     : 100%;
    padding-top: 20px;
}

.div-f {
    width: 40%;
}
.page-pagination{
    margin-top:80px;
    padding:10px 60px ;
}
.page-pagination a{
    font-family: 'Poppins', sans-serif;
    font-size:16px !important;
    line-height:24px !important;
    weight:400 !important;
    color:#212529 !important;
    
}
.page-pagination span{
    font-family: 'Poppins', sans-serif;
    font-size:16px !important;
    line-height:24px !important;
    weight:400 !important;
    color:#212529 !important;
    
}
.div-f img {
    width        : 230px;
    margin-bottom: 20px;
}

.div-f p {
    color: #3a3737;
}

.div-f h2 {
    font-size  : 31px;
    color: #3a3737;
    text-align : center;
}

.div-f ul {
    padding: 4px 111px;
}

#main-menu-active {
    transition     : all .5s ease;
    display        : flex;
    justify-content: center;
    align-items    : center;
    margin-left: auto;
    margin-top: 16px;
 
}

.div-f ul li {
    padding       : 10px 0;
    font-size     : 18px;
    list-style    : circle;
    color: #363232;
    font-family   : var(--montserrat)
}

.div-f ul li a {
    color: #2d2d2d;
}
.div-f ul li a:hover {
    border-bottom:1px solid #ff0000;;
}
/* .b-contant .search-box input:focus {
    border-color: red;
} */
.div-f h3 {
    font-size  : 31px;
    color: #3a3737;
}

.f-icon {
    width  : 100%;
    padding: 40px 8px;
}

.f-icon i {
    width        : 16%;
    height       : auto;
    font-size    : 35px;
    background: #c0c0c0;
    text-align   : center;
    padding      : 14px 1px;
    border-radius: 9%;
    margin       : 0px 8px;
    color: red;
}
.owl-carousel.owl-theme .item:hover a li{
    color:#2E5FD5;
    
}
/* .owl-carousel.owl-theme .item:hover {
    border-bottom: 2px solid #2E5FD5;
} */
.f-icon a {
    color: aliceblue;
}

.menu .menu-active {
    display  : none;
    color: red;
    cursor   : pointer;
    font-size: 23px;
}
.menu {
    display        : flex;
justify-content: start;
width: 80%;
}

.copyright-p {
    color: #ffffff;
    padding    : 10px 60px;
    font-weight: 600;
    background: #1b2f61;
    margin: 0 !important;
}
.copyright-p ul li{
    margin-left: 14px;
    margin-bottom: 15px;
}
.copyright-p ul li a{
    text-decoration: none;
    color: #ffffff;
}

.copyright-p a {
    color: #37AA6D;
}

/* category css */

#main-menu-active i {
    display: none;
}



#blur.active {
    filter        : blur(10px);
    pointer-events: none;
    user-select   : none;

}




#popup {
    width          : 65%;
    background     : rgb(255, 254, 254);
    padding        : 20px;
    font-size      : 20px;
    font-family    : Arial, Helvetica, sans-serif;
    justify-content: center;
    align-items    : center;
    text-align     : center;
    border-radius  : 10px;
    position       : fixed;
    top            : 40%;
    left           : 50%;
    transform      : translate(-50%, -50%);
    visibility     : hidden;
    opacity        : 1;
    transition     : 0.5s;
}

#popup.active {
	top: 50%;
	visibility: visible;
	opacity: 1;
	transition: 0.5s;
	padding: 100px;
}
#popup.active h1 {
	margin-bottom: 24px;
	text-transform: uppercase;
    font-family: var(--montserrat);
}
form#popup #close {
    cursor  : pointer;
    position: absolute;
    top     : -6px;
    right   : -5px;
}
.search_count {
    margin: auto;
    margin-bottom: 50px;
    margin-top: 35px;
}
.top_search {
	font-size: 31px;
	font-family: var(--montserrat);
	border-bottom: 3px solid;
}
.search_count .new {
    width: 70%;
    margin: auto;
}
.search_count img {
    width: 100%;
}
form#popup input {
    width      : 70%;
    height     : 37px;
    padding    : 23px 10px;
    font-family: var(--montserrat);
    font-size  : 17px;
    font-weight: 600;
    outline    : none;
    background: transparent;
    border: 2px solid;
}

input#search-for {
    padding    : 0px !important;
    margin-top: 15px;
    background: transparent;
    border: 1px solid;
    cursor: pointer;
}

input#search-for:hover {
    background: #333333;
    color: #ffffff;
    border: 1px solid #333333;
}
form#popup #submit {
    width      : 50px;
    background : #37AA6D;
    padding    : 8px 5px;
    margin-left: -7px;
}


.search-bar-n {
    width          : 472px;
    height         : 33px;
    display        : flex;
    justify-content: center;
    align-items    : center;
}

.search-bar-n input {
    width      : 100%;
    height     : 100%;
    padding    : 10px;
    outline    : none;
    margin-left: 55px;
}

.search-bar-n i {
    height          : 100%;
    background-color: #37AA6D;
    color           : #ffffff;
    margin          : auto;
    text-align      : center;
    padding         : 8px;
    margin-left     : -2px;
    cursor          : pointer;
}

.seacrh-icon {
        color  : #ffffff;
    cursor : pointer;
}

.mobile-search {
    display: none;
}

main.category-main {


    padding:30px 60px;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:60px;
    padding-right:60px;
    
}

.artical h1 {
    font-family: 'Poppins', sans-serif;
      line-height: 38px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top:0px;
    font-size: 32px;
}
.artical p {
text-align:justify;
    font-family: 'Poppins', sans-serif;
   margin-bottom: 0px !important;
}


.main-img {
    width            : 100%;
    height           : 100%;
    background-image : url(../IMG/background-2.png);
    background-repeat: no-repeat;
    background-size  : cover;
    position         : relative;
}


.main-img img {
    width     : 100%;
    height    : 100%;
    object-fit: contain;
    padding: 20px;
}

.img-bottom {
    background: #dedede;
    width: 100%;
    padding: 6px 10px;
    align-items: center;
    height: 52px;
    display: flex;
}
.img-main-sec {
    width : 270px;
    height: 270px;
    margin-top: 50px !important;
margin-bottom: 50px !important;
margin-right: 25px !important;
}

.img-details h2 {
    font-size: 17px;
    font-family: var(--montserrat);
    color: #333333;
    font-weight: 700;
}

.img-details-2nd p {
    font-size  : 13px;
    font-family: var(--montserrat);
    color      : #333333;
    text-align : center;
}

.all-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
/*.all-img:first-child{*/
/*    margin-left: 0;*/
/*}*/
/*.all-img:last-child{*/
/*    margin-right: 0;*/
/*}*/
.img-download {
    justify-content: center;
    align-items    : center;
}

.c-overflay {
    position        : absolute;
    transition      : all 1s ease;
    opacity         : 0;
    background-color: #000000;
}

.main-img:hover .c-overflay {
    opacity: 0.4;
}

.main-img i {
    position     : absolute;
    top          : 50%;
    left         : 50%;
    transform    : translate(-50%, -50%);
    font-size    : 70px;
    color        : #092B42;
    opacity      : 0;
    transition   : all .5s ease;
    margin-bottom: 100px;
}

.main-img:hover i {
    opacity: 1;
}

.overlayfade {
    width  : 100%;
    height : 100%;
    top    : 0;
    right  : 0;
    opacity: 0;
}

.main-img:hover .overlayfade {
    opacity: 0.6;
}

.bottom-category {
    background   : #EBE8E7;
    margin-bottom: -130px;
    font-family  : var(--montserrat);
}

.bottom-category ul {
    display        : flex;
    flex-wrap      : wrap;
    padding        : 50px;
    justify-content: center;
}
.xl .btn {
    border-radius: 5px !important;
}
.bottom-category ul li {
    padding: 10px 16px;
    cursor: pointer;
    margin: 4px;
    border: 1px solid;
    border: none;
    background: white;
    border-radius: 10px;
}
.bottom-category ul li:hover {
    background: gray;
    color: white;
}
/* all details page style */

.page-title {
    width     : 100%;
    padding   : 0 100px;
    margin-top: 50px;
    margin-bottom: 100px;
}
.page-title p {
	margin-top: 17px;
	font-size: 19px;
}
.page-title h1 {
    font-size: 40px;
    font-family: var(--montserrat);
    border-bottom: 3px solid #37aa6c;
    color: #37aa6c;
}
.img-view-con {
	margin: 100px 100px;
}
.page-pageination{
    width: 100%;
    background-color: #756e6e28;
}
.page-pageination ul{
    margin-left: 60px;
}

.img-view {
    display: block;
    width            : 100%;
    height           : auto;
    background-image : url("../IMG/background-2.png");
    background-size  : cover;
    background-repeat: no-repeat;
    margin-right     : 55px;
    margin-bottom: 20px;
}

.img-view img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.side-bar-download {
    width     : 100%;
    padding   : 20px 50px;
    background: rgb(236, 233, 233);
}

.side-bar-download span {
    font-size: 19px;
    font-weight: 800;
    line-height: 27px;
}

.side-bar-download p {
    font-size  : 17px;
}

.download-btn button {
    width           : 100%;
    padding         : 9px;
    border          : none;
    margin-top      : 20px;
    font-size       : 19px;
    background-color: black;
    color           : #ffffff;
    border-radius   : 4px;
    cursor          : pointer;
    transition: all 0.5s;
}
.download-btn button:hover {
    background-color: #ca1e1e;
}

.share {
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.share-op {
    margin         : 15px;
    display        : flex;
    justify-content: center;
    align-items    : center;
}

/* about page */
.all_abou {
    width: 80%;
    margin: auto;
    font-family: var(--montserrat);
    margin-top: 95px;
}

.all_abou p {
    font-size: 60px;
    font-weight: 600;
   
    color: #37AA6D;
    text-transform: uppercase;
    text-align: center;
   
}
.all_abou p span{
    color:rgb(233, 80, 19);
}

.about_text {
    margin: 60px 0px;
    font-size: 20px;
    font-weight: 500;
}
.bottom-a {
    text-decoration: none;
    color: #333333;
}

h1#nodata {
    margin-top: 30px;
    font-size: 32px;
    color: darkred;
}

/* donate page */
.donate {
    margin: 82px 100px;
}

.donate h1 {
    text-transform: uppercase;
    border-bottom: 2px solid;
    margin-bottom: 23px;
    font-size: 32px;
    font-family: var(--montserrat);
}



.donate p {
    font-size: 20px;
}

.donate form {
    margin: 49px 5px;
}
.page-content{
    width: 100%;
}
.pagination{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 0;


}
.page-link{
    background-color: #2E5FD5 !important;
    color: #ffffff !important;
}
.page-count{
    background-color: #2d2d2d09;
    padding: 10px 25px;
    float: right;
    margin-top: -60px;
    margin-right: 60px;
    display: flex;
    

}
.page-count input{
    width: 35px;
    margin-left: 5px;
}
.copyright-link ul{
    float: right;
}

/* media */

@media(max-width:1376px) {

    .img-main-sec {
      
        height: 220px;
     
    }

    .img-details h2 {
        font-size: 14px;
    }

    .img-output {
        width: 95%;
    }
    .img-output .img-div {
        width: 220px;
        height: 220px;
    }
}

@media(max-width:1200px) {
    .b-contant h1 {
        font-size: 39px;
    }

    .side-bar-download {
        padding: 20px 27px;
    }
}

@media(max-width:1100px) {
    .side-bar-download {
        padding: 20px 20px;
    }

    .img-view {
        margin-right: 30px;
    }

    .img-view-con {
        margin: 88px 20px 0px 20px;
    }

    .page-title {
        padding: 0 80px;

    }

}

@media(max-width:1000px) {
    .search-bar-n input {
        display: none;

    }


    #main-menu-active i {
        color    : white;
        font-size: 17px;
        height   : 100%;
        margin   : auto;
        display  : block;
        cursor   : pointer;
    }

    .menu {
        display        : flex;
        justify-content: center;
        margin-top: -14px;
    }

    .img-main-sec {
        width : 100%;
        height: 240px;
        margin: 50px 5px;
    }
.all-img {
    justify-content: center;
}

}

@media(max-width:940px) {

    .page-count{
        background-color: #2d2d2d13;
        display: none !important;
        padding: 12px 18px;
        /* float: right;
        margin-top: -60px;
        margin-right: 2px; */
    
    }
    .page-count input{
        width: 35px;
    }
    
    .b-contant h1 {
        font-size: 28px;
    }

    .b-contant .search-box {
        width: 600px;
    }

    .b-contant .search-box input {
        width: 95%;
        transition: all 1s;
    }

    .b-contant {
        padding-top: 100px;
    }

 

    .div-f {
        width     : 80%;
        margin    : auto;
        margin-top: 20px;
    }

    .div-f h2 {
        font-size : 31px;
        text-align: left;
    }


    .div-f ul {
        padding: 4px 19px;
    }

    .div-f h3 {
        font-size: 31px;
    }

    .f-icon i {
        margin: 0px 4px;
    }

    .f-container {
        padding-top: 25px;
    }

    .page-title {
        padding: 0px 60px;
    }

    .img-view-con {
        margin: 93px 55px 0px 20px;
    }

    .side-bar-download h2 {
        font-size: 27px;
    }

    .side-bar-download p {
        font-size: 15px;
    }

    .page-title h1 {
        font-size: 35px;
    }

    .share-op {
        margin: 21px 7px;
    }
    #popup.active {
        padding: 50px;
    }

}

@media(max-width:800px) {
    .page-pagination{
        padding: 10px 40px;
    }
    main.category-main{
        padding:30px 40px;
    }
    .page-link{
        font-size: 14px;
    }
    nav {
        padding: 0 40px;

    }

    nav .menu ul li {
        padding: 0 10px;
    }

    .img-output {
        width: 90%;
    }

    .div-f img {
        width: 179px;
    }

    .div-f p {
        font-size  : 15px;
    }

    .div-f h2 {
        font-size: 26px;
    }

    .div-f ul li {
        padding  : 8px 0;
        font-size: 15px;
    }

    .div-f ul {
        padding: 14px 33px;
    }

    .div-f h3 {
        font-size: 26px;
    }

    .f-icon i {
        padding: 0px 0px;
    }

    .page-title {
        margin: 15px 50px;
    }

    .img-view-con {
        margin: 95px 20px 0px 20px;
    }

    .img-view {
        margin-right: 17px;
    }

    .side-bar-download h2 {
        font-size: 25px;
    }

    .page-title h1 {
        font-size: 30px;
    }

    .page-title {
        margin: 15px -11px;
    }

    .share-op {
        margin: 21px 2px;
    }
    
#new_div.active {

    top: 67px;
    right: 43px;

}
}



@media(max-width:768px) {
    .copy-div{
        position:relative;
    }
    .copy-div1{
        position:absolute;
        bottom:-5px;
    }
    .copyright-p p{
        text-align: center;
    }
     .copyright-link ul{
         
        align-items: center;
        justify-content: center;
         float: none;
         padding: 0 !important;
     }
   .search-box2{
    margin-left: auto;
   }
    .search-box2 button {
   
        right: 2%;
        top: 40%;
     
     
 }
    .b-contant .search-box {
        width: 510px;
    }

    .img-output {
        width: 95%;
    }

    .f-container {
        width: 96%;
    }

    .img-output .img-div {
        width : 200px;
        height: 200px;
    }

    /*main.category-main {*/
    /*    margin: 35px 80px;*/
    /*}*/

    .side-bar-download h2 {
        font-size: 20px;
    }

    .side-bar-download p {
        font-size: 13px;
    }

    .page-title h1 {
        font-size: 26px;
    }

}

@media(max-width:660px) {
   

    .img-main-sec {
        width : 200px;
        height: 200px;
        margin: 50px 9px;
    }

    .img-details h2 {
        font-size: 15px;
    }

    .img-details-2nd p {
        font-size: 11px;
    }
    #popup.active {
        padding: 20px;
    }
    
.donate {
    margin: 82px 35px;
}
}

@media(max-width:600px) {
    .b-contant h1 {
        font-size: 22px;
        line-height:24px;
    }

    .b-contant {
        padding-top: 120px;
    }

    .b-contant .search-box {
        width: 400px;
    }

    .b-contant .search-box {
        height: 31px;
    }

    .f-container {
        display: block;
    }


    .div-f {
        width     : 80%;
        margin    : auto;
        margin-top: 20px;
    }

    .div-f h2 {
        font-size : 31px;
        text-align: left;
    }


    .div-f ul {
        padding: 4px 19px;
    }

    .div-f h3 {
        font-size: 31px;
    }

    .f-icon i {
        padding: 13px 0px;
    }

    .f-container {
        padding-top: 25px;
    }

    .b-contant {
        padding-top: 100px;
    }

    .search-box button i {
        font-size: 15px;

    }

    .banner {
        height: 339px;
    }

    .b-contant .search-box input {
        font-size: 16px;
    }

    .b-contant .search-box input:focus {
        border: none;
    }

    nav .logo img {
        width: 125px;
    }

    nav .menu ul li {
        font-weight: 400;
        padding    : 0 7px;
    }

    nav .menu ul li a {
        font-size: 14px;
    }

    .copyright-p {

        font-size: 10px;
    }

    /*main.category-main {*/
    /*    margin: 35px 70px;*/
    /*}*/

    .img-main-sec {
        width : 100%;
        height: 234px;
        margin: 34px 10px;
    }

    .img-details h2 {
        font-size: 13px;
    }

    .img-details-2nd p {
        font-size: 8px;
    }

    .img-view-con {
        margin : 95px 20px 0px 20px;
        display: block;
    }

    .img-view {
        width : 100%;
        margin: auto;
    }

    .side-bar-download {
        width : 95%;
        margin: 20px auto;
    }

    .page-title {
        margin: 15px 0px;
    }

    .page-title h1 {
        font-size: 21px;
    }
}

@media(max-width:500px) {
 

    .search-box2 button {
   
        right: 7%;
        top: 20%;
     
     
 }
  .search-margin{
    margin-bottom:-25px;
}

    .menu .menu-active {
        display: block;
    }


    #main-menu-active i {
        margin: 0;
    }
.user_de h1 {
    width: 35px;
    height: 35px;
    font-size: 19px;
    margin-left: 10px;
}
/* #main-menu-active {
    display: none;
} */
    .fas.fa-sign-out-alt.acount-i {
        font-size : 20px !important;
        margin-top: 22px !important;
    }

    .menu {
        align-items: center;
    }
    #popup.active {
        padding: 0;
        padding-bottom: 30px;
    }
    #popup.active h1 {
        font-size: 24px;
        margin-top: 25px;
    }
}
@media(max-width:400px) {
    
    
    font-size:8px;
    
    
}

@media(max-width:360px) {
/*.page-pagination span a{*/
/*    margin-left:30px;*/
/*}*/
    .search-box2 input{
        font-size:8px;
        
    }
.menu {
  display: flex;
  justify-content: start;
  width: 80%;
}
.search-box2 {
  width: 91%;
  position: relative;
}
    .img-main-sec {
        width : 170px;
        height: 170px;
        margin: 34px 10px;
    }

    .img-details h2 {
        font-size: 11px;
    }

    .img-details-2nd p {
        font-size: 7px;
    }

    .img-main-sec {
        width : 160px;
        height: 160px;
        margin: 34px 6px;
    }
    .page-title p {
        font-size: 15px;
    }
        .img-output {
    justify-content: center;
}

}

@media(max-width:490px) {
    .img-main-sec {
        width : 135px;
        height: 135px;
        margin: 34px 8px;
    }

    .img-details h2 {
        font-size: 8px;
    }

    .img-details-2nd p {
        font-size: 5px;
    }

    /*main.category-main {*/
    /*    margin: 35px 45px;*/
    /*}*/

    /*main.category-main {*/
    /*    margin: 35px 10px;*/
    /*}*/

    .img-main-sec {
        width : 100%;
        height: 160px;
        margin: 34px 8px;
    }
    .donate {
    margin: 82px 20px;
}
}

@media(max-width:450px) {
    .page-pagination{
        padding: 5px 17px;
    }
    main.category-main{
        padding:10px 17px;
    }
    .b-contant h1 {
        font-size: 16px;
        margin-top: 10px;
    }
    .item li {
  font-size: 13px !important;
}
    .b-contant .search-box {
        width: 308px;
    }
    .b-contant p{
        font-size:13px !important;
    }
    .img-all-con p{
        font-size: 12px;
        
    }
    .img-output .img-div {
        width : 150px;
        height: 150px;
    }
    .img-output {
    justify-content: center;
}

    .b-contant .search-box input {
        font-size: 14px;
        margin-left: -25px;
    }

    .b-contant {
        padding-top: 0px;
    }

    .banner {
        height: 240px;
    }

    #popup {
        width: 95%;
    }

    /*main.category-main {*/
    /*    margin: 35px 50px;*/
    /*}*/

    .artical h1 {
        font-size: 20px;
        line-height: 28px!important;
    }

    .img-main-sec {
        width : 100%;
        height: 220px;
        margin: 50px 10px;
    }

    .img-details h2 {
        font-size: 10px;
    }

    .img-details-2nd p {
        font-size: 7px;
    }

    .img-main-sec {
        margin: 35px 0px;
    }
nav {
    padding: 0 17px;
}
#new_div.active {
    top: 60px;
    right: 20px;
}
}

@media(max-width:430px) {
    .item li {
  font-size: 13px !important;
}
    .img-details h2 {
        font-size: 7px;
    }

    .img-details-2nd p {
        font-size: 5px;
    }

    .page-title h1 {
        font-size: 20px;
    }

    .page-title {
        padding: 0px 40px;
    }

    .img-view-con {
        margin: 95px 30px;
    }

    .img-main-sec {
        width : 145px;
        height: 145px;
    }
    .img-bottom {
    height: 37px;
}
}

@media(max-width:421px) {
    .img-main-sec {
        width : 100%;
        height: 220px;
    }
}

@media(max-width:400px) {
    .img-main-sec {
        width : 100%;
        height: 220px;
    }
    .main-category {
    	width: 100%;
    }
    .main-category ul a li {
    	padding: 5px 0;
    	font-size: 8px;
    }
    .owl-carousel .item {
    	width: 100%;
    	margin: 3px 2px;
    	font-size:16px !important;
    }
    .main-category ul a li.active {
	    /* border-radius: 3px; */
    }
    .owl-carousel.owl-theme .item {
/*     
    	border-radius: 3px; */
    }

}

@media(max-width:388px) {
    .img-all-con{
       
        width:150px;
        height:150px;
        padding:8px;
        margin-bottom:96px;
    }
.img-all-con p{
     margin:-21px -9px 0 10px;
     font-size: 10px;
}
    .img-output .img-div{
        width:100%;
    }
    .img-main-sec {
        width : 100%;
        height: 205px;
        margin: 37px 4px;
    }
    .all h1{
        font-size:22px !important;
    }
    .text-center{
        font-size:12px !important;
      
        margin:auto !important;
    }
@media(max-width:370px) {
    .img-main-sec {
        width : 100%;
        height: 220px;
        margin: 37px 4px;
    }




    .img-details h2 {
        font-size: 11px;
    }
.item li {
  font-size: 17px !important;
  
}
.main-category ul li {
  width: 100% !important;
}
    .img-details-2nd p {
        font-size: 4px;
    }

    /*main.category-main {*/
    /*    margin: 35px 25px;*/
    /*}*/

    .copyright-p {
        font-size: 8px;
    }

}

@media(max-width:350px) {
    .b-contant .search-box {
        width : 252px;
        height: 30px;
    }


    .search-box button i {
        font-size: 15px;
    }


    #popup {
        width: 95%;
    }

    .share-op {
        margin: 10px 2px;
    }     
}

.img-view{
    float:left!important;
    
}
