@media (max-width:1300px) {
    ul.top-address {
        margin-right: 10%;
    }
}

@media (max-width:1200px) {
    .main-navigation ul li a {
        font-size: 15px;
    }
}

@media (max-width:992px) {
    .front-ad {

        margin-bottom: 20px;
    }

    .slider-wrapper figure {

        height: 400px;
    }
    .slider-content p {
        font-size: 20px;
    }
    .slider-content h1 {
        font-size: 35px;
    }
    ul.top-address {
        margin-right: 2%;
    }
    .small-project-content {
        margin-right: 15px;
    }
    .project-wrapper {
        margin-bottom: 30px;
    }
    .subscribe-content {
        padding: 0 30px;
    }
    .top-menu-bar {
        right: 30px;
        display: block;
    }
    .main-navigation {
        height: 100% !important;
        overflow-x: scroll;
        position: fixed;
        width: 100%;
        background: #065b79;
        left: 100%;
        display: block;
        top: 0;
        transition: 800ms ease all;
    }
    .main-navigation.open {
        left: 0;
    }
    .main-navigation ul {
        text-align: left;
    }
    .main-navigation ul li {
        display: block;
    }
    .sub-menu {
        position: static !important;
        display: none;
        transform: inherit !important;
        transition: inherit !important;
        padding-top: 0 !important;
    }
    .column {
        -ms-flex: 50% !important;
        flex: 50% !important;
        max-width: 50% !important;
        padding: 0 4px !important;
    }
    .more-blogs,
    .blog-detail-wrapper {
        margin: 30px 0 !important;
    }

    .logo-wrapper img {

        transition:500ms ease all;
    }

    .sticky .logo-wrapper img {
        width: 65px;
    }

    .sticky .top-menu-bar {
        top: 15px;
    }

}

@media (max-width:768px) {

    .slider-wrapper figure {

        height: 350px;
    }
    ul.top-address {
        margin-right: 5%;
    }
    .donate-content {
        max-width: 600px;
        text-align: center;
        margin: inherit;
        margin-left: 0;
    }
    .top-address {
        display: none !important;
    }
    .newsletter-wrapper {
        justify-content: center;
        padding: 30px 0;
    }
    .top-address li,
    .top-address li a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .small-project {
        margin-right: 15px;
    }
    .small-project-content {
        margin-left: 15px;
    }
    .slider-content h1 {
        font-size: 25px;
        font-weight: 600;
    }
    .btn {
        font-size: 14px;
    }
    .subscribe-content h2,
    .donate-content h2,
    .title-wrapper h2 {
        font-size: 28px;
    }
    .donate-content {
        padding-right: 0;
    }
    .footer-col-wrapper,
    .contact-page-info-wrapper,
    form.row.contact-page-form {
        margin-bottom: 30px;
    }
    .about-image-side {
        margin-bottom: 15px;
    }
    .about-top-image {
        height: 100vh;
    }
    .blog-gap {
        margin-bottom: 30px;
    }
}

@media (max-width:600px) {
    .p-0 {
        padding: 0 15px !important;
    }
    .small-project-content,
    .recent-small-content {
        margin: 0;
    }
}

@media (max-width:480px) {
    .subscribe-content h2,
    .donate-content h2,
    .title-wrapper h2 {
        font-size: 25px;
    }
    .copy-right {
        flex-direction: column;
    }
    .test-image-info-wrapper ul li a {
        margin: 0 !important;
    }
}


.modal-content {
	background-color: transparent;
	border: 0;
}

.dismiss__modal {
	position: absolute;
	right: 32px;
	top: 26px;
	z-index: 9;
}

.modal-dialog img {
	width: 100%;
}
